@charset "UTF-8";
/*
    Theme Name: AKFUSA Refresh
    Theme URI: http://www.backpocketmedia.com
    Description: Custom Theme builton HTML5 Blank
    Version: 1.000
    Author: Back Pocket Media (@jferko)
    Author URI: http://backpocketmedia.com
    Tags: Zurb Foundation, HTML5, CSS3, custom

    License: AKFUSA 
*/
/*------------------------------------*\
COLORS
Green       rgb(0,177,64) #00b140
Black
White
Grey        rgb(88,88,91) #58585b 

Secondary
Light Grey  rgb(221,221,221) #dddddd   - added, can adjust thisju
Mid Grey #8b8685
Gold        rgb(187,158,47) #bb9e2f
Yellow      rgb(255,200,69) #ffc845
Lt. Green   rgb(149,193,31) #95C11F
Dk. Green   rgb(4,106,56) #046a38
50% Tint of Lt. Green - solid alt = rgb(202,224,143) #cae08f

Proxima Nova - regular, bold, light in fonts folder
font-family:'Proxima Nova W01';

Proxima N W01 Reg   300
Proxima N W01 Light 200 
Proxima N W01 Bold  500 
    
Playfair Display - regular
font-family: 'Playfair Display', serif;

\*----------------REARRANGING IS BAD FOR YOUR HEALTH--------------------*/
.fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-top.mui-enter, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-top.mui-leave, .scale-in-down.mui-enter, .scale-in-up.mui-enter, .scale-out-down.mui-leave, .scale-out-up.mui-leave, .slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-right.mui-enter, .slide-in-up.mui-enter, .slide-out-down.mui-leave, .slide-out-left.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .spin-in-ccw.mui-enter, .spin-in.mui-enter, .spin-out-ccw.mui-leave, .spin-out.mui-leave {
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.slide-in-down.mui-enter {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: -webkit-transform,opacity;
  -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, .slide-in-up.mui-enter {
  transition-property: -webkit-transform,opacity;
  -webkit-backface-visibility: hidden;
}

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

.slide-in-left.mui-enter {
  -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-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-right.mui-enter, .slide-out-down.mui-leave {
  transition-property: -webkit-transform,opacity;
  -webkit-backface-visibility: hidden;
}

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

.slide-in-right.mui-enter {
  -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-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-right.mui-leave, .slide-out-up.mui-leave {
  transition-property: -webkit-transform,opacity;
  -webkit-backface-visibility: hidden;
}

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

.slide-out-right.mui-leave {
  -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-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-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform,opacity;
  -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 {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

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

.fade-out.mui-leave {
  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-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform,opacity;
  -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(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform,opacity;
  -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(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform,opacity;
  -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(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform,opacity;
  -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(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform,opacity;
  -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(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform,opacity;
  -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(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform,opacity;
  -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-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform,opacity;
  -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-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform,opacity;
  -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-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform,opacity;
  -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-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform,opacity;
  -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-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform,opacity;
  -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-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: -webkit-transform,opacity;
  -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-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: -webkit-transform,opacity;
  -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-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform,opacity;
  -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, .spin-in.mui-enter {
  transition-property: -webkit-transform,opacity;
}

.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-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-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, .spin-out.mui-leave {
  transition-property: -webkit-transform,opacity;
}

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

.spin-out.mui-leave {
  -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-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-transform: rotate(0);
  transform: rotate(0);
  transition-property: -webkit-transform,opacity;
  -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;
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important;
}

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

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

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

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

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

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important;
  -webkit-animation-timing-function: ease-in-out !important;
  animation-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;
  -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-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;
  -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-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;
  -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-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.long-delay {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !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%);
  }
  15%, 25%, 35%, 45%, 5%, 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%);
  }
  15%, 25%, 35%, 45%, 5%, 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);
  }
}

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

@keyframes spin-cw-1turn {
  0%, 100% {
    -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%, 100%, 30%, 70% {
    -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%, 100%, 30%, 70% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

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

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

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

[hidden], template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: 0 0;
}

a:focus {
  outline: thin dotted;
}

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

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

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

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

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.3.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -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: 3px;
}

select {
  width: 100%;
  border-radius: 3px;
}

.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: 3px;
  background: transparent;
  line-height: 1;
}

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

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

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

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: 1.6;
  text-rendering: optimizeLegibility;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

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

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}

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

a:hover, a:focus {
  color: #258faf;
}

a img {
  border: 0;
}

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

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

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.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

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

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
  border-radius: 3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    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;
  }
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -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 #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

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

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca;
}

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

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

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cacaca;
}

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

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

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

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

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

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

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

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

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

.input-group > :last-child > * {
  border-radius: 0 3px 3px 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;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

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

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

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-group .input-group-button {
  display: table-cell;
}

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

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

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

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

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  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%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

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

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

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

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

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

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

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

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

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

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

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

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #c60f13;
}

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.menu {
  margin: 0;
  list-style-type: none;
}

.menu > li {
  display: table-cell;
  vertical-align: middle;
}

[data-whatinput='mouse'] .menu > li {
  outline: 0;
}

.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}

.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}

.menu > li, .menu.horizontal > li {
  display: table-cell;
}

.menu.expanded {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.menu.expanded > li:first-child:last-child {
  width: 100%;
}

.menu.vertical > li {
  display: block;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.medium-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.large-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.large-vertical > li {
    display: block;
  }
}

.menu.simple li {
  display: inline-block;
  margin-right: 1rem;
  line-height: 1;
}

.menu.simple a {
  padding: 0;
}

.menu.align-right::before, .menu.align-right::after {
  display: table;
  content: ' ';
}

.menu.align-right::after {
  clear: both;
}

.menu.align-right > li {
  float: right;
}

.menu.icon-top > li > a {
  text-align: center;
}

.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}

.menu.icon-top.vertical a > span {
  margin: auto;
}

.menu.nested {
  margin-left: 1rem;
}

.menu .active > a {
  background: #2ba6cb;
  color: #fefefe;
}

.menu.menu-bordered li {
  border: 1px solid #e6e6e6;
}

.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}

.menu.menu-hover li:hover {
  background-color: #e6e6e6;
}

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

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

.menu-centered > .menu {
  display: inline-block;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -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;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

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

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

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

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2ba6cb transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2ba6cb transparent transparent;
  right: 5px;
  margin-top: -3px;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2ba6cb transparent transparent;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2ba6cb;
}

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2ba6cb transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2ba6cb transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2ba6cb;
  }
}

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2ba6cb transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2ba6cb transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2ba6cb;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

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

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2ba6cb transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2ba6cb;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
  opacity: 1 !important;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
}

.title-bar::before, .title-bar::after {
  display: table;
  content: ' ';
}

.title-bar::after {
  clear: both;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

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

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

.top-bar {
  padding: 0.5rem;
}

.top-bar::before, .top-bar::after {
  display: table;
  content: ' ';
}

.top-bar::after {
  clear: both;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}

@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0;
}

.top-bar-title .menu-icon {
  bottom: 2px;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

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

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
}

.breadcrumbs::after {
  clear: both;
}

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

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

.breadcrumbs a {
  color: #2ba6cb;
}

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

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

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-size: 1rem;
}

.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px;
}

table thead,
table tbody,
table tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

table caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

table thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

table tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

table thead tr,
table tfoot tr {
  background: transparent;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

table tbody th,
table tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 3px;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

.tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  top: 50%;
  bottom: auto;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.responsive-embed, .flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video, .flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen, .flex-video.widescreen {
  padding-bottom: 56.25%;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.row {
  max-width: 62.5rem;
  margin-right: auto;
  margin-left: auto;
}

.row::before, .row::after {
  display: table;
  content: ' ';
}

.row::after {
  clear: both;
}

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

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

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

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

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

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

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.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: 0.9375rem;
  padding-left: 0.9375rem;
}

.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: 40em) {
  .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: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .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: 64em) {
  .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: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .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: 1.875rem;
}

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

.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: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.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: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.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;
}

@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;
}

@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;
}

@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;
}

