@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 61.625em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }

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

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

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

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

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

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

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! 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 {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  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"] {
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-sizing: border-box;
  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=61.625em&large=75em&xlarge=87.5em&xxlarge=106.25em"; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px; }

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  line-height: 1.7;
  color: #353535;
  -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 {
  -webkit-box-sizing: border-box;
  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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

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

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

.row {
  max-width: 68.23529rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -1.17647rem;
    margin-left: -1.17647rem; }
    @media print, screen and (min-width: 61.625em) {
      .row .row {
        margin-right: -1.17647rem;
        margin-left: -1.17647rem; } }
    @media print, screen and (min-width: 75em) {
      .row .row {
        margin-right: -1.17647rem;
        margin-left: -1.17647rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 1.17647rem;
    padding-left: 1.17647rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 1.17647rem;
  padding-left: 1.17647rem; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

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

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

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

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

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

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

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

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

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

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

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

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

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

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

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

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

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

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

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

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

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 61.625em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1.17647rem;
    padding-left: 1.17647rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 75em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1.17647rem;
    padding-left: 1.17647rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 2.35294rem; }
  .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: 1rem;
  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, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Teko";
  font-style: normal;
  font-weight: 500;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #d9d9d9; }

h1, .h1 {
  font-size: 3.52941rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 2.47059rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.76471rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.41176rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.17647rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

a {
  line-height: inherit;
  color: #0971ce;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #0866b9; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 68.23529rem;
  height: 0;
  margin: 2.35294rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #d9d9d9;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  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 1rem;
  padding: 0.52941rem 1.17647rem 0 1.11765rem;
  border-left: 1px solid #d9d9d9; }
  blockquote, blockquote p {
    line-height: inherit;
    color: #8d8d8d; }

cite {
  display: block;
  font-size: 0.76471rem;
  color: #8d8d8d; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.11765rem 0.29412rem 0.05882rem;
  border: 1px solid #d9d9d9;
  background-color: #f2f2f2;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000; }

kbd {
  margin: 0;
  padding: 0.11765rem 0.23529rem 0;
  background-color: #f2f2f2;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000; }

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

.lead {
  font-size: 21.25px;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.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: 61.625em) {
  .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: 75em) {
  .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;
    -webkit-box-shadow: none !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 #8d8d8d;
    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; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #0971ce;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #0860af;
    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: #0971ce;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #075aa5;
      color: #fff; }
  .button.secondary {
    background-color: #4ab848;
    color: #000; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #3b9439;
      color: #000; }
  .button.success {
    background-color: #4ab848;
    color: #000; }
    .button.success:hover, .button.success:focus {
      background-color: #3b9439;
      color: #000; }
  .button.warning {
    background-color: #fcbf49;
    color: #000; }
    .button.warning:hover, .button.warning:focus {
      background-color: #fba909;
      color: #000; }
  .button.alert {
    background-color: #bc413e;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #963432;
      color: #fff; }
  .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: #0971ce;
      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: #0971ce;
        color: #fff; }
    .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: #4ab848;
        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: #4ab848;
        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: #fcbf49;
        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: #bc413e;
        color: #fff; }
  .button.hollow {
    border: 1px solid #0971ce;
    color: #0971ce; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #053967;
      color: #053967; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #0971ce;
        color: #0971ce; }
    .button.hollow.primary {
      border: 1px solid #0971ce;
      color: #0971ce; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #053967;
        color: #053967; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #0971ce;
          color: #0971ce; }
    .button.hollow.secondary {
      border: 1px solid #4ab848;
      color: #4ab848; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #255c24;
        color: #255c24; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #4ab848;
          color: #4ab848; }
    .button.hollow.success {
      border: 1px solid #4ab848;
      color: #4ab848; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #255c24;
        color: #255c24; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #4ab848;
          color: #4ab848; }
    .button.hollow.warning {
      border: 1px solid #fcbf49;
      color: #fcbf49; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #a06a03;
        color: #a06a03; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #fcbf49;
          color: #fcbf49; }
    .button.hollow.alert {
      border: 1px solid #bc413e;
      color: #bc413e; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #5e211f;
        color: #5e211f; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #bc413e;
          color: #bc413e; }
  .button.clear {
    border: 1px solid #0971ce;
    color: #0971ce; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #053967;
      color: #053967; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #0971ce;
        color: #0971ce; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #0971ce;
      color: #0971ce; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #053967;
        color: #053967; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #0971ce;
          color: #0971ce; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #4ab848;
      color: #4ab848; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #255c24;
        color: #255c24; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #4ab848;
          color: #4ab848; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #4ab848;
      color: #4ab848; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #255c24;
        color: #255c24; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #4ab848;
          color: #4ab848; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #fcbf49;
      color: #fcbf49; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #a06a03;
        color: #a06a03; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #fcbf49;
          color: #fcbf49; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #bc413e;
      color: #bc413e; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #5e211f;
        color: #5e211f; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #bc413e;
          color: #bc413e; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .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: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #0971ce; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #0971ce; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #4ab848; }
  .button.dropdown.hollow.success::after {
    border-top-color: #4ab848; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #fcbf49; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #bc413e; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

[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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.75294rem;
  margin: 0 0 0.94118rem;
  padding: 0.70588rem 0.58824rem;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-family: inherit;
  font-size: 0.82353rem;
  font-weight: normal;
  line-height: 1.7;
  color: #353535;
  -webkit-transition: border-color 0.5s, background 0.5s;
  transition: border-color 0.5s, background 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  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 #0971ce;
    background-color: #fff;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -webkit-transition: border-color 0.5s, background 0.5s;
    transition: border-color 0.5s, background 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #d9d9d9; }

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

input::placeholder,
textarea::placeholder {
  color: #d9d9d9; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #d9d9d9;
  cursor: not-allowed; }

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

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

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

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.47059rem;
  margin-right: 0.94118rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.47059rem; }

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

label {
  display: block;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #353535; }
  label.middle {
    margin: 0 0 0.94118rem;
    padding: 0.52941rem 0; }

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

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0.94118rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .input-group > :first-child {
    border-radius: 4px 0 0 4px; }
  .input-group > :last-child > * {
    border-radius: 0 4px 4px 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 {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #d9d9d9;
  background: #f2f2f2;
  color: #000;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: auto;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.82353rem; }

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

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

.fieldset {
  margin: 1.05882rem 0;
  padding: 1.17647rem;
  border: 1px solid #d9d9d9; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.17647rem;
    padding: 0 0.17647rem; }

select {
  height: 2.75294rem;
  margin: 0 0 0.94118rem;
  padding: 0.70588rem 0.58824rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cdcdcd;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 0.82353rem;
  font-weight: normal;
  line-height: 1.7;
  color: #353535;
  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%28141, 141, 141%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -0.94118rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.41176rem;
  -webkit-transition: border-color 0.5s, background 0.5s;
  transition: border-color 0.5s, background 0.5s; }
  @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 #0971ce;
    background-color: #fff;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -webkit-transition: border-color 0.5s, background 0.5s;
    transition: border-color 0.5s, background 0.5s; }
  select:disabled {
    background-color: #d9d9d9;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #bc413e;
  background-color: #f8ecec; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #bc413e; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #bc413e; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #bc413e; }

.is-invalid-label {
  color: #bc413e; }

.form-error {
  display: none;
  margin-top: -0.47059rem;
  margin-bottom: 0.94118rem;
  font-size: 0.70588rem;
  font-weight: bold;
  color: #bc413e; }
  .form-error.is-visible {
    display: block; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0971ce transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

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

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

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0971ce transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.close-button {
  position: absolute;
  color: #8d8d8d;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #000; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .menu.vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .menu.expanded li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .menu.simple {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 61.625em) {
    .menu.medium-horizontal {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .menu.medium-vertical {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .menu.medium-expanded li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; }
    .menu.medium-simple li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 75em) {
    .menu.large-horizontal {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .menu.large-vertical {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .menu.large-expanded li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; }
    .menu.large-simple li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-left li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      -ms-flex-item-align: stretch;
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      -ms-flex-item-align: stretch;
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #0971ce;
    color: #fff; }
  .menu .active > a {
    background: #0971ce;
    color: #fff; }
  .menu.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .menu.align-right li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .menu.align-center li .submenu li {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .menu-centered > .menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .menu-centered > .menu li .submenu li {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }

.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;
    -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''; }
  .menu-icon:hover::after {
    background: #d9d9d9;
    -webkit-box-shadow: 0 7px 0 #d9d9d9, 0 14px 0 #d9d9d9;
    box-shadow: 0 7px 0 #d9d9d9, 0 14px 0 #d9d9d9; }

.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;
    -webkit-box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8d8d8d;
    -webkit-box-shadow: 0 7px 0 #8d8d8d, 0 14px 0 #8d8d8d;
    box-shadow: 0 7px 0 #8d8d8d, 0 14px 0 #8d8d8d; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fff; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0971ce; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0971ce; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0971ce transparent transparent; }

.drilldown .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 #0971ce transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 0.94118rem;
  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%; }

.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 61.5625em) {
    .media-object.stack-for-small {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 61.5625em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.05882rem;
    border-radius: 0;
    font-size: 0.82353rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 61.625em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.17647rem 0.58824rem;
    border-radius: 0;
    color: #000; }
    .pagination a:hover,
    .pagination button:hover {
      background: #f2f2f2; }
  .pagination .current {
    padding: 0.17647rem 0.58824rem;
    background: #0971ce;
    color: #fff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.17647rem 0.58824rem;
    color: #d9d9d9;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.17647rem 0.58824rem;
    content: '\2026';
    color: #000; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -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;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #d9d9d9;
  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: 61.625em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 61.625em) {
    .reveal {
      width: 600px;
      max-width: 68.23529rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 61.625em) {
    .reveal.tiny {
      width: 30%;
      max-width: 68.23529rem; } }
  @media print, screen and (min-width: 61.625em) {
    .reveal.small {
      width: 50%;
      max-width: 68.23529rem; } }
  @media print, screen and (min-width: 61.625em) {
    .reveal.large {
      width: 90%;
      max-width: 68.23529rem; } }
  .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: 61.5625em) {
    .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; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead, tbody, tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff; }
  caption {
    padding: 0.47059rem 0.58824rem 0.58824rem;
    font-weight: bold; }
  thead {
    background: #f9f9f9;
    color: #353535; }
  tfoot {
    background: #f2f2f2;
    color: #353535; }
  thead tr, tfoot tr {
    background: transparent; }
  thead th, thead td, tfoot th, tfoot td {
    padding: 0.47059rem 0.58824rem 0.58824rem;
    font-weight: bold;
    text-align: left; }
  tbody th, tbody td {
    padding: 0.47059rem 0.58824rem 0.58824rem; }
  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: 74.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; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0; }

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(9, 113, 206, 0.5);
    box-shadow: 0 0 6px 1px rgba(9, 113, 206, 0.5); }
  a.thumbnail image {
    -webkit-box-shadow: none;
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }

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

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 61.5625em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 61.625em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 61.625em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 61.5625em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 61.625em) and (max-width: 74.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 61.5625em), screen and (min-width: 75em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 75em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 87.4375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 87.5em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none; }

.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: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.clearfix::after {
  clear: both; }

@font-face {
  font-family: 'Roboto';
  src: url("../eot/roboto-regular-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/roboto-regular-webfont.woff2") format("woff2"), url("../woff/roboto-regular-webfont.woff") format("woff"), url("../ttf/roboto-regular-webfont.ttf") format("truetype"), url("../svg/roboto-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../eot/roboto-italic-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/roboto-italic-webfont.woff2") format("woff2"), url("../woff/roboto-italic-webfont.woff") format("woff"), url("../ttf/roboto-italic-webfont.ttf") format("truetype"), url("../svg/roboto-italic-webfont.svg") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("../eot/roboto-medium-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/roboto-medium-webfont.woff2") format("woff2"), url("../woff/roboto-medium-webfont.woff") format("woff"), url("../ttf/roboto-medium-webfont.ttf") format("truetype"), url("../svg/roboto-medium-webfont.svg") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../eot/roboto-mediumitalic-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/roboto-mediumitalic-webfont.woff2") format("woff2"), url("../woff/roboto-mediumitalic-webfont.woff") format("woff"), url("../ttf/roboto-mediumitalic-webfont.ttf") format("truetype"), url("../svg/roboto-mediumitalic-webfont.svg") format("svg");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("../eot/roboto-bold-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/roboto-bold-webfont.woff2") format("woff2"), url("../woff/roboto-bold-webfont.woff") format("woff"), url("../ttf/roboto-bold-webfont.ttf") format("truetype"), url("../svg/roboto-bold-webfont.svg") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../eot/roboto-bolditalic-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/roboto-bolditalic-webfont.woff2") format("woff2"), url("../woff/roboto-bolditalic-webfont.woff") format("woff"), url("../ttf/roboto-bolditalic-webfont.ttf") format("truetype"), url("../svg/roboto-bolditalic-webfont.svg") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Teko';
  src: url("../eot/teko-regular-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/teko-regular-webfont.woff2") format("woff2"), url("../woff/teko-regular-webfont.woff") format("woff"), url("../ttf/teko-regular-webfont.ttf") format("truetype"), url("../svg/teko-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Teko';
  src: url("../eot/teko-medium-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/teko-medium-webfont.woff2") format("woff2"), url("../woff/teko-medium-webfont.woff") format("woff"), url("../ttf/teko-medium-webfont.ttf") format("truetype"), url("../svg/teko-medium-webfont.svg") format("svg");
  font-weight: 500;
  font-style: normal; }

p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 30px; }

h6 {
  font-family: Roboto, sans-serif;
  font-weight: bold;
  margin-bottom: 20px; }

a {
  outline: none; }

hr:first-child {
  margin-top: 0; }

.content ul {
  list-style-type: none;
  margin-left: 35px;
  margin-bottom: 35px;
  font-size: 16px; }
  .content ul ul {
    margin-bottom: 0;
    margin-top: 10px; }
  .content ul li {
    margin-bottom: 15px;
    position: relative; }
    .content ul li:before {
      content: '\f35a';
      font-family: 'Font Awesome Solid';
      font-weight: normal;
      color: #0971ce;
      line-height: 27px;
      width: 32px;
      height: 27px;
      text-align: center;
      position: absolute;
      top: 0;
      left: -32px; }
  .content ul + p {
    margin-top: -15px; }

.button {
  color: #fff;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 15px 25px;
  background-color: #0971ce;
  border: 2px solid #0971ce;
  border-radius: 5px;
  -webkit-transition: color 0.5s, background-color 0.5s, border-color 0.5s;
  transition: color 0.5s, background-color 0.5s, border-color 0.5s; }
  .button:before {
    content: '\f061';
    font-family: 'Font Awesome Regular';
    font-weight: normal;
    display: inline-block;
    margin-right: 8px; }
  .button:hover, .button:focus {
    color: #fff;
    background-color: #07569d;
    border-color: #07569d; }
  .button.secondary {
    color: #0971ce;
    border-color: #0971ce;
    background: none; }
    .button.secondary:hover, .button.secondary:focus {
      color: #fff;
      background-color: #0971ce;
      border-color: #0971ce; }

figure.align-left, figure.align-right {
  display: table;
  max-width: 50%; }
  figure.align-left figcaption, figure.align-right figcaption {
    display: table-caption;
    caption-side: bottom; }
  figure.align-left .media, figure.align-right .media {
    max-width: 100%; }
  figure.align-left .media.media--type-remote-video, figure.align-right .media.media--type-remote-video {
    width: 400px; }

figure.align-center .media {
  max-width: 100%;
  display: inline-block; }

figcaption {
  margin-top: 10px;
  line-height: 1.2;
  font-style: italic;
  font-size: 14px;
  text-align: center;
  color: #949494; }

.media--type-image {
  margin-bottom: 35px; }

.align-left {
  margin-right: 20px; }

.align-right {
  margin-left: 20px; }

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

.media--type-image.media--view-mode-small {
  max-width: 33%; }

.media--type-image.media--view-mode-medium,
.media--type-image.media--view-mode-large.align-left,
.media--type-image.media--view-mode-large.align-right {
  max-width: 50%; }
  @media (max-width: 500px) {
    .media--type-image.media--view-mode-medium,
    .media--type-image.media--view-mode-large.align-left,
    .media--type-image.media--view-mode-large.align-right {
      display: block;
      max-width: 100%;
      float: none;
      margin-left: 0;
      margin-right: 0; } }

img {
  position: relative;
  z-index: 1; }

.media--type-remote-video > div:last-child {
  position: relative;
  height: 0;
  margin-bottom: 0.94118rem;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 35px; }
  .media--type-remote-video > div:last-child iframe,
  .media--type-remote-video > div:last-child object,
  .media--type-remote-video > div:last-child embed,
  .media--type-remote-video > div:last-child video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

figure .media--type-remote-video > div:last-child {
  margin-bottom: 0; }

.media--type-remote-video.media--view-mode-small {
  width: 33%; }

.media--type-remote-video.media--view-mode-medium,
.media--type-remote-video.media--view-mode-large.align-left,
.media--type-remote-video.media--view-mode-large.align-right {
  width: 50%; }

.media--type-remote-video.media--view-mode-large {
  width: 100%; }

/*
* Region styles for dynamic column counts
*/
.triptych-wrapper > .row > * {
  width: 100%;
  float: left;
  padding-right: 1.17647rem;
  padding-left: 1.17647rem; }
  .triptych-wrapper > .row > *:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 61.625em) {
    .triptych-1 .triptych-wrapper > .row > * {
      width: 100%;
      float: left;
      padding-right: 1.17647rem;
      padding-left: 1.17647rem; }
      .triptych-1 .triptych-wrapper > .row > *:last-child:not(:first-child) {
        float: right; }
    .triptych-2 .triptych-wrapper > .row > * {
      width: 50%;
      float: left;
      padding-right: 1.17647rem;
      padding-left: 1.17647rem; }
      .triptych-2 .triptych-wrapper > .row > *:last-child:not(:first-child) {
        float: right; }
    .triptych-3 .triptych-wrapper > .row > * {
      width: 33.33333%;
      float: left;
      padding-right: 1.17647rem;
      padding-left: 1.17647rem; }
      .triptych-3 .triptych-wrapper > .row > *:last-child:not(:first-child) {
        float: right; } }

body {
  width: 100%;
  overflow-x: hidden; }

.no-sidebars .main-content {
  width: 100%;
  float: left;
  padding-right: 1.17647rem;
  padding-left: 1.17647rem; }
  .no-sidebars .main-content:last-child:not(:first-child) {
    float: right; }

.one-sidebar .main-content {
  width: 100%;
  float: left;
  padding-right: 1.17647rem;
  padding-left: 1.17647rem; }
  .one-sidebar .main-content:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 61.625em) {
    .one-sidebar .main-content {
      width: 66.66667%;
      float: left;
      padding-right: 1.17647rem;
      padding-left: 1.17647rem; }
      .one-sidebar .main-content:last-child:not(:first-child) {
        float: right; } }

.one-sidebar .sidebar-first,
.one-sidebar .sidebar-second {
  width: 100%;
  float: left;
  padding-right: 1.17647rem;
  padding-left: 1.17647rem; }
  .one-sidebar .sidebar-first:last-child:not(:first-child),
  .one-sidebar .sidebar-second:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 61.625em) {
    .one-sidebar .sidebar-first,
    .one-sidebar .sidebar-second {
      width: 33.33333%;
      float: left;
      padding-right: 1.17647rem;
      padding-left: 1.17647rem; }
      .one-sidebar .sidebar-first:last-child:not(:first-child),
      .one-sidebar .sidebar-second:last-child:not(:first-child) {
        float: right; } }

@media print, screen and (min-width: 61.625em) and (min-width: 61.625em) {
  .two-sidebars .main-content {
    width: 50%;
    float: left;
    padding-right: 1.17647rem;
    padding-left: 1.17647rem; }
    .two-sidebars .main-content:last-child:not(:first-child) {
      float: right; } }

.two-sidebars .sidebar-first,
.two-sidebars .sidebar-second {
  width: 100%;
  float: left;
  padding-right: 1.17647rem;
  padding-left: 1.17647rem; }
  .two-sidebars .sidebar-first:last-child:not(:first-child),
  .two-sidebars .sidebar-second:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 61.625em) {
    .two-sidebars .sidebar-first,
    .two-sidebars .sidebar-second {
      width: 25%;
      float: left;
      padding-right: 1.17647rem;
      padding-left: 1.17647rem; }
      .two-sidebars .sidebar-first:last-child:not(:first-child),
      .two-sidebars .sidebar-second:last-child:not(:first-child) {
        float: right; } }

.region-footer-firstcolumn {
  width: 100%;
  float: left;
  padding-right: 1.17647rem;
  padding-left: 1.17647rem; }
  .region-footer-firstcolumn:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 61.625em) {
    .region-footer-firstcolumn {
      width: 33.33333%;
      float: left;
      padding-right: 1.17647rem;
      padding-left: 1.17647rem; }
      .region-footer-firstcolumn:last-child:not(:first-child) {
        float: right; } }

.region-footer-secondcolumn {
  width: 50%;
  float: left;
  padding-right: 1.17647rem;
  padding-left: 1.17647rem; }
  .region-footer-secondcolumn:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 61.625em) {
    .region-footer-secondcolumn {
      width: 25%;
      float: left;
      padding-right: 1.17647rem;
      padding-left: 1.17647rem; }
      .region-footer-secondcolumn:last-child:not(:first-child) {
        float: right; } }

.region-footer-thirdcolumn {
  width: 50%;
  float: left;
  padding-right: 1.17647rem;
  padding-left: 1.17647rem; }
  .region-footer-thirdcolumn:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 61.625em) {
    .region-footer-thirdcolumn {
      width: 16.66667%;
      float: left;
      padding-right: 1.17647rem;
      padding-left: 1.17647rem;
      padding-right: 0; }
      .region-footer-thirdcolumn:last-child:not(:first-child) {
        float: right; } }

.region-footer-fourthcolumn {
  width: 100%;
  float: left;
  padding-right: 1.17647rem;
  padding-left: 1.17647rem; }
  .region-footer-fourthcolumn:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 61.625em) {
    .region-footer-fourthcolumn {
      width: 25%;
      float: left;
      padding-right: 1.17647rem;
      padding-left: 1.17647rem; }
      .region-footer-fourthcolumn:last-child:not(:first-child) {
        float: right; } }

.main-content .messages {
  background-color: #0971ce;
  border: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 10px 15px;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 15px;
  font-weight: bold; }
  .main-content .messages.error {
    background-color: #bc413e; }
  .main-content .messages a {
    color: rgba(255, 255, 255, 0.75); }
    .main-content .messages a:hover {
      color: #fff; }
  .main-content .messages ul {
    margin: 0;
    padding-left: 15px; }
  .main-content .messages p {
    margin: 0; }
  .main-content .messages .close-button {
    color: rgba(255, 255, 255, 0.6);
    top: 2px;
    right: 12px;
    font-size: 24px; }
    .main-content .messages .close-button:hover {
      color: #fff; }

.main-content .admin-tabs {
  list-style-type: none;
  padding-left: 10px;
  border-bottom: 1px solid #ddd;
  margin-left: 0; }
  .main-content .admin-tabs::before, .main-content .admin-tabs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .main-content .admin-tabs::after {
    clear: both; }
  .main-content .admin-tabs li {
    display: inline-block; }
    .main-content .admin-tabs li a {
      display: inline-block;
      text-decoration: none;
      padding: 10px 15px;
      color: #353535;
      background-color: #efefef;
      border: 1px solid #efefef;
      border-bottom: 0;
      margin-right: 7px;
      font-size: 16px;
      -webkit-transition: background 0.5s, border 0.5s;
      transition: background 0.5s, border 0.5s; }
      .main-content .admin-tabs li a:hover {
        background-color: #ddd;
        border-color: #ddd; }
      .main-content .admin-tabs li a.is-active {
        border: 1px solid #ddd;
        border-bottom: 1px solid #fff;
        background-color: transparent;
        margin-bottom: -1px; }

.user-login-form .description,
.user-register-form .description,
.user-register-form details,
.user-pass p {
  display: none; }

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
textarea {
  height: 44px; }
  input[type='text']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #757575;
    opacity: 1; }
  input[type='text']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #757575;
    opacity: 1; }
  input[type='text']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #757575;
    opacity: 1; }
  input[type='text']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #757575;
    opacity: 1; }
  input[type='text']:focus,
  input[type='email']:focus,
  input[type='password']:focus,
  input[type='tel']:focus,
  textarea:focus {
    -webkit-box-shadow: inset 0 0 0 1px #0971ce;
    box-shadow: inset 0 0 0 1px #0971ce; }

textarea {
  min-height: 100px; }

select {
  border-radius: 4px; }

label {
  font-family: "Teko"; }
  label.form-required:after {
    content: '*';
    color: #bc413e;
    display: inline-block;
    margin-left: 3px; }

fieldset.webform-composite-hidden-title {
  margin: 0; }

.contact-form {
  margin-top: 15px; }

@font-face {
  font-family: 'Font Awesome Brands Regular';
  src: url("../eot/font-awesome-brands-regulard41d.eot?#iefix") format("embedded-opentype"), url("../woff2/font-awesome-brands-regular.woff2") format("woff2"), url("../woff/font-awesome-brands-regular.woff") format("woff"), url("../ttf/font-awesome-brands-regular.ttf") format("truetype"), url("../svg/font-awesome-brands-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Font Awesome Regular';
  src: url("../eot/font-awesome-regulard41d.eot?#iefix") format("embedded-opentype"), url("../woff2/font-awesome-regular.woff2") format("woff2"), url("../woff/font-awesome-regular.woff") format("woff"), url("../ttf/font-awesome-regular.ttf") format("truetype"), url("../svg/font-awesome-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Font Awesome Solid';
  src: url("../eot/font-awesome-solidd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/font-awesome-solid.woff2") format("woff2"), url("../woff/font-awesome-solid.woff") format("woff"), url("../ttf/font-awesome-solid.ttf") format("truetype"), url("../svg/font-awesome-solid.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Font Awesome Duotone Solid';
  src: url("../eot/font-awesome-duotone-solidd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/font-awesome-duotone-solid.woff2") format("woff2"), url("../woff/font-awesome-duotone-solid.woff") format("woff"), url("../ttf/font-awesome-duotone-solid.ttf") format("truetype"), url("../svg/font-awesome-duotone-solid.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  outline: none; }
  .slick-track:before, .slick-track:after {
    content: '';
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  outline: none; }
  [dir='rtl'] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*! lightgallery - v1.6.11 - 2018-05-22
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2018 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../eot/lgd641.eot?n1z373");
  src: url("../eot/lgd41d.eot?#iefixn1z373") format("embedded-opentype"), url("../woff/lgd641.woff?n1z373") format("woff"), url("../ttf/lgd641.ttf?n1z373") format("truetype"), url("../svg/lgd641.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer {
  outline: none; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../vimeo-play.html") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../vimeo-play.html") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../video-play.html") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../youtube-play.html") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../youtube-play.html") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url("../loading.html") no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.pager {
  clear: both;
  margin-top: 30px; }
  .pager ul {
    margin-left: 0;
    margin-bottom: 1rem;
    margin-bottom: 0; }
    .pager ul::before, .pager ul::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .pager ul::after {
      clear: both; }
    .pager ul li {
      margin-right: 0.05882rem;
      border-radius: 0;
      font-size: 0.82353rem;
      display: none; }
      .pager ul li:last-child, .pager ul li:first-child {
        display: inline-block; }
      @media print, screen and (min-width: 61.625em) {
        .pager ul li {
          display: inline-block; } }
    .pager ul a,
    .pager ul button {
      display: block;
      padding: 0.17647rem 0.58824rem;
      border-radius: 0;
      color: #000; }
      .pager ul a:hover,
      .pager ul button:hover {
        background: #f2f2f2; }
    .pager ul li {
      font-size: 16px; }
      .pager ul li a {
        color: #353535;
        text-decoration: none;
        -webkit-transition: background 0.5s;
        transition: background 0.5s; }
        .pager ul li a:hover {
          background-color: #f2f2f2; }
      .pager ul li.is-active a {
        color: #fff;
        font-weight: bold;
        background-color: #0971ce; }

.region-off-screen {
  overflow: hidden; }

.reveal {
  border: 0;
  padding: 50px 30px; }
  @media print, screen and (min-width: 61.625em) {
    .reveal {
      width: 500px;
      padding: 50px;
      border-radius: 5px; } }
  .reveal .close-button {
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
  .reveal iframe {
    border: 0;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px); }
  .reveal.download-case-study iframe {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); }
  .reveal.going-green {
    text-align: center; }
    @media print, screen and (min-width: 61.625em) {
      .reveal.going-green {
        width: 600px; } }
    .reveal.going-green p {
      margin-bottom: 0; }
  .reveal.sharps-merger {
    text-align: center; }
    @media print, screen and (min-width: 61.625em) {
      .reveal.sharps-merger {
        width: 700px; } }
    .reveal.sharps-merger .logos {
      list-style-type: none;
      margin: 0 -20px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (min-width: 37.5em) {
        .reveal.sharps-merger .logos {
          margin-bottom: 0; } }
      .reveal.sharps-merger .logos li {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0 20px 20px; }
        .reveal.sharps-merger .logos li:last-child {
          width: 100%; }
    .reveal.sharps-merger p {
      margin-bottom: 0; }
      .reveal.sharps-merger p img {
        max-width: 75%; }

html,
body {
  width: 100%;
  overflow-x: hidden; }

.visually-hidden {
  width: 0;
  height: 0; }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .section-image-features---grid .image-feature {
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform 0.5s;
    transition: opacity 1s, -webkit-transform 0.5s;
    transition: opacity 1s, transform 0.5s;
    transition: opacity 1s, transform 0.5s, -webkit-transform 0.5s; }
    .csstransitions .section-image-features---grid .image-feature.on-screen {
      opacity: 1; } }

.region-alert {
  background-color: #bc413e;
  padding: 15px 20px; }
  .region-alert p {
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.2;
    text-align: center; }
    .region-alert p a {
      color: #fff;
      font-weight: bold;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
      .region-alert p a:hover, .region-alert p a:focus {
        color: rgba(255, 255, 255, 0.6); }

.mobile-menu {
  background-color: #fff; }
  @media print, screen and (min-width: 61.625em) {
    .mobile-menu {
      display: none; } }
  .mobile-menu .title-bar {
    background-color: #fff;
    position: relative;
    padding: 0; }
    .mobile-menu .title-bar .title-bar-title {
      padding: 15px 120px 15px 20px;
      width: 100%; }
      .mobile-menu .title-bar .title-bar-title a {
        display: block;
        width: 200px;
        max-width: 100%;
        height: 50px;
        background: url("../png/logo-header-color.png") no-repeat left center;
        background-size: contain;
        text-indent: -999px; }
    .mobile-menu .title-bar .search-icon,
    .mobile-menu .title-bar .menu-icon {
      width: 40px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      font-size: 20px;
      font-weight: normal;
      color: #353535;
      position: absolute;
      top: 50%;
      margin: -25px 0 0;
      outline: none;
      overflow: hidden; }
      .mobile-menu .title-bar .search-icon:before,
      .mobile-menu .title-bar .menu-icon:before {
        font-family: 'Font Awesome Regular';
        display: block; }
      .mobile-menu .title-bar .search-icon:after,
      .mobile-menu .title-bar .menu-icon:after {
        display: none; }
    .mobile-menu .title-bar .search-icon {
      right: 50px; }
      .mobile-menu .title-bar .search-icon:before {
        content: '\f00e'; }
    .mobile-menu .title-bar .menu-icon {
      right: 10px; }
      .mobile-menu .title-bar .menu-icon:before {
        content: '\f0c9'; }
  .mobile-menu .we-mega-menu-ul {
    list-style-type: none;
    margin: 0; }
    .mobile-menu .we-mega-menu-ul > li > a {
      display: block;
      color: #353535;
      font-weight: bold;
      font-size: 15px;
      padding: 10px 20px;
      position: relative; }
      .mobile-menu .we-mega-menu-ul > li > a:not(:last-child):after {
        content: '\f078';
        font-family: 'Font Awesome Solid';
        font-weight: normal;
        line-height: 20px;
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 20px;
        color: #0971ce;
        text-align: center; }
    .mobile-menu .we-mega-menu-ul .search {
      display: none; }
    .mobile-menu .we-mega-menu-ul .service-quote {
      padding-left: 20px;
      padding-right: 20px;
      margin-top: 10px; }
      .mobile-menu .we-mega-menu-ul .service-quote > a {
        border: 2px solid #0971ce;
        border-radius: 5px;
        text-align: center; }
    .mobile-menu .we-mega-menu-ul .phone > a {
      font-size: 30px;
      font-family: "Teko";
      font-weight: normal;
      text-align: center; }
  .mobile-menu .we-mega-menu-submenu {
    display: none;
    padding: 0 20px;
    margin-top: -5px; }
    .mobile-menu .we-mega-menu-submenu .we-mega-menu-col.span6:first-child {
      margin-top: 10px;
      margin-bottom: 20px; }
    .mobile-menu .we-mega-menu-submenu h2 {
      font-family: Roboto, sans-serif;
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 5px; }
    .mobile-menu .we-mega-menu-submenu ul {
      list-style-type: none;
      margin-left: 0;
      margin-bottom: 5px; }
      .mobile-menu .we-mega-menu-submenu ul a {
        display: block;
        white-space: nowrap;
        padding-left: 20px;
        position: relative;
        color: #353535;
        font-size: 15px;
        line-height: 1.2;
        padding-top: 8px;
        padding-bottom: 8px; }
        .mobile-menu .we-mega-menu-submenu ul a:before {
          content: '\f061';
          font-family: 'Font Awesome Regular';
          font-size: 10px;
          font-weight: normal;
          line-height: 34px;
          color: #0971ce;
          position: absolute;
          top: 0;
          left: 0; }

.main-header {
  display: none; }
  @media print, screen and (min-width: 61.625em) {
    .main-header {
      display: block;
      position: absolute;
      width: 100%;
      z-index: 100;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      -webkit-transition: border 0.5s, background 0.5s;
      transition: border 0.5s, background 0.5s; } }
  .main-header.header-shrink {
    position: fixed;
    top: 0;
    background: #fff;
    border-bottom: 0;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07); }
    .main-header.header-shrink:before {
      opacity: 0;
      visibility: hidden; }

.toolbar-horizontal .header-shrink {
  top: 79px; }

.toolbar-vertical .header-shrink {
  top: 39px; }

.region-header {
  max-width: 68.23529rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1160px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px; }
  .region-header::before, .region-header::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .region-header::after {
    clear: both; }
  .region-header .logo {
    float: left;
    padding: 20px 0;
    max-width: 17%;
    -webkit-transition: padding 0.5s;
    transition: padding 0.5s; }
    .region-header .logo > a {
      display: block;
      width: 204px;
      max-width: 100%;
      height: 60px;
      background: url("../png/logo-header.png") no-repeat left center;
      background-size: contain;
      text-indent: -999px;
      overflow: hidden;
      -webkit-transition: background-image 0.5s;
      transition: background-image 0.5s; }
  .region-header .primary-nav-wrapper {
    float: right; }
  .region-header .we-mega-menu-ul {
    list-style-type: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .region-header .we-mega-menu-ul::before, .region-header .we-mega-menu-ul::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .region-header .we-mega-menu-ul::after {
      clear: both; }
    .region-header .we-mega-menu-ul > li {
      float: left;
      margin-left: 20px;
      position: relative; }
      @media screen and (min-width: 68.75em) {
        .region-header .we-mega-menu-ul > li {
          margin-left: 30px; } }
      .region-header .we-mega-menu-ul > li:first-child {
        margin-left: 0; }
      .region-header .we-mega-menu-ul > li:hover > a:after, .region-header .we-mega-menu-ul > li:focus-within > a:after {
        width: 100%; }
      .region-header .we-mega-menu-ul > li:hover .we-mega-menu-submenu, .region-header .we-mega-menu-ul > li:focus-within .we-mega-menu-submenu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0); }
      .region-header .we-mega-menu-ul > li > a {
        display: block;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.5px;
        line-height: 100px;
        position: relative;
        -webkit-transition: color 0.5s, line-height 0.5s;
        transition: color 0.5s, line-height 0.5s; }
        @media screen and (min-width: 68.75em) {
          .region-header .we-mega-menu-ul > li > a {
            font-size: 15px; } }
        .region-header .we-mega-menu-ul > li > a:after {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0;
          height: 2px;
          background-color: #0971ce;
          -webkit-transition: width 1s;
          transition: width 1s; }
      .region-header .we-mega-menu-ul > li.search > a {
        width: 20px;
        height: 20px;
        overflow: hidden;
        font-size: 14px;
        font-weight: normal;
        font-family: 'Font Awesome Regular';
        line-height: 20px;
        text-align: center;
        margin-left: -5px;
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s; }
        @media screen and (min-width: 68.75em) {
          .region-header .we-mega-menu-ul > li.search > a {
            margin-left: -10px; } }
        .region-header .we-mega-menu-ul > li.search > a:before {
          content: '\f00e';
          display: block; }
        .region-header .we-mega-menu-ul > li.search > a:hover, .region-header .we-mega-menu-ul > li.search > a:focus {
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }
        .region-header .we-mega-menu-ul > li.search > a:after {
          display: none; }
      .region-header .we-mega-menu-ul > li.service-quote > a {
        border: 2px solid #fff;
        border-radius: 5px;
        line-height: 41px;
        text-align: center;
        width: 125px;
        margin-left: -5px;
        -webkit-transition: border 0.5s, background 0.5s, color 0.5s;
        transition: border 0.5s, background 0.5s, color 0.5s; }
        @media screen and (min-width: 68.75em) {
          .region-header .we-mega-menu-ul > li.service-quote > a {
            width: 140px;
            margin-left: -10px; } }
        .region-header .we-mega-menu-ul > li.service-quote > a:hover, .region-header .we-mega-menu-ul > li.service-quote > a:focus {
          color: #fff;
          border-color: #0971ce;
          background-color: #0971ce; }
        .region-header .we-mega-menu-ul > li.service-quote > a:after {
          display: none; }
      .region-header .we-mega-menu-ul > li.phone > a {
        font-size: 24px;
        font-family: "Teko";
        font-weight: normal;
        margin-left: -5px; }
        @media screen and (min-width: 68.75em) {
          .region-header .we-mega-menu-ul > li.phone > a {
            font-size: 30px;
            margin-left: -10px; } }
        .region-header .we-mega-menu-ul > li.phone > a:after {
          display: none; }
  .region-header .we-mega-menu-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 235px;
    padding: 25px 40px;
    -webkit-box-shadow: 0 3px 63px 0 rgba(51, 51, 51, 0.11);
    box-shadow: 0 3px 63px 0 rgba(51, 51, 51, 0.11);
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, visibility 0.5s;
    transition: opacity 0.5s, transform 0.5s, visibility 0.5s, -webkit-transform 0.5s; }
    .region-header .we-mega-menu-submenu .we-mega-menu-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .region-header .we-mega-menu-submenu .we-mega-menu-col.span6 {
      padding-right: 20px; }
      .region-header .we-mega-menu-submenu .we-mega-menu-col.span6 + .we-mega-menu-col.span6 {
        padding-left: 20px;
        padding-right: 0; }
    .region-header .we-mega-menu-submenu h2 {
      font-size: 22px;
      margin-bottom: 5px;
      margin-top: 10px; }
    .region-header .we-mega-menu-submenu ul {
      list-style-type: none;
      margin: 0; }
      .region-header .we-mega-menu-submenu ul a {
        display: block;
        white-space: nowrap;
        padding-left: 20px;
        position: relative;
        color: #353535;
        font-size: 15px;
        line-height: 1.2;
        padding-top: 8px;
        padding-bottom: 8px;
        -webkit-transition: color 0.5s;
        transition: color 0.5s; }
        .region-header .we-mega-menu-submenu ul a:hover, .region-header .we-mega-menu-submenu ul a:focus {
          color: #0971ce; }
        .region-header .we-mega-menu-submenu ul a:before {
          content: '\f061';
          font-family: 'Font Awesome Regular';
          font-size: 10px;
          font-weight: normal;
          line-height: 34px;
          color: #0971ce;
          position: absolute;
          top: 0;
          left: 0; }

.header-shrink .region-header .logo {
  padding: 15px 0; }
  .header-shrink .region-header .logo a {
    background-image: url("../png/logo-header-color.png"); }

.header-shrink .region-header .we-mega-menu-ul > li > a {
  color: #353535;
  line-height: 90px; }

.header-shrink .region-header .we-mega-menu-ul > .search > a {
  line-height: 20px; }

.header-shrink .region-header .we-mega-menu-ul > .service-quote > a {
  line-height: 41px;
  color: #0971ce;
  border-color: #0971ce; }

.homepage-header {
  list-style-type: none;
  margin: 0;
  position: relative; }
  .homepage-header .background-image {
    background-color: #1b1a1a;
    min-height: 500px;
    height: calc(100vh - 80px); }
    @media screen and (min-width: 48em) {
      .homepage-header .background-image {
        height: 90vh; } }
    .homepage-header .background-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      opacity: 0.55; }
  .homepage-header .header-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media print, screen and (min-width: 61.625em) {
      .homepage-header .header-content {
        margin-top: 50px; } }
    .homepage-header .header-content .content {
      max-width: 68.23529rem;
      margin-right: auto;
      margin-left: auto;
      padding-left: 20px;
      padding-right: 20px;
      color: #fff; }
      .homepage-header .header-content .content::before, .homepage-header .header-content .content::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .homepage-header .header-content .content::after {
        clear: both; }
      .homepage-header .header-content .content > *:last-child {
        margin-bottom: 0; }
      .homepage-header .header-content .content h2,
      .homepage-header .header-content .content h3,
      .homepage-header .header-content .content h4,
      .homepage-header .header-content .content h5,
      .homepage-header .header-content .content h6 {
        color: #fff; }
      .homepage-header .header-content .content h2 {
        font-size: 45px;
        line-height: 1.1;
        width: 600px;
        max-width: 100%; }
        @media print, screen and (min-width: 61.625em) {
          .homepage-header .header-content .content h2 {
            font-size: 65px; } }
        @media screen and (min-width: 75em) {
          .homepage-header .header-content .content h2 {
            font-size: 85px;
            width: 825px; } }
      .homepage-header .header-content .content p {
        font-weight: bold;
        width: 650px;
        max-width: 100%;
        margin-bottom: 30px; }
      .homepage-header .header-content .content .button {
        background-color: #0971ce;
        border-color: #0971ce;
        margin-top: 10px; }
        .homepage-header .header-content .content .button:first-child:not(:last-child) {
          margin-right: 20px; }
        .homepage-header .header-content .content .button:hover, .homepage-header .header-content .content .button:focus {
          background-color: #0864b6;
          border-color: #0864b6; }
        .homepage-header .header-content .content .button.secondary {
          color: #353535;
          background-color: #fff;
          border-color: #fff; }
          .homepage-header .header-content .content .button.secondary:hover, .homepage-header .header-content .content .button.secondary:focus {
            color: #fff;
            background-color: #0971ce;
            border-color: #0971ce; }

.not-front .highlighted-wrapper {
  background: #989797 url("../jpg/bg-secondary-page-header.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative; }
  @media print, screen and (min-width: 61.625em) {
    .not-front .highlighted-wrapper {
      padding-top: 100px; } }

.not-front .region-highlighted {
  padding-top: 70px;
  padding-bottom: 70px; }
  @media print, screen and (min-width: 61.625em) {
    .not-front .region-highlighted {
      padding-top: 110px;
      padding-bottom: 120px; } }
  .not-front .region-highlighted .page-header-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0; }
    .not-front .region-highlighted .page-header-image .contextual-region {
      position: static; }
    .not-front .region-highlighted .page-header-image .header-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-position: center;
      background-attachment: fixed; }
      .not-front .region-highlighted .page-header-image .header-image:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(27, 26, 26, 0.45); }
  .not-front .region-highlighted .page-title {
    max-width: 68.23529rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
    position: relative; }
    .not-front .region-highlighted .page-title::before, .not-front .region-highlighted .page-title::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .not-front .region-highlighted .page-title::after {
      clear: both; }
    .not-front .region-highlighted .page-title h1 {
      color: #fff;
      font-size: 52px;
      font-family: 'Teko';
      font-weight: 500;
      line-height: 1.1;
      margin-bottom: 0; }
      @media print, screen and (min-width: 61.625em) {
        .not-front .region-highlighted .page-title h1 {
          font-size: 85px; } }
    .not-front .region-highlighted .page-title h2 {
      color: #fff;
      font-size: 50px;
      line-height: 1;
      width: 820px;
      max-width: 100%;
      margin-bottom: 30px; }
      @media print, screen and (min-width: 61.625em) {
        .not-front .region-highlighted .page-title h2 {
          font-size: 75px;
          margin-bottom: 40px; } }
    .not-front .region-highlighted .page-title h6 {
      color: #fff;
      line-height: 1.4; }
  .not-front .region-highlighted .breadcrumbs {
    max-width: 68.23529rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
    position: relative; }
    .not-front .region-highlighted .breadcrumbs::before, .not-front .region-highlighted .breadcrumbs::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .not-front .region-highlighted .breadcrumbs::after {
      clear: both; }
    .not-front .region-highlighted .breadcrumbs ol {
      list-style-type: none;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .not-front .region-highlighted .breadcrumbs ol li {
        color: #fff;
        font-size: 14px; }
        .not-front .region-highlighted .breadcrumbs ol li:after {
          content: '\f054';
          font-family: 'Font Awesome Solid';
          font-weight: normal;
          font-size: 11px;
          display: inline-block;
          margin-left: 6px;
          margin-right: 10px; }
        .not-front .region-highlighted .breadcrumbs ol li:last-child {
          -webkit-box-shadow: inset 0 -1px 0;
          box-shadow: inset 0 -1px 0; }
          .not-front .region-highlighted .breadcrumbs ol li:last-child:after {
            display: none; }
      .not-front .region-highlighted .breadcrumbs ol a {
        color: #fff;
        display: inline-block;
        -webkit-transition: -webkit-box-shadow 0.5s;
        transition: -webkit-box-shadow 0.5s;
        transition: box-shadow 0.5s;
        transition: box-shadow 0.5s, -webkit-box-shadow 0.5s; }
        .not-front .region-highlighted .breadcrumbs ol a:hover, .not-front .region-highlighted .breadcrumbs ol a:focus {
          -webkit-box-shadow: inset 0 -1px 0;
          box-shadow: inset 0 -1px 0; }

.page {
  padding: 50px 0; }
  @media print, screen and (min-width: 61.625em) {
    .page {
      padding: 80px 0; } }

.page-section .header-content {
  width: 100%;
  float: left;
  padding-right: 1.17647rem;
  padding-left: 1.17647rem;
  float: none;
  position: relative;
  margin-bottom: 20px; }
  .page-section .header-content:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 61.625em) {
    .page-section .header-content {
      margin-bottom: 30px; } }
  .page-section .header-content > *:last-child {
    margin-bottom: 0; }
  .page-section .header-content .text-align-center {
    width: 730px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

@media print, screen and (min-width: 61.625em) {
  .region-featured .page-section h2,
  .no-sidebars .region-content .page-section h2 {
    font-size: 48px; } }

@media print, screen and (min-width: 61.625em) {
  .path-login.no-sidebars .region-content .page-section h2 {
    font-size: 42px; } }

.section-content---1-column .content {
  width: 100%;
  float: left;
  padding-right: 1.17647rem;
  padding-left: 1.17647rem; }
  .section-content---1-column .content:last-child:not(:first-child) {
    float: right; }

.section-content---2-columns .left-column,
.section-content---2-columns .right-column {
  width: 100%;
  float: left;
  padding-right: 1.17647rem;
  padding-left: 1.17647rem; }
  .section-content---2-columns .left-column:last-child:not(:first-child),
  .section-content---2-columns .right-column:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 61.625em) {
    .section-content---2-columns .left-column,
    .section-content---2-columns .right-column {
      width: 50%;
      float: left;
      padding-right: 1.17647rem;
      padding-left: 1.17647rem; }
      .section-content---2-columns .left-column:last-child:not(:first-child),
      .section-content---2-columns .right-column:last-child:not(:first-child) {
        float: right; } }

.section-content---3-columns .left-column,
.section-content---3-columns .center-column,
.section-content---3-columns .right-column {
  width: 100%;
  float: left;
  padding-right: 1.17647rem;
  padding-left: 1.17647rem; }
  .section-content---3-columns .left-column:last-child:not(:first-child),
  .section-content---3-columns .center-column:last-child:not(:first-child),
  .section-content---3-columns .right-column:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 61.625em) {
    .section-content---3-columns .left-column,
    .section-content---3-columns .center-column,
    .section-content---3-columns .right-column {
      width: 33.33333%;
      float: left;
      padding-right: 1.17647rem;
      padding-left: 1.17647rem; }
      .section-content---3-columns .left-column:last-child:not(:first-child),
      .section-content---3-columns .center-column:last-child:not(:first-child),
      .section-content---3-columns .right-column:last-child:not(:first-child) {
        float: right; } }

@media print, screen and (min-width: 61.625em) {
  .section-image-left---text-right {
    margin-bottom: 50px; } }

@media print, screen and (min-width: 61.625em) {
  .section-image-left---text-right:last-child {
    margin-bottom: 0; } }

@media print, screen and (min-width: 61.625em) {
  .section-image-left---text-right .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.section-image-left---text-right .image {
  width: 100%;
  float: left;
  padding-right: 1.17647rem;
  padding-left: 1.17647rem; }
  .section-image-left---text-right .image:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 61.625em) {
    .section-image-left---text-right .image {
      width: 50%;
      float: left;
      padding-right: 1.17647rem;
      padding-left: 1.17647rem;
      padding-right: 60px; }
      .section-image-left---text-right .image:last-child:not(:first-child) {
        float: right; } }
  .section-image-left---text-right .image img {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 73px 0 rgba(51, 51, 51, 0.1);
    box-shadow: 0 1px 73px 0 rgba(51, 51, 51, 0.1); }
    @media print, screen and (min-width: 61.625em) {
      .section-image-left---text-right .image img {
        margin-bottom: 0; } }

.section-image-left---text-right .content {
  width: 100%;
  float: left;
  padding-right: 1.17647rem;
  padding-left: 1.17647rem;
  position: relative; }
  .section-image-left---text-right .content:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 61.625em) {
    .section-image-left---text-right .content {
      width: 50%;
      float: left;
      padding-right: 1.17647rem;
      padding-left: 1.17647rem; }
      .section-image-left---text-right .content:last-child:not(:first-child) {
        float: right; } }

.section-image-left---text-right + .section-text-left---image-right,
.section-image-left---text-right + .section-image-left---text-right {
  margin-top: 40px; }
  @media print, screen and (min-width: 61.625em) {
    .section-image-left---text-right + .section-text-left---image-right,
    .section-image-left---text-right + .section-image-left---text-right {
      margin-top: 50px; } }

.region-featured .section-image-left---text-right {
  background-color: #0971ce;
  margin: -50px 0 0 !important; }
  .region-featured .section-image-left---text-right .row {
    max-width: 100%; }
  .region-featured .section-image-left---text-right .image {
    padding: 0;
    -ms-flex-item-align: stretch;
    align-self: stretch; }
    .region-featured .section-image-left---text-right .image img {
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      margin-bottom: 0; }
  .region-featured .section-image-left---text-right .content {
    padding: 40px 20px;
    color: #fff; }
    @media print, screen and (min-width: 61.625em) {
      .region-featured .section-image-left---text-right .content {
        padding: 40px; } }
    @media screen and (min-width: 87.5em) {
      .region-featured .section-image-left---text-right .content {
        padding: 120px; } }
    .region-featured .section-image-left---text-right .content > *:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 87.5em) {
      .region-featured .section-image-left---text-right .content h2 {
        font-size: 52px; } }
    .region-featured .section-image-left---text-right .content .button {
      color: #353535;
      background-color: #fff;
      border-color: #fff; }
      .region-featured .section-image-left---text-right .content .button:hover, .region-featured .section-image-left---text-right .content .button:focus {
        color: #fff;
        background-color: #353535;
        border-color: #353535; }
      .region-featured .section-image-left---text-right .content .button.secondary {
        padding: 0;
        border-radius: 0;
        background: none;
        border: 0;
        color: #fff;
        margin-top: auto;
        margin-bottom: 0;
        -ms-flex-item-align: start;
        align-self: flex-start;
        position: relative;
        z-index: 10;
        -webkit-transition: color 0.5s;
        transition: color 0.5s; }
        .region-featured .section-image-left---text-right .content .button.secondary:hover, .region-featured .section-image-left---text-right .content .button.secondary:focus {
          color: rgba(255, 255, 255, 0.5); }
          .region-featured .section-image-left---text-right .content .button.secondary:hover:before, .region-featured .section-image-left---text-right .content .button.secondary:focus:before {
            background-color: rgba(255, 255, 255, 0.5); }
        .region-featured .section-image-left---text-right .content .button.secondary:before {
          color: #0971ce;
          background-color: #fff;
          border-radius: 500px;
          width: 22px;
          height: 22px;
          line-height: 22px;
          text-align: center;
          -webkit-transition: background 0.5s;
          transition: background 0.5s; }
  .region-featured .section-image-left---text-right + .page-section {
    margin-top: 0; }
  .region-featured .section-image-left---text-right + .section-image-left---text-right,
  .region-featured .section-image-left---text-right + .section-text-left---image-right {
    margin-top: 0 !important; }

@media print, screen and (min-width: 61.625em) {
  .section-text-left---image-right {
    margin-bottom: 50px; } }

@media print, screen and (min-width: 61.625em) {
  .section-text-left---image-right:last-child {
    margin-bottom: 0; } }

@media print, screen and (min-width: 61.625em) {
  .section-text-left---image-right .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.section-text-left---image-right .content {
  width: 100%;
  float: left;
  padding-right: 1.17647rem;
  padding-left: 1.17647rem;
  position: relative; }
  .section-text-left---image-right .content:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 61.625em) {
    .section-text-left---image-right .content {
      width: 50%;
      float: left;
      padding-right: 1.17647rem;
      padding-left: 1.17647rem; }
      .section-text-left---image-right .content:last-child:not(:first-child) {
        float: right; } }

.section-text-left---image-right .image {
  width: 100%;
  float: left;
  padding-right: 1.17647rem;
  padding-left: 1.17647rem;
  margin-bottom: 30px; }
  .section-text-left---image-right .image:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 61.625em) {
    .section-text-left---image-right .image {
      width: 50%;
      float: left;
      padding-right: 1.17647rem;
      padding-left: 1.17647rem;
      margin-top: 0;
      margin-bottom: 0;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      .section-text-left---image-right .image:last-child:not(:first-child) {
        float: right; } }
  .section-text-left---image-right .image img {
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 73px 0 rgba(51, 51, 51, 0.1);
    box-shadow: 0 1px 73px 0 rgba(51, 51, 51, 0.1); }

.section-text-left---image-right + .section-text-left---image-right,
.section-text-left---image-right + .section-image-left---text-right {
  margin-top: 40px; }
  @media print, screen and (min-width: 61.625em) {
    .section-text-left---image-right + .section-text-left---image-right,
    .section-text-left---image-right + .section-image-left---text-right {
      margin-top: 50px; } }

.region-featured .section-text-left---image-right {
  background-color: #158bf5;
  margin: -50px 0 0 !important; }
  .region-featured .section-text-left---image-right .row {
    max-width: 100%; }
  .region-featured .section-text-left---image-right .content {
    padding: 40px 20px;
    color: #fff; }
    @media print, screen and (min-width: 61.625em) {
      .region-featured .section-text-left---image-right .content {
        padding: 40px; } }
    @media screen and (min-width: 87.5em) {
      .region-featured .section-text-left---image-right .content {
        padding: 120px; } }
    .region-featured .section-text-left---image-right .content > *:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 87.5em) {
      .region-featured .section-text-left---image-right .content h2 {
        font-size: 52px; } }
    .region-featured .section-text-left---image-right .content ul {
      margin-bottom: 40px; }
      .region-featured .section-text-left---image-right .content ul li:before {
        color: #fff; }
    .region-featured .section-text-left---image-right .content .button {
      color: #353535;
      background-color: #fff;
      border-color: #fff; }
      .region-featured .section-text-left---image-right .content .button:hover, .region-featured .section-text-left---image-right .content .button:focus {
        color: #fff;
        background-color: #353535;
        border-color: #353535; }
      .region-featured .section-text-left---image-right .content .button.secondary {
        padding: 0;
        border-radius: 0;
        background: none;
        border: 0;
        color: #fff;
        margin-top: auto;
        margin-bottom: 0;
        -ms-flex-item-align: start;
        align-self: flex-start;
        position: relative;
        z-index: 10;
        -webkit-transition: color 0.5s;
        transition: color 0.5s; }
        .region-featured .section-text-left---image-right .content .button.secondary:hover, .region-featured .section-text-left---image-right .content .button.secondary:focus {
          color: rgba(255, 255, 255, 0.5); }
          .region-featured .section-text-left---image-right .content .button.secondary:hover:before, .region-featured .section-text-left---image-right .content .button.secondary:focus:before {
            background-color: rgba(255, 255, 255, 0.5); }
        .region-featured .section-text-left---image-right .content .button.secondary:before {
          color: #0971ce;
          background-color: #fff;
          border-radius: 500px;
          width: 22px;
          height: 22px;
          line-height: 22px;
          text-align: center;
          -webkit-transition: background 0.5s;
          transition: background 0.5s; }
  .region-featured .section-text-left---image-right .image {
    padding: 0;
    margin-bottom: 0;
    -ms-flex-item-align: stretch;
    align-self: stretch; }
    .region-featured .section-text-left---image-right .image img {
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      margin-bottom: 0; }
  .region-featured .section-text-left---image-right + .page-section {
    margin-top: 0; }
  .region-featured .section-text-left---image-right + .section-image-left---text-right,
  .region-featured .section-text-left---image-right + .section-text-left---image-right {
    margin-top: 0 !important; }

.section-image-features---grid:not(:first-child) {
  margin-top: 30px; }

.section-image-features---grid .header-content {
  margin-bottom: 10px; }
  @media print, screen and (min-width: 61.625em) {
    .section-image-features---grid .header-content {
      margin-bottom: 20px; } }

.section-image-features---grid .image-features {
  list-style-type: none;
  margin: 0 5px -30px;
  padding-top: 5px;
  overflow: hidden;
  clear: both; }
  .section-image-features---grid .image-features::before, .section-image-features---grid .image-features::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .section-image-features---grid .image-features::after {
    clear: both; }
  .section-image-features---grid .image-features > li {
    float: left;
    width: 100%;
    padding-right: 0.88235rem;
    padding-left: 0.88235rem; }
    .section-image-features---grid .image-features > li:nth-of-type(1n) {
      clear: none; }
    .section-image-features---grid .image-features > li:nth-of-type(1n+1) {
      clear: both; }
    .section-image-features---grid .image-features > li:last-child {
      float: left; }
  @media screen and (min-width: 40.625em) {
    .section-image-features---grid .image-features > li {
      float: left;
      width: 50%;
      padding-right: 0.88235rem;
      padding-left: 0.88235rem; }
      .section-image-features---grid .image-features > li:nth-of-type(1n) {
        clear: none; }
      .section-image-features---grid .image-features > li:nth-of-type(2n+1) {
        clear: both; }
      .section-image-features---grid .image-features > li:last-child {
        float: left; } }
  .section-image-features---grid .image-features > li {
    margin-bottom: 30px; }

.section-image-features---grid .image-feature {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s; }
  .section-image-features---grid .image-feature:hover, .section-image-features---grid .image-feature:focus {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  .section-image-features---grid .image-feature .featured-image {
    overflow: hidden; }
    .section-image-features---grid .image-feature .featured-image img {
      width: 100%; }
  .section-image-features---grid .image-feature .content {
    color: #353535;
    padding: 30px 0;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .section-image-features---grid .image-feature .content > *:last-child {
      margin-bottom: 0; }
    .section-image-features---grid .image-feature .content h3 {
      font-weight: normal;
      line-height: 1;
      margin-bottom: 15px; }
    .section-image-features---grid .image-feature .content p {
      margin-bottom: 30px; }
    .section-image-features---grid .image-feature .content .button {
      padding: 0;
      border-radius: 0;
      background: none;
      border: 0;
      color: #353535;
      margin-top: auto;
      margin-bottom: 0;
      -ms-flex-item-align: start;
      align-self: flex-start;
      position: relative;
      z-index: 10;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
      .section-image-features---grid .image-feature .content .button:hover, .section-image-features---grid .image-feature .content .button:focus {
        color: #0971ce; }
        .section-image-features---grid .image-feature .content .button:hover:after, .section-image-features---grid .image-feature .content .button:focus:after {
          background-color: #0971ce; }
      .section-image-features---grid .image-feature .content .button:before {
        display: none; }
      .section-image-features---grid .image-feature .content .button:after {
        content: '\f061';
        font-family: 'Font Awesome Regular';
        display: inline-block;
        width: 22px;
        height: 22px;
        border-radius: 500px;
        background-color: #353535;
        color: #fff;
        line-height: 22px;
        text-align: center;
        margin-left: 8px;
        -webkit-transition: background 0.5s;
        transition: background 0.5s; }

@media print, screen and (min-width: 61.625em) {
  .section-image-features---grid + .section-text-left---image-right,
  .section-image-features---grid + .section-image-left---text-right {
    margin-top: 70px; } }

.region-featured .section-image-features---grid,
.no-sidebars .region-content .section-image-features---grid {
  background-color: #f9f9f9;
  padding: 50px 0;
  margin: 50px 0;
  position: relative; }
  @media print, screen and (min-width: 61.625em) {
    .region-featured .section-image-features---grid,
    .no-sidebars .region-content .section-image-features---grid {
      padding: 80px 0; } }
  .region-featured .section-image-features---grid:first-child,
  .no-sidebars .region-content .section-image-features---grid:first-child {
    margin-top: -50px; }
    @media print, screen and (min-width: 61.625em) {
      .region-featured .section-image-features---grid:first-child,
      .no-sidebars .region-content .section-image-features---grid:first-child {
        margin-top: -80px; } }
  .region-featured .section-image-features---grid:last-child,
  .no-sidebars .region-content .section-image-features---grid:last-child {
    margin-bottom: -50px; }
    @media print, screen and (min-width: 61.625em) {
      .region-featured .section-image-features---grid:last-child,
      .no-sidebars .region-content .section-image-features---grid:last-child {
        margin-bottom: -80px; } }
  .region-featured .section-image-features---grid:before,
  .no-sidebars .region-content .section-image-features---grid:before {
    content: '';
    display: block;
    background-color: #f9f9f9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1; }
  .region-featured .section-image-features---grid + .section-quote-request,
  .no-sidebars .region-content .section-image-features---grid + .section-quote-request {
    margin-top: -50px; }
  .region-featured .section-image-features---grid .header-content,
  .no-sidebars .region-content .section-image-features---grid .header-content {
    margin-bottom: 20px; }
    @media print, screen and (min-width: 61.625em) {
      .region-featured .section-image-features---grid .header-content,
      .no-sidebars .region-content .section-image-features---grid .header-content {
        margin-bottom: 30px; } }
  @media print, screen and (min-width: 61.625em) {
    .region-featured .section-image-features---grid .image-features > li,
    .no-sidebars .region-content .section-image-features---grid .image-features > li {
      float: left;
      width: 33.33333%;
      padding-right: 0.88235rem;
      padding-left: 0.88235rem; }
      .region-featured .section-image-features---grid .image-features > li:nth-of-type(1n),
      .no-sidebars .region-content .section-image-features---grid .image-features > li:nth-of-type(1n) {
        clear: none; }
      .region-featured .section-image-features---grid .image-features > li:nth-of-type(3n+1),
      .no-sidebars .region-content .section-image-features---grid .image-features > li:nth-of-type(3n+1) {
        clear: both; }
      .region-featured .section-image-features---grid .image-features > li:last-child,
      .no-sidebars .region-content .section-image-features---grid .image-features > li:last-child {
        float: left; } }
  .region-featured .section-image-features---grid .image-feature .content,
  .no-sidebars .region-content .section-image-features---grid .image-feature .content {
    padding: 30px 20px; }
    @media screen and (min-width: 75em) {
      .region-featured .section-image-features---grid .image-feature .content,
      .no-sidebars .region-content .section-image-features---grid .image-feature .content {
        padding: 30px; } }
    .region-featured .section-image-features---grid .image-feature .content h3,
    .no-sidebars .region-content .section-image-features---grid .image-feature .content h3 {
      width: 200px;
      max-width: 100%; }

.user-logged-in .section-image-features---grid:first-child {
  margin-top: 0; }

.section-image-features---slider:not(:first-child) {
  margin-top: 30px; }

.section-image-features---slider .header-content {
  margin-bottom: 10px; }
  .section-image-features---slider .header-content::before, .section-image-features---slider .header-content::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .section-image-features---slider .header-content::after {
    clear: both; }
  @media print, screen and (min-width: 61.625em) {
    .section-image-features---slider .header-content {
      margin-bottom: 20px; } }
  @media print, screen and (min-width: 61.625em) {
    .section-image-features---slider .header-content h2 {
      width: 50%;
      float: left;
      padding-right: 40px; } }
  .section-image-features---slider .header-content p {
    font-size: 16px;
    overflow: hidden; }

.section-image-features---slider .image-features {
  list-style-type: none;
  margin: 0 5px -30px;
  padding-top: 5px;
  overflow: hidden;
  clear: both; }
  .section-image-features---slider .image-features li {
    margin-bottom: 30px;
    padding: 0 20px; }
    @media screen and (min-width: 40.625em) {
      .section-image-features---slider .image-features li {
        width: 50%; } }
    @media print, screen and (min-width: 61.625em) {
      .section-image-features---slider .image-features li {
        width: 33.333%; } }

.section-image-features---slider a .image-feature .content h3:after {
  display: inline-block; }

.section-image-features---slider .image-feature {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 12px 0 rgba(51, 51, 51, 0.08);
  box-shadow: 0 0 12px 0 rgba(51, 51, 51, 0.08);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s; }
  .section-image-features---slider .image-feature:hover .featured-image img,
  .section-image-features---slider .image-feature:focus .featured-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  .section-image-features---slider .image-feature .featured-image {
    overflow: hidden;
    max-height: 250px; }
    .section-image-features---slider .image-feature .featured-image img {
      width: 100%;
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s; }
  .section-image-features---slider .image-feature .content {
    color: #353535;
    padding: 30px 20px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 75em) {
      .section-image-features---slider .image-feature .content {
        padding: 30px; } }
    .section-image-features---slider .image-feature .content > *:last-child {
      margin-bottom: 0; }
    .section-image-features---slider .image-feature .content h3 {
      font-weight: normal;
      line-height: 1;
      margin-bottom: 15px; }
      .section-image-features---slider .image-feature .content h3:nth-last-child(2) {
        margin-bottom: 0;
        padding-right: 30px;
        position: relative;
        -webkit-transition: color 0.5s;
        transition: color 0.5s; }
        .section-image-features---slider .image-feature .content h3:nth-last-child(2):hover {
          color: #0971ce; }
          .section-image-features---slider .image-feature .content h3:nth-last-child(2):hover:after {
            background-color: #0971ce; }
        .section-image-features---slider .image-feature .content h3:nth-last-child(2):after {
          content: '\f061';
          font-family: 'Font Awesome Regular';
          display: none;
          width: 22px;
          height: 22px;
          border-radius: 500px;
          background-color: #353535;
          color: #fff;
          font-size: 15px;
          line-height: 22px;
          text-align: center;
          position: absolute;
          top: 2px;
          right: 0;
          -webkit-transition: background 0.5s;
          transition: background 0.5s; }
        .section-image-features---slider .image-feature .content h3:nth-last-child(2) + .button {
          display: none; }
    .section-image-features---slider .image-feature .content p {
      margin-bottom: 30px; }
    .section-image-features---slider .image-feature .content .button {
      padding: 0;
      border-radius: 0;
      background: none;
      border: 0;
      color: #353535;
      margin-top: auto;
      margin-bottom: 0;
      -ms-flex-item-align: start;
      align-self: flex-start;
      position: relative;
      z-index: 10;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
      .section-image-features---slider .image-feature .content .button:hover, .section-image-features---slider .image-feature .content .button:focus {
        color: #0971ce; }
        .section-image-features---slider .image-feature .content .button:hover:after, .section-image-features---slider .image-feature .content .button:focus:after {
          background-color: #0971ce; }
      .section-image-features---slider .image-feature .content .button:before {
        display: none; }
      .section-image-features---slider .image-feature .content .button:after {
        content: '\f061';
        font-family: 'Font Awesome Regular';
        display: inline-block;
        width: 22px;
        height: 22px;
        border-radius: 500px;
        background-color: #353535;
        color: #fff;
        line-height: 22px;
        text-align: center;
        margin-left: 8px;
        -webkit-transition: background 0.5s;
        transition: background 0.5s; }

.section-image-features---slider .slick-dots {
  list-style-type: none;
  margin: 5px 0 30px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .section-image-features---slider .slick-dots li {
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0 3px;
    line-height: 0; }
    .section-image-features---slider .slick-dots li.slick-active button {
      border-color: #353535; }
      .section-image-features---slider .slick-dots li.slick-active button:before {
        background-color: #353535;
        width: 4px;
        height: 4px; }
  .section-image-features---slider .slick-dots button {
    width: 14px;
    height: 14px;
    text-indent: -999px;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 500px;
    position: relative; }
    .section-image-features---slider .slick-dots button:hover:before {
      background-color: #353535; }
    .section-image-features---slider .slick-dots button:before {
      content: '';
      display: block;
      width: 7px;
      height: 7px;
      background-color: #b2b2b2;
      border-radius: 500px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      -webkit-transition: background 0.5s;
      transition: background 0.5s; }

@media print, screen and (min-width: 61.625em) {
  .section-image-features---slider + .section-text-left---image-right,
  .section-image-features---slider + .section-image-left---text-right {
    margin-top: 70px; } }

.region-featured .section-image-features---slider,
.no-sidebars .region-content .section-image-features---slider {
  background-color: #f9f9f9;
  padding: 50px 0;
  margin: 50px 0;
  position: relative; }
  @media print, screen and (min-width: 61.625em) {
    .region-featured .section-image-features---slider,
    .no-sidebars .region-content .section-image-features---slider {
      padding: 80px 0; } }
  .region-featured .section-image-features---slider:first-child,
  .no-sidebars .region-content .section-image-features---slider:first-child {
    margin-top: -50px; }
    @media print, screen and (min-width: 61.625em) {
      .region-featured .section-image-features---slider:first-child,
      .no-sidebars .region-content .section-image-features---slider:first-child {
        margin-top: -80px; } }
  .region-featured .section-image-features---slider:last-child,
  .no-sidebars .region-content .section-image-features---slider:last-child {
    margin-bottom: -50px; }
    @media print, screen and (min-width: 61.625em) {
      .region-featured .section-image-features---slider:last-child,
      .no-sidebars .region-content .section-image-features---slider:last-child {
        margin-bottom: -80px; } }
  .region-featured .section-image-features---slider:before,
  .no-sidebars .region-content .section-image-features---slider:before {
    content: '';
    display: block;
    background-color: #f9f9f9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1; }
  .region-featured .section-image-features---slider + .section-quote-request,
  .no-sidebars .region-content .section-image-features---slider + .section-quote-request {
    margin-top: -50px; }
  .region-featured .section-image-features---slider .header-content,
  .no-sidebars .region-content .section-image-features---slider .header-content {
    margin-bottom: 20px; }
    @media print, screen and (min-width: 61.625em) {
      .region-featured .section-image-features---slider .header-content,
      .no-sidebars .region-content .section-image-features---slider .header-content {
        margin-bottom: 30px; } }

.one-sidebar .region-featured .section-image-features---slider {
  margin-top: -20px; }

.user-logged-in .section-image-features---slider:first-child {
  margin-top: 0; }

.section-accordion {
  margin-top: 10px; }
  @media print, screen and (min-width: 61.625em) {
    .section-accordion {
      margin-top: 25px; } }
  .section-accordion:first-child {
    margin-top: 0; }
  .section-accordion .accordion {
    clear: both;
    list-style-type: none;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden; }
    .section-accordion .accordion > li {
      margin-bottom: 25px;
      border: 1px solid #ededed;
      border-radius: 3px;
      -webkit-transition: border 0.5s;
      transition: border 0.5s; }
      .section-accordion .accordion > li.open {
        border-color: #0971ce; }
        .section-accordion .accordion > li.open .accordion-title:after {
          content: '-';
          color: #fff;
          background-color: #0971ce; }
    .section-accordion .accordion > li:first-child .accordion-title {
      border-top: 0; }
    .section-accordion .accordion .accordion-title {
      margin-bottom: 0;
      padding: 25px 60px 25px 20px;
      cursor: pointer;
      color: #353535;
      font-family: 'Teko';
      font-weight: 500;
      font-size: 22px;
      line-height: 1;
      position: relative;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
      @media print, screen and (min-width: 61.625em) {
        .section-accordion .accordion .accordion-title {
          padding-left: 30px; } }
      .section-accordion .accordion .accordion-title:hover, .section-accordion .accordion .accordion-title:focus {
        color: #0971ce; }
      .section-accordion .accordion .accordion-title:after {
        content: '+';
        display: block;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 23px;
        font-weight: normal;
        font-size: 22px;
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -10px;
        border-radius: 3px;
        -webkit-transition: color 0.5s, background 0.5s;
        transition: color 0.5s, background 0.5s; }
        @media print, screen and (min-width: 61.625em) {
          .section-accordion .accordion .accordion-title:after {
            right: 30px; } }
    .section-accordion .accordion .accordion-content {
      display: none;
      padding: 0 20px 20px; }
      .section-accordion .accordion .accordion-content::before, .section-accordion .accordion .accordion-content::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .section-accordion .accordion .accordion-content::after {
        clear: both; }
      @media screen and (min-width: 75em) {
        .section-accordion .accordion .accordion-content {
          padding: 0 30px 30px; } }
      .section-accordion .accordion .accordion-content > *:last-child {
        margin-bottom: 0; }

.page-sections .section-quote-request .row {
  max-width: 100%; }

.page-sections .section-quote-request .header-content {
  background: url("../jpg/bg-quote-request.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 50px 0 80px;
  margin-bottom: 0; }
  @media print, screen and (min-width: 61.625em) {
    .page-sections .section-quote-request .header-content {
      padding-top: 100px;
      padding-bottom: 200px; } }
  .page-sections .section-quote-request .header-content:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(27, 26, 26, 0.45); }
  .page-sections .section-quote-request .header-content .content {
    max-width: 68.23529rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
    color: #fff;
    position: relative;
    z-index: 1; }
    .page-sections .section-quote-request .header-content .content::before, .page-sections .section-quote-request .header-content .content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .page-sections .section-quote-request .header-content .content::after {
      clear: both; }
    .page-sections .section-quote-request .header-content .content > *:last-child {
      margin-bottom: 0; }
    .page-sections .section-quote-request .header-content .content h2 {
      font-size: 60px;
      line-height: 1; }
      @media print, screen and (min-width: 61.625em) {
        .page-sections .section-quote-request .header-content .content h2 {
          font-size: 75px; } }
    .page-sections .section-quote-request .header-content .content ul:last-child li:last-child {
      margin-bottom: 0; }
    .page-sections .section-quote-request .header-content .content ul li:before {
      color: #fff; }

.page-sections .section-quote-request .quote-request-form {
  max-width: 68.23529rem;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -50px;
  position: relative; }
  .page-sections .section-quote-request .quote-request-form::before, .page-sections .section-quote-request .quote-request-form::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .page-sections .section-quote-request .quote-request-form::after {
    clear: both; }
  @media print, screen and (min-width: 61.625em) {
    .page-sections .section-quote-request .quote-request-form {
      margin-top: -120px; } }
  .page-sections .section-quote-request .quote-request-form:first-child {
    margin-top: -20px; }
    @media print, screen and (min-width: 61.625em) {
      .page-sections .section-quote-request .quote-request-form:first-child {
        margin-top: -30px; } }

.page-sections .section-quote-request .form-wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 63px 0 rgba(51, 51, 51, 0.11);
  box-shadow: 0 3px 63px 0 rgba(51, 51, 51, 0.11);
  border-radius: 5px;
  padding: 20px; }
  .page-sections .section-quote-request .form-wrapper::before, .page-sections .section-quote-request .form-wrapper::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .page-sections .section-quote-request .form-wrapper::after {
    clear: both; }
  @media print, screen and (min-width: 61.625em) {
    .page-sections .section-quote-request .form-wrapper {
      padding: 80px; } }

@media print, screen and (min-width: 61.625em) {
  .page-sections .section-quote-request .left-column {
    width: 42%;
    float: left; } }

.page-sections .section-quote-request .right-column {
  padding-top: 40px; }
  @media print, screen and (min-width: 61.625em) {
    .page-sections .section-quote-request .right-column {
      width: 58%;
      max-width: 530px;
      float: right;
      padding-left: 40px;
      padding-top: 0; } }
  .page-sections .section-quote-request .right-column h3 {
    font-size: 34px; }
  .page-sections .section-quote-request .right-column p {
    font-size: 16px;
    margin-bottom: 20px; }
    @media print, screen and (min-width: 61.625em) {
      .page-sections .section-quote-request .right-column p {
        margin-bottom: 40px; } }

.page-sections .section-quote-request img {
  border-radius: 4px; }

.page-sections .section-quote-request .contact-info {
  background-color: #0971ce;
  border-radius: 4px;
  padding: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: -80px;
  position: relative;
  z-index: 1;
  width: 360px;
  max-width: 100%; }
  @media print, screen and (min-width: 61.625em) {
    .page-sections .section-quote-request .contact-info {
      padding: 40px;
      margin-top: 30px;
      font-size: 16px; } }
  .page-sections .section-quote-request .contact-info p {
    margin-bottom: 10px; }
  .page-sections .section-quote-request .contact-info h3 {
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0; }
    @media print, screen and (min-width: 61.625em) {
      .page-sections .section-quote-request .contact-info h3 {
        font-size: 50px; } }
  .page-sections .section-quote-request .contact-info a {
    color: #fff; }

.sidebar-sections .section-quote-request {
  border-radius: 4px;
  background-color: #f4f4f4;
  padding: 30px 20px; }
  @media print, screen and (min-width: 61.625em) {
    .sidebar-sections .section-quote-request {
      padding: 40px; } }
  .sidebar-sections .section-quote-request .row {
    margin: 0; }
  .sidebar-sections .section-quote-request .header-content {
    padding: 0; }
  .sidebar-sections .section-quote-request .left-column,
  .sidebar-sections .section-quote-request .form-item-header {
    display: none; }

.front .page {
  padding: 20px 0; }
  @media print, screen and (min-width: 61.625em) {
    .front .page {
      padding: 40px 0; } }

.homepage-tagline {
  position: relative;
  z-index: 1; }
  @media print, screen and (min-width: 61.625em) {
    .homepage-tagline {
      margin-top: -35px; } }
  @media print, screen and (min-width: 61.625em) {
    .homepage-tagline .left-column {
      padding-right: 40px; } }
  .homepage-tagline .left-column h3 {
    font-size: 28px;
    font-weight: normal; }
  @media print, screen and (min-width: 61.625em) {
    .homepage-tagline .right-column {
      padding-left: 0; } }
  .homepage-tagline .right-column ul {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 63px 0 rgba(51, 51, 51, 0.11);
    box-shadow: 0 3px 63px 0 rgba(51, 51, 51, 0.11);
    border-radius: 5px;
    margin: 15px 0 0; }
    @media print, screen and (min-width: 61.625em) {
      .homepage-tagline .right-column ul {
        margin-top: -100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .homepage-tagline .right-column ul li {
      margin: 0;
      padding: 20px;
      border-top: 1px solid #eaeaea;
      border-bottom: 1px solid #eaeaea; }
      @media print, screen and (min-width: 61.625em) {
        .homepage-tagline .right-column ul li {
          width: 50%;
          padding: 35px 25px;
          border-top: 0;
          border-bottom: 0;
          border-left: 1px solid #eaeaea;
          border-right: 1px solid #eaeaea; } }
      .homepage-tagline .right-column ul li:first-child {
        border-top: 0;
        border-left: 0; }
      .homepage-tagline .right-column ul li:last-child {
        border-bottom: 0;
        border-right: 0; }
      .homepage-tagline .right-column ul li:before {
        display: none; }
      .homepage-tagline .right-column ul li p {
        font-size: 14px;
        margin-bottom: 0; }

.user-logged-in .homepage-tagline {
  margin-top: 0; }

.homepage-featured-services {
  padding-bottom: 100px; }
  @media print, screen and (min-width: 61.625em) {
    .homepage-featured-services {
      padding-bottom: 140px; } }
  .homepage-featured-services .header-content {
    position: static; }
    .homepage-featured-services .header-content h2 {
      margin-bottom: 0; }
    .homepage-featured-services .header-content .button {
      position: absolute;
      bottom: 40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background: none;
      border-radius: 0;
      border: 0;
      border-bottom: 2px solid;
      padding: 0 0 3px;
      color: #0971ce;
      font-size: 14px; }
      @media print, screen and (min-width: 61.625em) {
        .homepage-featured-services .header-content .button {
          bottom: 70px; } }
      .homepage-featured-services .header-content .button:before {
        display: none; }
      .homepage-featured-services .header-content .button:hover, .homepage-featured-services .header-content .button:focus {
        color: #353535; }
  .homepage-featured-services .image-features {
    margin-bottom: 0; }
  .homepage-featured-services .image-feature:hover,
  .homepage-featured-services .image-feature:focus {
    background-color: #0971ce;
    -webkit-transition: background 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    transition: background 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    transition: background 0.5s, transform 0.5s, opacity 0.5s;
    transition: background 0.5s, transform 0.5s, opacity 0.5s, -webkit-transform 0.5s; }
    .homepage-featured-services .image-feature:hover .content,
    .homepage-featured-services .image-feature:focus .content {
      color: #fff; }
      .homepage-featured-services .image-feature:hover .content h3:before,
      .homepage-featured-services .image-feature:hover .content h3:after,
      .homepage-featured-services .image-feature:focus .content h3:before,
      .homepage-featured-services .image-feature:focus .content h3:after {
        color: #fff; }
      .homepage-featured-services .image-feature:hover .content .button,
      .homepage-featured-services .image-feature:focus .content .button {
        color: #fff; }
        .homepage-featured-services .image-feature:hover .content .button:after,
        .homepage-featured-services .image-feature:focus .content .button:after {
          background-color: #fff;
          color: #0971ce; }
  .homepage-featured-services li:nth-child(2) .image-feature .content h3:before {
    content: '\f46b'; }
  .homepage-featured-services li:nth-child(2) .image-feature .content h3:after {
    content: '\10f46b'; }
  .homepage-featured-services li:nth-child(3) .image-feature .content h3:before {
    content: '\f321'; }
  .homepage-featured-services li:nth-child(3) .image-feature .content h3:after {
    content: '\10f321'; }
  .homepage-featured-services .image-feature .content {
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    .homepage-featured-services .image-feature .content h3 {
      position: relative;
      padding-top: 70px; }
      @media print, screen and (min-width: 61.625em) {
        .homepage-featured-services .image-feature .content h3 {
          padding-top: 120px; } }
      .homepage-featured-services .image-feature .content h3:before, .homepage-featured-services .image-feature .content h3:after {
        content: '\f48e';
        font-family: 'Font Awesome Duotone Solid';
        font-weight: normal;
        font-size: 45px;
        line-height: 45px;
        text-align: center;
        color: #0971ce;
        display: block;
        width: 45px;
        height: 45px;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: color 0.5s;
        transition: color 0.5s; }
        @media print, screen and (min-width: 61.625em) {
          .homepage-featured-services .image-feature .content h3:before, .homepage-featured-services .image-feature .content h3:after {
            font-size: 65px;
            line-height: 65px;
            width: 65px;
            height: 65px;
            top: 10px; } }
      .homepage-featured-services .image-feature .content h3:after {
        content: '\10f48e';
        opacity: 0.4; }
  .homepage-featured-services .image-feature .content .button {
    width: 100%;
    text-align: left;
    border-top: 2px solid #eaeaea;
    padding-top: 25px; }
    .homepage-featured-services .image-feature .content .button:hover, .homepage-featured-services .image-feature .content .button:focus {
      color: #fff; }
      .homepage-featured-services .image-feature .content .button:hover:after, .homepage-featured-services .image-feature .content .button:focus:after {
        background-color: #fff;
        color: #0971ce; }
    .homepage-featured-services .image-feature .content .button:after {
      float: right;
      margin-top: -2px;
      background: #fff;
      color: #353535; }

.waste-classifications {
  margin-top: 20px; }
  .waste-classifications + .page-section p:first-child {
    font-size: 13px; }
  @media print, screen and (min-width: 61.625em) {
    .waste-classifications .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .waste-classifications .content {
    position: relative;
    padding: 30px 40px;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 20px; }
    @media print, screen and (min-width: 61.625em) {
      .waste-classifications .content {
        margin-bottom: 30px; } }
    .waste-classifications .content > *:last-child {
      margin-bottom: 0; }
    .waste-classifications .content:before {
      content: '';
      display: block;
      -webkit-box-shadow: 0 3px 53px 0 rgba(40, 40, 40, 0.05);
      box-shadow: 0 3px 53px 0 rgba(40, 40, 40, 0.05);
      position: absolute;
      top: 0;
      left: 20px;
      right: 20px;
      bottom: 0; }
    .waste-classifications .content h4 {
      font-size: 22px;
      margin-bottom: 15px; }
    .waste-classifications .content h5 {
      font-size: 30px; }
    .waste-classifications .content h6 {
      font-size: 14px; }
    .waste-classifications .content hr {
      margin: 20px 0; }
    .waste-classifications .content ul {
      font-size: 13px;
      margin-left: 0; }
      @media print, screen and (min-width: 61.625em) {
        .waste-classifications .content ul {
          min-height: 220px; } }
      .waste-classifications .content ul li:before {
        display: none; }

.login-links .media--type-image {
  margin-bottom: 20px; }
  .login-links .media--type-image img {
    width: 270px;
    max-width: 100%;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain; }

.login-links .left-column .media--type-image img {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent; }

.login-links .content ul {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  margin-left: 0; }
  .login-links .content ul li {
    margin-bottom: 0;
    border-top: 1px solid #dfdfdf; }
    .login-links .content ul li:first-child {
      border-top: 0; }
    .login-links .content ul li:before {
      display: none; }
    .login-links .content ul li a {
      display: block;
      padding: 20px 55px 20px 20px;
      color: #353535;
      position: relative; }
      .login-links .content ul li a:before, .login-links .content ul li a:after {
        content: '\f324';
        font-size: 28px;
        font-family: 'Font Awesome Duotone Solid';
        font-weight: normal;
        color: #0971ce;
        display: block;
        width: 28px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        position: absolute;
        top: 15px;
        right: 20px; }
      .login-links .content ul li a:after {
        content: '\10f324';
        opacity: 0.4; }
      .login-links .content ul li a:hover strong,
      .login-links .content ul li a:focus strong {
        color: #0971ce; }
      .login-links .content ul li a strong {
        display: block;
        font-size: 22px;
        font-family: "Teko";
        font-weight: 500;
        line-height: 1.1;
        margin-bottom: 10px;
        -webkit-transition: color 0.5s;
        transition: color 0.5s; }

.ss360-group .ss360-list {
  margin-left: 0; }
  .ss360-group .ss360-list li:before {
    display: none; }

.path-services-document-shredding .page {
  padding-bottom: 20px; }

.content .shredding-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px -20px -20px;
  overflow: hidden; }
  .content .shredding-types::before, .content .shredding-types::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .content .shredding-types::after {
    clear: both; }
  .content .shredding-types li {
    width: 33.333%;
    font-weight: bold;
    text-align: center;
    line-height: 1.25;
    padding: 0 20px;
    margin-bottom: 40px; }
    @media print, screen and (min-width: 61.625em) {
      .content .shredding-types li {
        width: 16.666%; } }
    .content .shredding-types li:before {
      content: '';
      display: block;
      width: 70px;
      height: 70px;
      max-width: 100%;
      margin: 0 auto 10px;
      position: relative;
      left: 0;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .content .shredding-types li.financial:before {
      background-image: url("../svg/financial.svg"); }
    .content .shredding-types li.health:before {
      background-image: url("../svg/health.svg"); }
    .content .shredding-types li.payroll:before {
      background-image: url("../svg/payroll.svg"); }
    .content .shredding-types li.credit-card:before {
      background-image: url("../svg/credit-card.svg"); }
    .content .shredding-types li.policies:before {
      background-image: url("../svg/policies.svg"); }
    .content .shredding-types li.medical:before {
      background-image: url("../svg/medical.svg"); }
    .content .shredding-types li.contracts:before {
      background-image: url("../svg/contracts.svg"); }
    .content .shredding-types li.xrays:before {
      background-image: url("../svg/xrays.svg"); }
    .content .shredding-types li.cds:before {
      background-image: url("../svg/cds.svg"); }
    .content .shredding-types li.floppy-disks:before {
      background-image: url("../svg/floppy-disks.svg"); }
    .content .shredding-types li.hard-drives:before {
      background-image: url("../svg/hard-drives.svg"); }
    .content .shredding-types li.usb:before {
      background-image: url("../svg/usb.svg"); }
    .content .shredding-types li.id-badges:before {
      background-image: url("../svg/id-badges.svg"); }
    .content .shredding-types li.more:before {
      background-image: url("../svg/more.svg"); }

.shredding-container-options .content {
  font-size: 14px;
  margin-bottom: 10px; }
  @media print, screen and (min-width: 61.625em) {
    .shredding-container-options .content {
      margin-bottom: 30px; } }

.shredding-container-options .content h3:before {
  content: '';
  display: block;
  width: 150px;
  height: 150px;
  max-width: 100%;
  margin: 0 auto 20px;
  position: relative;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.shredding-container-options .left-column.content h3:before {
  background-image: url("../svg/heavy-duty.svg"); }

.shredding-container-options .center-column.content h3:before {
  background-image: url("../svg/executive.svg"); }

.shredding-container-options .right-column.content h3:before {
  background-image: url("../svg/bankers.svg"); }

.content .shredding-business-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px -20px -20px;
  overflow: hidden; }
  .content .shredding-business-types::before, .content .shredding-business-types::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .content .shredding-business-types::after {
    clear: both; }
  .content .shredding-business-types li {
    width: 50%;
    font-weight: bold;
    text-align: center;
    line-height: 1.25;
    padding: 0 20px;
    margin-bottom: 40px; }
    @media print, screen and (min-width: 61.625em) {
      .content .shredding-business-types li {
        width: 25%; } }
    .content .shredding-business-types li:before {
      content: '';
      display: block;
      width: 100px;
      height: 100px;
      max-width: 100%;
      margin: 0 auto 15px;
      position: relative;
      left: 0;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .content .shredding-business-types li.hospital:before {
      background-image: url("../svg/hospital.svg"); }
    .content .shredding-business-types li.medical:before {
      background-image: url("../svg/medical-2.svg"); }
    .content .shredding-business-types li.bank:before {
      background-image: url("../svg/bank.svg"); }
    .content .shredding-business-types li.attorney:before {
      background-image: url("../svg/attorney.svg"); }
    .content .shredding-business-types li.cpa:before {
      background-image: url("../svg/cpa.svg"); }
    .content .shredding-business-types li.government:before {
      background-image: url("../svg/government.svg"); }
    .content .shredding-business-types li.business:before {
      background-image: url("../svg/business.svg"); }
    .content .shredding-business-types li.insurance:before {
      background-image: url("../svg/insurance.svg"); }
    .content .shredding-business-types li.retail:before {
      background-image: url("../svg/retail.svg"); }
    .content .shredding-business-types li.college:before {
      background-image: url("../svg/college.svg"); }
    .content .shredding-business-types li.entertainment:before {
      background-image: url("../svg/entertainment.svg"); }
    .content .shredding-business-types li.distribution:before {
      background-image: url("../svg/distribution.svg"); }

.content .shredding-get-started {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px -20px 10px;
  overflow: hidden; }
  .content .shredding-get-started::before, .content .shredding-get-started::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .content .shredding-get-started::after {
    clear: both; }
  @media print, screen and (min-width: 61.625em) {
    .content .shredding-get-started {
      margin-bottom: 30px; } }
  .content .shredding-get-started li {
    width: 100%;
    font-weight: bold;
    text-align: center;
    line-height: 1.25;
    padding: 0 20px;
    margin-bottom: 40px; }
    @media screen and (min-width: 37.5em) {
      .content .shredding-get-started li {
        width: 50%; } }
    @media print, screen and (min-width: 61.625em) {
      .content .shredding-get-started li {
        width: 25%; } }
    .content .shredding-get-started li:before {
      content: '';
      display: block;
      width: 150px;
      height: 150px;
      max-width: 100%;
      margin: 0 auto 20px;
      position: relative;
      left: 0;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .content .shredding-get-started li.quote:before {
      background-image: url("../svg/quote.svg"); }
    .content .shredding-get-started li.schedule:before {
      background-image: url("../svg/schedule.svg"); }
    .content .shredding-get-started li.shredding:before {
      background-image: url("../svg/shredding.svg"); }
    .content .shredding-get-started li.certificate:before {
      background-image: url("../svg/certificate.svg"); }

.path-customer-support .region-content,
.path-contact-us .region-content {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 63px 0 rgba(51, 51, 51, 0.11);
  box-shadow: 0 3px 63px 0 rgba(51, 51, 51, 0.11);
  padding: 30px 20px;
  border-radius: 5px; }
  @media print, screen and (min-width: 61.625em) {
    .path-customer-support .region-content,
    .path-contact-us .region-content {
      padding: 60px; } }

.pathone-new-projects .content ul li:before {
  content: '\f15b'; }

.section-image-left---text-right .medsafe-video {
  background-color: #0971ce;
  position: absolute;
  top: -80px;
  right: 20px;
  z-index: 1;
  padding: 20px;
  width: 270px;
  max-width: 60%;
  color: #fff;
  font-size: 14px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }
  @media print, screen and (min-width: 61.625em) {
    .section-image-left---text-right .medsafe-video {
      top: 50%;
      left: -60px;
      right: auto;
      padding: 50px 30px;
      -webkit-transform: translateX(-100%) translateY(-50%);
      transform: translateX(-100%) translateY(-50%); } }
  .section-image-left---text-right .medsafe-video > *:last-child {
    margin-bottom: 0; }
  .section-image-left---text-right .medsafe-video h3 {
    font-size: 30px; }
  .section-image-left---text-right .medsafe-video .button {
    padding: 0;
    border-radius: 0;
    background: none;
    border: 0;
    color: #fff;
    margin-top: auto;
    margin-bottom: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
    z-index: 10;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    .section-image-left---text-right .medsafe-video .button:hover, .section-image-left---text-right .medsafe-video .button:focus {
      color: rgba(255, 255, 255, 0.5); }
    .section-image-left---text-right .medsafe-video .button:before {
      content: '\f144';
      font-family: 'Font Awesome Solid';
      font-size: 20px;
      vertical-align: text-top; }

.section-image-left---text-right .infographic {
  list-style-type: none;
  margin: 30px 0 -15px; }
  .section-image-left---text-right .infographic::before, .section-image-left---text-right .infographic::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .section-image-left---text-right .infographic::after {
    clear: both; }
  @media print, screen and (min-width: 61.625em) {
    .section-image-left---text-right .infographic {
      margin: 30px -15px 0; }
      .section-image-left---text-right .infographic > li {
        float: left;
        width: 33.33333%;
        padding-right: 0.88235rem;
        padding-left: 0.88235rem; }
        .section-image-left---text-right .infographic > li:nth-of-type(1n) {
          clear: none; }
        .section-image-left---text-right .infographic > li:nth-of-type(3n+1) {
          clear: both; }
        .section-image-left---text-right .infographic > li:last-child {
          float: left; } }
  .section-image-left---text-right .infographic li {
    margin-bottom: 40px; }
    @media print, screen and (min-width: 61.625em) {
      .section-image-left---text-right .infographic li {
        margin-bottom: 20px; } }
    .section-image-left---text-right .infographic li:before {
      display: none; }
    .section-image-left---text-right .infographic li.lock h3:before {
      content: '\f023'; }
    .section-image-left---text-right .infographic li.lock h3:after {
      content: '\10f023'; }
    .section-image-left---text-right .infographic li.box h3:before {
      content: '\f49a'; }
    .section-image-left---text-right .infographic li.box h3:after {
      content: '\10f49a'; }
    .section-image-left---text-right .infographic li.medication h3:before {
      content: '\f485'; }
    .section-image-left---text-right .infographic li.medication h3:after {
      content: '\10f485'; }
    .section-image-left---text-right .infographic li h3 {
      font-size: 50px;
      position: relative;
      padding-top: 50px; }
      @media print, screen and (min-width: 61.625em) {
        .section-image-left---text-right .infographic li h3 {
          padding-top: 70px; } }
      .section-image-left---text-right .infographic li h3:before, .section-image-left---text-right .infographic li h3:after {
        font-family: 'Font Awesome Duotone Solid';
        font-weight: normal;
        font-size: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: color 0.5s;
        transition: color 0.5s; }
        @media print, screen and (min-width: 61.625em) {
          .section-image-left---text-right .infographic li h3:before, .section-image-left---text-right .infographic li h3:after {
            font-size: 52px;
            line-height: 52px;
            width: 52px;
            height: 52px;
            top: 10px; } }
      .section-image-left---text-right .infographic li h3:after {
        opacity: 0.4; }
    .section-image-left---text-right .infographic li p {
      font-size: 24px;
      font-family: "Teko";
      line-height: 1.1; }
  .section-image-left---text-right .infographic + p {
    margin-top: 0; }
  .section-image-left---text-right .infographic ~ p .button:before {
    content: '\f144';
    font-family: 'Font Awesome Solid';
    font-size: 18px;
    line-height: 15px; }

.region-featured .section-image-left---text-right .medsafe-disposal {
  background-color: #fff;
  border-top-right-radius: 4px;
  padding: 30px 20px;
  width: 330px;
  max-width: 75%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #353535;
  font-size: 15px;
  line-height: 1.6;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }
  @media print, screen and (min-width: 61.625em) {
    .region-featured .section-image-left---text-right .medsafe-disposal {
      top: auto;
      bottom: 0;
      left: -100%;
      -webkit-transform: none;
      transform: none;
      padding: 60px;
      width: 400px; } }
  .region-featured .section-image-left---text-right .medsafe-disposal > *:last-child {
    margin-bottom: 0; }
  .region-featured .section-image-left---text-right .medsafe-disposal .button {
    padding: 0;
    border-radius: 0;
    background: none;
    border: 0;
    color: #0971ce;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    .region-featured .section-image-left---text-right .medsafe-disposal .button:hover, .region-featured .section-image-left---text-right .medsafe-disposal .button:focus {
      color: #353535;
      background: none; }

.content .disposal-steps {
  margin-left: 0;
  margin-top: 40px; }
  .content .disposal-steps li {
    position: relative;
    margin-bottom: 40px; }
    @media print, screen and (min-width: 61.625em) {
      .content .disposal-steps li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 15px; } }
    .content .disposal-steps li:before {
      content: '01';
      font-family: "Teko";
      color: #f5f5f5;
      font-size: 160px;
      font-weight: 500;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100px;
      height: 100px;
      line-height: 100px;
      text-align: center; }
      @media print, screen and (min-width: 61.625em) {
        .content .disposal-steps li:before {
          width: 25%;
          padding-left: 25px; } }
    .content .disposal-steps li.step2:before {
      content: '02'; }
    .content .disposal-steps li.step3:before {
      content: '03'; }
    .content .disposal-steps li.step1 h3:before {
      content: '\f486'; }
    .content .disposal-steps li.step1 h3:after {
      content: '\10f486'; }
    .content .disposal-steps li.step2 h3:before {
      content: '\f0e0'; }
    .content .disposal-steps li.step2 h3:after {
      content: '\10f0e0'; }
    .content .disposal-steps li.step3 h3:before {
      content: '\f813'; }
    .content .disposal-steps li.step3 h3:after {
      content: '\10f813'; }
  .content .disposal-steps h3 {
    width: 25%;
    text-align: center;
    position: relative;
    padding-top: 90px;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0; }
    .content .disposal-steps h3:before, .content .disposal-steps h3:after {
      content: '\f48e';
      font-family: 'Font Awesome Duotone Solid';
      font-weight: normal;
      font-size: 60px;
      line-height: 60px;
      text-align: center;
      color: #0971ce;
      display: block;
      width: 60px;
      height: 60px;
      position: absolute;
      left: 50%;
      top: 10px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .content .disposal-steps h3:after {
      content: '\10f48e';
      opacity: 0.4; }
  .content .disposal-steps p {
    font-size: 22px;
    font-weight: 500;
    font-family: "Teko";
    margin-bottom: 0; }

.drug-disposal .button:before {
  content: '\f144';
  font-family: 'Font Awesome Solid';
  font-size: 18px;
  line-height: 15px; }

.path-medsafe .page-section .button[href$='.pdf']:before {
  content: '\f15b';
  font-family: 'Font Awesome Solid';
  font-size: 18px;
  line-height: 15px; }

.path-medsafe .page {
  padding: 0; }

.medsafe-infographic {
  position: relative;
  padding: 20px 0;
  margin-bottom: 50px; }
  @media print, screen and (min-width: 61.625em) {
    .medsafe-infographic {
      margin-bottom: 80px;
      padding: 50px 0; } }
  .medsafe-infographic:before {
    content: '';
    display: block;
    background-color: #0971ce;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1; }
  .medsafe-infographic .infographic {
    list-style-type: none;
    margin: 30px 0 -15px;
    color: #fff;
    text-align: center; }
    .medsafe-infographic .infographic::before, .medsafe-infographic .infographic::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .medsafe-infographic .infographic::after {
      clear: both; }
    @media screen and (min-width: 37.5em) {
      .medsafe-infographic .infographic {
        margin: 30px -15px 0; }
        .medsafe-infographic .infographic > li {
          float: left;
          width: 50%;
          padding-right: 0.88235rem;
          padding-left: 0.88235rem; }
          .medsafe-infographic .infographic > li:nth-of-type(1n) {
            clear: none; }
          .medsafe-infographic .infographic > li:nth-of-type(2n+1) {
            clear: both; }
          .medsafe-infographic .infographic > li:last-child {
            float: left; } }
    @media print, screen and (min-width: 61.625em) {
      .medsafe-infographic .infographic {
        margin: 30px -15px 0; }
        .medsafe-infographic .infographic > li {
          float: left;
          width: 25%;
          padding-right: 0.88235rem;
          padding-left: 0.88235rem; }
          .medsafe-infographic .infographic > li:nth-of-type(1n) {
            clear: none; }
          .medsafe-infographic .infographic > li:nth-of-type(4n+1) {
            clear: both; }
          .medsafe-infographic .infographic > li:last-child {
            float: left; } }
    .medsafe-infographic .infographic li {
      margin-bottom: 50px; }
      @media print, screen and (min-width: 61.625em) {
        .medsafe-infographic .infographic li {
          margin-bottom: 20px; } }
      .medsafe-infographic .infographic li:before {
        display: none; }
      .medsafe-infographic .infographic li.lock h3:before {
        content: '\f023'; }
      .medsafe-infographic .infographic li.lock h3:after {
        content: '\10f023'; }
      .medsafe-infographic .infographic li.box h3:before {
        content: '\f49a'; }
      .medsafe-infographic .infographic li.box h3:after {
        content: '\10f49a'; }
      .medsafe-infographic .infographic li.medication h3:before {
        content: '\f485'; }
      .medsafe-infographic .infographic li.medication h3:after {
        content: '\10f485'; }
      .medsafe-infographic .infographic li.pills h3:before {
        content: '\f46b'; }
      .medsafe-infographic .infographic li.pills h3:after {
        content: '\10f46b'; }
      .medsafe-infographic .infographic li h3 {
        font-size: 50px;
        position: relative;
        padding-top: 60px; }
        @media print, screen and (min-width: 61.625em) {
          .medsafe-infographic .infographic li h3 {
            font-size: 65px;
            padding-top: 90px; } }
        .medsafe-infographic .infographic li h3:before, .medsafe-infographic .infographic li h3:after {
          font-family: 'Font Awesome Duotone Solid';
          font-weight: normal;
          font-size: 45px;
          line-height: 45px;
          text-align: center;
          color: #fff;
          display: block;
          width: 45px;
          height: 45px;
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transition: color 0.5s;
          transition: color 0.5s;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
          @media print, screen and (min-width: 61.625em) {
            .medsafe-infographic .infographic li h3:before, .medsafe-infographic .infographic li h3:after {
              font-size: 60px;
              line-height: 60px;
              width: 60px;
              height: 60px;
              top: 10px; } }
        .medsafe-infographic .infographic li h3:after {
          opacity: 0.4; }
      .medsafe-infographic .infographic li p {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5; }
        .medsafe-infographic .infographic li p a {
          color: rgba(255, 255, 255, 0.5);
          -webkit-transition: color 0.5s;
          transition: color 0.5s; }
          .medsafe-infographic .infographic li p a:hover, .medsafe-infographic .infographic li p a:focus {
            color: #fff; }
    .medsafe-infographic .infographic + p {
      margin-top: 0; }
    .medsafe-infographic .infographic ~ p .button:before {
      content: '\f144';
      font-family: 'Font Awesome Solid';
      font-size: 18px;
      line-height: 15px; }

.medsafe-specs {
  padding-top: 20px; }
  @media print, screen and (min-width: 61.625em) {
    .medsafe-specs .left-column {
      width: 41.66667%;
      float: left;
      padding-right: 1.17647rem;
      padding-left: 1.17647rem; }
      .medsafe-specs .left-column:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 61.625em) {
    .medsafe-specs .right-column {
      width: 58.33333%;
      float: left;
      padding-right: 1.17647rem;
      padding-left: 1.17647rem; }
      .medsafe-specs .right-column:last-child:not(:first-child) {
        float: right; } }
  .medsafe-specs ~ .medsafe-specs {
    padding-top: 0; }

.medsafe-faqs-header,
.medsafe-faqs,
.medsafe-faqs-footer {
  position: relative;
  color: #fff; }
  .medsafe-faqs-header:before,
  .medsafe-faqs:before,
  .medsafe-faqs-footer:before {
    content: '';
    display: block;
    background-color: #0971ce;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1; }
  .medsafe-faqs-header a,
  .medsafe-faqs a,
  .medsafe-faqs-footer a {
    color: #fff;
    font-weight: bold;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    .medsafe-faqs-header a:hover, .medsafe-faqs-header a:focus,
    .medsafe-faqs a:hover,
    .medsafe-faqs a:focus,
    .medsafe-faqs-footer a:hover,
    .medsafe-faqs-footer a:focus {
      color: rgba(255, 255, 255, 0.5); }

.medsafe-faqs-header {
  padding: 40px 0 20px;
  margin-top: 40px; }
  @media print, screen and (min-width: 61.625em) {
    .medsafe-faqs-header {
      padding: 60px 0 30px; } }

.medsafe-faqs-footer {
  padding-top: 30px;
  padding-bottom: 20px; }
  @media print, screen and (min-width: 61.625em) {
    .medsafe-faqs-footer {
      padding-bottom: 40px; } }

.path-medsafe .page-sections .section-quote-request .header-content {
  background-image: url("../jpg/bg-medsafe-request-quote.jpg"); }

.region-sidebar-second {
  margin-top: 20px; }
  @media print, screen and (min-width: 61.625em) {
    .region-sidebar-second {
      margin-top: 0; } }

.sidebar-nav > ul {
  list-style-type: none;
  margin: 0;
  -webkit-box-shadow: 0 1px 73px 0 rgba(51, 51, 51, 0.15);
  box-shadow: 0 1px 73px 0 rgba(51, 51, 51, 0.15);
  border-radius: 4px;
  overflow: hidden; }
  .sidebar-nav > ul li {
    border-bottom: 2px solid #f4f4f4; }
    .sidebar-nav > ul li:last-child {
      border-bottom: 0; }
  .sidebar-nav > ul a {
    display: block;
    color: #353535;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    padding: 20px 45px 20px 20px;
    background-color: #fff;
    position: relative;
    -webkit-transition: color 0.5s, background 0.5s;
    transition: color 0.5s, background 0.5s; }
    .sidebar-nav > ul a:after {
      content: '\f061';
      font-family: 'Font Awesome Regular';
      font-weight: normal;
      display: block;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      position: absolute;
      top: 50%;
      margin-top: -10px;
      right: 15px; }
    .sidebar-nav > ul a:hover, .sidebar-nav > ul a:focus, .sidebar-nav > ul a.is-active {
      color: #fff;
      background-color: #0971ce; }

.sidebar-nav + .sidebar-sections {
  margin-top: 40px; }

.sidebar-sections .page-section {
  margin-bottom: 40px; }
  .sidebar-sections .page-section:last-child {
    margin-bottom: 40px; }

.section-content {
  background-color: #f4f4f4;
  border-radius: 4px;
  padding: 30px 20px; }
  @media print, screen and (min-width: 61.625em) {
    .section-content {
      padding: 40px; } }
  .section-content .row {
    margin: 0; }
  .section-content .content > *:last-child {
    margin-bottom: 0; }
  .section-content .button {
    margin-top: 10px; }

.section-featured-content .row {
  margin: 0; }

.section-featured-content .featured-content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  padding: 30px 20px;
  color: #fff;
  font-size: 15px;
  position: relative;
  overflow: hidden; }
  @media print, screen and (min-width: 61.625em) {
    .section-featured-content .featured-content {
      padding: 40px; } }
  .section-featured-content .featured-content:before {
    content: '';
    display: block;
    background-color: #0971ce;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8; }

.section-featured-content .bg-medical-devices {
  background-image: url("../jpg/bg-medical-devices.jpg"); }

.section-featured-content .bg-healthcare {
  background-image: url("../jpg/bg-healthcare.jpg"); }

.section-featured-content .bg-pharmaceuticals {
  background-image: url("../jpg/bg-pharmaceuticals.jpg"); }

.section-featured-content .bg-aloe {
  background-image: url("../jpg/bg-aloe.jpg"); }

.section-featured-content .icon-recycle h3,
.section-featured-content .icon-document h3,
.section-featured-content .icon-download h3,
.section-featured-content .icon-graph h3,
.section-featured-content .icon-computer h3,
.section-featured-content .icon-speech h3,
.section-featured-content .icon-location h3,
.section-featured-content .icon-medication h3 {
  position: relative;
  padding-top: 60px; }
  @media print, screen and (min-width: 61.625em) {
    .section-featured-content .icon-recycle h3,
    .section-featured-content .icon-document h3,
    .section-featured-content .icon-download h3,
    .section-featured-content .icon-graph h3,
    .section-featured-content .icon-computer h3,
    .section-featured-content .icon-speech h3,
    .section-featured-content .icon-location h3,
    .section-featured-content .icon-medication h3 {
      padding-top: 75px; } }
  .section-featured-content .icon-recycle h3:before, .section-featured-content .icon-recycle h3:after,
  .section-featured-content .icon-document h3:before,
  .section-featured-content .icon-document h3:after,
  .section-featured-content .icon-download h3:before,
  .section-featured-content .icon-download h3:after,
  .section-featured-content .icon-graph h3:before,
  .section-featured-content .icon-graph h3:after,
  .section-featured-content .icon-computer h3:before,
  .section-featured-content .icon-computer h3:after,
  .section-featured-content .icon-speech h3:before,
  .section-featured-content .icon-speech h3:after,
  .section-featured-content .icon-location h3:before,
  .section-featured-content .icon-location h3:after,
  .section-featured-content .icon-medication h3:before,
  .section-featured-content .icon-medication h3:after {
    content: '\f48e';
    font-family: 'Font Awesome Duotone Solid';
    font-weight: normal;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0; }
    @media print, screen and (min-width: 61.625em) {
      .section-featured-content .icon-recycle h3:before, .section-featured-content .icon-recycle h3:after,
      .section-featured-content .icon-document h3:before,
      .section-featured-content .icon-document h3:after,
      .section-featured-content .icon-download h3:before,
      .section-featured-content .icon-download h3:after,
      .section-featured-content .icon-graph h3:before,
      .section-featured-content .icon-graph h3:after,
      .section-featured-content .icon-computer h3:before,
      .section-featured-content .icon-computer h3:after,
      .section-featured-content .icon-speech h3:before,
      .section-featured-content .icon-speech h3:after,
      .section-featured-content .icon-location h3:before,
      .section-featured-content .icon-location h3:after,
      .section-featured-content .icon-medication h3:before,
      .section-featured-content .icon-medication h3:after {
        font-size: 55px;
        line-height: 55px;
        width: 55px;
        height: 55px; } }
  .section-featured-content .icon-recycle h3:after,
  .section-featured-content .icon-document h3:after,
  .section-featured-content .icon-download h3:after,
  .section-featured-content .icon-graph h3:after,
  .section-featured-content .icon-computer h3:after,
  .section-featured-content .icon-speech h3:after,
  .section-featured-content .icon-location h3:after,
  .section-featured-content .icon-medication h3:after {
    content: '\10f48e';
    opacity: 0.4; }

.section-featured-content .icon-recycle h3:before {
  content: '\f1b8'; }

.section-featured-content .icon-recycle h3:after {
  content: '\10f1b8'; }

.section-featured-content .icon-document h3:before {
  content: '\f477'; }

.section-featured-content .icon-document h3:after {
  content: '\10f477'; }

.section-featured-content .icon-download h3:before {
  content: '\f56d'; }

.section-featured-content .icon-download h3:after {
  content: '\10f56d'; }

.section-featured-content .icon-graph h3:before {
  content: '\f659'; }

.section-featured-content .icon-graph h3:after {
  content: '\10f659'; }

.section-featured-content .icon-computer h3:before {
  content: '\f812'; }

.section-featured-content .icon-computer h3:after {
  content: '\10f812'; }

.section-featured-content .icon-speech h3:before {
  content: '\f7f4'; }

.section-featured-content .icon-speech h3:after {
  content: '\10f7f4'; }

.section-featured-content .icon-location h3:before {
  content: '\f601'; }

.section-featured-content .icon-location h3:after {
  content: '\10f601'; }

.section-featured-content .icon-medication h3:before {
  content: '\f46b'; }

.section-featured-content .icon-medication h3:after {
  content: '\10f46b'; }

.section-featured-content .content {
  position: relative;
  z-index: 1; }

.section-featured-content .button {
  padding: 0;
  border-radius: 0;
  background: none;
  border: 0;
  color: #fff;
  margin-top: auto;
  margin-bottom: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
  z-index: 10;
  -webkit-transition: color 0.5s;
  transition: color 0.5s; }
  .section-featured-content .button[href^='tel:']:before {
    content: '\f095';
    font-family: 'Font Awesome Solid'; }
  .section-featured-content .button:hover, .section-featured-content .button:focus {
    color: rgba(255, 255, 255, 0.5); }
    .section-featured-content .button:hover:before, .section-featured-content .button:focus:before {
      background-color: rgba(255, 255, 255, 0.5); }
  .section-featured-content .button:before {
    color: #0971ce;
    background-color: #fff;
    border-radius: 500px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s; }

.section-store-products {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 73px 0 rgba(51, 51, 51, 0.15);
  box-shadow: 0 1px 73px 0 rgba(51, 51, 51, 0.15);
  padding: 40px; }
  .section-store-products .header-content {
    margin-bottom: 20px; }
  .section-store-products .store-products {
    list-style-type: none;
    margin: 0;
    padding: 0 20px; }
  .section-store-products .product {
    overflow: hidden;
    position: relative;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s; }
    .section-store-products .product:hover .featured-image img,
    .section-store-products .product:focus .featured-image img {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
    .section-store-products .product .featured-image {
      overflow: hidden;
      margin-bottom: 20px; }
      .section-store-products .product .featured-image img {
        width: 100%;
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s; }
    .section-store-products .product .content {
      color: #353535;
      font-size: 14px;
      text-align: center; }
      .section-store-products .product .content > *:last-child {
        margin-bottom: 0; }
      .section-store-products .product .content h4 {
        font-size: 22px;
        margin-bottom: 15px; }
      .section-store-products .product .content .button {
        padding: 0;
        border-radius: 0;
        background: none;
        border: 0;
        color: #353535;
        margin-bottom: 0;
        position: relative;
        z-index: 10;
        -webkit-transition: color 0.5s;
        transition: color 0.5s; }
        .section-store-products .product .content .button:hover, .section-store-products .product .content .button:focus {
          color: #0971ce; }
          .section-store-products .product .content .button:hover:after, .section-store-products .product .content .button:focus:after {
            background-color: #0971ce; }
        .section-store-products .product .content .button:before {
          display: none; }
        .section-store-products .product .content .button:after {
          content: '\f061';
          font-family: 'Font Awesome Regular';
          display: inline-block;
          width: 22px;
          height: 22px;
          border-radius: 500px;
          background-color: #353535;
          color: #fff;
          line-height: 22px;
          text-align: center;
          margin-left: 8px;
          -webkit-transition: background 0.5s;
          transition: background 0.5s; }
  .section-store-products .slick-prev,
  .section-store-products .slick-next {
    width: 22px;
    height: 22px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -11px; }
    .section-store-products .slick-prev:before,
    .section-store-products .slick-next:before {
      font-family: 'Font Awesome Regular';
      display: inline-block;
      width: 22px;
      height: 22px;
      color: #353535;
      line-height: 22px;
      text-align: center;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
    .section-store-products .slick-prev:hover:before, .section-store-products .slick-prev:focus:before,
    .section-store-products .slick-next:hover:before,
    .section-store-products .slick-next:focus:before {
      color: #0971ce; }
  .section-store-products .slick-prev {
    left: -10px; }
    .section-store-products .slick-prev:before {
      content: '\f060'; }
  .section-store-products .slick-next {
    right: -10px; }
    .section-store-products .slick-next:before {
      content: '\f061'; }

.front .section-store-products {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f9f9f9;
  padding: 50px 0;
  margin: -50px 0 0;
  position: relative; }
  @media print, screen and (min-width: 61.625em) {
    .front .section-store-products {
      padding: 80px 0; } }
  .front .section-store-products:first-child {
    margin-top: -50px; }
    @media print, screen and (min-width: 61.625em) {
      .front .section-store-products:first-child {
        margin-top: -80px; } }
  .front .section-store-products:last-child {
    margin-bottom: -50px; }
    @media print, screen and (min-width: 61.625em) {
      .front .section-store-products:last-child {
        margin-bottom: -80px; } }
  .front .section-store-products:before {
    content: '';
    display: block;
    background-color: #f9f9f9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1; }
  .front .section-store-products .header-content {
    margin-bottom: 20px; }
    .front .section-store-products .header-content::before, .front .section-store-products .header-content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .front .section-store-products .header-content::after {
      clear: both; }
    @media print, screen and (min-width: 61.625em) {
      .front .section-store-products .header-content {
        margin-bottom: 30px; } }
    @media print, screen and (min-width: 61.625em) {
      .front .section-store-products .header-content h2 {
        width: 50%;
        float: left;
        padding-right: 40px; } }
    .front .section-store-products .header-content p {
      overflow: hidden;
      font-size: 16px; }
  .front .section-store-products .store-products {
    list-style-type: none;
    margin: 0 -20px -30px;
    padding-top: 5px;
    overflow: hidden;
    clear: both; }
    .front .section-store-products .store-products li {
      margin-bottom: 30px;
      padding: 0 20px; }
      @media screen and (min-width: 40.625em) {
        .front .section-store-products .store-products li {
          width: 50%; } }
      @media print, screen and (min-width: 61.625em) {
        .front .section-store-products .store-products li {
          width: 33.333%; } }
  .front .section-store-products .product {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 0 12px 0 rgba(51, 51, 51, 0.08);
    box-shadow: 0 0 12px 0 rgba(51, 51, 51, 0.08); }
    .front .section-store-products .product .featured-image {
      margin-bottom: 0; }
    .front .section-store-products .product .content {
      text-align: left;
      padding: 30px 20px; }
      @media screen and (min-width: 75em) {
        .front .section-store-products .product .content {
          padding: 30px; } }
      .front .section-store-products .product .content h4 {
        font-size: 26px;
        margin-bottom: 10px; }
        @media print, screen and (min-width: 61.625em) {
          .front .section-store-products .product .content h4 {
            margin-bottom: 20px; } }
  .front .section-store-products .slick-dots {
    list-style-type: none;
    margin: 5px 0 30px;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .front .section-store-products .slick-dots li {
      width: 14px;
      height: 14px;
      padding: 0;
      margin: 0 3px;
      line-height: 0; }
      .front .section-store-products .slick-dots li.slick-active button {
        border-color: #353535; }
        .front .section-store-products .slick-dots li.slick-active button:before {
          background-color: #353535;
          width: 4px;
          height: 4px; }
    .front .section-store-products .slick-dots button {
      width: 14px;
      height: 14px;
      text-indent: -999px;
      overflow: hidden;
      border: 2px solid transparent;
      border-radius: 500px;
      position: relative; }
      .front .section-store-products .slick-dots button:hover:before {
        background-color: #353535; }
      .front .section-store-products .slick-dots button:before {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        background-color: #b2b2b2;
        border-radius: 500px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transition: background 0.5s;
        transition: background 0.5s; }

.section-blog-posts {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 73px 0 rgba(51, 51, 51, 0.15);
  box-shadow: 0 1px 73px 0 rgba(51, 51, 51, 0.15);
  padding: 40px; }
  .section-blog-posts .header-content {
    margin-bottom: 20px; }
  .section-blog-posts .blog-posts {
    list-style-type: none;
    margin: 0;
    padding: 0 20px; }
  .section-blog-posts .blog-post {
    overflow: hidden;
    position: relative;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s; }
    .section-blog-posts .blog-post:hover .featured-image img,
    .section-blog-posts .blog-post:focus .featured-image img {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
    .section-blog-posts .blog-post .featured-image {
      overflow: hidden;
      margin-bottom: -40px;
      border-radius: 4px; }
      .section-blog-posts .blog-post .featured-image img {
        width: 100%;
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s; }
    .section-blog-posts .blog-post .content {
      color: #353535;
      font-size: 14px;
      background-color: #fff;
      border-top-right-radius: 4px;
      width: 90%;
      position: relative;
      z-index: 1;
      padding: 30px 20px 0; }
      .section-blog-posts .blog-post .content > *:last-child {
        margin-bottom: 0; }
      .section-blog-posts .blog-post .content h4 {
        font-size: 22px;
        border-left: 2px solid #0971ce;
        padding-left: 20px;
        -webkit-transition: color 0.5s;
        transition: color 0.5s; }
        .section-blog-posts .blog-post .content h4:hover {
          color: #0971ce; }
      .section-blog-posts .blog-post .content p {
        font-size: 14px;
        line-height: 1.6; }
      .section-blog-posts .blog-post .content .button {
        padding: 0;
        border-radius: 0;
        background: none;
        border: 0;
        color: #353535;
        margin-bottom: 0;
        position: relative;
        z-index: 10;
        -webkit-transition: color 0.5s;
        transition: color 0.5s; }
        .section-blog-posts .blog-post .content .button:hover, .section-blog-posts .blog-post .content .button:focus {
          color: #0971ce; }
          .section-blog-posts .blog-post .content .button:hover:after, .section-blog-posts .blog-post .content .button:focus:after {
            background-color: #0971ce; }
        .section-blog-posts .blog-post .content .button:before {
          display: none; }
        .section-blog-posts .blog-post .content .button:after {
          content: '\f061';
          font-family: 'Font Awesome Regular';
          display: inline-block;
          width: 22px;
          height: 22px;
          border-radius: 500px;
          background-color: #353535;
          color: #fff;
          line-height: 22px;
          text-align: center;
          margin-left: 8px;
          -webkit-transition: background 0.5s;
          transition: background 0.5s; }
  .section-blog-posts .slick-prev,
  .section-blog-posts .slick-next {
    width: 22px;
    height: 22px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -11px; }
    .section-blog-posts .slick-prev:before,
    .section-blog-posts .slick-next:before {
      font-family: 'Font Awesome Regular';
      display: inline-block;
      width: 22px;
      height: 22px;
      color: #353535;
      line-height: 22px;
      text-align: center;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
    .section-blog-posts .slick-prev:hover:before, .section-blog-posts .slick-prev:focus:before,
    .section-blog-posts .slick-next:hover:before,
    .section-blog-posts .slick-next:focus:before {
      color: #0971ce; }
  .section-blog-posts .slick-prev {
    left: -10px; }
    .section-blog-posts .slick-prev:before {
      content: '\f060'; }
  .section-blog-posts .slick-next {
    right: -10px; }
    .section-blog-posts .slick-next:before {
      content: '\f061'; }

.region-sidebar-second .search-form {
  background-color: #f4f4f4;
  border-radius: 4px;
  padding: 30px 20px;
  margin-bottom: 40px; }
  @media print, screen and (min-width: 61.625em) {
    .region-sidebar-second .search-form {
      padding: 40px; } }
  .region-sidebar-second .search-form .search-input {
    margin-bottom: 0;
    padding-right: 35px; }
  .region-sidebar-second .search-form button {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    overflow: hidden;
    float: right;
    margin-top: -33px;
    margin-right: 7px;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    .region-sidebar-second .search-form button:hover, .region-sidebar-second .search-form button:focus {
      color: #0971ce; }
    .region-sidebar-second .search-form button:before {
      content: '\f002';
      font-family: 'Font Awesome Solid';
      font-weight: normal;
      display: block; }

.region-sidebar-second .contact-info .calendar:before {
  content: '\f073'; }

.region-sidebar-second .contact-info .phone:before {
  content: '\f095'; }

.region-sidebar-second .contact-info .fax:before {
  content: '\f1ac'; }

.takeaway-recycle .row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

@media print, screen and (min-width: 61.625em) {
  .takeaway-recycle .button {
    position: absolute;
    bottom: 0;
    left: -100%;
    margin-left: 20px; } }

.takeaway-recycle .button:before {
  content: '\f144';
  font-family: 'Font Awesome Solid';
  font-size: 18px;
  line-height: 15px; }

.recycle-process-header {
  background-color: #f9f9f9;
  position: relative;
  padding-top: 40px;
  margin-top: 20px; }
  @media print, screen and (min-width: 61.625em) {
    .recycle-process-header {
      padding-top: 60px;
      margin-top: 40px; } }
  .recycle-process-header:before {
    content: '';
    display: block;
    background-color: #f9f9f9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1; }

.recycle-process {
  background-color: #f9f9f9;
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 30px; }
  @media print, screen and (min-width: 61.625em) {
    .recycle-process {
      padding-bottom: 60px;
      margin-bottom: 50px; } }
  .recycle-process:before {
    content: '';
    display: block;
    background-color: #f9f9f9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1; }
  @media print, screen and (min-width: 61.625em) {
    .recycle-process .left-column,
    .recycle-process .center-column,
    .recycle-process .right-column {
      padding: 0 40px; } }
  .recycle-process .center-column {
    position: relative; }
    @media print, screen and (min-width: 61.625em) {
      .recycle-process .center-column:before, .recycle-process .center-column:after {
        content: '\f054';
        font-family: 'Font Awesome Solid';
        display: block;
        position: absolute;
        top: 150px;
        left: -30px;
        width: 50px;
        height: 50px;
        font-size: 50px;
        line-height: 50px;
        text-align: center;
        color: #0971ce; } }
    .recycle-process .center-column:after {
      left: auto;
      right: -30px; }
  .recycle-process ~ .section-content---1-column hr {
    margin-top: 20px; }

.region-featured {
  padding-bottom: 50px; }
  @media print, screen and (min-width: 61.625em) {
    .region-featured {
      padding-bottom: 80px; } }

.revwid-container .revwid-powered-by-text,
.revwid-container .revwid-filter-container {
  display: none !important; }

.path-request-quote .page {
  padding: 0; }

.path-request-quote .region-featured {
  max-width: 68.23529rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1; }
  .path-request-quote .region-featured::before, .path-request-quote .region-featured::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .path-request-quote .region-featured::after {
    clear: both; }
  .path-request-quote .region-featured:before {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    left: 20px;
    right: 20px;
    bottom: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 63px 0 rgba(51, 51, 51, 0.11);
    box-shadow: 0 3px 63px 0 rgba(51, 51, 51, 0.11);
    border-radius: 5px;
    z-index: -1; }
    @media print, screen and (min-width: 61.625em) {
      .path-request-quote .region-featured:before {
        top: -80px;
        bottom: 80px; } }
  .path-request-quote .region-featured .section-quote-request .quote-request-form .form-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    padding-top: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
    @media print, screen and (min-width: 61.625em) {
      .path-request-quote .region-featured .section-quote-request .quote-request-form .form-wrapper {
        -webkit-transform: none;
        transform: none; } }

.request-quote-testimonials .content {
  padding: 0 40px 20px; }
  @media print, screen and (min-width: 61.625em) {
    .request-quote-testimonials .content {
      padding: 0 100px 40px; } }

footer[role='contentinfo'] {
  background-color: #161616;
  color: #f9f9f9;
  font-size: 14px; }
  footer[role='contentinfo'] h2,
  footer[role='contentinfo'] h3,
  footer[role='contentinfo'] h4,
  footer[role='contentinfo'] h5,
  footer[role='contentinfo'] h6 {
    color: #f9f9f9; }
  footer[role='contentinfo'] h2 {
    font-size: 22px;
    margin-bottom: 20px; }
  footer[role='contentinfo'] a {
    color: #f9f9f9;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    footer[role='contentinfo'] a:hover, footer[role='contentinfo'] a:focus {
      color: #0971ce; }

.footer-wrapper {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media print, screen and (min-width: 61.625em) {
    .footer-wrapper {
      padding-top: 100px;
      padding-bottom: 70px; } }
  .footer-wrapper .footer-content {
    margin-bottom: 30px; }
    @media print, screen and (min-width: 61.625em) {
      .footer-wrapper .footer-content {
        margin-bottom: 0; } }
    .footer-wrapper .footer-content p:last-child {
      margin-bottom: 0; }
    .footer-wrapper .footer-content a {
      color: #0971ce; }
      .footer-wrapper .footer-content a:hover, .footer-wrapper .footer-content a:focus {
        color: #f9f9f9; }
      .footer-wrapper .footer-content a[href^='tel'] {
        color: #fff;
        font-family: 'Teko';
        font-size: 35px; }
        .footer-wrapper .footer-content a[href^='tel']:hover, .footer-wrapper .footer-content a[href^='tel']:focus {
          color: #0971ce; }
  .footer-wrapper .footer-nav > ul {
    list-style-type: none;
    margin: 0; }
    .footer-wrapper .footer-nav > ul li {
      margin-bottom: 10px; }
      .footer-wrapper .footer-nav > ul li:last-child {
        margin-bottom: 0; }
      .footer-wrapper .footer-nav > ul li a {
        display: inline-block;
        padding-left: 17px;
        position: relative; }
        .footer-wrapper .footer-nav > ul li a:before {
          content: '\f061';
          font-family: 'Font Awesome Regular';
          font-size: 10px;
          line-height: 2.3;
          color: #0971ce;
          position: absolute;
          top: 0;
          left: 0; }
  .footer-wrapper .newsletter-signup .button {
    width: 100%;
    max-width: 170px;
    margin-top: 5px;
    -webkit-transition: background 0.5s, border 0.5s;
    transition: background 0.5s, border 0.5s; }
    .footer-wrapper .newsletter-signup .button:before {
      display: none; }
    .footer-wrapper .newsletter-signup .button:after {
      content: '\f061';
      font-family: 'Font Awesome Regular';
      font-weight: normal;
      margin-left: 8px; }
    .footer-wrapper .newsletter-signup .button:hover, .footer-wrapper .newsletter-signup .button:focus {
      color: #fff; }
  .footer-wrapper .social-media > ul {
    list-style-type: none;
    margin: 20px 0 0; }
    .footer-wrapper .social-media > ul::before, .footer-wrapper .social-media > ul::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .footer-wrapper .social-media > ul::after {
      clear: both; }
    .footer-wrapper .social-media > ul li {
      float: left;
      margin-right: 9px; }
      .footer-wrapper .social-media > ul li a {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 17px;
        font-family: 'Font Awesome Brands Regular';
        text-align: center;
        border-radius: 500px;
        background-color: #0971ce;
        overflow: hidden;
        -webkit-transition: background 0.5s, color 0.5s;
        transition: background 0.5s, color 0.5s; }
        .footer-wrapper .social-media > ul li a:hover, .footer-wrapper .social-media > ul li a:focus {
          color: #0971ce;
          background-color: #fff; }
        .footer-wrapper .social-media > ul li a:before {
          display: block; }
        .footer-wrapper .social-media > ul li a[href*='linkedin']:before {
          content: '\f0e1'; }
        .footer-wrapper .social-media > ul li a[href*='facebook']:before {
          content: '\f39e'; }
        .footer-wrapper .social-media > ul li a[href*='twitter']:before {
          content: '\f099'; }

.region-footer-fourthcolumn {
  padding: 20px 40px;
  margin-top: 40px;
  position: relative;
  z-index: 1; }
  @media print, screen and (min-width: 61.625em) {
    .region-footer-fourthcolumn {
      margin-top: 0; } }
  .region-footer-fourthcolumn:before {
    content: '';
    display: block;
    background-color: #242424;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 0;
    border-radius: 4px;
    z-index: -1; }

.region-footer-companylogos {
  clear: both;
  padding-top: 50px; }
  .region-footer-companylogos ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none; }
    .region-footer-companylogos ul li {
      float: left;
      margin: 0 14px 5px; }
  .region-footer-companylogos .media--type-image {
    margin-bottom: 0; }

footer .bottom {
  border-top: 2px solid #212121;
  padding-top: 40px;
  padding-bottom: 65px; }

.region-bottom {
  width: 100%;
  float: left;
  padding-right: 1.17647rem;
  padding-left: 1.17647rem; }
  .region-bottom:last-child:not(:first-child) {
    float: right; }
  .region-bottom .logo {
    text-align: center;
    margin-bottom: 20px; }
    @media print, screen and (min-width: 61.625em) {
      .region-bottom .logo {
        float: left;
        text-align: left;
        margin-bottom: 0; } }
    .region-bottom .logo > a {
      display: inline-block;
      width: 153px;
      height: 45px;
      background: url("../png/logo-footer.png") no-repeat left center;
      background-size: contain;
      text-indent: -999px;
      overflow: hidden; }
  .region-bottom .bottom-nav {
    margin: 0 -14px 10px; }
    .region-bottom .bottom-nav > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      list-style-type: none;
      margin: 0 0 -5px;
      overflow: hidden; }
      @media print, screen and (min-width: 61.625em) {
        .region-bottom .bottom-nav > ul {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
      .region-bottom .bottom-nav > ul > li {
        float: left;
        margin: 0 14px 5px; }
        .region-bottom .bottom-nav > ul > li > a {
          font-size: 15px;
          font-weight: bold; }
  .region-bottom .copyright p {
    text-align: center;
    margin-bottom: 0; }
    @media print, screen and (min-width: 61.625em) {
      .region-bottom .copyright p {
        text-align: right; } }

.search-modal {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  padding: 0 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s, -webkit-transform 0.5s; }
  .search-modal.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
    .search-modal.active .search-form {
      width: 770px; }
    .search-modal.active .close-button {
      opacity: 1; }
  .search-modal .search-form {
    margin: 0 auto;
    width: 0;
    max-width: 100%;
    margin-top: 110px;
    overflow: hidden;
    position: relative;
    -webkit-transition: width 0.5s 0.5s;
    transition: width 0.5s 0.5s; }
    @media print, screen and (min-width: 61.625em) {
      .search-modal .search-form {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -75px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); } }
    .search-modal .search-form.allow-overflow {
      overflow: visible; }
  .search-modal .search-input {
    color: #353535;
    font-family: 'Teko';
    font-size: 34px;
    padding-left: 70px;
    padding-top: 20px;
    background-color: #f4f4f4;
    border: 0;
    margin-bottom: 0;
    height: 75px; }
    @media print, screen and (min-width: 61.625em) {
      .search-modal .search-input {
        font-size: 45px; } }
  .search-modal .search-button {
    position: absolute;
    top: 0;
    left: 25px;
    font-size: 28px;
    font-weight: 900;
    line-height: 75px;
    width: 30px;
    height: 75px;
    overflow: hidden;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    .search-modal .search-button:hover, .search-modal .search-button:focus {
      color: #0971ce; }
    .search-modal .search-button:before {
      content: '\f002';
      display: block;
      font-family: 'Font Awesome Solid'; }
  .search-modal .close-button {
    color: #fff;
    background-color: #0971ce;
    top: 30px;
    left: 50%;
    margin-left: -25px;
    right: auto;
    width: 50px;
    height: 50px;
    border-radius: 500px;
    -webkit-box-shadow: inset 0 0 0 7px #0971ce;
    box-shadow: inset 0 0 0 7px #0971ce;
    opacity: 0;
    -webkit-transition: opacity 0.5s 0.9s, background 0.5s, -webkit-box-shadow 0.8s;
    transition: opacity 0.5s 0.9s, background 0.5s, -webkit-box-shadow 0.8s;
    transition: opacity 0.5s 0.9s, background 0.5s, box-shadow 0.8s;
    transition: opacity 0.5s 0.9s, background 0.5s, box-shadow 0.8s, -webkit-box-shadow 0.8s; }
    @media print, screen and (min-width: 61.625em) {
      .search-modal .close-button {
        top: 50px; } }
    .search-modal .close-button:hover, .search-modal .close-button:focus {
      background-color: #353535;
      -webkit-box-shadow: inset 0 0 0 0 #0971ce;
      box-shadow: inset 0 0 0 0 #0971ce; }
    .search-modal .close-button span {
      display: block;
      margin-top: -4px; }

.back-to-top {
  display: none;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background-color: #0971ce;
  overflow: hidden;
  font-family: 'Font Awesome Solid';
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 45px;
  text-decoration: none;
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 50; }
  .back-to-top:hover {
    background-color: #353535;
    color: #fff; }
  .back-to-top:before {
    content: '\f357';
    display: block;
    height: 45px;
    color: #fff; }