/*Load Fonts Locally*/
@font-face {
  font-family: 'Proxima Nova W01';
  src: url("https://akfusa.org/wp-content/themes/akfusa/fonts/proximanova/ProximaNova-RegWeb.eot");
  /* IE9 Compat Modes */
  src: url("https://akfusa.org/wp-content/themes/akfusa/fonts/proximanova/ProximaNova-RegWeb.eot?#iefix") format("embedded-opentype"), url("https://akfusa.org/wp-content/themes/akfusa/fonts/proximanova/ProximaNova-Reg.ttf") format("truetype"), url("https://akfusa.org/wp-content/themes/akfusa/fonts/proximanova/ProximaNova-RegWeb.woff") format("woff"), url("https://akfusa.org/wp-content/themes/akfusa/fonts/proximanova/ProximaNova-RegWeb.svg") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova W01';
  src: url("https://akfusa.org/wp-content/themes/akfusa/fonts/proximanova/ProximaNova-LightWeb.eot");
  /* IE9 Compat Modes */
  src: url("https://akfusa.org/wp-content/themes/akfusa/fonts/proximanova/ProximaNova-LightWeb.eot?#iefix") format("embedded-opentype"), url("https://akfusa.org/wp-content/themes/akfusa/fonts/proximanova/ProximaNova-Light.ttf") format("truetype"), url("https://akfusa.org/wp-content/themes/akfusa/fonts/proximanova/ProximaNova-LightWeb.woff") format("woff"), url("https://akfusa.org/wp-content/themes/akfusa/fonts/proximanova/ProximaNova-LightWeb.svg") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova W01';
  src: url("https://akfusa.org/wp-content/themes/akfusa/fonts/proximanova/ProximaNova-BoldWeb.eot");
  /* IE9 Compat Modes */
  src: url("https://akfusa.org/wp-content/themes/akfusa/fonts/proximanova/ProximaNova-BoldWeb.eot?#iefix") format("embedded-opentype"), url("https://akfusa.org/wp-content/themes/akfusa/fonts/proximanova/ProximaNova-Bold.ttf") format("truetype"), url("https://akfusa.org/wp-content/themes/akfusa/fonts/proximanova/ProximaNova-BoldWeb.woff") format("woff"), url("https://akfusa.org/wp-content/themes/akfusa/fonts/proximanova/ProximaNova-BoldWeb.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("https://akfusa.org/wp-content/themes/akfusa/fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"), url("https://akfusa.org/wp-content/themes/akfusa/fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("https://akfusa.org/wp-content/themes/akfusa/fonts/font-awesome/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "akfusa";
  src: url("https://akfusa.org/wp-content/themes/akfusa/fonts/akfusa.eot");
  src: url("https://akfusa.org/wp-content/themes/akfusa/fonts/akfusa.eot?#iefix") format("embedded-opentype"), url("https://akfusa.org/wp-content/themes/akfusa/fonts/akfusa.woff") format("woff"), url("https://akfusa.org/wp-content/themes/akfusa/fonts/akfusa.ttf") format("truetype"), url("https://akfusa.org/wp-content/themes/akfusa/fonts/akfusa.svg#akfusa") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "akfusa" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "akfusa" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fundraise:before {
  content: "g";
}

.icon-donate-simple:before {
  content: "h";
}

.icon-civil-society:before {
  content: "b";
}

.icon-early-childhood-development:before {
  content: "i";
}

.icon-access-to-electricity:before {
  content: "a";
}

.icon-sponsor:before {
  content: "e";
}

.icon-integrated-development:before {
  content: "f";
}

.icon-supporting-entrepreneurs:before {
  content: "d";
}

.icon-faq:before {
  content: "c";
}

.icon-board-of-directors:before {
  content: "j";
}

.icon-careers:before {
  content: "k";
}

.icon-volunteer:before {
  content: "l";
}

.icon-our-stories:before {
  content: "n";
}

.icon-our-supporters:before {
  content: "o";
}

.icon-national-committee:before {
  content: "p";
}

.icon-staff:before {
  content: "q";
}

.icon-diamond-bullet:before {
  content: "z";
}

.icon-financials:before {
  content: "m";
}

/*General*/
h1, h2, h3, h4, h5, h6, strong {
  font-family: 'Proxima Nova W01', sans-serif;
  font-weight: 500;
}

body, article, p, ol, ul, input, cite {
  font-family: 'Proxima Nova W01', sans-serif;
  font-weight: 100;
  font-size: 1.1rem;
}

input {
  font-size: 1rem;
}

p:last-child {
  margin-bottom: 1rem !important;
}

.displaynone {
  display: none;
}

a {
  color: #00b140;
}

a:hover {
  color: #046a38;
}

article ul {
  margin-left: .25rem;
}

article li {
  margin-left: 1.5rem;
  list-style: none;
}

article li:before {
  font-family: "akfusa";
  font-size: 12px;
  line-height: 12px;
  display: inline-block !important;
  content: "z";
  color: #00b140;
  margin-right: 0.75rem;
  margin-left: -1.75rem;
  width: 15px;
}

article .wpgmp_map_container li:before,
article .sliderbkgd li:before,
li.vc_grid-filter-item:before {
  content: "";
  height: 0px;
  display: none !important;
}

li.vc_grid-filter-item span {
  text-transform: uppercase;
}

/*blog dropdowns*/
.pl-drop_down ul {
  padding-left: 20px !important;
}

.pl-drop_down li {
  line-height: 1.4rem !important;
  padding: 4px 0px !important;
}

.pl-drop_down li:before {
  margin-left: -16px !important;
}

small, .wp-caption-text {
  font-size: 0.8rem !important;
  line-height: 0.9rem;
}

.wp-caption-text,
p.wp-caption-text:last-child {
  font-style: italic;
  margin-top: 1rem;
}

.wp-caption.alignleft, img.alignleft {
  float: left;
  margin-right: 1rem;
  margin-bottom: 0rem;
}

.wp-caption.alignright, img.alignright {
  float: right;
  margin-left: 1rem;
  margin-bottom: 0rem;
}

h1 {
  color: #58585b;
  font-size: 2.1rem;
  line-height: 2.1rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

#secondary h1,
#tertiary h1,
#major-initiative h1,
.post-template-default h1 {
  font-size: 1.4rem;
  text-align: center;
}

#major-initiative h1 {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
  padding: 3.0rem 0;
  margin-top: 6rem;
  margin-left: -15px;
  margin-right: -15px;
}

h2 {
  color: #00b140;
  font-size: 1.1rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin-top: 1.5rem !important;
  margin-bottom: 0.5rem !important;
}

.single h2 {
  line-height: 1.3rem;
}

.alt {
  padding: 0.5rem;
}

h2.alt {
  color: #58585b;
  padding: 0rem;
}

h3, h4, h5, h6 {
  font-size: 1.1rem !important;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin-top: 1.5rem !important;
  margin-bottom: 0.5rem !important;
}

.single h3, .single h4, .single h5, .single h6 {
  line-height: 1.3rem;
}

h3.alt {
  color: #58585b;
  border-bottom: 1px solid #58585b;
  text-align: left;
  padding: 0.5rem;
}

.intro, .pullquote, .intro p, h2.intro {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-transform: none;
  margin-bottom: 1rem;
}

.introsmall p {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  line-height: 1.8rem;
  text-transform: none;
  margin-bottom: 1rem;
}

.bodyintro p {
  font-size: 1.1rem;
}

#secondary .intro,
#tertiary .intro,
#major-initiative .intro {
  text-align: center;
  line-height: 2.0rem;
  max-width: 1024px;
  margin: auto;
}

h2.intro {
  color: #58585b;
}

h2.intro.bold {
  font-weight: bold;
  color: #58585b;
}

.white {
  color: #ffffff;
}

.devnotes {
  font-family: "Consolas", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
  font-size: 0.85rem;
}

.patternlibrary .row {
  border-bottom: 1px dotted #ccc;
  padding: 1rem 0;
}

.alignright {
  text-align: right;
}

.wp-caption.alignright, img.alignright {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

img.alignright {
  float: right;
  margin-left: 1rem;
}

input {
  padding: 0.5rem 0.5rem;
}

.skinny,
#secondary .intro.skinny, #tertiary .intro.skinny, #major-initiative .intro.skinny {
  max-width: 700px;
  margin: auto;
}

.notskinny {
  max-width: 100%;
}

/*Buttons*/
.button,
.vc_btn3,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.vc_btn3.vc_btn3-size-md,
.pl-loadmorecnt a.load-more-link {
  font-family: 'Proxima Nova W01', sans-serif;
  color: #00b140 !important;
  border: 1px solid #00b140 !important;
  padding: 0.5rem 0.5rem !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  border-radius: 0.4rem;
  font-size: 1rem;
  line-height: 1rem;
  box-sizing: border-box;
  background-color: #ffffff !important;
}

.button:active,
.vc_btn3:active,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active,
.vc_btn3.vc_btn3-size-md:active,
.button:hover,
.vc_btn3:hover,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-size-md:hover,
.pl-loadmorecnt a.load-more-link:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  background-color: #00b140 !important;
}

.button.menu {
  color: #ffffff;
  border: 0px solid #00b140;
  padding: 0.5rem 0.5rem;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0.4rem;
  font-size: 0.8rem;
  line-height: 0.8rem;
  box-sizing: border-box;
}

/*added to stop flicker when page doesn't load completely*/
/*
#menu-utility-menu-donate-1 li {max-width: 4.25rem; max-height: 2rem;} 
#menu-utility-menu-donate-1 li a {max-width: 4.25rem; max-height: 2rem;} 
#menu-utility-menu-donate-1 li li {display:block;max-width:200px; max-height: 300px;}
#menu-utility-menu-donate-1 li li a {max-width:300px; max-height: 300px;}
#menu-utility-menu-donate-1 li:hover li{max-width:300px; max-height: 300px;}
#menu-utility-menu-donate-1 li:hover {max-width:300px; max-height: 300px;}
*/
/*shows the submenus*/
.button.menu a,
#menu-utility-menu-donate-1 li a {
  color: #046a38;
  border: 1px solid #dddddd;
  padding: 0.5rem 0.5rem;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0.4rem;
  font-size: 0.8rem;
  line-height: 0.8rem;
  box-sizing: border-box;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.button.menu a:hover,
#menu-utility-menu-donate-1 li a:hover {
  color: #ffffff;
  background-color: #046a38;
}

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

.button.primary,
.button.light,
.dkbkgd.cta .gform_wrapper .gform_footer input[type=submit] {
  color: #00b140;
  border: 1px solid #ffffff;
}

.button.dark {
  color: #cae08f;
  border: 1px solid #ffffff;
  background-color: #046a38;
}

.button.photo,
.photo .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #8b8685;
}

.button.special {
  color: #046a38;
  border: 1px solid #8b8685;
  background-color: #cae08f;
}

.vc_general.vc_cta3 .vc_cta3-actions {
  text-align: center;
}

/*Search*/
.searchwrap {
  display: inline-block;
  top: 0.75rem;
  position: relative;
  background: #ffffff;
}

.searchwrap #wrap {
  margin: 0;
  display: inline-block;
  height: 30px;
  width: 40px;
  /*initial spacing*/
  padding: 0;
}

.searchwrap input[type="text"] {
  height: 30px;
  font-size: 1.5rem;
  display: inline-block;
  font-family: "Lato";
  font-weight: 100;
  border: none;
  outline: none;
  color: #555;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  -webkit-transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer;
  margin: 0px;
  box-shadow: none;
}

.searchwrap #placeholder {
  width: 700px !important;
}

.searchwrap input[type="text"]:focus:hover {
  border-bottom: 1px solid #585858;
}

.searchwrap input[type="text"]:focus {
  width: 800px !important;
  max-width: 800px;
  z-index: 1;
  border-bottom: 1px solid #00b140;
  cursor: text;
  background: #fff;
}

.searchwrap input[type="submit"] {
  height: 24px;
  width: 24px;
  display: inline-block;
  float: right;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFU1NT9fX1lJSUXl5e1dXVfn5+c3Nz6urqv7+/tLS0iYmJqampn5+fysrK39/faWlp////Vi4ZywAAABF0Uk5T/////////////////////wAlrZliAAABLklEQVR42rSWWRbDIAhFHeOUtN3/ags1zaA4cHrKZ8JFRHwoXkwTvwGP1Qo0bYObAPwiLmbNAHBWFBZlD9j0JxflDViIObNHG/Do8PRHTJk0TezAhv7qloK0JJEBh+F8+U/hopIELOWfiZUCDOZD1RADOQKA75oq4cvVkcT+OdHnqqpQCITWAjnWVgGQUWz12lJuGwGoaWgBKzRVBcCypgUkOAoWgBX/L0CmxN40u6xwcIJ1cOzWYDffp3axsQOyvdkXiH9FKRFwPRHYZUaXMgPLeiW7QhbDRciyLXJaKheCuLbiVoqx1DVRyH26yb0hsuoOFEPsoz+BVE0MRlZNjGZcRQyHYkmMp2hBTIzdkzCTc/pLqOnBrk7/yZdAOq/q5NPBH1f7x7fGP4C3AAMAQrhzX9zhcGsAAAAASUVORK5CYII=) center center no-repeat;
  /*icon*/
  background-size: 20px 20px;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.searchwrap input[type="submit"]:hover {
  opacity: 1.0;
}

.dkbkgd {
  background-color: #046a38;
}

.ltbkgd {
  background-color: #cae08f;
}

.photobkgd {
  background-color: #313131;
}

.sliderbkgd {
  background-color: #58585b;
}

.active {
  border-bottom: 3px solid #046a38;
}

.sliderbkgd p, .dkbkgd p {
  color: #ffffff;
}

.bkgdproject {
  background-position: center 300px;
  background-repeat: no-repeat;
  padding-bottom: 300px !important;
}

.ruletop {
  border-top: 1px solid #cae08f;
}

.rulebottom {
  border-bottom: 1px solid #cae08f;
}

.leftalign {
  float: left;
  margin-right: 1rem;
}

.alert {
  color: #cb3e46;
  font-size: 0.85rem;
  line-height: 1em;
  text-align: right;
  width: 100%;
  margin-top: 1rem;
}

.clear {
  clear: both;
  display: block;
}

/*By the Numbers*/
.bythenumbers {
  text-align: center;
}

.bythenumbers .number {
  font-family: 'Playfair Display', serif;
  display: block;
  color: #00b140;
  font-size: 3.5rem;
  line-height: 5rem;
  text-transform: uppercase;
  letter-spacing: 0rem;
  font-weight: 500;
}

.bythenumbers .label {
  display: block;
  color: #00b140;
  font-size: 0.9rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 200;
}

.bythenumbers hr {
  border-bottom: 1px solid #00b140;
  max-width: 30px;
  margin: .8rem auto;
}

.bythenumbers p {
  font-size: 0.8rem;
  line-height: 1.0rem;
  max-width: 200px;
  margin: auto;
  font-weight: 200;
}

/*Icons*/
.icon.size48 {
  height: 48px;
  width: 48px;
}

.icon.size110 {
  height: 110px;
  width: 110px;
}

/*Pullquotes*/
.pullquote, cite {
  color: #ffffff;
  text-align: center;
}

.pullquote {
  line-height: 2rem;
}

cite {
  font-style: normal;
  margin: auto;
}

.pullquote hr {
  width: 64px;
  border: 1px solid #ffffff;
}

cite:before {
  content: "";
}

.staffblock-grid .vc_gitem-animated-block {
  border: 1px solid #dddddd;
}

.vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item:hover {
  background-color: #00b140 !important;
}

.vc_grid-filter.vc_grid-filter-size-lg .vc_grid-filter-item {
  font-size: 0.9rem !important;
  padding: 0.5rem 1rem;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

/*FAQs / Accordions */
.vc_toggle_title > h4 {
  display: block;
  color: #046a38;
  border-bottom: 1px solid #dddddd;
  padding: 0.5rem 0.5rem;
  font-weight: 200;
  text-transform: none;
  font-size: 0.8rem;
  line-height: 0.8rem;
  box-sizing: border-box;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

/*CTAs*/
.row.dkbkgd.cta {
  padding: 40px 0px !important;
}

.row.dkbkgd.cta .row {
  margin: 0 auto;
  padding-bottom: 0;
}

.dkbkgd.cta h4 {
  color: #ffffff;
}

.dkbkgd.cta h5.intro {
  color: #ffffff;
  font-size: 1.3rem !important;
}

.dkbkgd.cta .gform_wrapper input[type="text"] {
  background-color: #cae08f;
  border: 0px solid #cacaca;
  color: #046a38;
}

.dkbkgd.cta .gform_wrapper {
  max-height: 90px;
}

.dkbkgd.cta .button,
.dkbkgd.cta .gform_wrapper .gform_footer input[type=submit] {
  font-size: 0.8rem;
  padding: 0.75rem 1.5rem !important;
  display: inline-block;
  background: transparent;
  float: right;
  margin: -145px 305px 0 0;
}

/*submit button*/
.dkbkgd.cta ::-webkit-input-placeholder {
  color: #046a38;
}

.dkbkgd .gform_wrapper .gfield_checkbox li label, .dkbkgd .gform_wrapper .gfield_radio li label {
  color: #ffffff;
  margin-top: -6px;
}

.dkbkgd .gform_wrapper ul.gfield_checkbox li, .dkbkgd .gform_wrapper ul.gfield_radio li {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-right: 1em;
}

.row.ltbkgd.cta {
  padding: 40px 0px !important;
}

.row.ltbkgd.cta .row {
  margin: 0 auto;
  padding-bottom: 0;
}

.ltbkgd.cta h4 {
  color: #58585b;
}

.ltbkgd.cta h5.intro {
  color: #58585b;
  font-size: 1.3rem !important;
}

.dkbkgd.cta .gform_wrapper input[type="text"] {
  background-color: #e5f0c7;
  border: 0px solid #cacaca;
  color: #58585b;
}

.ltbkgd.cta .button,
.ltbkgd.cta .gform_wrapper .gform_footer input[type=submit] {
  font-size: 0.8rem;
  padding: 0.75rem 1.5rem !important;
  display: inline-block;
  background: transparent;
  float: right;
  margin: -85px 305px 0 0;
}

.ltbkgd.cta ::-webkit-input-placeholder {
  color: #58585b;
}

.button.whiteclear {
  border-color: white !important;
  background: transparent !important;
  color: white !important;
  clear: both;
}

.button.whiteclear:hover {
  background: #00b140 !important;
}

.wpb_content_element {
  margin-bottom: 0px !important;
}

.vc_basic_grid.wpb_content_element {
  margin-bottom: 35px !important;
}

/*About Us Large Icons*/
.ctalargeicon.vc_cta3.vc_cta3-icon-size-xl .vc_icon_element .vc_icon_element-inner {
  height: 4.5em;
  width: 4.5em;
}

.ctalargeicon h2 {
  margin-top: 0 !important;
}

.ctalargeicon .vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3_content-container {
  padding-top: 1em !important;
}

/*Sliders*/
.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels, .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after, .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before {
  border-color: transparent !important;
}

.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: transparent !important;
  border-color: transparent !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a,
.sliderbkgd .vc_tta-panel-heading a {
  border-color: transparent !important;
  background-color: transparent !important;
  color: #b6b6b6 !important;
}

.sliderbkgd .wpb-js-composer .vc_tta.vc_general h4.vc_tta-panel-title {
  margin-top: 0rem !important;
}

.sliderbkgd .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title > a {
  padding: 0.5rem 0;
}

.sliderbkgd .vc_column-inner {
  padding-top: 0;
}

.sliderbkgd .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  border-bottom: 1px solid #cae08f;
  padding: 0px !important;
}

.sliderbkgd .vc_tta.vc_general .vc_tta-panel-body {
  padding-bottom: 0px;
}

.sliderbkgd .vc_tta-container {
  margin-bottom: 0px !important;
}

.sliderbkgd .vc_tta-tabs.vc_tta-o-no-fill .vc_tta-tabs-container,
.sliderbkgd .vc_tta-tabs.vc_tta-o-no-fill .vc_tta-tabs-list,
.sliderbkgd .vc_tta-tabs[class*=vc_tta-gap] .vc_tta-tabs-container,
.sliderbkgd .wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-tabs-list {
  max-width: 1024px;
  margin: 0 auto;
}

.wpb-js-composer .vc_tta.vc_tta-o-no-fill.vc_tta-tabs .vc_tta-tabs-container {
  margin: 0 auto !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  color: #ffffff !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:hover > a {
  color: #cae08f !important;
}

.sliderbkgd .vc_tta.vc_general .vc_tta-tab > a {
  padding: 0px;
}

.sliderbkgd .vc_tta.vc_general .vc_tta-title-text:not(:empty):not(:first-child),
.sliderbkgd .vc_tta.vc_general .vc_tta-title-text:not(:empty) ~ * {
  margin-left: 0px !important;
}

.sliderbkgd .vc_tta.vc_tta-style-classic .vc_tta-tab {
  max-width: 150px;
  text-align: center;
  margin: 0 1rem !important;
}

.sliderbkgd li {
  line-height: 1rem;
}

.sliderbkgd li .vc_tta-title-text {
  color: #b6b6b6;
}

.sliderbkgd li.vc_active .vc_tta-title-text {
  color: #ffffff;
}

.sliderbkgd li:hover .vc_tta-title-text {
  color: #cae08f;
}

/*Accordion - Mobile icons*/
.sliderbkgd .wpb-js-composer .vc_tta.vc_general .vc_tta-icon.fa:before,
.sliderbkgd .fa {
  font: normal normal normal 14px/1 "akfusa", verdana !important;
  font-size: 48px;
  line-height: 48px;
  display: block !important;
  text-transform: lowercase;
}

.sliderbkgd a .fa-adjust:before {
  font-family: "akfusa";
  font-size: 48px;
  line-height: 48px;
  display: block !important;
}

.sliderbkgd a[href="#Integrated-Development"] .fa-adjust:before {
  content: "f" !important;
}

.sliderbkgd a[href="#Early-Child-Development"] .fa-adjust:before {
  content: "i" !important;
}

.sliderbkgd a[href="#Access-to-Electricity"] .fa-adjust:before {
  content: "a" !important;
}

.sliderbkgd a[href="#Economic-Inclusion"] .fa-adjust:before {
  content: "d" !important;
}

.sliderbkgd a[href="#Civil-Society"] .fa-adjust:before {
  content: "b" !important;
}

.sliderbkgd a[href="#SDG"] .fa-adjust:before {
  content: "s" !important;
}

.sliderbkgd a[href="#humansoftheworld"] .fa-adjust:before {
  content: "g" !important;
}

.sliderbkgd .vc_tta-title-text {
  color: #ffffff;
  font-size: 0.75rem !important;
  max-width: 100px;
  white-space: normal;
  margin: auto;
  font-weight: 200;
  line-height: 0.75rem;
  letter-spacing: .06rem;
  padding-top: 0.5rem;
  text-transform: uppercase;
}

.sliderbkgd a[href="#Civil-Society"] .vc_tta-title-text {
  max-width: 5em;
  letter-spacing: .19em;
}

.sliderbkgd .vc_col-has-fill > .vc_column-inner {
  padding: 4rem !important;
}

.sliderbkgd .vc_tta-panel-body p {
  color: #58585b;
}

.sliderbkgd .vc_row.vc_row-o-content-top > .vc_column_container > .vc_column-inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  min-height: 450px;
}

.sliderbkgd .wpb-js-composer .vc_row-o-equal-height,
.sliderbkgd .vc_row-no-padding .vc_inner {
  min-height: 450px;
}

.sliderbkgd h2 {
  margin-top: 0rem !important;
  margin-bottom: 1.5rem !important;
}

.sliderbkgd .vc_tta-container h2 {
  margin-top: 1.5rem !important;
  margin-bottom: 0.5rem !important;
}

/*triangles | arrows*/
.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-tab.vc_active {
  position: relative;
  overflow: visible;
}

.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-tab.vc_active:after,
.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-tab.vc_active:before {
  top: 100%;
  left: 50%;
  /*move arrow right or left*/
  border: solid transparent;
  content: ".";
  text-indent: -100px;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  /*error*/
}

.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-tab.vc_active:after {
  border-color: rgba(80, 73, 74, 0);
  border-top-color: #58585b;
  border-width: 30px;
  margin-left: -30px;
  margin-top: 0px;
}

.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-tab.vc_active:before {
  /*only used for outline */
  border-color: rgba(80, 73, 74, 0);
  border-top-color: #58585b;
  border-width: 30px;
  margin-left: 0px;
}

.ourstories .vc_tta.vc_tta-style-classic .vc_tta-tab.vc_active:after,
.ourstories .vc_tta.vc_tta-style-classic .vc_tta-tab.vc_active:before {
  top: -30px;
}

.ourstories .vc_tta.vc_tta-style-classic .vc_tta-tab.vc_active:after {
  /*flip position for our stories sliders */
  border-color: rgba(80, 73, 74, 0);
  border-bottom-color: #58585b;
  border-width: 30px;
  margin-left: -30px;
  margin-top: -30px;
}

/* needs more testing in responsive views */
/* 
#akfusa:before {content:" ";}
#secondary::before {
content:".";
text-indent:-100px;
background-image: url("css/images/Secondary-Masthead---Triangle-Overlay.png");
z-index:100;
width:100%;
height:96px;
background-position:center bottom;
bottom:96px;
    left: -0px;
position:absolute;
	}
	 */
/*Jumbotron*/
.jumbotron.vc_column_container {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 6px;
}

/*SVG*/
.vc_single_image-img.svgsize {
  height: 375px;
  width: 900px;
}

.style-svg {
  height: 5rem;
  width: 5rem;
  /*override with inline sizes in WP; required to display*/
}

/*CTA Widget*/
.vc_general.vc_cta3.vc_cta3-style-classic, .vc_general.vc_cta3.vc_cta3-style-custom {
  border-color: transparent !important;
  background-color: transparent !important;
}

/*Circle Treatment*/
.circlestory {
  text-align: center;
  min-height: 350px;
  margin-top: 1rem;
}

.circlestory .wpb_single_image {
  margin-bottom: 1.5rem;
}

.circlestory img {
  border-radius: 50%;
}

.circlestory h4 {
  font-weight: 200;
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #58585b;
  text-transform: none;
  margin-left: auto;
}

.circlestory h4 a {
  color: #58585b;
}

.vc_gitem-zone {
  overflow: visible;
}

/*Rectangle Treatment*/
.branchout {
  text-align: center;
  width: 100%;
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 2rem;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  background-position: center center;
  background-size: 100%;
}

.branchout h4 {
  font-weight: 200;
  font-size: 0.9rem;
  color: #ffffff;
  background-color: rgba(88, 88, 91, 0.9);
  vertical-align: bottom;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  margin-bottom: 0 !important;
  padding: 1rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.branchout:hover {
  /*webkit-filter: blur(4px);
    filter: blur(4px); */
  background-size: 110%;
}

.branchout h4 a {
  color: #ffffff;
}

.branchout:hover h4 {
  height: 100%;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  color: #cae08f;
  padding-top: 40%;
  background-color: rgba(88, 88, 91, 0.6);
}

.branchout .vc_row.vc_row-o-equal-height > .vc_column_container {
  min-height: 250px;
  margin-bottom: 2rem;
}

.vc_custom_1498508497764 {
  max-height: 250px;
  text-align: center;
}

.vc_custom_1498508497764 p {
  font-family: 'Proxima Nova W01';
  font-size: 1.25rem;
  font-weight: 500;
}

/*Forms*/
.cta .gform_wrapper .top_label .gfield_label,
.gform_wrapper #gform_3 .top_label .gfield_label,
.gform_wrapper #gform_2 .top_label .gfield_label,
.jumbotron .gform_wrapper label.gfield_label {
  display: none !important;
}

.jumbotron .gform_wrapper .gform_footer {
  padding: 0px 0 10px;
  margin: -20px 0 0;
}

#ctadonate .dollar {
  display: inline-block;
  color: #ffffff;
  float: left;
  margin-right: .5rem;
}

.cta .gform_wrapper input,
.cta .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  display: inline-block;
  font-weight: 200;
  font-size: 1.4rem;
  padding-left: .5em;
  max-width: 350px;
}

#gform_3 div.ginput_container,
.gform_wrapper #gform_3 ul.gform_fields li.gfield {
  display: inline;
}

.gform_wrapper div.validsuibation_error {
  color: #bb9e2f !important;
  border-top: 2px solid #bb9e2f !important;
  border-bottom: 2px solid #bb9e2f !important;
}

.gform_wrapper .validation_message {
  color: #bb9e2f !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: 1px solid #bb9e2f;
}

.gform_wrapper div.validation_error {
  color: #790000;
  border-top: 2px solid #bb9e2f;
  border-bottom: 2px solid #bb9e2f;
}

#ctadonate .gform_wrapper ul.gform_fields,
#ctadonate .gform_footer,
#ctadonate .gform_wrapper .top_label div.ginput_container,
#ctadonate .gform_wrapper ul.gform_fields li.gfield {
  display: inline;
}

#ctadonate .gform_wrapper .gform_body {
  width: auto;
}

img.gform_ajax_spinner {
  background-image: url("css/images/loader.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
}

/*Map form dropdown*/
.wpgmp_map_container .select2-container:nth-of-type(2),
.wpgmp_map_container .select2-container:nth-of-type(3) {
  display: none;
}

#previous .location_listing3 .categories_filter {
  display: none;
}

#previous .wpgmp_map,
#previous .wpgmp_before_listing {
  display: none !important;
}

div.categories_filter select {
  padding: 10px 14px 9px !important;
  font-size: 13px !important;
  border: 2px solid #eee !important;
  border-radius: 0px !important;
  margin-right: 3px !important;
  color: #ccc !important;
  height: 55px !important;
}

/*NEW GRID STYLE*/
.wpgmp_listing_grid .wpgmp_locations {
  border: 1px solid #58585b !important;
  border-radius: 6px !important;
  padding: 1rem 0 1rem 0 !important;
}

.wpgmp_locations_head {
  border-bottom: 1px solid #58585b;
}

.wpgmp_listing_grid .wpgmp_locations h2 {
  margin-top: 0px !important;
  padding: 0 1rem 0 1rem !important;
}

.wpgmp_listing_grid .wpgmp_locations h3,
.wpgmp_listing_grid .wpgmp_locations p {
  padding: 0 1rem 0 1rem !important;
  margin-left: 1rem;
}

.wpgmp_listing_grid .wpgmp_locations .wpgmp_locations_content {
  margin-left: -1.9rem !important;
  width: 110.5% !important;
}

.wpgmp_listing_grid .wpgmp_locations h3.event_date {
  margin-top: 1rem;
}

.wpgmp_listing_grid .wpgmp_locations_content .imgwrapper {
  padding: 0 !important;
  height: 250px;
  overflow: hidden;
  width: 105.5%;
  margin-left: 0rem !important;
}

.wpgmp_location_category {
  font-size: 0.8rem;
  color: #58585b;
}

.wpgmp_locations_content img {
  width: 100% !important;
  height: auto;
  margin-left: 15px;
}

.wpgmp_locations_content strong {
  display: block;
  font-size: .8em;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: -3pt;
}

.wpgmp_listing_grid .wpgmp_locations a.button {
  margin: 0rem;
  width: 100%;
}

.wpgmp_listing_grid .wpgmp_locations a.button:hover {
  background-color: #00b140 !important;
}

#previous .wpgmp_locations_head h2 a {
  color: #58585b;
}

#previous .wpgmp_listing_grid .wpgmp_locations a.button {
  background-color: #eeeeee !important;
}

#previous .wpgmp_listing_grid .wpgmp_locations a.button:hover {
  background-color: #00b140 !important;
}

/*Event Map*/
.geotags_link {
  color: #00b140;
  font-size: 0.9rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.gm-style-iw {
  font-family: 'Proxima Nova W01', sans-serif;
  font-weight: 200;
  color: #58585b;
  font-size: 1rem;
}

.gm-style .gm-style-iw {
  font-family: 'Proxima Nova W01', sans-serif;
  font-weight: 200;
  color: #58585b;
  font-size: 1rem;
}

.wpgmp_pagination {
  background: transparent !important;
  padding: 1rem !important;
}

.wpgmp_pagination span.current {
  border: none !important;
  background: #00b140 !important;
  box-shadow: none !important;
  color: #f0f0f0 !important;
  text-shadow: none !important;
}

.wpgmp_pagination span, .wpgmp_pagination a {
  display: inline-block;
  padding: 0px 9px;
  margin-right: 4px;
  border-radius: 3px;
  border: solid 1px #00b140 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  font-size: 0.9rem !important;
  text-decoration: none !important;
  color: #00b140 !important;
  text-shadow: none !important;
}

/*sorting*/
div.categories_filter select option[value="category_asc"],
div.categories_filter select option[value="category_desc"],
div.categories_filter select option[value="address_asc"],
div.categories_filter select option[value="address_desc"] {
  display: none;
}

/*chrome*/
.sticky {
  position: fixed !important;
}

.fullWidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}

.logobug {
  display: inline-grid;
  float: none;
  position: absolute;
  height: 119px;
  width: 140px;
  text-indent: -99999px;
  background-image: url("css/images/logo-bug-fallback.png");
  background-image: url("css/images/Aga Khan Foundation logo bug.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("css/images/Aga Khan Foundation logo bug.svg"), linear-gradient(transparent, transparent);
  background-size: contain;
  background-repeat: no-repeat;
  left: 10px;
  top: 14px;
  z-index: 2;
}

.logo {
  display: inline-grid;
  float: none;
  width: 185px;
  height: 17px;
  text-indent: -99999px;
  background-image: url("css/images/Aga%20Khan%20Foundation%20logo%20name.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 155px;
  top: 27px;
  position: absolute;
}

.title-bar {
  display: none;
}

/*stops flicker on load of mobile menu*/
.top-bar {
  background-color: #ffffff;
  position: relative;
  height: 64px;
  border-bottom: 1px solid #00b140;
}

.top-bar ul {
  background-color: #ffffff;
}

/*Menu*/
#akfusa {
  margin-top: 64px;
}

#masthead {
  position: absolute;
  top: 0px;
  z-index: 1000;
  width: 100%;
}

#masthead .row {
  position: relative;
}

#masthead nav {
  display: inline-table;
  margin-top: -2px;
  /*align with logo text baseline*/
}

ul#menu-main-menu {
  font-family: 'Proxima Nova W01', sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  display: inline-table;
  /*margin-top: 0.5rem;*/
}

ul#luminate-menu {
  font-family: "Proxima Nova W01", sans-serif !important;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  display: inline-table;
}

#luminate-menu-wrapper {
  width: 101%;
  background-color: #cae08f;
  text-align: center;
}

#menu-main-menu li {
  list-style: none;
  display: inline-grid;
}

#menu-main-menu li a {
  padding: 0.5rem 1rem;
  color: #58585b;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

#menu-main-menu li a:hover {
  color: #319655;
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.3);
}

ul#menu-utility-menu-donate-1 {
  display: inline-block;
}

#menu-utility-menu-donate-1 li {
  list-style: none;
  display: inline-grid;
  margin-right: 1rem;
}

/*SUBMenu*/
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border: inset 0px;
  border-color: transparent transparent transparent;
}

.is-dropdown-submenu {
  opacity: 0;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}

/* keep hidden on touch devices @media(any-hover)  
modernizr class more reliable than any-hover because we detect capabilities

.no-touch #menu-utility-menu-donate-1 li:hover .is-dropdown-submenu {
   opacity:1;}
.touch #menu-utility-menu-donate-1 li:hover .is-dropdown-submenu {
   display:none;}
 */
.dropdown.menu > li.opens-left > .is-dropdown-submenu,
.arrow_box {
  background: #58585b !important;
  border: 2px solid #319655;
  margin-top: 16px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu:after,
.dropdown.menu > li.opens-left > .is-dropdown-submenu:before,
.arrow_box:after, .arrow_box:before {
  bottom: 100%;
  left: 80%;
  /*move arrow right or left*/
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  /*error*/
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu:after,
.arrow_box:after {
  border-color: rgba(80, 73, 74, 0);
  border-bottom-color: #58585b;
  border-width: 10px;
  margin-left: -10px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu:before,
.arrow_box:before {
  border-color: rgba(49, 150, 85, 0);
  border-bottom-color: #319655;
  border-width: 13px;
  margin-left: -13px;
}

#menu-utility-menu-donate-1 li li a {
  color: #ffffff;
  border: 0px solid #dddddd;
  padding: 0.75rem 0.75rem;
}

/*Home*/
.home .homeintro {
  position: absolute;
  z-index: 1;
  top: 10rem;
}

/*Slider version*/
.home #layerslider_14 {
  z-index: -1;
  position: relative;
}

.home #layerslider_14 .herologo {
  width: 14.625rem !important;
  height: 8.563rem !important;
}

.home #layerslider_14 .heroh2 {
  color: #00b140;
  text-align: right;
  font-weight: 700;
  font-size: 1.4rem !important;
}

.home #layerslider_14 .herointro {
  font-size: 1.4rem !important;
  line-height: 1.2em !important;
  height: auto;
  font-family: 'Proxima Nova W01', sans-serif;
  font-weight: 200;
  text-align: right;
}

.home #layerslider_14 .herologo,
.home #layerslider_14 .heroh2,
.home #layerslider_14 .herointro {
  left: auto !important;
  right: 18% !important;
}

.ls-layers .ls-wrapper {
  margin-top: 0;
}

/*Static version*/
#statichero .heroh2 {
  color: #00b140;
  text-align: right;
  font-weight: 700;
  font-size: 1.4rem !important;
  line-height: 1.3;
  text-transform: none !important;
}

#statichero .herointro {
  font-size: 1.4rem !important;
  line-height: 1.2em !important;
  height: auto;
  font-family: 'Proxima Nova W01', sans-serif;
  font-weight: 200;
  text-align: right;
}

@media screen and (max-width: 1229px) {
  #akfusa-body #statichero {
    background-position: 50% -50px !important;
  }
}

@media screen and (max-width: 640px) {
  #akfusa-body #statichero {
    display: block !important;
    padding-top: 140px;
    background-size: contain !important;
    height: auto !important;
    min-height: inherit !important;
    background-position: 50% -30px !important;
  }
}

@media screen and (max-width: 500px) {
  #akfusa-body #statichero {
    padding-top: 100px;
  }
}

#akfusa-body #statichero .vc_col-sm-6 {
  width: 40%;
}

@media screen and (max-width: 839px) {
  #akfusa-body #statichero .vc_col-sm-6 {
    width: 30%;
  }
}

@media screen and (max-width: 726px) {
  #akfusa-body #statichero .vc_col-sm-6 {
    width: 20%;
  }
}

@media screen and (max-width: 640px) {
  #akfusa-body #statichero .vc_col-sm-6 {
    float: left;
    width: 30px;
  }
}

#akfusa-body #statichero .vc_col-sm-6#herotext {
  width: 60%;
}

@media screen and (max-width: 839px) {
  #akfusa-body #statichero .vc_col-sm-6#herotext {
    width: 70%;
  }
  #akfusa-body #statichero .vc_col-sm-6#herotext p {
    font-size: 20px;
  }
}

@media screen and (max-width: 726px) {
  #akfusa-body #statichero .vc_col-sm-6#herotext {
    width: 80%;
  }
  #akfusa-body #statichero .vc_col-sm-6#herotext h2.heroh2 {
    font-size: 1.4rem !important;
  }
  #akfusa-body #statichero .vc_col-sm-6#herotext p {
    font-size: 17.6px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 640px) {
  #akfusa-body #statichero .vc_col-sm-6#herotext {
    width: calc(100% - 30px);
  }
}

@media screen and (min-width: 320px) {
  #statichero {
    height: 450px;
    background-position: center top !important;
  }
}

@media screen and (min-width: 768px) {
  #statichero {
    height: 650px;
  }
}

@media screen and (min-width: 1024px) {
  #statichero {
    height: 650px;
  }
}

@media screen and (min-width: 1120px) {
  #statichero {
    height: 650px;
  }
}

@media screen and (min-width: 1230px) {
  #statichero {
    height: 800px;
  }
}

@media screen and (min-width: 1560px) {
  #statichero {
    height: 900px;
  }
}

@media screen and (min-width: 1680px) {
  #statichero {
    height: 1100px;
  }
}

@media screen and (min-width: 2000px) {
  /*iMac 5k and PC 4K*/
  #statichero {
    height: 1400px;
  }
}

@media screen and (min-width: 3000px) {
  /*iMac 5k*/
  #statichero {
    height: 1500px;
  }
}

/* ----------- ipad-pro-portrait-breakpoint  ----------- */
/* ----------- ipad-pro-landscape-breakpoint  ----------- */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (min-width: 1366px) and (max-width: 1366px) {
  #statichero {
    height: 900px;
  }
}

/* ----------- iPhone X ----------- */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  #statichero {
    height: 475px;
  }
}

/* ----------- iPhone 8 ----------- */
@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  #statichero {
    height: 475px;
  }
}

/* ----------- iPhone 8 Plus ----------- */
@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
  #statichero {
    height: 475px;
  }
}

/*Secondary*/
#secondary {
  min-height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#tertiary {
  min-height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#major-initiative {
  min-height: 390px;
  background-position: center top;
  background-repeat: no-repeat;
}

.single #major-initiative {
  background-size: cover;
  background-position: center center;
}

.the-science-of-early-child-development #major-initiative {
  background-position: left top;
}

.growing-entrepreneurs #major-initiative {
  background-position: right top;
}

.access-to-electricity-2 #major-initiative {
  background-position: right top;
}

.rulebottom .vc_column_container > .vc_column-inner {
  background: center center;
  background-repeat: no-repeat;
  min-height: 450px;
  background-size: cover;
}

/*Our Stories Mixit Grid */
.akfusastory {
  z-index: 0;
  padding: 0 !important;
  border: 1px solid #58585b;
  border-radius: 6px;
  margin: 0 1rem 2rem 1rem;
  padding-top: 1rem !important;
  width: 30% !important;
  padding-right: 0rem !important;
  padding-bottom: 0 !important;
  min-height: 560px !important;
}

.akfusastory h4 {
  margin: 0;
  min-height: 68px;
  margin-left: 60px;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}

.akfusastory h4 a {
  color: #0a0a0a !important;
}

.akfusastory h4 a:hover {
  color: #00b140 !important;
}

.akfusastory .pl-detailcnt .pl-title {
  margin: 0 !important;
  padding-left: 60px;
  padding-right: 10px;
}

article .akfusastory ul {
  margin-left: 0rem;
  list-style: none;
  margin-bottom: 1rem;
}

article .akfusastory li {
  margin-left: 0rem;
  list-style: none;
}

article .akfusastory li:before {
  content: "";
}

/*icons*/
.akfusastory .pl-detailcnt .pl-postmeta {
  height: 0px;
  width: 48px;
  display: inline;
  float: left;
  margin-bottom: 0% !important;
}

.pl-detailcnt.akfusacategories {
  display: inline;
  height: 0px;
}

.akfusastory .pl-detailcnt .pl-postmeta a {
  height: 36px;
  width: 36px;
  left: 6px;
  text-indent: -99999px;
  position: absolute;
  top: 0px;
  background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat !important;
  left: 12px;
  top: 12px;
}

.akfusastory .pl-detailcnt .pl-postmeta a[href*="sustainable-development"] {
  background-image: url("css/images/icon-sdg.svg") !important;
  z-index: 100;
  background-color: #ffffff;
}

/*see custom.scss for slider icons*/
.akfusastory .pl-detailcnt .pl-postmeta a[href*="humansoftheworld"] {
  background-image: url("css/images/icon-humansoftheworld.svg") !important;
  z-index: 100;
  background-color: #ffffff;
}

.akfusastory .pl-detailcnt .pl-postmeta a[href*="twitter"] {
  background-image: url("css/images/icon-twitter.svg");
  z-index: 100;
  background-color: #ffffff;
}

.akfusastory .pl-detailcnt .pl-postmeta a[href*="facebook"] {
  background-image: url("css/images/icon-facebook.svg");
  z-index: 100;
  background-color: #ffffff;
}

.akfusastory .pl-detailcnt .pl-postmeta a[href*="category/in-the-news"] {
  background-image: none;
}

.akfusastory .pl-detailcnt .pl-postmeta a[href*="contenttype/in-the-news"] {
  background-image: url("css/images/icon-news.svg");
  z-index: 100;
  background-color: #ffffff;
}

.akfusastory .pl-detailcnt .pl-postmeta a[href*="report"] {
  background-image: url("css/images/icon-report.svg");
  z-index: 100;
  background-color: #ffffff;
}

.akfusastory .pl-detailcnt .pl-postmeta a[href*="stories"] {
  background-image: url("css/images/icon-stories.svg");
  z-index: 100;
  background-color: #ffffff;
}

.akfusastory .pl-detailcnt .pl-postmeta a[href*="video"] {
  background-image: url("css/images/icon-video.svg");
  z-index: 100;
  background-color: #ffffff;
}

.akfusastory .pl-detailcnt .pl-postmeta a[href*="project"] {
  background-image: url("css/images/icon-project.svg");
  z-index: 100;
  background-color: #ffffff;
}

.akfusastory .pl-detailcnt .pl-postmeta a[href*="our-stories"] {
  background-image: url("css/images/icon-project.svg");
  z-index: 100;
  background-color: #ffffff;
}

.akfusastory .pl-detailcnt .pl-postmeta a[href*="press"] {
  background-image: url("css/images/icon-press.svg");
  z-index: 100;
  background-color: #ffffff;
}

.akfusastory .pl-detailcnt .pl-postmeta i.fa-tags {
  display: none;
}

/*spacing*/
.akfusastory .pl-detailcnt {
  display: inline !important;
}

.akfusastory .pl-gridlayout .pl-detailcnt, .pl-gridlayout .pl-detailcnt {
  padding: 0px !important;
  margin: 0px !important;
  display: inline !important;
  height: 0;
}

.akfusastory .pl-detailcnt .pl-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #0a0a0a;
  margin: 0 0.5rem;
}

.akfusastory .pl-gridlayout .all-detail-cnt, .all-detail-cnt {
  background: transparent !important;
}

#akfusastoryheight {
  min-height: 500px;
}

/*img*/
.akfusastory .pl-gridlayout .pl-itemcnt {
  padding: 0px;
  width: 100% !important;
  margin: 0px;
  overflow: hidden;
}

.pl-gridlayout .pl-itemcnt.akfusastoryimg {
  max-height: 250px;
  overflow: hidden;
  width: 107%;
  margin-left: -3.5%;
}

.akfusastory .pl-gridlayout .pl-itemcnt .pl-thumbcnt img {
  width: 100% !important;
  height: auto;
  max-width: 100% !important;
  vertical-align: top;
}

.akfusastory .pl-thumbcnt img {
  border-top: 1px solid #58585b;
  border-bottom: 1px solid #58585b;
}

.archives .akfusastory {
  display: inline-grid;
  margin: 0 0rem 2rem 1rem;
  overflow: hidden;
  padding-bottom: 30px !important;
}

.archives .akfusastory .pl-detailcnt .pl-title {
  padding-left: 10px;
  padding-bottom: 10px;
}

.archives .akfusastory .pl-detailcnt p {
  margin-left: 10px;
  margin-right: 10px;
}

.archives .view-article {
  display: none;
}

/*button*/
.akfusastory .pl-detailcnt .pl-permalink, .pl-mask .pl-permalink {
  font-family: 'Proxima Nova W01', sans-serif;
  color: #00b140 !important;
  border: 1px solid #00b140 !important;
  padding: 0.5rem 0.5rem !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  border-radius: 0.4rem;
  font-size: 1rem;
  line-height: 1rem;
  box-sizing: border-box;
  background-color: #ffffff !important;
  margin: 0 0.5rem;
}

.akfusastory .pl-detailcnt .pl-permalink:hover,
.akfusastory .pl-mask .pl-permalink:hover {
  border-color: #dcdcdc;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  background-color: #00b140 !important;
}

/*Our Stories Filters - new grid filter*/
.pl-grid-controls {
  width: 100%;
}

.pl-drop_down ul {
  font-size: 0.9rem !important;
}

.pl-button, .pl-drop_down {
  background: #fff !important;
  border: 1px solid #cae08f !important;
  border-bottom: 1px solid #cae08f !important;
  color: #58585b !important;
  padding: 0 0.5rem !important;
  margin-right: 0rem !important;
  margin-bottom: 1rem !important;
  min-width: auto !important;
  width: 18% !important;
}

/* Large and down 768px/736 
iPad portrait and iPhone 6+ landscape */
@media screen and (max-width: 768px) {
  .pl-button, .pl-drop_down {
    display: block;
    width: 100% !important;
  }
}

/*General Spacing*/
.padding {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.bkgd {
  background-size: cover;
  min-height: 450px;
  background-repeat: no-repeat;
  background-position: center center;
}

.bkgd.bottom {
  background-position: bottom center !important;
}

.bkgd.top {
  background-position: center top;
}

.vc_custom_1501812528545 {
  background-position-y: 150px !important;
  margin-top: 3rem;
}

/*home intro bkgd*/
.spacertall {
  height: 2rem !important;
}

.vc_custom_1501812528545 .spacertall {
  height: 30rem !important;
}

#akfusa-body {
  padding-bottom: 5rem;
}

.category-twitter iframe,
.category-facebook iframe,
.category-instagram iframe {
  margin: 0 auto;
}

footer {
  background: #58585b;
  color: #ffffff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}

footer .row {
  text-align: center;
}

.logowrapper {
  text-align: center;
  width: 200px;
  height: 131px;
}

footer a {
  color: #ffffff;
}

footer a:hover {
  color: #cae08f;
}

footer .logo {
  position: relative;
  width: 200px;
  height: 131px;
  background-image: url("css/images/Aga%20Khan%20Foundation%20logo%20white.svg");
  margin: 0 auto;
  left: 0;
  top: 0;
}

/*.menu li {display:block;}*/
footer .menu li {
  display: inline-block;
  text-align: center;
}

footer #menu-social-media.menu {
  margin: 0 0%;
}

#menu-social-media .fa {
  display: inline-block;
  height: 2rem;
  padding: 0.7rem 1rem;
}

#menu-social-media l1::before {
  /*display: inline-block;*/
  font: "FontAwesome";
  /*font-size: 2rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 100%;
}

.social-menu .fa-facebook a::before {
  content: "\F09A";
}

.social-menu .fa-twitter a::before {
  content: "\F099";
}

.social-menu .fa-instagram a::before {
  content: "\F16D";
}

#menu-social-media .fa a {
  text-indent: -999999px;
  position: relative;
  top: -20px;
  padding: 0.7rem 1rem;
}

/*back to top 2*/
.bounce {
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.downarrow {
  position: fixed;
  bottom: 5%;
  right: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAzMiAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzIgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMxMjEzMTM7fQ0KPC9zdHlsZT4NCjxwYXRoIGlkPSJFeHBhbmRfTW9yZSIgY2xhc3M9InN0MCIgZD0iTTI1LjcsMjEuN2MwLjQtMC40LDAuNC0xLDAtMS40bC05LTljLTAuNC0wLjQtMS0wLjQtMS40LDBsMCwwbDAsMGwtOSw5Yy0wLjQsMC40LTAuNCwxLDAsMS40DQoJYzAuNCwwLjQsMSwwLjQsMS40LDBsOC4zLTguM2w4LjMsOC4zQzI0LjcsMjIuMSwyNS4zLDIyLjEsMjUuNywyMS43eiIvPg0KPC9zdmc+DQo=);
  background-size: contain;
  color: rgba 0, 0, 0, 0.3;
  z-index: 500;
}

/*back to top 1*/
.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 20px;
  right: 10px;
}

.scroll {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 20px;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.scroll:hover {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.scroll:hover .fa {
  padding-top: -10px;
}

.scroll .fa {
  font-size: 30px;
  margin-top: -5px;
  margin-left: 1px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.scroll .fa-4x {
  font-size: 2em;
  background: rgba(178, 178, 178, 0.7);
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  text-align: center;
}

/* Mac desktop and iPad */
@media screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (orientation: landscape) {
  /* Retina-specific stuff here - only Mac desktop and iPad */
  .logobug {
    top: 16px;
  }
}

/* Below 1720px */
/* Above 1560px */
@media screen and (min-width: 1560px) {
  .sliderbkgd .vc_tta-panel-body p {
    max-width: 70%;
    font-size: 1.2rem;
  }
}

/* Below 1524px */
/* Below 1366px (iPad Pro) */
/* Below 1230px */
@media screen and (max-width: 1230px) {
  #menu-main-menu li a {
    padding: 0.5rem 0.5rem;
  }
}

/* Below 1120px */
@media screen and (max-width: 1120px) {
  #tertiary h1 {
    max-width: 75%;
    margin: 3rem auto auto auto;
  }
  .home .ls-slide, .ls-layer {
    overflow: visible !important;
  }
}

/* Below 1024px */
@media screen and (max-width: 1024px) {
  #masthead nav {
    margin-top: 0.4rem;
  }
  #menu-main-menu li a {
    padding: 0.5rem 0.5rem;
  }
  .jumbotron.vc_column_container {
    margin-left: 5%;
    margin-right: 5%;
  }
}

/* Below Large 1023px */
@media screen and (max-width: 1023px) {
  #akfusa {
    margin-top: 102px;
  }
  .home #akfusa {
    margin-top: 84px;
  }
  #secondary {
    padding-top: 5rem;
  }
  .bkgd.fade {
    background-size: contain;
    min-height: 700px;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .bkgd.fade.forcecover {
    background-size: cover;
  }
  /*mobile menu*/
  #masthead nav {
    margin-top: 0rem;
  }
  .dropdown.menu > li.opens-left > .is-dropdown-submenu, .arrow_box {
    margin-top: 0px;
  }
  .title-bar {
    padding: 0;
    background: transparent;
    color: #046a38;
  }
  /*top green*/
  ul#menu-utility-menu-donate {
    display: block;
    background-color: #046a38;
    text-align: center;
  }
  ul#menu-utility-menu-donate li {
    display: inline-block;
  }
  #menu-utility-menu-donate li a {
    color: #ffffff;
    border: 0px;
  }
  /*hamburger dropdown*/
  #akfusa-animated-menu {
    top: -3px;
  }
  #akfusa-animated-menu ul#menu-utility-menu-donate-1 {
    display: block;
    background-color: #58585b;
    text-align: left;
  }
  #akfusa-animated-menu #menu-utility-menu-donate-1 li a {
    color: #ffffff;
    border: 0px;
  }
  .menu-icon {
    border: 0px !important;
  }
  .menu-icon::after {
    background: #046a38;
    box-shadow: 0px 7px 0 #046a38, 0 14px 0 #046a38;
  }
  .top-bar {
    background: #ffffff;
  }
  .top-bar#akfusa-animated-menu {
    border-bottom: 0px;
    padding: 0;
    max-width: 100%;
    background: transparent;
    margin-left: 0;
    width: 100%;
  }
  .top-bar#akfusa-animated-menu nav {
    position: absolute;
    right: 0;
  }
  #akfusa-animated-menu #menu-utility-menu-donate-1,
  #akfusa-animated-menu #menu-main-menu {
    background: #58585b;
    border: 2px solid #319655;
    border-top: 0px;
  }
  #akfusa-animated-menu #menu-main-menu {
    border-bottom: 0px;
  }
  #akfusa-animated-menu #menu-main-menu li {
    border-bottom: 1px solid #818185;
    width: 100%;
  }
  #akfusa-animated-menu #menu-utility-menu-donate-1 li {
    border-bottom: 1px solid #818185;
    width: 100%;
  }
  #akfusa-animated-menu #menu-utility-menu-donate-1 li li {
    border-bottom: 0px solid #818185;
    width: 100%;
  }
  #akfusa-animated-menu #menu-main-menu li a,
  #akfusa-animated-menu #menu-utility-menu-donate-1 li a,
  #akfusa-animated-menu #menu-utility-menu-donate-1 li li a {
    padding: 0.5rem 1rem;
  }
  #akfusa-animated-menu #menu-utility-menu-donate-1 li li a {
    color: #dddddd;
  }
  #akfusa-animated-menu .searchwrap {
    display: none;
  }
  #akfusa-animated-menu #menu-main-menu::after,
  #akfusa-animated-menu #menu-main-menu::before {
    /*green fake border*/
    bottom: 100%;
    left: 92%;
    /*move arrow right or left*/
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    /*error*/
    border-color: rgba(49, 150, 85, 0);
    border-bottom-color: #319655;
    border-width: 13px;
    margin-left: -3px;
    top: -24px;
  }
  #akfusa-animated-menu #menu-main-menu::after {
    /*grey solid triangle inside*/
    border-color: rgba(80, 73, 74, 0);
    border-bottom-color: #58585b;
    border-width: 10px;
    margin-left: 0px;
    top: -18px;
  }
  #akfusa-animated-menu .dropdown.menu > li.opens-left > .is-dropdown-submenu,
  #akfusa-animated-menu .dropdown.menu > li.opens-left > .is-dropdown-submenu:before, .arrow_box:before,
  #akfusa-animated-menu .dropdown.menu > li.opens-left > .is-dropdown-submenu:after, .arrow_box:after {
    border: 0px;
  }
  ul#menu-main-menu, ul#menu-utility-menu-donate-1 {
    background: #58585b;
  }
  #menu-utility-menu-donate-1 li, .searchwrap {
    display: block;
  }
  .is-dropdown-submenu {
    display: block;
    opacity: 1;
    position: relative;
  }
  .is-dropdown-submenu a {
    color: #dddddd;
  }
  #menu-main-menu li a, #menu-utility-menu-donate-1 a {
    color: #ffffff;
  }
}

/* Below 1000px */
@media screen and (max-width: 1000px) {
  .wpb_wrapper h2, h3, h4, p, ul {
    max-width: 100%;
    margin-left: auto;
  }
  .ls-wp-fullwidth-container, .ls-wp-container {
    height: 500px !important;
  }
  /*MI sliders*/
  .sliderbkgd .vc_tta.vc_tta-style-classic .vc_tta-tab {
    max-width: 120px;
  }
  .sliderbkgd .vc_tta.vc_general .vc_tta-title-text:not(:empty):not(:first-child), .sliderbkgd .vc_tta.vc_general .vc_tta-title-text:not(:empty) ~ * {
    margin-left: auto !important;
  }
  /*CTA Forms*/
  .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 300px !important;
  }
  .ltbkgd.cta .button, .ltbkgd.cta .gform_wrapper .gform_footer input[type=submit] {
    margin: -88px 170px 0 0;
  }
  .dkbkgd.cta .button, .dkbkgd.cta .gform_wrapper .gform_footer input[type=submit] {
    margin: -145px 140px 0 0;
  }
  .dkbkgd.cta .gform_wrapper {
    max-height: 120px;
  }
}

/* Large and down 768px/736 
iPad portrait and iPhone 6+ landscape */
@media screen and (max-width: 768px) {
  html, body {
    overflow: hidden;
    overflow-y: auto;
  }
  #major-initiative {
    min-height: 300px;
    background-size: 170%;
    background-repeat: no-repeat;
  }
  .vc_row-o-equal-height .vc_column-inner {
    padding-top: 35px !important;
  }
  /*stacked image*/
  .vc_custom_1501812528545 .spacertall {
    height: 0rem !important;
  }
  .bkgd.fade {
    min-height: 550px;
  }
  .vc_custom_1501812528545 {
    background-position-y: 250px !important;
  }
  .circlestory {
    max-height: 300px;
  }
  .sliderbkgd .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    border-bottom: 0px solid #cae08f;
  }
  .akfusastory {
    width: 90% !important;
  }
  .wpgmp_listing_grid .wpgmp_locations {
    width: 100% !important;
  }
  .wpgmp_locations_content img {
    height: 350px;
    float: right;
  }
  /*CTA Forms*/
  .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 300px !important;
  }
  .ltbkgd.cta .button, .ltbkgd.cta .gform_wrapper .gform_footer input[type=submit] {
    margin: -88px 80px 0 0;
  }
  .dkbkgd.cta .button, .dkbkgd.cta .gform_wrapper .gform_footer input[type=submit] {
    margin: -145px 30px 0 0;
  }
}

/* Medium and down 640px */
@media screen and (max-width: 40em) {
  html, body {
    overflow: hidden;
    overflow-y: auto;
  }
  .padding {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  ul#menu-utility-menu-donate {
    text-align: center;
    padding-right: auto;
  }
  .sliderbkgd.ourstories {
    display: none !important;
  }
  #secondary {
    padding-top: 2.5rem;
  }
  #secondary h1 {
    font-size: 1.2rem;
  }
  #secondary .intro {
    font-size: 1rem;
    line-height: 1.3em;
  }
  /*mobile menu*/
  .top-bar {
    height: 48px;
  }
  .logobug {
    width: 70px;
    top: 9px;
    background-image: url("css/images/Aga Khan Foundation logo bug small.svg");
  }
  .logo {
    width: 165px;
    left: 80px;
    top: 20px;
  }
  #secondary {
    min-height: 400px;
    background-size: cover;
    background-position: center center;
  }
  .bkgd.fade {
    background-size: contain;
    min-height: 550px;
  }
  .bkgd.fade.top {
    background-position: center bottom;
    background-position-y: 400px !important;
  }
  .bkgd.fade.forcecover {
    background-size: contain;
  }
  #major-initiative {
    min-height: 300px;
    background-size: 150%;
  }
  #major-initiative h1 {
    padding: 1.0rem 0;
    margin-top: 0rem;
  }
  .bkgdproject {
    background-position: center bottom;
    background-size: contain;
    padding-bottom: 150px !important;
  }
  .akfusastory {
    width: 90% !important;
  }
  .pullquote {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .wpgmp_locations_content img {
    height: 350px;
    float: none;
  }
  /*CTA Forms*/
  .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 300px !important;
  }
  .ltbkgd.cta .button, .ltbkgd.cta .gform_wrapper .gform_footer input[type=submit] {
    margin: -93px 70px 0 0;
    width: auto !important;
  }
  .dkbkgd.cta .button, .dkbkgd.cta .gform_wrapper .gform_footer input[type=submit] {
    margin: -150px 30px 0 0;
    width: auto !important;
  }
  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    width: auto !important;
    line-height: 1rem !important;
  }
  .padding.sliderbkgd {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
  }
  .vc_general.vc_cta3 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .vc_custom_1500514087386 {
    min-height: 900px !important;
  }
  .vc_custom_1500514087386 .vc_col-xs-6 {
    width: 100% !important;
  }
}

/* iPhone 6 Plus and down 414px */
/* Small only */
@media screen and (max-width: 39.9375em) {
  html, body {
    overflow: hidden;
    overflow-y: auto;
  }
  .ls-wp-fullwidth-container, .ls-wp-container {
    height: 380px !important;
  }
  #secondary {
    padding-top: 1.0rem;
  }
  #major-initiative {
    min-height: 200px;
    background-size: 150%;
  }
  #major-initiative h1 {
    padding: 1.0rem 0;
    margin-top: 0rem;
  }
  .vc_custom_1500514087386 .vc_col-xs-6 {
    width: 100%;
    min-height: 55rem;
  }
  .circlestory {
    max-height: 300px;
    min-height: 300px;
  }
  /*teal background force positioning*/
  #tertiary h1 {
    max-width: 100% !important;
    margin: 2rem auto auto auto;
  }
  .jumbotron.vc_column_container {
    width: 90%;
  }
  /*CTA Forms*/
  .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 180px !important;
    line-height: 1.5rem !important;
  }
  .ltbkgd.cta .button, .ltbkgd.cta .gform_wrapper .gform_footer input[type=submit] {
    margin: -88px 0px 0 0;
    width: auto !important;
    line-height: 1rem !important;
  }
  .dkbkgd.cta .button, .dkbkgd.cta .gform_wrapper .gform_footer input[type=submit] {
    margin: -147px -10px 0 0;
    width: auto !important;
    line-height: 1rem !important;
  }
  .vc_custom_1500514087386 {
    min-height: 1000px !important;
  }
}

/* iPhone 5 and down 320px */
/* XSmall only */
@media screen and (max-width: 320px) {
  .ls-wp-fullwidth-container, .ls-wp-container {
    height: 420px !important;
  }
  .vc_custom_1500514087386 {
    min-height: 1100px !important;
  }
  .bkgd.fade {
    min-height: 650px;
  }
  .bkgd.fade.top {
    background-position-y: 500px !important;
  }
}

/* ------------------START GOING BACK UP-------------------- */
/* Medium and up 640px */
@media screen and (min-width: 40em) {
  /*Menu FOUC Prevention*/
  .no-js .top-bar {
    display: block;
  }
}

/* Medium only */
/* Large and up 1025px */
@media screen and (min-width: 64em) {
  .padding {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .spacertall {
    height: 22.5rem !important;
  }
}

/* Large only */
/*General*/
@media screen and (max-width: 1023px) {
  .title-bar {
    max-width: 100% !important;
    margin: 0 !important;
  }
  #akfusa-animated-menu .top-bar-right .nav {
    top: 2px;
  }
  #akfusa-animated-menu #menu-main-menu {
    display: block;
  }
  #akfusa-animated-menu #menu-main-menu:before {
    top: -25px;
    right: 24px;
    left: auto;
  }
  #akfusa-animated-menu #menu-main-menu:after {
    top: -19px;
    right: 27px;
    left: auto;
  }
}

@media screen and (max-width: 640px) {
  #akfusa-animated-menu .top-bar-right .nav {
    display: block;
    width: 66%;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .top-bar-right {
    padding-right: 0;
  }
  #masthead nav {
    margin-top: 2px;
  }
  .logo {
    left: 150px;
    top: 30px;
  }
  #menu-utility-menu-donate-1 li {
    margin-right: 10px;
  }
}

@media screen and (min-width: 1231px) {
  .logobug {
    top: 14px !important;
  }
}

/*Menu FOUC Prevention*/
.no-js .top-bar {
  display: none;
}

/* ----------- iPhone X ----------- */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .vc_custom_1576533751565, #statichero {
    background-position: top center !important;
    background-size: 280% !important;
  }
}

/* ----------- iPhone 8 ----------- */
@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  .vc_custom_1576533751565, #statichero {
    background-position: top center !important;
    background-size: 200% !important;
  }
}

/* ----------- iPhone 8 Plus ----------- */
@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
  .vc_custom_1576533751565, #statichero {
    background-position: top center !important;
    background-size: 200% !important;
  }
}
