@charset "UTF-8";
/******************************************************************
	
Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file. 

******************************************************************/
/* == compass ======================================*/
/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************/
/*********************
TOOLS
*********************/
/* line 40, assets/scss/_mixins.scss */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY
*********************/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('assets/fonts/font-name.eot');
    	src: url('assets/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('assets/fonts/font-name.woff') format('woff'),
             url('assets/fonts/font-name.ttf') format('truetype'),
             url('assets/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/* line 66, assets/scss/_mixins.scss */
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
  font-style: italic;
}

/*********************
CSS3 GRADIENTS.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/**
 * Foundation for Sites by ZURB
 * Version 6.1.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* line 3, bower_components/motion-ui/src/_classes.scss */
.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .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-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .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, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.slide-in-down.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;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.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;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.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;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.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;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.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;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.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;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.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;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.slide-out-left.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;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.fade-in.mui-enter {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.fade-out.mui-leave {
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.hinge-in-from-top.mui-enter {
  -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;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.hinge-in-from-right.mui-enter {
  -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;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.hinge-in-from-bottom.mui-enter {
  -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;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.hinge-in-from-left.mui-enter {
  -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;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.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;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.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;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.hinge-out-from-top.mui-leave {
  -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;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.hinge-out-from-right.mui-leave {
  -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;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.hinge-out-from-bottom.mui-leave {
  -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;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.hinge-out-from-left.mui-leave {
  -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;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.hinge-out-from-middle-x.mui-leave {
  -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;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.hinge-out-from-middle-y.mui-leave {
  -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;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.scale-in-up.mui-enter {
  -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;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.scale-in-down.mui-enter {
  -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;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.scale-out-up.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;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.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;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.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;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.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;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.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;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

/* line 22, bower_components/motion-ui/src/util/_transition.scss */
.spin-out-ccw.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;
}

/* line 34, bower_components/motion-ui/src/util/_transition.scss */
.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}

/* line 116, bower_components/motion-ui/src/_classes.scss */
.slow {
  -webkit-transition-duration: 750ms !important;
  transition-duration: 750ms !important;
}

/* line 116, bower_components/motion-ui/src/_classes.scss */
.fast {
  -webkit-transition-duration: 250ms !important;
  transition-duration: 250ms !important;
}

/* line 124, bower_components/motion-ui/src/_classes.scss */
.linear {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

/* line 124, bower_components/motion-ui/src/_classes.scss */
.ease {
  -webkit-transition-timing-function: ease !important;
  transition-timing-function: ease !important;
}

/* line 124, bower_components/motion-ui/src/_classes.scss */
.ease-in {
  -webkit-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important;
}

/* line 124, bower_components/motion-ui/src/_classes.scss */
.ease-out {
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}

/* line 124, bower_components/motion-ui/src/_classes.scss */
.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important;
}

/* line 124, bower_components/motion-ui/src/_classes.scss */
.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;
}

/* line 124, bower_components/motion-ui/src/_classes.scss */
.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;
}

/* line 124, bower_components/motion-ui/src/_classes.scss */
.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;
}

/* line 132, bower_components/motion-ui/src/_classes.scss */
.short-delay {
  -webkit-transition-delay: 300ms !important;
  transition-delay: 300ms !important;
}

/* line 132, bower_components/motion-ui/src/_classes.scss */
.long-delay {
  -webkit-transition-delay: 700ms !important;
  transition-delay: 700ms !important;
}

/* line 142, bower_components/motion-ui/src/_classes.scss */
.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}

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

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

/* line 145, bower_components/motion-ui/src/_classes.scss */
.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

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

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

/* line 148, bower_components/motion-ui/src/_classes.scss */
.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);
  }
}

/* line 151, bower_components/motion-ui/src/_classes.scss */
.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}

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

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

/* line 157, bower_components/motion-ui/src/_classes.scss */
.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 163, bower_components/motion-ui/src/_classes.scss */
.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important;
}

/* line 163, bower_components/motion-ui/src/_classes.scss */
.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important;
}

/* line 171, bower_components/motion-ui/src/_classes.scss */
.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}

/* line 171, bower_components/motion-ui/src/_classes.scss */
.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}

/* line 171, bower_components/motion-ui/src/_classes.scss */
.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}

/* line 171, bower_components/motion-ui/src/_classes.scss */
.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}

/* line 171, bower_components/motion-ui/src/_classes.scss */
.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}

/* line 171, bower_components/motion-ui/src/_classes.scss */
.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;
}

/* line 171, bower_components/motion-ui/src/_classes.scss */
.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;
}

/* line 171, bower_components/motion-ui/src/_classes.scss */
.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;
}

/* line 179, bower_components/motion-ui/src/_classes.scss */
.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important;
}

/* line 179, bower_components/motion-ui/src/_classes.scss */
.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
/* line 219, bower_components/foundation-sites/scss/_global.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
   * Remove default margin.
   */
/* line 229, bower_components/foundation-sites/scss/_global.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
/* line 243, bower_components/foundation-sites/scss/_global.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
/* line 264, bower_components/foundation-sites/scss/_global.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
/* line 277, bower_components/foundation-sites/scss/_global.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
/* line 287, bower_components/foundation-sites/scss/_global.scss */
[hidden],
template {
  display: none;
}

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
/* line 299, bower_components/foundation-sites/scss/_global.scss */
a {
  background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
/* line 308, bower_components/foundation-sites/scss/_global.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
/* line 320, bower_components/foundation-sites/scss/_global.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
/* line 328, bower_components/foundation-sites/scss/_global.scss */
b,
strong {
  font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */
/* line 337, bower_components/foundation-sites/scss/_global.scss */
dfn {
  font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
/* line 346, bower_components/foundation-sites/scss/_global.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */
/* line 355, bower_components/foundation-sites/scss/_global.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */
/* line 364, bower_components/foundation-sites/scss/_global.scss */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
/* line 372, bower_components/foundation-sites/scss/_global.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 380, bower_components/foundation-sites/scss/_global.scss */
sup {
  top: -0.5em;
}

/* line 384, bower_components/foundation-sites/scss/_global.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
/* line 395, bower_components/foundation-sites/scss/_global.scss */
img {
  border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
/* line 403, bower_components/foundation-sites/scss/_global.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
/* line 414, bower_components/foundation-sites/scss/_global.scss */
figure {
  margin: 1em 40px;
}

/**
   * Address differences between Firefox and other browsers.
   */
/* line 422, bower_components/foundation-sites/scss/_global.scss */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
   * Contain overflow in all browsers.
   */
/* line 431, bower_components/foundation-sites/scss/_global.scss */
pre {
  overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
/* line 439, bower_components/foundation-sites/scss/_global.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
/* line 462, bower_components/foundation-sites/scss/_global.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
/* line 476, bower_components/foundation-sites/scss/_global.scss */
button {
  overflow: visible;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
/* line 487, bower_components/foundation-sites/scss/_global.scss */
button,
select {
  text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
/* line 500, bower_components/foundation-sites/scss/_global.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
   * Re-set default cursor for disabled elements.
   */
/* line 512, bower_components/foundation-sites/scss/_global.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */
/* line 521, bower_components/foundation-sites/scss/_global.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
/* line 532, bower_components/foundation-sites/scss/_global.scss */
input {
  line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
/* line 544, bower_components/foundation-sites/scss/_global.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
/* line 556, bower_components/foundation-sites/scss/_global.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
/* line 566, bower_components/foundation-sites/scss/_global.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
/* line 577, bower_components/foundation-sites/scss/_global.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
/* line 598, bower_components/foundation-sites/scss/_global.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
/* line 607, bower_components/foundation-sites/scss/_global.scss */
textarea {
  overflow: auto;
}

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
/* line 616, bower_components/foundation-sites/scss/_global.scss */
optgroup {
  font-weight: bold;
}

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
/* line 627, bower_components/foundation-sites/scss/_global.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 632, bower_components/foundation-sites/scss/_global.scss */
td,
th {
  padding: 0;
}

/* line 119, bower_components/foundation-sites/scss/_global.scss */
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

/* line 123, bower_components/foundation-sites/scss/_global.scss */
html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 129, bower_components/foundation-sites/scss/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 136, bower_components/foundation-sites/scss/_global.scss */
body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 151, bower_components/foundation-sites/scss/_global.scss */
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

/* line 163, bower_components/foundation-sites/scss/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

/* line 170, bower_components/foundation-sites/scss/_global.scss */
select {
  width: 100%;
  border-radius: 0;
}

/* line 180, bower_components/foundation-sites/scss/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

/* line 188, bower_components/foundation-sites/scss/_global.scss */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

/* line 199, bower_components/foundation-sites/scss/_global.scss */
.is-visible {
  display: block !important;
}

/* line 203, bower_components/foundation-sites/scss/_global.scss */
.is-hidden {
  display: none !important;
}

/* line 26, bower_components/foundation-sites/scss/grid/_classes.scss */
.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 134, bower_components/foundation-sites/scss/util/_mixins.scss */
.row::before, .row::after {
  content: ' ';
  display: table;
}

/* line 140, bower_components/foundation-sites/scss/util/_mixins.scss */
.row::after {
  clear: both;
}

/* line 31, bower_components/foundation-sites/scss/grid/_classes.scss */
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 37, bower_components/foundation-sites/scss/grid/_classes.scss */
.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  /* line 37, bower_components/foundation-sites/scss/grid/_classes.scss */
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

/* line 48, bower_components/foundation-sites/scss/grid/_classes.scss */
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

/* line 55, bower_components/foundation-sites/scss/grid/_classes.scss */
.row.expanded {
  max-width: none;
}

/* line 58, bower_components/foundation-sites/scss/grid/_classes.scss */
.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

/* line 66, bower_components/foundation-sites/scss/grid/_classes.scss */
.column, .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}

@media screen and (min-width: 40em) {
  /* line 66, bower_components/foundation-sites/scss/grid/_classes.scss */
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

/* line 76, bower_components/foundation-sites/scss/grid/_column.scss */
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

/* line 44, bower_components/foundation-sites/scss/grid/_position.scss */
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

/* line 78, bower_components/foundation-sites/scss/grid/_classes.scss */
.column.row.row, .row.row.columns {
  float: none;
}

/* line 82, bower_components/foundation-sites/scss/grid/_classes.scss */
.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-1 {
  width: 8.33333%;
}

/* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-1 {
  position: relative;
  left: 8.33333%;
}

/* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

/* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-0 {
  margin-left: 0%;
}

/* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-2 {
  width: 16.66667%;
}

/* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-2 {
  position: relative;
  left: 16.66667%;
}

/* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

/* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-1 {
  margin-left: 8.33333%;
}

/* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-3 {
  width: 25%;
}

/* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-3 {
  position: relative;
  left: 25%;
}

/* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-3 {
  position: relative;
  left: -25%;
}

/* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-2 {
  margin-left: 16.66667%;
}

/* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-4 {
  width: 33.33333%;
}

/* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-4 {
  position: relative;
  left: 33.33333%;
}

/* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

/* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-3 {
  margin-left: 25%;
}

/* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-5 {
  width: 41.66667%;
}

/* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-5 {
  position: relative;
  left: 41.66667%;
}

/* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

/* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-4 {
  margin-left: 33.33333%;
}

/* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-6 {
  width: 50%;
}

/* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-6 {
  position: relative;
  left: 50%;
}

/* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-6 {
  position: relative;
  left: -50%;
}

/* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-5 {
  margin-left: 41.66667%;
}

/* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-7 {
  width: 58.33333%;
}

/* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-7 {
  position: relative;
  left: 58.33333%;
}

/* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

/* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-6 {
  margin-left: 50%;
}

/* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-8 {
  width: 66.66667%;
}

/* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-8 {
  position: relative;
  left: 66.66667%;
}

/* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

/* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-7 {
  margin-left: 58.33333%;
}

/* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-9 {
  width: 75%;
}

/* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-9 {
  position: relative;
  left: 75%;
}

/* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-9 {
  position: relative;
  left: -75%;
}

/* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-8 {
  margin-left: 66.66667%;
}

/* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-10 {
  width: 83.33333%;
}

/* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-10 {
  position: relative;
  left: 83.33333%;
}

/* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

/* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-9 {
  margin-left: 75%;
}

/* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-11 {
  width: 91.66667%;
}

/* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-11 {
  position: relative;
  left: 91.66667%;
}

/* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

/* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-10 {
  margin-left: 83.33333%;
}

/* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-12 {
  width: 100%;
}

/* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-11 {
  margin-left: 91.66667%;
}

/* line 17, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}

/* line 21, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 25, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

/* line 29, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

/* line 17, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}

/* line 21, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 25, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

/* line 29, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

/* line 17, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}

/* line 21, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 25, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

/* line 29, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

/* line 17, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}

/* line 21, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 25, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

/* line 29, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

/* line 17, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}

/* line 21, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 25, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

/* line 29, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

/* line 17, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}

/* line 21, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 25, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

/* line 29, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

/* line 17, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}

/* line 21, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 25, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

/* line 29, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

/* line 17, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

/* line 21, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 25, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

/* line 29, bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

/* line 125, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 129, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 143, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

/* line 149, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/* line 154, bower_components/foundation-sites/scss/grid/_classes.scss */
.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  /* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-1 {
    width: 8.33333%;
  }
  /* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  /* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  /* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }
  /* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-2 {
    width: 16.66667%;
  }
  /* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  /* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  /* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-3 {
    width: 25%;
  }
  /* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-4 {
    width: 33.33333%;
  }
  /* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  /* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  /* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }
  /* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-5 {
    width: 41.66667%;
  }
  /* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  /* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  /* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-6 {
    width: 50%;
  }
  /* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-7 {
    width: 58.33333%;
  }
  /* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  /* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  /* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }
  /* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-8 {
    width: 66.66667%;
  }
  /* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  /* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  /* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-9 {
    width: 75%;
  }
  /* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-10 {
    width: 83.33333%;
  }
  /* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  /* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  /* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }
  /* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-11 {
    width: 91.66667%;
  }
  /* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  /* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  /* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-12 {
    width: 100%;
  }
  /* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 17, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  /* line 21, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 29, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  /* line 17, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  /* line 21, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 29, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  /* line 17, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  /* line 21, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 29, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  /* line 17, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  /* line 21, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 29, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  /* line 17, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  /* line 21, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 29, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  /* line 17, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  /* line 21, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 29, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  /* line 17, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  /* line 21, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 29, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  /* line 17, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  /* line 21, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 29, bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  /* line 125, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 129, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 143, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  /* line 149, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 154, bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 64em) {
  /* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-1 {
    width: 8.33333%;
  }
  /* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  /* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  /* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-0 {
    margin-left: 0%;
  }
  /* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-2 {
    width: 16.66667%;
  }
  /* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  /* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  /* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-3 {
    width: 25%;
  }
  /* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-4 {
    width: 33.33333%;
  }
  /* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  /* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  /* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-3 {
    margin-left: 25%;
  }
  /* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-5 {
    width: 41.66667%;
  }
  /* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  /* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  /* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-6 {
    width: 50%;
  }
  /* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-7 {
    width: 58.33333%;
  }
  /* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  /* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  /* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-6 {
    margin-left: 50%;
  }
  /* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-8 {
    width: 66.66667%;
  }
  /* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  /* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  /* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-9 {
    width: 75%;
  }
  /* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-10 {
    width: 83.33333%;
  }
  /* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  /* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  /* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-9 {
    margin-left: 75%;
  }
  /* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-11 {
    width: 91.66667%;
  }
  /* line 99, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  /* line 103, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  /* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 93, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-12 {
    width: 100%;
  }
  /* line 111, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 17, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  /* line 21, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 29, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  /* line 17, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  /* line 21, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 29, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  /* line 17, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  /* line 21, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 29, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  /* line 17, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  /* line 21, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 29, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  /* line 17, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  /* line 21, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 29, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  /* line 17, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  /* line 21, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 29, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  /* line 17, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  /* line 21, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 29, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  /* line 17, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  /* line 21, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 29, bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  /* line 125, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 129, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 143, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  /* line 149, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 154, bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

/* line 232, bower_components/foundation-sites/scss/typography/_base.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
body.node--type-press h1,
body.node--type-blog h1,
h3,
h4,
h5,
body.node--type-press .field--name-field-headline,
h6,
body.path-frontpage .slide-03 .field-quote--title,
.view-locations .views-row .field-name-title,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* line 256, bower_components/foundation-sites/scss/typography/_base.scss */
p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

/* line 264, bower_components/foundation-sites/scss/typography/_base.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 271, bower_components/foundation-sites/scss/typography/_base.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 278, bower_components/foundation-sites/scss/typography/_base.scss */
small {
  font-size: 80%;
  line-height: inherit;
}

/* line 284, bower_components/foundation-sites/scss/typography/_base.scss */
h1,
h2,
body.node--type-press h1,
body.node--type-blog h1,
h3,
h4,
h5,
body.node--type-press .field--name-field-headline,
h6,
body.path-frontpage .slide-03 .field-quote--title,
.view-locations .views-row .field-name-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

/* line 299, bower_components/foundation-sites/scss/typography/_base.scss */
h1 small,
h2 small, body.node--type-press h1 small,
body.node--type-blog h1 small,
h3 small,
h4 small,
h5 small, body.node--type-press .field--name-field-headline small,
h6 small, body.path-frontpage .slide-03 .field-quote--title small, .view-locations .views-row .field-name-title small {
  color: #cacaca;
  line-height: 0;
}

/* line 309, bower_components/foundation-sites/scss/typography/_base.scss */
h1 {
  font-size: 1.5rem;
}

/* line 309, bower_components/foundation-sites/scss/typography/_base.scss */
h2, body.node--type-press h1,
body.node--type-blog h1 {
  font-size: 1.25rem;
}

/* line 309, bower_components/foundation-sites/scss/typography/_base.scss */
h3 {
  font-size: 1.1875rem;
}

/* line 309, bower_components/foundation-sites/scss/typography/_base.scss */
h4 {
  font-size: 1.125rem;
}

/* line 309, bower_components/foundation-sites/scss/typography/_base.scss */
h5, body.node--type-press .field--name-field-headline {
  font-size: 1.0625rem;
}

/* line 309, bower_components/foundation-sites/scss/typography/_base.scss */
h6, body.path-frontpage .slide-03 .field-quote--title, .view-locations .views-row .field-name-title {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  /* line 309, bower_components/foundation-sites/scss/typography/_base.scss */
  h1 {
    font-size: 3rem;
  }
  /* line 309, bower_components/foundation-sites/scss/typography/_base.scss */
  h2, body.node--type-press h1,
  body.node--type-blog h1 {
    font-size: 1.875rem;
  }
  /* line 309, bower_components/foundation-sites/scss/typography/_base.scss */
  h3 {
    font-size: 1.9375rem;
  }
  /* line 309, bower_components/foundation-sites/scss/typography/_base.scss */
  h4 {
    font-size: 1.5625rem;
  }
  /* line 309, bower_components/foundation-sites/scss/typography/_base.scss */
  h5, body.node--type-press .field--name-field-headline {
    font-size: 1.25rem;
  }
  /* line 309, bower_components/foundation-sites/scss/typography/_base.scss */
  h6, body.path-frontpage .slide-03 .field-quote--title, .view-locations .views-row .field-name-title {
    font-size: 1rem;
  }
}

@media screen and (min-width: 64em) {
  /* line 309, bower_components/foundation-sites/scss/typography/_base.scss */
  h1 {
    font-size: 3rem;
  }
  /* line 309, bower_components/foundation-sites/scss/typography/_base.scss */
  h2, body.node--type-press h1,
  body.node--type-blog h1 {
    font-size: 1.875rem;
  }
  /* line 309, bower_components/foundation-sites/scss/typography/_base.scss */
  h3 {
    font-size: 1.9375rem;
  }
  /* line 309, bower_components/foundation-sites/scss/typography/_base.scss */
  h4 {
    font-size: 1.5625rem;
  }
  /* line 309, bower_components/foundation-sites/scss/typography/_base.scss */
  h5, body.node--type-press .field--name-field-headline {
    font-size: 1.25rem;
  }
  /* line 309, bower_components/foundation-sites/scss/typography/_base.scss */
  h6, body.path-frontpage .slide-03 .field-quote--title, .view-locations .views-row .field-name-title {
    font-size: 1rem;
  }
}

/* line 317, bower_components/foundation-sites/scss/typography/_base.scss */
a {
  color: #888888;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

/* line 323, bower_components/foundation-sites/scss/typography/_base.scss */
a:hover, a:focus {
  color: #757575;
}

/* line 331, bower_components/foundation-sites/scss/typography/_base.scss */
a img {
  border: 0;
}

/* line 337, bower_components/foundation-sites/scss/typography/_base.scss */
hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

/* line 349, bower_components/foundation-sites/scss/typography/_base.scss */
ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

/* line 358, bower_components/foundation-sites/scss/typography/_base.scss */
li {
  font-size: inherit;
}

/* line 363, bower_components/foundation-sites/scss/typography/_base.scss */
ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

/* line 369, bower_components/foundation-sites/scss/typography/_base.scss */
ol {
  margin-left: 1.25rem;
}

/* line 375, bower_components/foundation-sites/scss/typography/_base.scss */
ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 382, bower_components/foundation-sites/scss/typography/_base.scss */
dl {
  margin-bottom: 1rem;
}

/* line 385, bower_components/foundation-sites/scss/typography/_base.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

/* line 392, bower_components/foundation-sites/scss/typography/_base.scss */
blockquote {
  margin: 0 0 1rem;
  padding: 0.625rem 1.25rem 0 2.5rem;
  border-left: 1px solid #d7d7d7;
}

/* line 397, bower_components/foundation-sites/scss/typography/_base.scss */
blockquote, blockquote p {
  line-height: 1.6;
  color: #0a0a0a;
}

/* line 404, bower_components/foundation-sites/scss/typography/_base.scss */
cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

/* line 409, bower_components/foundation-sites/scss/typography/_base.scss */
cite:before {
  content: '\2014 \0020';
}

/* line 415, bower_components/foundation-sites/scss/typography/_base.scss */
abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

/* line 422, bower_components/foundation-sites/scss/typography/_base.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* line 432, bower_components/foundation-sites/scss/typography/_base.scss */
kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

/* line 48, bower_components/foundation-sites/scss/typography/_helpers.scss */
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

/* line 57, bower_components/foundation-sites/scss/typography/_helpers.scss */
.lead {
  font-size: 125%;
  line-height: 1.6;
}

/* line 63, bower_components/foundation-sites/scss/typography/_helpers.scss */
.stat {
  font-size: 2.5rem;
  line-height: 1;
}

/* line 67, bower_components/foundation-sites/scss/typography/_helpers.scss */
p + .stat {
  margin-top: -1rem;
}

/* line 73, bower_components/foundation-sites/scss/typography/_helpers.scss */
.no-bullet {
  margin-left: 0;
  list-style: none;
}

/* line 14, bower_components/foundation-sites/scss/typography/_alignment.scss */
.text-left {
  text-align: left;
}

/* line 14, bower_components/foundation-sites/scss/typography/_alignment.scss */
.text-right {
  text-align: right;
}

/* line 14, bower_components/foundation-sites/scss/typography/_alignment.scss */
.text-center {
  text-align: center;
}

/* line 14, bower_components/foundation-sites/scss/typography/_alignment.scss */
.text-justify {
  text-align: justify;
}

@media screen and (min-width: 40em) {
  /* line 10, bower_components/foundation-sites/scss/typography/_alignment.scss */
  .medium-text-left {
    text-align: left;
  }
  /* line 10, bower_components/foundation-sites/scss/typography/_alignment.scss */
  .medium-text-right {
    text-align: right;
  }
  /* line 10, bower_components/foundation-sites/scss/typography/_alignment.scss */
  .medium-text-center {
    text-align: center;
  }
  /* line 10, bower_components/foundation-sites/scss/typography/_alignment.scss */
  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 64em) {
  /* line 10, bower_components/foundation-sites/scss/typography/_alignment.scss */
  .large-text-left {
    text-align: left;
  }
  /* line 10, bower_components/foundation-sites/scss/typography/_alignment.scss */
  .large-text-right {
    text-align: right;
  }
  /* line 10, bower_components/foundation-sites/scss/typography/_alignment.scss */
  .large-text-center {
    text-align: center;
  }
  /* line 10, bower_components/foundation-sites/scss/typography/_alignment.scss */
  .large-text-justify {
    text-align: justify;
  }
}

/* line 12, bower_components/foundation-sites/scss/typography/_print.scss */
.show-for-print {
  display: none !important;
}

@media print {
  /* line 17, bower_components/foundation-sites/scss/typography/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 24, bower_components/foundation-sites/scss/typography/_print.scss */
  .show-for-print {
    display: block !important;
  }
  /* line 27, bower_components/foundation-sites/scss/typography/_print.scss */
  .hide-for-print {
    display: none !important;
  }
  /* line 31, bower_components/foundation-sites/scss/typography/_print.scss */
  table.show-for-print {
    display: table !important;
  }
  /* line 34, bower_components/foundation-sites/scss/typography/_print.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }
  /* line 37, bower_components/foundation-sites/scss/typography/_print.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }
  /* line 40, bower_components/foundation-sites/scss/typography/_print.scss */
  tr.show-for-print {
    display: table-row !important;
  }
  /* line 43, bower_components/foundation-sites/scss/typography/_print.scss */
  td.show-for-print {
    display: table-cell !important;
  }
  /* line 46, bower_components/foundation-sites/scss/typography/_print.scss */
  th.show-for-print {
    display: table-cell !important;
  }
  /* line 51, bower_components/foundation-sites/scss/typography/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }
  /* line 55, bower_components/foundation-sites/scss/typography/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 60, bower_components/foundation-sites/scss/typography/_print.scss */
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  /* line 67, bower_components/foundation-sites/scss/typography/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 72, bower_components/foundation-sites/scss/typography/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 79, bower_components/foundation-sites/scss/typography/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 83, bower_components/foundation-sites/scss/typography/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 88, bower_components/foundation-sites/scss/typography/_print.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 96, bower_components/foundation-sites/scss/typography/_print.scss */
  p,
  h2,
  body.node--type-press h1,
  body.node--type-blog h1,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 104, bower_components/foundation-sites/scss/typography/_print.scss */
  h2, body.node--type-press h1,
  body.node--type-blog h1,
  h3 {
    page-break-after: avoid;
  }
}

/* line 191, bower_components/foundation-sites/scss/components/_button.scss */
.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #CC0000;
  color: #fff;
}

/* line 161, bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .button {
  outline: 0;
}

/* line 111, bower_components/foundation-sites/scss/components/_button.scss */
.button:hover, .button:focus {
  background-color: #ad0000;
  color: #fff;
}

/* line 195, bower_components/foundation-sites/scss/components/_button.scss */
.button.tiny {
  font-size: 0.6rem;
}

/* line 198, bower_components/foundation-sites/scss/components/_button.scss */
.button.small {
  font-size: 0.75rem;
}

/* line 201, bower_components/foundation-sites/scss/components/_button.scss */
.button.large {
  font-size: 1.25rem;
}

/* line 204, bower_components/foundation-sites/scss/components/_button.scss */
.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* line 211, bower_components/foundation-sites/scss/components/_button.scss */
.button.primary {
  background-color: #CC0000;
  color: #fff;
}

/* line 111, bower_components/foundation-sites/scss/components/_button.scss */
.button.primary:hover, .button.primary:focus {
  background-color: #a30000;
  color: #fff;
}

/* line 211, bower_components/foundation-sites/scss/components/_button.scss */
.button.secondary {
  background-color: #888888;
  color: #fff;
}

/* line 111, bower_components/foundation-sites/scss/components/_button.scss */
.button.secondary:hover, .button.secondary:focus {
  background-color: #6d6d6d;
  color: #fff;
}

/* line 211, bower_components/foundation-sites/scss/components/_button.scss */
.button.success {
  background-color: #60a110;
  color: #fff;
}

/* line 111, bower_components/foundation-sites/scss/components/_button.scss */
.button.success:hover, .button.success:focus {
  background-color: #4d810d;
  color: #fff;
}

/* line 211, bower_components/foundation-sites/scss/components/_button.scss */
.button.alert {
  background-color: #ec5840;
  color: #fff;
}

/* line 111, bower_components/foundation-sites/scss/components/_button.scss */
.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #fff;
}

/* line 211, bower_components/foundation-sites/scss/components/_button.scss */
.button.warning {
  background-color: #ffae00;
  color: #fff;
}

/* line 111, bower_components/foundation-sites/scss/components/_button.scss */
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #fff;
}

/* line 227, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow {
  border: 1px solid #CC0000;
  color: #CC0000;
}

/* line 119, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

/* line 131, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow:hover, .button.hollow:focus {
  border-color: #660000;
  color: #660000;
}

/* line 232, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.primary {
  border: 1px solid #CC0000;
  color: #CC0000;
}

/* line 131, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #660000;
  color: #660000;
}

/* line 232, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.secondary {
  border: 1px solid #888888;
  color: #888888;
}

/* line 131, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #444444;
  color: #444444;
}

/* line 232, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.success {
  border: 1px solid #60a110;
  color: #60a110;
}

/* line 131, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #305108;
  color: #305108;
}

/* line 232, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}

/* line 131, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}

/* line 232, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

/* line 131, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

/* line 240, bower_components/foundation-sites/scss/components/_button.scss */
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}

/* line 153, bower_components/foundation-sites/scss/components/_button.scss */
.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}

/* line 257, bower_components/foundation-sites/scss/components/_button.scss */
.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: 0.2em;
}

/* line 102, bower_components/foundation-sites/scss/forms/_text.scss */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #f2f2f2;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #f2f2f2;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  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-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 88, bower_components/foundation-sites/scss/forms/_text.scss */
[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 {
  border: 1px solid #d9d9d9;
  background-color: #fefefe;
  outline: none;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  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-box-shadow 0.5s;
}

/* line 110, bower_components/foundation-sites/scss/forms/_text.scss */
textarea {
  max-width: 100%;
}

/* line 113, bower_components/foundation-sites/scss/forms/_text.scss */
textarea[rows] {
  height: auto;
}

/* line 121, bower_components/foundation-sites/scss/forms/_text.scss */
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default;
}

/* line 129, bower_components/foundation-sites/scss/forms/_text.scss */
[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 138, bower_components/foundation-sites/scss/forms/_text.scss */
input[type='search'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 10, bower_components/foundation-sites/scss/forms/_checkbox.scss */
[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

/* line 17, bower_components/foundation-sites/scss/forms/_checkbox.scss */
[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* line 27, bower_components/foundation-sites/scss/forms/_checkbox.scss */
label > [type='checkbox'],
label > [type='label'] {
  margin-right: 0.5rem;
}

/* line 33, bower_components/foundation-sites/scss/forms/_checkbox.scss */
[type='file'] {
  width: 100%;
}

/* line 41, bower_components/foundation-sites/scss/forms/_label.scss */
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

/* line 44, bower_components/foundation-sites/scss/forms/_label.scss */
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

/* line 22, bower_components/foundation-sites/scss/forms/_help-text.scss */
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333;
}

/* line 27, bower_components/foundation-sites/scss/forms/_input-group.scss */
.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

/* line 32, bower_components/foundation-sites/scss/forms/_input-group.scss */
.input-group > :first-child {
  border-radius: 0 0 0 0;
}

/* line 37, bower_components/foundation-sites/scss/forms/_input-group.scss */
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

/* line 43, bower_components/foundation-sites/scss/forms/_input-group.scss */
.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle;
}

/* line 49, bower_components/foundation-sites/scss/forms/_input-group.scss */
.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
}

/* line 61, bower_components/foundation-sites/scss/forms/_input-group.scss */
.input-group-label:first-child {
  border-right: 0;
}

/* line 65, bower_components/foundation-sites/scss/forms/_input-group.scss */
.input-group-label:last-child {
  border-left: 0;
}

/* line 71, bower_components/foundation-sites/scss/forms/_input-group.scss */
.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

/* line 77, bower_components/foundation-sites/scss/forms/_input-group.scss */
.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
}

/* line 85, bower_components/foundation-sites/scss/forms/_input-group.scss */
.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

/* line 40, bower_components/foundation-sites/scss/forms/_fieldset.scss */
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 46, bower_components/foundation-sites/scss/forms/_fieldset.scss */
legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

/* line 51, bower_components/foundation-sites/scss/forms/_fieldset.scss */
.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

/* line 30, bower_components/foundation-sites/scss/forms/_fieldset.scss */
.fieldset legend {
  background: #222;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* line 62, bower_components/foundation-sites/scss/forms/_select.scss */
select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #f2f2f2;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #cccccc;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  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%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
}

@media screen and (min-width: 0 \0 ) {
  /* line 62, bower_components/foundation-sites/scss/forms/_select.scss */
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

/* line 46, bower_components/foundation-sites/scss/forms/_select.scss */
select:disabled {
  background-color: #e6e6e6;
  cursor: default;
}

/* line 52, bower_components/foundation-sites/scss/forms/_select.scss */
select::-ms-expand {
  display: none;
}

/* line 56, bower_components/foundation-sites/scss/forms/_select.scss */
select[multiple] {
  height: auto;
}

/* line 43, bower_components/foundation-sites/scss/forms/_error.scss */
.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

/* line 69, bower_components/foundation-sites/scss/forms/_error.scss */
.is-invalid-label {
  color: #ec5840;
}

/* line 75, bower_components/foundation-sites/scss/forms/_error.scss */
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}

/* line 78, bower_components/foundation-sites/scss/forms/_error.scss */
.form-error.is-visible {
  display: block;
}

/* line 59, bower_components/foundation-sites/scss/components/_visibility.scss */
.hide {
  display: none !important;
}

/* line 63, bower_components/foundation-sites/scss/components/_visibility.scss */
.invisible {
  visibility: hidden;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  /* line 79, bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  /* line 83, bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  /* line 70, bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 74, bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 79, bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  /* line 83, bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  /* line 70, bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 74, bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  /* line 79, bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  /* line 83, bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-large-only {
    display: none !important;
  }
}

/* line 90, bower_components/foundation-sites/scss/components/_visibility.scss */
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* line 97, bower_components/foundation-sites/scss/components/_visibility.scss */
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* line 104, bower_components/foundation-sites/scss/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  /* line 104, bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  /* line 104, bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

/* line 117, bower_components/foundation-sites/scss/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  /* line 117, bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  /* line 117, bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

/* line 10, bower_components/foundation-sites/scss/components/_float.scss */
.float-left {
  float: left !important;
}

/* line 14, bower_components/foundation-sites/scss/components/_float.scss */
.float-right {
  float: right !important;
}

/* line 18, bower_components/foundation-sites/scss/components/_float.scss */
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 134, bower_components/foundation-sites/scss/util/_mixins.scss */
.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
}

/* line 140, bower_components/foundation-sites/scss/util/_mixins.scss */
.clearfix::after {
  clear: both;
}

/* line 94, bower_components/foundation-sites/scss/components/_accordion.scss */
.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0;
}

/* line 102, bower_components/foundation-sites/scss/components/_accordion.scss */
.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #CC0000;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}

/* line 65, bower_components/foundation-sites/scss/components/_accordion.scss */
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

/* line 71, bower_components/foundation-sites/scss/components/_accordion.scss */
.accordion-title::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}

/* line 79, bower_components/foundation-sites/scss/components/_accordion.scss */
.is-active > .accordion-title::before {
  content: '–';
}

/* line 106, bower_components/foundation-sites/scss/components/_accordion.scss */
.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fefefe;
}

/* line 15, bower_components/foundation-sites/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent > a {
  position: relative;
}

/* line 18, bower_components/foundation-sites/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #CC0000 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}

/* line 27, bower_components/foundation-sites/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

/* line 40, bower_components/foundation-sites/scss/components/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #CC0000;
  color: #fefefe;
}

/* line 48, bower_components/foundation-sites/scss/components/_badge.scss */
.badge.secondary {
  background: #888888;
  color: #fefefe;
}

/* line 48, bower_components/foundation-sites/scss/components/_badge.scss */
.badge.success {
  background: #60a110;
  color: #fefefe;
}

/* line 48, bower_components/foundation-sites/scss/components/_badge.scss */
.badge.alert {
  background: #ec5840;
  color: #fefefe;
}

/* line 48, bower_components/foundation-sites/scss/components/_badge.scss */
.badge.warning {
  background: #ffae00;
  color: #fefefe;
}

/* line 86, bower_components/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}

/* line 134, bower_components/foundation-sites/scss/util/_mixins.scss */
.breadcrumbs::before, .breadcrumbs::after {
  content: ' ';
  display: table;
}

/* line 140, bower_components/foundation-sites/scss/util/_mixins.scss */
.breadcrumbs::after {
  clear: both;
}

/* line 48, bower_components/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs li {
  float: left;
  color: #0a0a0a;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}

/* line 62, bower_components/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}

/* line 76, bower_components/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs a {
  color: #CC0000;
}

/* line 79, bower_components/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs a:hover {
  text-decoration: underline;
}

/* line 89, bower_components/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs .disabled {
  color: #cacaca;
}

/* line 99, bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

/* line 134, bower_components/foundation-sites/scss/util/_mixins.scss */
.button-group::before, .button-group::after {
  content: ' ';
  display: table;
}

/* line 140, bower_components/foundation-sites/scss/util/_mixins.scss */
.button-group::after {
  clear: both;
}

/* line 34, bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group .button {
  float: left;
  margin: 0;
  font-size: inherit;
}

/* line 39, bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group .button:not(:last-child) {
  border-right: 1px solid #222;
}

/* line 103, bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.tiny {
  font-size: 0.6rem;
}

/* line 106, bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.small {
  font-size: 0.75rem;
}

/* line 109, bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.large {
  font-size: 1.25rem;
}

/* line 112, bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.expanded {
  display: table;
  table-layout: fixed;
  width: 100%;
}

/* line 59, bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}

/* line 64, bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.expanded .button {
  display: table-cell;
  float: none;
}

/* line 119, bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.primary .button {
  background-color: #CC0000;
  color: #fefefe;
}

/* line 111, bower_components/foundation-sites/scss/components/_button.scss */
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #a30000;
  color: #fefefe;
}

/* line 119, bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.secondary .button {
  background-color: #888888;
  color: #fefefe;
}

/* line 111, bower_components/foundation-sites/scss/components/_button.scss */
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #6d6d6d;
  color: #fefefe;
}

/* line 119, bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.success .button {
  background-color: #60a110;
  color: #fefefe;
}

/* line 111, bower_components/foundation-sites/scss/components/_button.scss */
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #4d810d;
  color: #fefefe;
}

/* line 119, bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.alert .button {
  background-color: #ec5840;
  color: #fefefe;
}

/* line 111, bower_components/foundation-sites/scss/components/_button.scss */
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #da3116;
  color: #fefefe;
}

/* line 119, bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.warning .button {
  background-color: #ffae00;
  color: #fefefe;
}

/* line 111, bower_components/foundation-sites/scss/components/_button.scss */
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #fefefe;
}

/* line 75, bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.stacked .button, .button-group.stacked-for-small .button {
  width: 100%;
}

/* line 78, bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child) {
  border-right: 1px solid;
}

@media screen and (min-width: 40em) {
  /* line 89, bower_components/foundation-sites/scss/components/_button-group.scss */
  .button-group.stacked-for-small .button {
    width: auto;
  }
  /* line 92, bower_components/foundation-sites/scss/components/_button-group.scss */
  .button-group.stacked-for-small .button:not(:last-child) {
    border-right: 1px solid #222;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  /* line 141, bower_components/foundation-sites/scss/components/_button-group.scss */
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  /* line 145, bower_components/foundation-sites/scss/components/_button-group.scss */
  .button-group.stacked-for-small.expanded .button {
    display: block;
    border-right: 0;
  }
}

/* line 87, bower_components/foundation-sites/scss/components/_callout.scss */
.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white;
}

/* line 55, bower_components/foundation-sites/scss/components/_callout.scss */
.callout > :first-child {
  margin-top: 0;
}

/* line 59, bower_components/foundation-sites/scss/components/_callout.scss */
.callout > :last-child {
  margin-bottom: 0;
}

/* line 91, bower_components/foundation-sites/scss/components/_callout.scss */
.callout.primary {
  background-color: #ffd1d1;
}

/* line 91, bower_components/foundation-sites/scss/components/_callout.scss */
.callout.secondary {
  background-color: #ededed;
}

/* line 91, bower_components/foundation-sites/scss/components/_callout.scss */
.callout.success {
  background-color: #e8fad2;
}

/* line 91, bower_components/foundation-sites/scss/components/_callout.scss */
.callout.alert {
  background-color: #fce6e2;
}

/* line 91, bower_components/foundation-sites/scss/components/_callout.scss */
.callout.warning {
  background-color: #fff3d9;
}

/* line 96, bower_components/foundation-sites/scss/components/_callout.scss */
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

/* line 100, bower_components/foundation-sites/scss/components/_callout.scss */
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

/* line 58, bower_components/foundation-sites/scss/components/_close-button.scss */
.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}

/* line 161, bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .close-button {
  outline: 0;
}

/* line 51, bower_components/foundation-sites/scss/components/_close-button.scss */
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

/* line 27, bower_components/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown {
  position: relative;
  overflow: hidden;
}

/* line 33, bower_components/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  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;
}

/* line 43, bower_components/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 49, bower_components/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 55, bower_components/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown-submenu-parent > a {
  position: relative;
}

/* line 58, bower_components/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #CC0000;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

/* line 67, bower_components/foundation-sites/scss/components/_drilldown.scss */
.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #CC0000 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

/* line 56, bower_components/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane {
  background-color: #222;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 16rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
}

/* line 50, bower_components/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane.is-open {
  visibility: visible;
}

/* line 61, bower_components/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane.tiny {
  width: 100px;
}

/* line 61, bower_components/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane.small {
  width: 200px;
}

/* line 61, bower_components/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane.large {
  width: 400px;
}

/* line 161, bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

/* line 42, bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.no-js .dropdown.menu ul {
  display: none;
}

/* line 48, bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub {
  top: 100%;
  left: 0;
  right: auto;
}

/* line 57, bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

/* line 65, bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical {
  width: 100px;
}

/* line 68, bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical.align-right {
  float: right;
}

/* line 72, bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical > li .is-dropdown-submenu {
  top: 0;
  left: 100%;
}

/* line 78, bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent {
  position: relative;
}

/* line 81, bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent a::after {
  float: right;
  margin-top: 3px;
  margin-left: 10px;
}

/* line 88, bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.is-down-arrow a {
  padding-right: 1.5rem;
  position: relative;
}

/* line 93, bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.is-down-arrow > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #888888 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 0.825rem;
  right: 5px;
}

/* line 100, bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.is-left-arrow > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #888888 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  float: left;
  margin-left: 0;
  margin-right: 10px;
}

/* line 107, bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.is-right-arrow > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #888888;
  border-left-style: solid;
  border-right-width: 0;
}

/* line 112, bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.is-left-arrow.opens-inner .is-dropdown-submenu {
  right: 0;
  left: auto;
}

/* line 117, bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.is-right-arrow.opens-inner .is-dropdown-submenu {
  left: 0;
  right: auto;
}

/* line 122, bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
  top: 100%;
}

/* line 126, bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

/* line 132, bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca;
}

/* line 143, bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

/* line 148, bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu > li {
  width: 100%;
}

/* line 154, bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
  display: block;
}

/* line 52, bower_components/foundation-sites/scss/components/_flex-video.scss */
.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}

/* line 39, bower_components/foundation-sites/scss/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 55, bower_components/foundation-sites/scss/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

/* line 59, bower_components/foundation-sites/scss/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}

/* line 41, bower_components/foundation-sites/scss/components/_label.scss */
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #CC0000;
  color: #fefefe;
}

/* line 49, bower_components/foundation-sites/scss/components/_label.scss */
.label.secondary {
  background: #888888;
  color: #fefefe;
}

/* line 49, bower_components/foundation-sites/scss/components/_label.scss */
.label.success {
  background: #60a110;
  color: #fefefe;
}

/* line 49, bower_components/foundation-sites/scss/components/_label.scss */
.label.alert {
  background: #ec5840;
  color: #fefefe;
}

/* line 49, bower_components/foundation-sites/scss/components/_label.scss */
.label.warning {
  background: #ffae00;
  color: #fefefe;
}

/* line 54, bower_components/foundation-sites/scss/components/_media-object.scss */
.media-object {
  margin-bottom: 1rem;
  display: block;
}

/* line 57, bower_components/foundation-sites/scss/components/_media-object.scss */
.media-object img {
  max-width: none;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  /* line 61, bower_components/foundation-sites/scss/components/_media-object.scss */
  .media-object.stack-for-small .media-object-section {
    display: block;
    padding: 0;
    padding-bottom: 1rem;
  }
  /* line 48, bower_components/foundation-sites/scss/components/_media-object.scss */
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

/* line 68, bower_components/foundation-sites/scss/components/_media-object.scss */
.media-object-section {
  display: table-cell;
  vertical-align: top;
}

/* line 33, bower_components/foundation-sites/scss/components/_media-object.scss */
.media-object-section:first-child {
  padding-right: 1rem;
}

/* line 37, bower_components/foundation-sites/scss/components/_media-object.scss */
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

/* line 71, bower_components/foundation-sites/scss/components/_media-object.scss */
.media-object-section.middle {
  vertical-align: middle;
}

/* line 74, bower_components/foundation-sites/scss/components/_media-object.scss */
.media-object-section.bottom {
  vertical-align: bottom;
}

/* line 146, bower_components/foundation-sites/scss/components/_menu.scss */
.menu {
  margin: 0;
  list-style-type: none;
}

/* line 35, bower_components/foundation-sites/scss/components/_menu.scss */
.menu > li {
  display: table-cell;
  vertical-align: middle;
}

/* line 161, bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .menu > li {
  outline: 0;
}

/* line 42, bower_components/foundation-sites/scss/components/_menu.scss */
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

/* line 49, bower_components/foundation-sites/scss/components/_menu.scss */
.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}

/* line 104, bower_components/foundation-sites/scss/components/_menu.scss */
.menu > li > a > img,
.menu > li > a > i {
  vertical-align: middle;
}

/* line 109, bower_components/foundation-sites/scss/components/_menu.scss */
.menu > li > a > span {
  vertical-align: middle;
}

/* line 117, bower_components/foundation-sites/scss/components/_menu.scss */
.menu > li > a > img,
.menu > li > a > i {
  display: inline-block;
  margin-right: 0.25rem;
}

/* line 67, bower_components/foundation-sites/scss/components/_menu.scss */
.menu > li {
  display: table-cell;
}

/* line 71, bower_components/foundation-sites/scss/components/_menu.scss */
.menu.vertical > li {
  display: block;
}

@media screen and (min-width: 40em) {
  /* line 67, bower_components/foundation-sites/scss/components/_menu.scss */
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  /* line 71, bower_components/foundation-sites/scss/components/_menu.scss */
  .menu.medium-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  /* line 67, bower_components/foundation-sites/scss/components/_menu.scss */
  .menu.large-horizontal > li {
    display: table-cell;
  }
  /* line 71, bower_components/foundation-sites/scss/components/_menu.scss */
  .menu.large-vertical > li {
    display: block;
  }
}

/* line 81, bower_components/foundation-sites/scss/components/_menu.scss */
.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}

/* line 87, bower_components/foundation-sites/scss/components/_menu.scss */
.menu.simple a {
  padding: 0;
}

/* line 178, bower_components/foundation-sites/scss/components/_menu.scss */
.menu.align-right > li {
  float: right;
}

/* line 184, bower_components/foundation-sites/scss/components/_menu.scss */
.menu.expanded {
  display: table;
  table-layout: fixed;
  width: 100%;
}

/* line 187, bower_components/foundation-sites/scss/components/_menu.scss */
.menu.expanded > li:first-child:last-child {
  width: 100%;
}

/* line 124, bower_components/foundation-sites/scss/components/_menu.scss */
.menu.icon-top > li > a {
  text-align: center;
}

/* line 127, bower_components/foundation-sites/scss/components/_menu.scss */
.menu.icon-top > li > a > img,
.menu.icon-top > li > a > i {
  display: block;
  margin: 0 auto 0.25rem;
}

/* line 198, bower_components/foundation-sites/scss/components/_menu.scss */
.menu.nested {
  margin-left: 1rem;
}

/* line 203, bower_components/foundation-sites/scss/components/_menu.scss */
.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

/* line 208, bower_components/foundation-sites/scss/components/_menu.scss */
.no-js [data-responsive-menu] ul {
  display: none;
}

/* line 46, bower_components/foundation-sites/scss/components/_off-canvas.scss */
html,
body {
  height: 100%;
}

/* line 51, bower_components/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

/* line 59, bower_components/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

/* line 134, bower_components/foundation-sites/scss/util/_mixins.scss */
.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: ' ';
  display: table;
}

/* line 140, bower_components/foundation-sites/scss/util/_mixins.scss */
.off-canvas-wrapper-inner::after {
  clear: both;
}

/* line 67, bower_components/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #222;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

/* line 81, bower_components/foundation-sites/scss/components/_off-canvas.scss */
.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

/* line 153, bower_components/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* line 161, bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

/* line 156, bower_components/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}

/* line 122, bower_components/foundation-sites/scss/components/_off-canvas.scss */
.is-open-left {
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}

/* line 159, bower_components/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}

/* line 122, bower_components/foundation-sites/scss/components/_off-canvas.scss */
.is-open-right {
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}

@media screen and (min-width: 40em) {
  /* line 168, bower_components/foundation-sites/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 144, bower_components/foundation-sites/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  /* line 172, bower_components/foundation-sites/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 144, bower_components/foundation-sites/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}

@media screen and (min-width: 64em) {
  /* line 168, bower_components/foundation-sites/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 144, bower_components/foundation-sites/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  /* line 172, bower_components/foundation-sites/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 144, bower_components/foundation-sites/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}

/* line 152, bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit {
  position: relative;
}

/* line 156, bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

/* line 160, bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-slide {
  width: 100%;
  max-height: 100%;
}

/* line 72, bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

/* line 164, bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-figure {
  margin: 0;
}

/* line 168, bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

/* line 172, bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5);
}

/* line 176, bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

/* line 161, bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

/* line 108, bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

/* line 180, bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-previous {
  left: 0;
}

/* line 185, bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-next {
  left: auto;
  right: 0;
}

/* line 190, bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

/* line 161, bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

/* line 134, bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  background-color: #cacaca;
  border-radius: 50%;
}

/* line 141, bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

/* line 145, bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

/* line 130, bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

/* line 134, bower_components/foundation-sites/scss/util/_mixins.scss */
.pagination::before, .pagination::after {
  content: ' ';
  display: table;
}

/* line 140, bower_components/foundation-sites/scss/util/_mixins.scss */
.pagination::after {
  clear: both;
}

/* line 68, bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 0;
  display: none;
}

/* line 78, bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media screen and (min-width: 40em) {
  /* line 68, bower_components/foundation-sites/scss/components/_pagination.scss */
  .pagination li {
    display: inline-block;
  }
}

/* line 90, bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination a,
.pagination button {
  color: #0a0a0a;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}

/* line 97, bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

/* line 133, bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #CC0000;
  color: #fefefe;
  cursor: default;
}

/* line 137, bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: default;
}

/* line 117, bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination .disabled:hover {
  background: transparent;
}

/* line 141, bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination .ellipsis::after {
  content: '…';
  padding: 0.1875rem 0.625rem;
  color: #0a0a0a;
}

/* line 147, bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '«';
  display: inline-block;
  margin-right: 0.5rem;
}

/* line 154, bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination-next a::after,
.pagination-next.disabled::after {
  content: '»';
  display: inline-block;
  margin-left: 0.5rem;
}

/* line 67, bower_components/foundation-sites/scss/components/_progress-bar.scss */
.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}

/* line 72, bower_components/foundation-sites/scss/components/_progress-bar.scss */
.progress.primary .progress-meter {
  background-color: #CC0000;
}

/* line 72, bower_components/foundation-sites/scss/components/_progress-bar.scss */
.progress.secondary .progress-meter {
  background-color: #888888;
}

/* line 72, bower_components/foundation-sites/scss/components/_progress-bar.scss */
.progress.success .progress-meter {
  background-color: #60a110;
}

/* line 72, bower_components/foundation-sites/scss/components/_progress-bar.scss */
.progress.alert .progress-meter {
  background-color: #ec5840;
}

/* line 72, bower_components/foundation-sites/scss/components/_progress-bar.scss */
.progress.warning .progress-meter {
  background-color: #ffae00;
}

/* line 80, bower_components/foundation-sites/scss/components/_progress-bar.scss */
.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #CC0000;
}

/* line 85, bower_components/foundation-sites/scss/components/_progress-bar.scss */
.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

/* line 134, bower_components/foundation-sites/scss/components/_slider.scss */
.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 139, bower_components/foundation-sites/scss/components/_slider.scss */
.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 75, bower_components/foundation-sites/scss/components/_slider.scss */
.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

/* line 144, bower_components/foundation-sites/scss/components/_slider.scss */
.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #CC0000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  border-radius: 0;
}

/* line 161, bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

/* line 95, bower_components/foundation-sites/scss/components/_slider.scss */
.slider-handle:hover {
  background-color: #ad0000;
}

/* line 99, bower_components/foundation-sites/scss/components/_slider.scss */
.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

/* line 149, bower_components/foundation-sites/scss/components/_slider.scss */
.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 155, bower_components/foundation-sites/scss/components/_slider.scss */
.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 116, bower_components/foundation-sites/scss/components/_slider.scss */
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

/* line 122, bower_components/foundation-sites/scss/components/_slider.scss */
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 6, bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky-container {
  position: relative;
}

/* line 10, bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 16, bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

/* line 20, bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky.is-stuck.is-at-top {
  top: 0;
}

/* line 24, bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

/* line 29, bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}

/* line 34, bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

/* line 117, bower_components/foundation-sites/scss/components/_reveal.scss */
body.is-reveal-open {
  overflow: hidden;
}

/* line 122, bower_components/foundation-sites/scss/components/_reveal.scss */
.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

/* line 127, bower_components/foundation-sites/scss/components/_reveal.scss */
.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  margin: 6.25rem auto 0;
  background-color: #fefefe;
  border-radius: 0;
  position: absolute;
  overflow-y: auto;
}

/* line 161, bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media screen and (min-width: 40em) {
  /* line 127, bower_components/foundation-sites/scss/components/_reveal.scss */
  .reveal {
    min-height: 0;
  }
}

/* line 75, bower_components/foundation-sites/scss/components/_reveal.scss */
.reveal .column, .reveal .columns,
.reveal .columns {
  min-width: 0;
}

/* line 81, bower_components/foundation-sites/scss/components/_reveal.scss */
.reveal > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  /* line 127, bower_components/foundation-sites/scss/components/_reveal.scss */
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

@media screen and (min-width: 40em) {
  /* line 136, bower_components/foundation-sites/scss/components/_reveal.scss */
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}

/* line 144, bower_components/foundation-sites/scss/components/_reveal.scss */
.reveal.collapse {
  padding: 0;
}

@media screen and (min-width: 40em) {
  /* line 149, bower_components/foundation-sites/scss/components/_reveal.scss */
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media screen and (min-width: 40em) {
  /* line 152, bower_components/foundation-sites/scss/components/_reveal.scss */
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media screen and (min-width: 40em) {
  /* line 155, bower_components/foundation-sites/scss/components/_reveal.scss */
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

/* line 160, bower_components/foundation-sites/scss/components/_reveal.scss */
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
}

/* line 189, bower_components/foundation-sites/scss/components/_switch.scss */
.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem;
}

/* line 194, bower_components/foundation-sites/scss/components/_switch.scss */
.switch-input {
  opacity: 0;
  position: absolute;
}

/* line 199, bower_components/foundation-sites/scss/components/_switch.scss */
.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit;
}

/* line 96, bower_components/foundation-sites/scss/components/_switch.scss */
input + .switch-paddle {
  margin: 0;
}

/* line 101, bower_components/foundation-sites/scss/components/_switch.scss */
.switch-paddle::after {
  background: #fefefe;
  content: '';
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 0;
}

/* line 116, bower_components/foundation-sites/scss/components/_switch.scss */
input:checked ~ .switch-paddle {
  background: #CC0000;
}

/* line 119, bower_components/foundation-sites/scss/components/_switch.scss */
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

/* line 161, bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

/* line 204, bower_components/foundation-sites/scss/components/_switch.scss */
.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 209, bower_components/foundation-sites/scss/components/_switch.scss */
.switch-active {
  left: 8%;
  display: none;
}

/* line 141, bower_components/foundation-sites/scss/components/_switch.scss */
input:checked + label > .switch-active {
  display: block;
}

/* line 215, bower_components/foundation-sites/scss/components/_switch.scss */
.switch-inactive {
  right: 15%;
}

/* line 150, bower_components/foundation-sites/scss/components/_switch.scss */
input:checked + label > .switch-inactive {
  display: none;
}

/* line 171, bower_components/foundation-sites/scss/components/_switch.scss */
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

/* line 177, bower_components/foundation-sites/scss/components/_switch.scss */
.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem;
}

/* line 182, bower_components/foundation-sites/scss/components/_switch.scss */
.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem;
}

/* line 171, bower_components/foundation-sites/scss/components/_switch.scss */
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

/* line 177, bower_components/foundation-sites/scss/components/_switch.scss */
.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem;
}

/* line 182, bower_components/foundation-sites/scss/components/_switch.scss */
.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem;
}

/* line 171, bower_components/foundation-sites/scss/components/_switch.scss */
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

/* line 177, bower_components/foundation-sites/scss/components/_switch.scss */
.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
}

/* line 182, bower_components/foundation-sites/scss/components/_switch.scss */
.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem;
}

/* line 207, bower_components/foundation-sites/scss/components/_table.scss */
table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

/* line 64, bower_components/foundation-sites/scss/components/_table.scss */
thead, tbody, tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

/* line 72, bower_components/foundation-sites/scss/components/_table.scss */
caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

/* line 78, bower_components/foundation-sites/scss/components/_table.scss */
thead, tfoot {
  background: #f8f8f8;
  color: #0a0a0a;
}

/* line 84, bower_components/foundation-sites/scss/components/_table.scss */
thead tr, tfoot tr {
  background: transparent;
}

/* line 89, bower_components/foundation-sites/scss/components/_table.scss */
thead th, thead td, tfoot th, tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

/* line 102, bower_components/foundation-sites/scss/components/_table.scss */
tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

/* line 115, bower_components/foundation-sites/scss/components/_table.scss */
tbody th, tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 63.9375em) {
  /* line 186, bower_components/foundation-sites/scss/components/_table.scss */
  table.stack thead {
    display: none;
  }
  /* line 191, bower_components/foundation-sites/scss/components/_table.scss */
  table.stack tfoot {
    display: none;
  }
  /* line 195, bower_components/foundation-sites/scss/components/_table.scss */
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  /* line 201, bower_components/foundation-sites/scss/components/_table.scss */
  table.stack td {
    border-top: 0;
  }
}

/* line 217, bower_components/foundation-sites/scss/components/_table.scss */
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

/* line 152, bower_components/foundation-sites/scss/components/_table.scss */
table.hover tr:hover {
  background-color: #f9f9f9;
}

/* line 158, bower_components/foundation-sites/scss/components/_table.scss */
table.hover tr:nth-of-type(even):hover {
  background-color: #ececec;
}

/* line 121, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
}

/* line 134, bower_components/foundation-sites/scss/util/_mixins.scss */
.tabs::before, .tabs::after {
  content: ' ';
  display: table;
}

/* line 140, bower_components/foundation-sites/scss/util/_mixins.scss */
.tabs::after {
  clear: both;
}

/* line 67, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

/* line 132, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs.simple > li > a {
  padding: 0;
}

/* line 135, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs.simple > li > a:hover {
  background: transparent;
}

/* line 142, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs.primary {
  background: #CC0000;
}

/* line 145, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs.primary > li > a {
  color: #fefefe;
}

/* line 148, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #db0000;
}

/* line 155, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-title {
  float: left;
}

/* line 78, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 12px;
  color: #CC0000;
}

/* line 85, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-title > a:hover {
  background: #fefefe;
}

/* line 89, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
}

/* line 159, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-content {
  background: #fefefe;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

/* line 163, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

/* line 167, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-panel {
  display: none;
  padding: 1rem;
}

/* line 115, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-panel.is-active {
  display: block;
}

/* line 51, bower_components/foundation-sites/scss/components/_thumbnail.scss */
.thumbnail {
  border: solid 4px #fefefe;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}

/* line 44, bower_components/foundation-sites/scss/components/_thumbnail.scss */
.thumbnail:hover, .thumbnail:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(204, 0, 0, 0.5);
  box-shadow: 0 0 6px 1px rgba(204, 0, 0, 0.5);
}

/* line 38, bower_components/foundation-sites/scss/components/_title-bar.scss */
.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem;
}

/* line 134, bower_components/foundation-sites/scss/util/_mixins.scss */
.title-bar::before, .title-bar::after {
  content: ' ';
  display: table;
}

/* line 140, bower_components/foundation-sites/scss/util/_mixins.scss */
.title-bar::after {
  clear: both;
}

/* line 44, bower_components/foundation-sites/scss/components/_title-bar.scss */
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.5rem;
}

/* line 50, bower_components/foundation-sites/scss/components/_title-bar.scss */
.title-bar-left {
  float: left;
}

/* line 54, bower_components/foundation-sites/scss/components/_title-bar.scss */
.title-bar-right {
  float: right;
  text-align: right;
}

/* line 59, bower_components/foundation-sites/scss/components/_title-bar.scss */
.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

/* line 65, bower_components/foundation-sites/scss/components/_title-bar.scss */
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

/* line 79, bower_components/foundation-sites/scss/util/_mixins.scss */
.menu-icon::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}

/* line 105, bower_components/foundation-sites/scss/util/_mixins.scss */
.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

/* line 69, bower_components/foundation-sites/scss/components/_title-bar.scss */
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

/* line 79, bower_components/foundation-sites/scss/util/_mixins.scss */
.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}

/* line 105, bower_components/foundation-sites/scss/util/_mixins.scss */
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

/* line 101, bower_components/foundation-sites/scss/components/_tooltip.scss */
.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help;
}

/* line 105, bower_components/foundation-sites/scss/components/_tooltip.scss */
.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0;
}

/* line 68, bower_components/foundation-sites/scss/components/_tooltip.scss */
.tooltip::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #0a0a0a;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 76, bower_components/foundation-sites/scss/components/_tooltip.scss */
.tooltip.top::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: #0a0a0a transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto;
}

/* line 82, bower_components/foundation-sites/scss/components/_tooltip.scss */
.tooltip.left::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent #0a0a0a;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 90, bower_components/foundation-sites/scss/components/_tooltip.scss */
.tooltip.right::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent #0a0a0a transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 64, bower_components/foundation-sites/scss/components/_top-bar.scss */
.top-bar {
  padding: 0.5rem;
}

/* line 134, bower_components/foundation-sites/scss/util/_mixins.scss */
.top-bar::before, .top-bar::after {
  content: ' ';
  display: table;
}

/* line 140, bower_components/foundation-sites/scss/util/_mixins.scss */
.top-bar::after {
  clear: both;
}

/* line 30, bower_components/foundation-sites/scss/components/_top-bar.scss */
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

/* line 35, bower_components/foundation-sites/scss/components/_top-bar.scss */
.top-bar input {
  width: 200px;
  margin-right: 1rem;
}

/* line 41, bower_components/foundation-sites/scss/components/_top-bar.scss */
.top-bar input.button {
  width: auto;
}

@media screen and (max-width: 39.9375em) {
  /* line 49, bower_components/foundation-sites/scss/components/_top-bar.scss */
  .stacked-for-small .top-bar-title {
    width: 100%;
  }
  /* line 53, bower_components/foundation-sites/scss/components/_top-bar.scss */
  .stacked-for-small .top-bar-right {
    width: 100%;
  }
  /* line 57, bower_components/foundation-sites/scss/components/_top-bar.scss */
  .stacked-for-small .top-bar-left {
    width: 100%;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 49, bower_components/foundation-sites/scss/components/_top-bar.scss */
  .stacked-for-medium .top-bar-title {
    width: 100%;
  }
  /* line 53, bower_components/foundation-sites/scss/components/_top-bar.scss */
  .stacked-for-medium .top-bar-right {
    width: 100%;
  }
  /* line 57, bower_components/foundation-sites/scss/components/_top-bar.scss */
  .stacked-for-medium .top-bar-left {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  /* line 49, bower_components/foundation-sites/scss/components/_top-bar.scss */
  .stacked-for-large .top-bar-title {
    width: 100%;
  }
  /* line 53, bower_components/foundation-sites/scss/components/_top-bar.scss */
  .stacked-for-large .top-bar-right {
    width: 100%;
  }
  /* line 57, bower_components/foundation-sites/scss/components/_top-bar.scss */
  .stacked-for-large .top-bar-left {
    width: 100%;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  /* line 49, bower_components/foundation-sites/scss/components/_top-bar.scss */
  .top-bar-title {
    width: 100%;
  }
  /* line 53, bower_components/foundation-sites/scss/components/_top-bar.scss */
  .top-bar-right {
    width: 100%;
  }
  /* line 57, bower_components/foundation-sites/scss/components/_top-bar.scss */
  .top-bar-left {
    width: 100%;
  }
}

/* line 83, bower_components/foundation-sites/scss/components/_top-bar.scss */
.top-bar-title {
  float: left;
  margin-right: 1rem;
}

/* line 87, bower_components/foundation-sites/scss/components/_top-bar.scss */
.top-bar-left {
  float: left;
}

/* line 91, bower_components/foundation-sites/scss/components/_top-bar.scss */
.top-bar-right {
  float: right;
}

/*

Make magic.

 */
@media screen and (max-width: 39.9375em) {
  /* line 2, assets/scss/app/_global-typography.scss */
  h1 {
    font-size: 2rem;
  }
}

/* line 10, assets/scss/app/_global-typography.scss */
h2, body.node--type-press h1,
body.node--type-blog h1 {
  line-height: 1.2em;
  font-weight: 300;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #CC0000;
}

/* line 2, assets/scss/app/layout/_html.scss */
html, body {
  background: #222 url(../images/footer-bg.jpg) no-repeat center center fixed/cover;
}

/* line 7, assets/scss/app/layout/_html.scss */
body.path-contact #block-blackridge-breadcrumbs {
  display: none;
}

/* line 11, assets/scss/app/layout/_html.scss */
body.section-partners .form-heading {
  display: none;
}

/* line 17, assets/scss/app/layout/_html.scss */
#page:before {
  display: block;
  z-index: 1;
  position: fixed;
  top: 100%;
  content: " ";
  width: 100%;
  height: 100%;
}

/* line 30, assets/scss/app/layout/_html.scss */
#torso {
  overflow: hidden;
}

/* line 43, assets/scss/app/layout/_html.scss */
#page .row.expanded.full {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

/* line 49, assets/scss/app/layout/_html.scss */
#page .row.expanded.full .main-content {
  margin: 0 -1em;
}

/* line 61, assets/scss/app/layout/_html.scss */
.torso > .inner > .row, #header > .inner > .row {
  background: #fff;
}

/* line 69, assets/scss/app/layout/_html.scss */
.panel-display {
  position: relative;
}

/* line 75, assets/scss/app/layout/_html.scss */
.view-id-solutions ul {
  margin: 0;
  padding: 0;
}

/* line 79, assets/scss/app/layout/_html.scss */
.view-id-solutions ul li {
  background: #eee;
  border: 0.25em solid #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 25%;
  height: 300px;
  float: left;
}

/*********************
SITEMAP STYLES
*********************/
/* line 98, assets/scss/app/layout/_html.scss */
.sitemap {
  font-size: 0.9em;
  padding-left: 6.7em;
  padding-top: 2em;
}

/* line 104, assets/scss/app/layout/_html.scss */
.sitemap a {
  color: #000;
  font-family: inherit;
  font-weight: 600 !important;
  text-decoration: none !important;
}

/* line 110, assets/scss/app/layout/_html.scss */
.sitemap a:hover {
  color: #cc0000;
}

/* line 113, assets/scss/app/layout/_html.scss */
.sitemap li {
  padding: 0.2em;
}

/*********************
STICKY HEADER STYLES
*********************/
/* line 121, assets/scss/app/layout/_html.scss */
.fixed-header {
  background-color: #FFFFFF;
  left: 0;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 7;
  /* #site-logo > img {
    height: 3em;
  } */
}

/* line 128, assets/scss/app/layout/_html.scss */
.fixed-header .inner {
  border-bottom: 1px solid #b6b6b5;
}

/* line 135, assets/scss/app/layout/_html.scss */
.fixed-header .block-mainnavigation.block.block-menu.navigation.menu--main {
  margin-top: 0;
}

@media screen and (max-width: 39.9375em) {
  /* line 138, assets/scss/app/layout/_html.scss */
  .fixed-header a.mainnav-mobile {
    margin-top: 1em !important;
    top: -0.2em;
  }
}

/*mobile logo fix*/
@media screen and (max-width: 39.9375em) {
  /* line 146, assets/scss/app/layout/_html.scss */
  .block-blackridge-branding .site-logo img {
    height: 2.5em !important;
    margin-top: -20px;
  }
}

/* line 153, assets/scss/app/layout/_html.scss */
.paragraph.paragraph--type--featurette {
  z-index: 0;
}

/* line 154, assets/scss/app/layout/_html.scss */
.views_slideshow_slide {
  z-index: 0 !important;
}

/* line 155, assets/scss/app/layout/_html.scss */
.field--name-field-person-bio-profile-picture {
  padding-right: 1em;
}

/*mobile top header*/
@media screen and (max-width: 39.9375em) {
  /* line 159, assets/scss/app/layout/_html.scss */
  .menu > li > a {
    padding: 0.5em;
  }
}

/* line 2, assets/scss/app/layout/_header.scss */
.callout.alert {
  display: none;
}

/* line 6, assets/scss/app/layout/_header.scss */
#header-top {
  background: #CC0000;
  position: relative;
  z-index: 5;
}

/* line 11, assets/scss/app/layout/_header.scss */
#header-top .block {
  float: right;
}

/* line 19, assets/scss/app/layout/_header.scss */
#header-top #search-block-form {
  position: relative;
}

/* line 25, assets/scss/app/layout/_header.scss */
#header-top #search-block-form > .form-type-search > input.form-search {
  margin: 0.2em 0 0;
  border: none;
  background: #b30000;
  color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 32, assets/scss/app/layout/_header.scss */
#header-top #search-block-form > .form-type-search > input.form-search:focus, #header-top #search-block-form > .form-type-search > input.form-search:hover {
  background: #fff;
}

/* line 12, assets/scss/_mixins.scss */
#header-top #search-block-form > .form-type-search > input.form-search::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

/* line 12, assets/scss/_mixins.scss */
#header-top #search-block-form > .form-type-search > input.form-search:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

/* line 12, assets/scss/_mixins.scss */
#header-top #search-block-form > .form-type-search > input.form-search::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

/* line 12, assets/scss/_mixins.scss */
#header-top #search-block-form > .form-type-search > input.form-search:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 39.9375em) {
  /* line 25, assets/scss/app/layout/_header.scss */
  #header-top #search-block-form > .form-type-search > input.form-search {
    margin-left: 0.2em;
    font-size: 0.75em;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    border-radius: 0;
  }
}

/* line 51, assets/scss/app/layout/_header.scss */
#header-top #search-block-form > .form-type-search #search-icon-container {
  height: 2em;
  color: #888888;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 60, assets/scss/app/layout/_header.scss */
#header-top #search-block-form > .form-type-search #search-icon-container i.fa {
  padding: 0.1em;
}

/* line 67, assets/scss/app/layout/_header.scss */
#header-top #search-block-form > .form-actions {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 102, assets/scss/app/layout/_header.scss */
#header-top .search-block-form .form-wrapper .form-submit {
  visibility: hidden;
  float: left;
  width: 5em;
  border: none;
  background: red;
}

/* line 109, assets/scss/app/layout/_header.scss */
#header-top .search-block-form .form-wrapper .form-submit:hover {
  background: black;
}

/* line 121, assets/scss/app/layout/_header.scss */
.block-menu.menu--top {
  background: #CC0000;
}

/* line 124, assets/scss/app/layout/_header.scss */
.block-menu.menu--top a {
  color: white;
}

/* line 130, assets/scss/app/layout/_header.scss */
.head {
  width: 100%;
  background: #fff;
}

/* line 135, assets/scss/app/layout/_header.scss */
#header {
  z-index: 5;
}

@media screen and (min-width: 40em) {
  /* line 135, assets/scss/app/layout/_header.scss */
  #header {
    width: 100%;
    position: relative;
  }
}

/* line 143, assets/scss/app/layout/_header.scss */
#header > .inner > .row > .columns > div {
  padding: 1em 0;
}

@media screen and (min-width: 40em) {
  /* line 143, assets/scss/app/layout/_header.scss */
  #header > .inner > .row > .columns > div {
    padding: 2em 0;
  }
}

/* line 155, assets/scss/app/layout/_header.scss */
body.path-frontpage .head {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}

/* line 168, assets/scss/app/layout/_header.scss */
body.path-frontpage #header > .inner > .row {
  background: none;
}

/* line 175, assets/scss/app/layout/_header.scss */
#banner {
  position: relative;
  display: none;
}

@media screen and (min-width: 40em) {
  /* line 175, assets/scss/app/layout/_header.scss */
  #banner {
    display: block;
  }
}

/* line 184, assets/scss/app/layout/_header.scss */
#banner .inner {
  position: relative;
  right: 0;
  left: 0;
  overflow: hidden;
  z-index: 3;
  height: inherit;
  width: 100%;
}

/* line 193, assets/scss/app/layout/_header.scss */
#banner .inner #banner-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

@media screen and (min-width: 40em) {
  /* line 193, assets/scss/app/layout/_header.scss */
  #banner .inner #banner-video {
    height: auto;
    width: 100%;
  }
}

/* line 210, assets/scss/app/layout/_header.scss */
.block-blackridge-branding {
  float: left;
  text-align: center;
}

/* line 214, assets/scss/app/layout/_header.scss */
.block-blackridge-branding .site-logo {
  display: block;
  padding: 1em 0;
  position: relative;
  z-index: 5;
}

/* line 219, assets/scss/app/layout/_header.scss */
.block-blackridge-branding .site-logo img {
  height: 4em;
  width: auto;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (min-width: 75em) {
  /* line 219, assets/scss/app/layout/_header.scss */
  .block-blackridge-branding .site-logo img {
    height: 4em;
  }
}

/* line 232, assets/scss/app/layout/_header.scss */
.block-blackridge-branding .site-logo img:hover, .block-blackridge-branding .site-logo img:active {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/* line 242, assets/scss/app/layout/_header.scss */
.block-blackridge-branding .site-name,
.block-blackridge-branding .site-slogan {
  display: none;
}

/*
#attorneys-link-header {

  float: right;
  text-align: right;
  display: table;

  a {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    padding-right: 60px;
    text-transform: uppercase;

    &:hover {
      color: $green;
    }

  }

}
*/
@media screen and (min-width: 64em) {
  /* line 273, assets/scss/app/layout/_header.scss */
  .block-blackridge-main-menu {
    float: right;
    max-width: 80%;
  }
}

/* line 280, assets/scss/app/layout/_header.scss */
.block-blackridge-main-menu ul.menu {
  margin: 0;
  padding: 2em 0;
}

/* line 284, assets/scss/app/layout/_header.scss */
.block-blackridge-main-menu ul.menu li {
  padding: 0;
  margin: 0;
}

/* line 288, assets/scss/app/layout/_header.scss */
.block-blackridge-main-menu ul.menu li a {
  text-decoration: none;
}

@media screen and (max-width: 63.9375em) {
  /* line 288, assets/scss/app/layout/_header.scss */
  .block-blackridge-main-menu ul.menu li a {
    color: #888;
  }
}

@media screen and (min-width: 64em) {
  /* line 288, assets/scss/app/layout/_header.scss */
  .block-blackridge-main-menu ul.menu li a {
    font-weight: 500;
  }
}

/* line 308, assets/scss/app/layout/_header.scss */
.block-main-nav-leveltwo {
  width: 100%;
}

@media screen and (min-width: 64em) {
  /* line 308, assets/scss/app/layout/_header.scss */
  .block-main-nav-leveltwo {
    float: right;
    clear: both;
    max-width: 100%;
  }
  /* line 134, bower_components/foundation-sites/scss/util/_mixins.scss */
  .block-main-nav-leveltwo::before, .block-main-nav-leveltwo::after {
    content: ' ';
    display: table;
  }
  /* line 140, bower_components/foundation-sites/scss/util/_mixins.scss */
  .block-main-nav-leveltwo::after {
    clear: both;
  }
}

/* line 318, assets/scss/app/layout/_header.scss */
.block-main-nav-leveltwo ul.menu {
  margin: 0;
  padding: 0.5em 0;
}

/* line 322, assets/scss/app/layout/_header.scss */
.block-main-nav-leveltwo ul.menu li {
  padding: 0;
  margin: 0;
}

/* line 326, assets/scss/app/layout/_header.scss */
.block-main-nav-leveltwo ul.menu li a {
  font-size: 0.75em;
  text-decoration: none;
}

@media screen and (max-width: 63.9375em) {
  /* line 326, assets/scss/app/layout/_header.scss */
  .block-main-nav-leveltwo ul.menu li a {
    color: #888;
  }
}

@media screen and (min-width: 64em) {
  /* line 326, assets/scss/app/layout/_header.scss */
  .block-main-nav-leveltwo ul.menu li a {
    font-weight: 500;
  }
}

/* line 345, assets/scss/app/layout/_header.scss */
.block-main-nav-leveltwo > ul.menu {
  margin: 0 -1em;
  background: #f5f5f5;
}

/*********************
VARIABLES
**********************/
/*Controls Menu top & bottom padding*/
/*Contols Menu left & right padding*/
/*Control Menu Color Scheme*/
/*********************
NAVIGATION STYLES
**********************/
/* line 366, assets/scss/app/layout/_header.scss */
nav.block-mainnavigation {
  display: inline-block;
  float: right;
}

@media screen and (min-width: 40em) {
  /* line 366, assets/scss/app/layout/_header.scss */
  nav.block-mainnavigation {
    margin-top: 0.75em;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 366, assets/scss/app/layout/_header.scss */
  nav.block-mainnavigation {
    width: 100%;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #191919;
  }
}

/* line 385, assets/scss/app/layout/_header.scss */
nav.block-mainnavigation ul {
  margin: 0;
  float: right;
  list-style: none;
}

@media screen and (max-width: 39.9375em) {
  /* line 385, assets/scss/app/layout/_header.scss */
  nav.block-mainnavigation ul {
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7);
    z-index: 15;
  }
}

/* line 398, assets/scss/app/layout/_header.scss */
nav.block-mainnavigation ul li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  display: block;
  /******************
      SUBNAV
      ******************/
}

/* line 407, assets/scss/app/layout/_header.scss */
nav.block-mainnavigation ul li:last-child {
  border-right: none;
}

@media screen and (max-width: 39.9375em) {
  /* line 398, assets/scss/app/layout/_header.scss */
  nav.block-mainnavigation ul li {
    float: none;
    position: relative;
    display: inline-block;
    width: 100%;
  }
}

/* line 419, assets/scss/app/layout/_header.scss */
nav.block-mainnavigation ul li a {
  display: block;
  padding: 1.75em 1.05em;
  text-align: center;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

/* line 429, assets/scss/app/layout/_header.scss */
nav.block-mainnavigation ul li a:hover {
  background: #f7f7f7;
  color: #CC0000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (max-width: 39.9375em) {
  /* line 419, assets/scss/app/layout/_header.scss */
  nav.block-mainnavigation ul li a {
    display: table;
    margin: 0;
    padding: 15px 2px;
    color: white;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.03);
    box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.03);
    text-shadow: none;
    width: 100%;
  }
}

/* line 447, assets/scss/app/layout/_header.scss */
nav.block-mainnavigation ul li:hover ul {
  opacity: 1;
  max-height: 1000px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 39.9375em) {
  /* line 447, assets/scss/app/layout/_header.scss */
  nav.block-mainnavigation ul li:hover ul {
    max-height: 0;
  }
}

/* line 461, assets/scss/app/layout/_header.scss */
nav.block-mainnavigation ul li ul {
  background: #fafafa;
  list-style: none;
  padding: 0;
  position: absolute;
  width: 300px;
  max-height: 0;
  z-index: 0;
  opacity: 0;
  overflow: hidden;
  font-size: .9em;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 39.9375em) {
  /* line 461, assets/scss/app/layout/_header.scss */
  nav.block-mainnavigation ul li ul {
    max-height: 0;
    opacity: 1;
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
  }
}

/* line 485, assets/scss/app/layout/_header.scss */
nav.block-mainnavigation ul li ul li {
  float: none;
  margin: 0;
}

@media screen and (max-width: 39.9375em) {
  /* line 485, assets/scss/app/layout/_header.scss */
  nav.block-mainnavigation ul li ul li {
    margin: 0;
  }
}

/* line 493, assets/scss/app/layout/_header.scss */
nav.block-mainnavigation ul li ul li a {
  display: block;
  text-align: left;
  padding: 1.59091em 1.59091em;
  margin: 0;
  border-right: none;
  border-top: 1px solid #e0e0e0;
  -webkit-box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.03);
  box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.03);
  text-transform: none;
  text-shadow: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 505, assets/scss/app/layout/_header.scss */
nav.block-mainnavigation ul li ul li a:hover {
  color: #CC0000;
  background: white;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 39.9375em) {
  /* line 493, assets/scss/app/layout/_header.scss */
  nav.block-mainnavigation ul li ul li a {
    color: black;
    padding-left: 2em;
    background: none;
  }
  /* line 516, assets/scss/app/layout/_header.scss */
  nav.block-mainnavigation ul li ul li a:hover {
    color: #CC0000;
    background: white;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

@media screen and (min-width: 40em) {
  /* line 531, assets/scss/app/layout/_header.scss */
  nav.block-mainnavigation ul li:last-child ul {
    margin-left: -12em;
  }
}

/* line 537, assets/scss/app/layout/_header.scss */
body.path-frontpage article.node--type-homepage-slider h1 {
  margin-top: 2em !important;
}

/***************************
MOBILE NAV STYLES
***************************/
/* line 547, assets/scss/app/layout/_header.scss */
a.mainnav-mobile {
  display: none;
  margin: 0;
  padding: 20px 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#353535), to(#262626));
  background: linear-gradient(to bottom, #353535 0%, #262626 100%);
  position: absolute;
  color: white;
  text-decoration: none;
  top: 15px;
  right: 15px;
  line-height: 0;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 39.9375em) {
  /* line 547, assets/scss/app/layout/_header.scss */
  a.mainnav-mobile {
    display: table;
    margin-top: 2em;
    z-index: 5;
  }
}

/* line 568, assets/scss/app/layout/_header.scss */
nav.block-mainnavigation.active,
nav.block-mainnavigation .active {
  max-height: 9000px !important;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media screen and (max-width: 39.9375em) {
  /* line 577, assets/scss/app/layout/_header.scss */
  nav.block-mainnavigation .arrow {
    display: block;
    background: url(../images/nav/arrow.png) no-repeat;
    float: right;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 25px;
    top: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 588, assets/scss/app/layout/_header.scss */
  nav.block-mainnavigation .arrow:hover {
    cursor: pointer;
  }
  /* line 593, assets/scss/app/layout/_header.scss */
  nav.block-mainnavigation .rotate {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

/* line 610, assets/scss/app/layout/_header.scss */
nav.block-mainnavigation ul.menu li:hover > ul.menu {
  opacity: 1;
  max-height: 1000px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: inherit;
}

/* line 616, assets/scss/app/layout/_header.scss */
nav.block-mainnavigation ul.menu li ul {
  max-height: 0;
  opacity: 0;
}

/* line 618, assets/scss/app/layout/_header.scss */
nav.block-mainnavigation ul.menu li ul li ul {
  left: 100%;
  top: 0;
}

/* line 630, assets/scss/app/layout/_header.scss */
.block-languagedropdownswitcher {
  float: right;
  margin-left: 1rem;
}

/* line 632, assets/scss/app/layout/_header.scss */
.block-languagedropdownswitcher .form-type-select:before {
  content: "\f0ac";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
}

/* line 634, assets/scss/app/layout/_header.scss */
.block-languagedropdownswitcher .form-type-select .lang-dropdown-select-element {
  width: auto;
  margin: 3px 0;
  background-position: 120% center;
  padding-right: 1rem;
  padding-left: 0.1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="https://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%28255, 255, 255%29"></polygon></svg>');
  background-color: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
}

/* line 636, assets/scss/app/layout/_header.scss */
.block-languagedropdownswitcher .form-type-select .lang-dropdown-select-element:focus, .block-languagedropdownswitcher .form-type-select .lang-dropdown-select-element:hover, .block-languagedropdownswitcher .form-type-select .lang-dropdown-select-element:active {
  outline: none;
}

/* line 637, assets/scss/app/layout/_header.scss */
.block-languagedropdownswitcher .form-type-select .lang-dropdown-select-element option {
  color: #000;
}

/* line 8, assets/scss/app/layout/_torso.scss */
.torso h1 a, .torso h2 a, .torso body.node--type-press h1 a, body.node--type-press .torso h1 a, .torso
body.node--type-blog h1 a,
body.node--type-blog .torso h1 a, .torso h3 a, .torso h4 a, .torso h5 a, .torso body.node--type-press .field--name-field-headline a, body.node--type-press .torso .field--name-field-headline a, .torso h6 a, .torso body.path-frontpage .slide-03 .field-quote--title a, body.path-frontpage .slide-03 .torso .field-quote--title a, .torso .view-locations .views-row .field-name-title a, .view-locations .views-row .torso .field-name-title a {
  color: #CC0000;
  text-decoration: none;
}

/* line 13, assets/scss/app/layout/_torso.scss */
.torso h1 a:hover, .torso h2 a:hover, .torso body.node--type-press h1 a:hover, body.node--type-press .torso h1 a:hover, .torso
body.node--type-blog h1 a:hover,
body.node--type-blog .torso h1 a:hover, .torso h3 a:hover, .torso h4 a:hover, .torso h5 a:hover, .torso body.node--type-press .field--name-field-headline a:hover, body.node--type-press .torso .field--name-field-headline a:hover, .torso h6 a:hover, .torso body.path-frontpage .slide-03 .field-quote--title a:hover, body.path-frontpage .slide-03 .torso .field-quote--title a:hover, .torso .view-locations .views-row .field-name-title a:hover, .view-locations .views-row .torso .field-name-title a:hover {
  text-decoration: underline;
}

/* line 20, assets/scss/app/layout/_torso.scss */
.torso > .inner {
  position: relative;
}

/* line 27, assets/scss/app/layout/_torso.scss */
.torso a {
  font-weight: 700;
  text-decoration: underline;
}

/* line 40, assets/scss/app/layout/_torso.scss */
body.path-search .row.expanded.full .main-wrapper .block-blackridge-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}

/* line 134, bower_components/foundation-sites/scss/util/_mixins.scss */
body.path-search .row.expanded.full .main-wrapper .block-blackridge-content::before, body.path-search .row.expanded.full .main-wrapper .block-blackridge-content::after {
  content: ' ';
  display: table;
}

/* line 140, bower_components/foundation-sites/scss/util/_mixins.scss */
body.path-search .row.expanded.full .main-wrapper .block-blackridge-content::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  /* line 40, assets/scss/app/layout/_torso.scss */
  body.path-search .row.expanded.full .main-wrapper .block-blackridge-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

/* line 76, bower_components/foundation-sites/scss/grid/_column.scss */
body.path-search .row.expanded.full .main-wrapper .block-blackridge-content:last-child:not(:first-child) {
  float: right;
}

/* line 91, bower_components/foundation-sites/scss/grid/_column.scss */
body.path-search .row.expanded.full .main-wrapper .block-blackridge-content, body.path-search .row.expanded.full .main-wrapper .block-blackridge-content:last-child {
  float: none;
}

/* line 54, assets/scss/app/layout/_torso.scss */
.row.expanded.full .main-wrapper .heading-wrapper,
.row.expanded.full .main-wrapper .field--name-field-headline,
.row.expanded.full .main-wrapper .field--name-body,
.row.expanded.full .main-wrapper .views-element-container,
.row.expanded.full .main-wrapper .paragraph .squeeze,
.row.expanded.full .main-wrapper .node--view-mode-full .node__submitted,
.row.expanded.full .main-wrapper .block-blackridge-page-title {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  float: none !important;
}

/* line 134, bower_components/foundation-sites/scss/util/_mixins.scss */
.row.expanded.full .main-wrapper .heading-wrapper::before, .row.expanded.full .main-wrapper .heading-wrapper::after,
.row.expanded.full .main-wrapper .field--name-field-headline::before,
.row.expanded.full .main-wrapper .field--name-field-headline::after,
.row.expanded.full .main-wrapper .field--name-body::before,
.row.expanded.full .main-wrapper .field--name-body::after,
.row.expanded.full .main-wrapper .views-element-container::before,
.row.expanded.full .main-wrapper .views-element-container::after,
.row.expanded.full .main-wrapper .paragraph .squeeze::before,
.row.expanded.full .main-wrapper .paragraph .squeeze::after,
.row.expanded.full .main-wrapper .node--view-mode-full .node__submitted::before,
.row.expanded.full .main-wrapper .node--view-mode-full .node__submitted::after,
.row.expanded.full .main-wrapper .block-blackridge-page-title::before,
.row.expanded.full .main-wrapper .block-blackridge-page-title::after {
  content: ' ';
  display: table;
}

/* line 140, bower_components/foundation-sites/scss/util/_mixins.scss */
.row.expanded.full .main-wrapper .heading-wrapper::after,
.row.expanded.full .main-wrapper .field--name-field-headline::after,
.row.expanded.full .main-wrapper .field--name-body::after,
.row.expanded.full .main-wrapper .views-element-container::after,
.row.expanded.full .main-wrapper .paragraph .squeeze::after,
.row.expanded.full .main-wrapper .node--view-mode-full .node__submitted::after,
.row.expanded.full .main-wrapper .block-blackridge-page-title::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  /* line 54, assets/scss/app/layout/_torso.scss */
  .row.expanded.full .main-wrapper .heading-wrapper,
  .row.expanded.full .main-wrapper .field--name-field-headline,
  .row.expanded.full .main-wrapper .field--name-body,
  .row.expanded.full .main-wrapper .views-element-container,
  .row.expanded.full .main-wrapper .paragraph .squeeze,
  .row.expanded.full .main-wrapper .node--view-mode-full .node__submitted,
  .row.expanded.full .main-wrapper .block-blackridge-page-title {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

/* line 76, bower_components/foundation-sites/scss/grid/_column.scss */
.row.expanded.full .main-wrapper .heading-wrapper:last-child:not(:first-child),
.row.expanded.full .main-wrapper .field--name-field-headline:last-child:not(:first-child),
.row.expanded.full .main-wrapper .field--name-body:last-child:not(:first-child),
.row.expanded.full .main-wrapper .views-element-container:last-child:not(:first-child),
.row.expanded.full .main-wrapper .paragraph .squeeze:last-child:not(:first-child),
.row.expanded.full .main-wrapper .node--view-mode-full .node__submitted:last-child:not(:first-child),
.row.expanded.full .main-wrapper .block-blackridge-page-title:last-child:not(:first-child) {
  float: right;
}

/* line 91, bower_components/foundation-sites/scss/grid/_column.scss */
.row.expanded.full .main-wrapper .heading-wrapper, .row.expanded.full .main-wrapper .heading-wrapper:last-child,
.row.expanded.full .main-wrapper .field--name-field-headline,
.row.expanded.full .main-wrapper .field--name-field-headline:last-child,
.row.expanded.full .main-wrapper .field--name-body,
.row.expanded.full .main-wrapper .field--name-body:last-child,
.row.expanded.full .main-wrapper .views-element-container,
.row.expanded.full .main-wrapper .views-element-container:last-child,
.row.expanded.full .main-wrapper .paragraph .squeeze,
.row.expanded.full .main-wrapper .paragraph .squeeze:last-child,
.row.expanded.full .main-wrapper .node--view-mode-full .node__submitted,
.row.expanded.full .main-wrapper .node--view-mode-full .node__submitted:last-child,
.row.expanded.full .main-wrapper .block-blackridge-page-title,
.row.expanded.full .main-wrapper .block-blackridge-page-title:last-child {
  float: none;
}

/* line 69, assets/scss/app/layout/_torso.scss */
.field--name-field-body-links {
  float: right;
  display: block;
  padding: 2em;
  margin-top: -4em;
  margin-right: 2em;
  margin-bottom: 2em;
  margin-left: 2em;
  z-index: 1;
  position: relative;
  background: #eee;
  border-top: 7px solid red;
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/* line 86, assets/scss/app/layout/_torso.scss */
.field--name-field-body-links h4 {
  font-size: 1em;
  font-weight: 300;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dddddd;
}

/* line 93, assets/scss/app/layout/_torso.scss */
.field--name-field-body-links .field__item {
  padding: 1em 0;
}

/* line 95, assets/scss/app/layout/_torso.scss */
.field--name-field-body-links .field__item a {
  font-weight: 400;
  color: #2062bb;
  text-decoration: none;
  padding-bottom: 0.5em;
}

/* line 101, assets/scss/app/layout/_torso.scss */
.field--name-field-body-links .field__item a:hover, .field--name-field-body-links .field__item a:focus {
  color: #327adc;
}

/* line 107, assets/scss/app/layout/_torso.scss */
.field--name-field-body-links .field__item .icon {
  font-size: 2em;
  margin-right: 0.5em;
  margin-bottom: -0.5em;
}

/* line 117, assets/scss/app/layout/_torso.scss */
.row.expanded.with-second .main-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}

/* line 134, bower_components/foundation-sites/scss/util/_mixins.scss */
.row.expanded.with-second .main-wrapper::before, .row.expanded.with-second .main-wrapper::after {
  content: ' ';
  display: table;
}

/* line 140, bower_components/foundation-sites/scss/util/_mixins.scss */
.row.expanded.with-second .main-wrapper::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  /* line 117, assets/scss/app/layout/_torso.scss */
  .row.expanded.with-second .main-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

/* line 76, bower_components/foundation-sites/scss/grid/_column.scss */
.row.expanded.with-second .main-wrapper:last-child:not(:first-child) {
  float: right;
}

/* line 91, bower_components/foundation-sites/scss/grid/_column.scss */
.row.expanded.with-second .main-wrapper, .row.expanded.with-second .main-wrapper:last-child {
  float: none;
}

/* line 126, assets/scss/app/layout/_torso.scss */
.main-content h3:not(:first-of-type) {
  margin-top: 2em;
}

/* line 131, assets/scss/app/layout/_torso.scss */
ul.firm-services-buttons {
  padding: 0;
  margin: 0;
}

/* line 135, assets/scss/app/layout/_torso.scss */
ul.firm-services-buttons li {
  list-style: none;
  padding: 0;
  margin: 0 1rem 0 0;
}

@media screen and (min-width: 64em) {
  /* line 135, assets/scss/app/layout/_torso.scss */
  ul.firm-services-buttons li {
    float: left;
  }
}

/* line 144, assets/scss/app/layout/_torso.scss */
ul.firm-services-buttons li a.button {
  color: #fff;
  display: inline-block;
  padding: 1em 2em;
  background: #990000;
  text-decoration: none;
}

@media screen and (min-width: 64em) {
  /* line 144, assets/scss/app/layout/_torso.scss */
  ul.firm-services-buttons li a.button {
    margin-top: 1rem;
  }
}

/* line 155, assets/scss/app/layout/_torso.scss */
ul.firm-services-buttons li a.button:hover {
  color: #ccc;
  background: #8c0000;
}

/* line 166, assets/scss/app/layout/_torso.scss */
#region-content {
  position: relative;
}

/* line 176, assets/scss/app/layout/_torso.scss */
body.node--type-page article .callout .heading-wrapper h1 {
  color: white;
  background: rgba(0, 0, 0, 0.75);
  padding: 0.5em;
  position: relative;
}

/* line 182, assets/scss/app/layout/_torso.scss */
body.node--type-page article .callout .heading-wrapper h1:before {
  top: 0;
  left: -200%;
  position: absolute;
  display: block;
  content: " ";
  width: 200%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

/* line 200, assets/scss/app/layout/_torso.scss */
.region-content h1 {
  margin-top: 0.5em;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 212, assets/scss/app/layout/_torso.scss */
.region-content h1.head {
  text-align: center;
}

/* line 226, assets/scss/app/layout/_torso.scss */
.block-contactsidebar {
  background: rgba(17, 44, 79, 0.9);
  padding: 2em;
}

@media screen and (max-width: 39.9375em) {
  /* line 226, assets/scss/app/layout/_torso.scss */
  .block-contactsidebar {
    display: none;
  }
}

/* line 238, assets/scss/app/layout/_torso.scss */
.block-contactsidebar h5, .block-contactsidebar body.node--type-press .field--name-field-headline, body.node--type-press .block-contactsidebar .field--name-field-headline {
  color: #CC0000;
}

/* line 242, assets/scss/app/layout/_torso.scss */
.block-contactsidebar address {
  color: #ffffff;
}

/* line 246, assets/scss/app/layout/_torso.scss */
.block-contactsidebar p {
  color: #ffffff;
}

/* line 250, assets/scss/app/layout/_torso.scss */
.block-contactsidebar a {
  color: #ffffff;
  display: block;
}

/* line 255, assets/scss/app/layout/_torso.scss */
.block-contactsidebar i.fa {
  color: #CC0000;
}

/* line 261, assets/scss/app/layout/_torso.scss */
.block-subscribetolegalalerts {
  background: rgba(17, 44, 79, 0.9);
  padding: 2em;
  margin-top: 2rem;
}

/* line 266, assets/scss/app/layout/_torso.scss */
.block-subscribetolegalalerts p {
  margin: 0;
  text-align: center;
}

/* line 270, assets/scss/app/layout/_torso.scss */
.block-subscribetolegalalerts p a {
  color: #fff;
}

/* line 273, assets/scss/app/layout/_torso.scss */
.block-subscribetolegalalerts p a:hover {
  color: #eee;
}

/* line 284, assets/scss/app/layout/_torso.scss */
body.path-taxonomy .field--name-field-intro {
  margin-top: 1rem;
  font-size: 1.25em;
  color: #cc0000;
}

/* line 302, assets/scss/app/layout/_torso.scss */
.main-content h2, .main-content body.node--type-press h1, body.node--type-press .main-content h1, .main-content
body.node--type-blog h1,
body.node--type-blog .main-content h1 {
  font-weight: 400;
}

/* line 306, assets/scss/app/layout/_torso.scss */
.main-content .field--name-body {
  padding-top: 2em;
  padding-bottom: 2em;
  font-weight: 400;
  clear: both;
}

/* line 316, assets/scss/app/layout/_torso.scss */
.main-content article.node.node--view-mode-teaser .body.field--name-body {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 400;
  clear: both;
}

/* line 344, assets/scss/app/layout/_torso.scss */
.torso #sidebar-second .block-firmservices-secondary,
.torso #sidebar-second .block-firmservices-secondary-problemssolved {
  background: rgba(17, 44, 79, 0.9);
}

/* line 352, assets/scss/app/layout/_torso.scss */
.block-blackridge-page-title {
  position: relative;
}

/* line 356, assets/scss/app/layout/_torso.scss */
.block-blackridge-page-title:before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 150%;
  height: 100%;
}

/* line 370, assets/scss/app/layout/_torso.scss */
#block-blackridge-local-tasks {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  z-index: 1;
}

/* line 134, bower_components/foundation-sites/scss/util/_mixins.scss */
#block-blackridge-local-tasks::before, #block-blackridge-local-tasks::after {
  content: ' ';
  display: table;
}

/* line 140, bower_components/foundation-sites/scss/util/_mixins.scss */
#block-blackridge-local-tasks::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  /* line 370, assets/scss/app/layout/_torso.scss */
  #block-blackridge-local-tasks {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

/* line 76, bower_components/foundation-sites/scss/grid/_column.scss */
#block-blackridge-local-tasks:last-child:not(:first-child) {
  float: right;
}

/* line 91, bower_components/foundation-sites/scss/grid/_column.scss */
#block-blackridge-local-tasks, #block-blackridge-local-tasks:last-child {
  float: none;
}

/* line 375, assets/scss/app/layout/_torso.scss */
#block-blackridge-local-tasks .tabs {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 381, assets/scss/app/layout/_torso.scss */
#block-blackridge-local-tasks .button-group {
  margin-bottom: 0;
}

/* line 389, assets/scss/app/layout/_torso.scss */
body.node--type-press .field--name-field-headline {
  margin-top: 1em;
  font-weight: 300;
}

/* line 398, assets/scss/app/layout/_torso.scss */
.field--name-field-tagline {
  font-size: 1.25em;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #990000;
}

@media screen and (min-width: 64em) {
  /* line 398, assets/scss/app/layout/_torso.scss */
  .field--name-field-tagline {
    font-size: 2em;
  }
}

/* line 412, assets/scss/app/layout/_torso.scss */
.block-blackridge-content {
  padding: 0;
}

/* line 419, assets/scss/app/layout/_torso.scss */
.block-blackridge-breadcrumbs {
  background: #eeeeee;
  display: none;
  display: block;
}

/* line 427, assets/scss/app/layout/_torso.scss */
.block-blackridge-breadcrumbs nav {
  margin: 0;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}

/* line 134, bower_components/foundation-sites/scss/util/_mixins.scss */
.block-blackridge-breadcrumbs nav::before, .block-blackridge-breadcrumbs nav::after {
  content: ' ';
  display: table;
}

/* line 140, bower_components/foundation-sites/scss/util/_mixins.scss */
.block-blackridge-breadcrumbs nav::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  /* line 427, assets/scss/app/layout/_torso.scss */
  .block-blackridge-breadcrumbs nav {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

/* line 76, bower_components/foundation-sites/scss/grid/_column.scss */
.block-blackridge-breadcrumbs nav:last-child:not(:first-child) {
  float: right;
}

/* line 91, bower_components/foundation-sites/scss/grid/_column.scss */
.block-blackridge-breadcrumbs nav, .block-blackridge-breadcrumbs nav:last-child {
  float: none;
}

/* line 431, assets/scss/app/layout/_torso.scss */
.block-blackridge-breadcrumbs nav ul {
  margin: 0;
  padding: 1em;
}

/* line 435, assets/scss/app/layout/_torso.scss */
.block-blackridge-breadcrumbs nav ul li {
  margin: 0;
  padding: 0;
}

/* line 439, assets/scss/app/layout/_torso.scss */
.block-blackridge-breadcrumbs nav ul li a {
  margin: 0;
  padding: 0;
}

/* line 447, assets/scss/app/layout/_torso.scss */
.block-blackridge-breadcrumbs nav a {
  color: #888888;
  font-size: 1em;
}

/* line 465, assets/scss/app/layout/_torso.scss */
.form-item-field-disclaimer-disclaimer input {
  margin: 0;
}

/* line 479, assets/scss/app/layout/_torso.scss */
nav.tabs {
  background: transparent;
  border: none;
}

/* line 484, assets/scss/app/layout/_torso.scss */
.accordion {
  background: rgba(0, 0, 0, 0.05);
  border: none;
}

/* line 488, assets/scss/app/layout/_torso.scss */
.accordion dt, .accordion dd {
  padding: 10px;
}

/* line 499, assets/scss/app/layout/_torso.scss */
.accordion dt a {
  display: block;
  color: black;
  font-weight: bold;
}

/* line 504, assets/scss/app/layout/_torso.scss */
.accordion dt a:before {
  float: left;
  display: block;
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 1.25rem;
  padding-right: 0.5em;
  text-decoration: none;
  margin-bottom: 1em;
}

/* line 521, assets/scss/app/layout/_torso.scss */
.accordion dt.activeHead a:before {
  content: "\f068";
}

/* line 530, assets/scss/app/layout/_torso.scss */
.accordion dd:last-of-type {
  position: relative;
  top: -1px;
}

/* line 540, assets/scss/app/layout/_torso.scss */
.legal-alerts-signup h5, .legal-alerts-signup body.node--type-press .field--name-field-headline, body.node--type-press .legal-alerts-signup .field--name-field-headline {
  color: #fff;
}

/* line 544, assets/scss/app/layout/_torso.scss */
.legal-alerts-signup input {
  color: white;
}

/* line 547, assets/scss/app/layout/_torso.scss */
.legal-alerts-signup input:focus {
  color: black;
}

/* line 553, assets/scss/app/layout/_torso.scss */
.legal-alerts-signup .button {
  margin-left: 0;
  margin-right: 0;
  background: #60a110;
}

/* line 558, assets/scss/app/layout/_torso.scss */
.legal-alerts-signup .button:hover {
  background: #528a0e;
}

/* line 567, assets/scss/app/layout/_torso.scss */
body.path-contact #edit-preview {
  display: none;
}

/* line 574, assets/scss/app/layout/_torso.scss */
body.node--type-problems-solved .field--name-field-firm-services-category {
  font-size: 2em;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #CC0000;
}

/* line 588, assets/scss/app/layout/_torso.scss */
form.contact-message-form h1 {
  padding-left: 0;
}

/* line 603, assets/scss/app/layout/_torso.scss */
.partners-boxes-display .column-block .inner {
  background: #eee;
  margin-bottom: 1em;
  border: 1px solid #eee;
  padding: 3rem 1rem;
}

/* line 609, assets/scss/app/layout/_torso.scss */
.partners-boxes-display .column-block .inner i {
  display: block;
  font-size: 2.5em;
}

/* line 614, assets/scss/app/layout/_torso.scss */
.partners-boxes-display .column-block .inner a {
  font-size: 1.2em;
  text-align: center;
  font-weight: 300;
  display: block;
  color: #000;
  text-decoration: none;
}

/* line 622, assets/scss/app/layout/_torso.scss */
.partners-boxes-display .column-block .inner a:hover, .partners-boxes-display .column-block .inner a:active {
  color: #CC0000;
}

/* line 638, assets/scss/app/layout/_torso.scss */
.channel-partners-display .column-block .inner,
.technology-partners-display .column-block .inner {
  margin-bottom: 1em;
  border: 1px solid #f5f5f5;
  padding: 1rem;
}

/* line 644, assets/scss/app/layout/_torso.scss */
.channel-partners-display .column-block .inner h5, .channel-partners-display .column-block .inner body.node--type-press .field--name-field-headline, body.node--type-press .channel-partners-display .column-block .inner .field--name-field-headline,
.technology-partners-display .column-block .inner h5,
.technology-partners-display .column-block .inner body.node--type-press .field--name-field-headline, body.node--type-press
.technology-partners-display .column-block .inner .field--name-field-headline {
  color: #CC0000;
  background: #f5f5f5;
  margin: -1rem -1rem 0 -1rem;
  padding: 1rem;
}

/* line 651, assets/scss/app/layout/_torso.scss */
.channel-partners-display .column-block .inner img,
.technology-partners-display .column-block .inner img {
  margin: 0 auto;
  padding: 2em 1em;
  display: block;
  max-height: 150px;
}

/* line 658, assets/scss/app/layout/_torso.scss */
.channel-partners-display .column-block .inner a,
.technology-partners-display .column-block .inner a {
  color: #CC0000;
}

/* line 668, assets/scss/app/layout/_torso.scss */
ol.search-results {
  margin: 0;
  padding: 0;
}

/* line 672, assets/scss/app/layout/_torso.scss */
ol.search-results li {
  margin: 0;
  padding: 1em;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1, assets/scss/app/layout/_footer.scss */
#footer {
  background: -webkit-gradient(linear, left top, right top, from(#323232), color-stop(45%, rgba(50, 50, 50, 0.5)), color-stop(55%, rgba(50, 50, 50, 0.5)), to(#323232));
  background: linear-gradient(to right, #323232 0%, rgba(50, 50, 50, 0.5) 45%, rgba(50, 50, 50, 0.5) 55%, #323232 100%);
  position: relative;
  z-index: 1;
  /*
  &:after {
    content: " ";
    position: absolute;
    top: 100%;
    display: block;
    width: 100%;
    height: 300%;
    background: linear-gradient(to right, rgba(50,50,50,1) 0%, rgba(50,50,50,0.5) 45%, rgba(50,50,50,0.5) 55%, rgba(50,50,50,1) 100%);

  }
  */
}

/* line 7, assets/scss/app/layout/_footer.scss */
#footer .social {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  text-align: center;
}

@media screen and (min-width: 64em) {
  /* line 7, assets/scss/app/layout/_footer.scss */
  #footer .social {
    text-align: left;
    padding-left: 1em;
  }
}

/* line 20, assets/scss/app/layout/_footer.scss */
#footer .social a {
  padding: 0.25em;
  color: white;
  font-size: 0.8em;
  display: inline-block;
  text-align: center;
}

/* line 27, assets/scss/app/layout/_footer.scss */
#footer .social a:hover {
  color: #ccc;
}

/* line 51, assets/scss/app/layout/_footer.scss */
#footer-top .squeeze {
  padding: 1em 0;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 134, bower_components/foundation-sites/scss/util/_mixins.scss */
#footer-top .squeeze::before, #footer-top .squeeze::after {
  content: ' ';
  display: table;
}

/* line 140, bower_components/foundation-sites/scss/util/_mixins.scss */
#footer-top .squeeze::after {
  clear: both;
}

/* line 55, assets/scss/app/layout/_footer.scss */
#footer-top .squeeze > div {
  float: left;
}

@media screen and (max-width: 39.9375em) {
  /* line 55, assets/scss/app/layout/_footer.scss */
  #footer-top .squeeze > div {
    float: inherit;
  }
}

/* line 66, assets/scss/app/layout/_footer.scss */
#footer-top .block-menu.menu--footer ul.menu {
  margin: 0;
  padding: 0;
}

/* line 70, assets/scss/app/layout/_footer.scss */
#footer-top .block-menu.menu--footer ul.menu li {
  margin: 0;
  padding: 0;
}

/* line 74, assets/scss/app/layout/_footer.scss */
#footer-top .block-menu.menu--footer ul.menu li a {
  color: white;
  font-weight: bold;
}

@media screen and (max-width: 39.9375em) {
  /* line 74, assets/scss/app/layout/_footer.scss */
  #footer-top .block-menu.menu--footer ul.menu li a {
    padding: 0.3em;
  }
}

/* line 88, assets/scss/app/layout/_footer.scss */
#footer-bottom {
  font-size: 0.9em;
  text-align: center;
  border-top: 1px solid #CC0000;
}

/* line 93, assets/scss/app/layout/_footer.scss */
#footer-bottom .squeeze {
  padding: 2em 0;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 134, bower_components/foundation-sites/scss/util/_mixins.scss */
#footer-bottom .squeeze::before, #footer-bottom .squeeze::after {
  content: ' ';
  display: table;
}

/* line 140, bower_components/foundation-sites/scss/util/_mixins.scss */
#footer-bottom .squeeze::after {
  clear: both;
}

/* line 100, assets/scss/app/layout/_footer.scss */
.copyright {
  color: #fff;
}

/* line 103, assets/scss/app/layout/_footer.scss */
.copyright .bottom-line {
  margin-right: 2em;
}

/* line 110, assets/scss/app/layout/_footer.scss */
.copyright .bottom-line,
.copyright .bottom-links {
  font-weight: bold;
  display: inline-block;
}

/* line 116, assets/scss/app/layout/_footer.scss */
.copyright a {
  color: #fff;
  text-decoration: underline;
}

/* line 120, assets/scss/app/layout/_footer.scss */
.copyright a:hover, .copyright a:active {
  color: #ccc;
}

@media screen and (min-width: 64em) {
  /* line 128, assets/scss/app/layout/_footer.scss */
  #footer-first {
    padding: 2em 0 0;
  }
}

/* line 135, assets/scss/app/layout/_footer.scss */
.sahlcomm-footer {
  color: #888;
  display: inline-block;
  margin-top: 1em;
  font-size: 0.8em;
  padding: 0em;
}

/* line 146, assets/scss/app/layout/_footer.scss */
.bottom-links .block-footerbottom ul.menu {
  margin: 0;
}

/* line 148, assets/scss/app/layout/_footer.scss */
.bottom-links .block-footerbottom ul.menu li {
  padding: 0 0.4rem;
  border-right: 2px solid #fff;
}

/* line 151, assets/scss/app/layout/_footer.scss */
.bottom-links .block-footerbottom ul.menu li:first-child {
  padding-left: 0;
}

/* line 154, assets/scss/app/layout/_footer.scss */
.bottom-links .block-footerbottom ul.menu li:last-child {
  border-right: 0;
  padding-right: 0;
}

/* line 158, assets/scss/app/layout/_footer.scss */
.bottom-links .block-footerbottom ul.menu li a {
  padding: 0;
}

@media screen and (max-width: 63.9375em) {
  /* line 8, assets/scss/app/components/_blocks.scss */
  .block-firmservices-secondary:before,
  .block-firmservices-secondary-problemssolved:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background: #606060 url(//treehouse-blog.s3.amazonaws.com/Respond-Menu/img/menu-icon.png) no-repeat center center;
    display: block;
    width: 50px;
    height: 50px;
  }
  /* line 21, assets/scss/app/components/_blocks.scss */
  .block-firmservices-secondary:hover ul.menu, .block-firmservices-secondary:active ul.menu,
  .block-firmservices-secondary-problemssolved:hover ul.menu,
  .block-firmservices-secondary-problemssolved:active ul.menu {
    display: block;
  }
}

/* line 28, assets/scss/app/components/_blocks.scss */
.block-firmservices-secondary > ul.menu,
.block-firmservices-secondary-problemssolved > ul.menu {
  margin: 0;
  padding: 1em;
  margin: 0;
  list-style-type: none;
}

/* line 35, bower_components/foundation-sites/scss/components/_menu.scss */
.block-firmservices-secondary > ul.menu > li,
.block-firmservices-secondary-problemssolved > ul.menu > li {
  display: table-cell;
  vertical-align: middle;
}

/* line 161, bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .block-firmservices-secondary > ul.menu > li, [data-whatinput='mouse']
.block-firmservices-secondary-problemssolved > ul.menu > li {
  outline: 0;
}

/* line 42, bower_components/foundation-sites/scss/components/_menu.scss */
.block-firmservices-secondary > ul.menu > li > a,
.block-firmservices-secondary-problemssolved > ul.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

/* line 49, bower_components/foundation-sites/scss/components/_menu.scss */
.block-firmservices-secondary > ul.menu input,
.block-firmservices-secondary > ul.menu a,
.block-firmservices-secondary > ul.menu button,
.block-firmservices-secondary-problemssolved > ul.menu input,
.block-firmservices-secondary-problemssolved > ul.menu a,
.block-firmservices-secondary-problemssolved > ul.menu button {
  margin-bottom: 0;
}

/* line 71, bower_components/foundation-sites/scss/components/_menu.scss */
.block-firmservices-secondary > ul.menu > li,
.block-firmservices-secondary-problemssolved > ul.menu > li {
  display: block;
}

@media screen and (max-width: 63.9375em) {
  /* line 28, assets/scss/app/components/_blocks.scss */
  .block-firmservices-secondary > ul.menu,
  .block-firmservices-secondary-problemssolved > ul.menu {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    background: #fff;
    border: 10px solid #606060;
  }
}

/* line 45, assets/scss/app/components/_blocks.scss */
.block-firmservices-secondary > ul.menu li,
.block-firmservices-secondary-problemssolved > ul.menu li {
  margin: 0;
  padding: 0;
}

/* line 49, assets/scss/app/components/_blocks.scss */
.block-firmservices-secondary > ul.menu li a,
.block-firmservices-secondary-problemssolved > ul.menu li a {
  display: block;
  font-weight: 700;
  padding: 0.5em 1em;
  line-height: 1.2em;
  text-decoration: none;
}

@media screen and (min-width: 64em) {
  /* line 49, assets/scss/app/components/_blocks.scss */
  .block-firmservices-secondary > ul.menu li a,
  .block-firmservices-secondary-problemssolved > ul.menu li a {
    font-size: 0.95em;
    color: #ffffff;
    padding: 0.75em 1em 0.75em 1em;
  }
}

/* line 64, assets/scss/app/components/_blocks.scss */
.block-firmservices-secondary > ul.menu li ul,
.block-firmservices-secondary-problemssolved > ul.menu li ul {
  margin: 0;
  list-style-type: none;
}

/* line 35, bower_components/foundation-sites/scss/components/_menu.scss */
.block-firmservices-secondary > ul.menu li ul > li,
.block-firmservices-secondary-problemssolved > ul.menu li ul > li {
  display: table-cell;
  vertical-align: middle;
}

/* line 161, bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .block-firmservices-secondary > ul.menu li ul > li, [data-whatinput='mouse']
.block-firmservices-secondary-problemssolved > ul.menu li ul > li {
  outline: 0;
}

/* line 42, bower_components/foundation-sites/scss/components/_menu.scss */
.block-firmservices-secondary > ul.menu li ul > li > a,
.block-firmservices-secondary-problemssolved > ul.menu li ul > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

/* line 49, bower_components/foundation-sites/scss/components/_menu.scss */
.block-firmservices-secondary > ul.menu li ul input,
.block-firmservices-secondary > ul.menu li ul a,
.block-firmservices-secondary > ul.menu li ul button,
.block-firmservices-secondary-problemssolved > ul.menu li ul input,
.block-firmservices-secondary-problemssolved > ul.menu li ul a,
.block-firmservices-secondary-problemssolved > ul.menu li ul button {
  margin-bottom: 0;
}

/* line 71, bower_components/foundation-sites/scss/components/_menu.scss */
.block-firmservices-secondary > ul.menu li ul > li,
.block-firmservices-secondary-problemssolved > ul.menu li ul > li {
  display: block;
}

/* line 68, assets/scss/app/components/_blocks.scss */
.block-firmservices-secondary > ul.menu li ul li,
.block-firmservices-secondary-problemssolved > ul.menu li ul li {
  font-size: 0.8em;
}

/* line 76, assets/scss/app/components/_blocks.scss */
.block-firmservices-secondary > ul.menu li.menu-item--active-trail > a,
.block-firmservices-secondary > ul.menu li a:hover,
.block-firmservices-secondary-problemssolved > ul.menu li.menu-item--active-trail > a,
.block-firmservices-secondary-problemssolved > ul.menu li a:hover {
  position: relative;
  color: #e6e6e6;
  background: #990000;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
}

/* line 3, assets/scss/app/nodes/_all.scss */
.block-blackridge-content div.callout {
  margin: 0;
  padding: 15vh 2em;
  border: none;
  background-position: center bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 17, assets/scss/app/nodes/_all.scss */
.node--view-mode-teaser .node__submitted {
  text-align: center;
  font-weight: bold;
}

/* line 21, assets/scss/app/nodes/_all.scss */
.node--view-mode-teaser .node__submitted .first-word {
  clear: both;
  font-weight: 400;
  display: block;
}

/* line 32, assets/scss/app/nodes/_all.scss */
.node--view-mode-full .node__submitted {
  padding: 0 4em;
}

/* line 37, assets/scss/app/nodes/_all.scss */
.field-node--body {
  padding: 4em;
}

/* line 43, assets/scss/app/nodes/_all.scss */
.view .node--view-mode-teaser {
  position: relative;
  background: #f2f2f2;
}

/* line 134, bower_components/foundation-sites/scss/util/_mixins.scss */
.view .node--view-mode-teaser::before, .view .node--view-mode-teaser::after {
  content: ' ';
  display: table;
}

/* line 140, bower_components/foundation-sites/scss/util/_mixins.scss */
.view .node--view-mode-teaser::after {
  clear: both;
}

/* line 48, assets/scss/app/nodes/_all.scss */
.view .node--view-mode-teaser .field-node--body {
  padding: 0em;
}

/* line 53, assets/scss/app/nodes/_all.scss */
.view .node--view-mode-teaser h4.node-title a {
  font-weight: 400;
}

/* line 58, assets/scss/app/nodes/_all.scss */
.view .node--view-mode-teaser .node-title {
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
}

/* line 66, assets/scss/app/nodes/_all.scss */
.view .node--view-mode-teaser .node__content {
  padding: 1em 2em;
}

/* line 78, assets/scss/app/nodes/_all.scss */
body.node--type-press h1,
body.node--type-blog h1 {
  margin-top: 2em;
  text-transform: none;
}

/* line 88, assets/scss/app/nodes/_all.scss */
.node--type-blog.node--view-mode-full .img-link {
  display: block;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}

/* line 134, bower_components/foundation-sites/scss/util/_mixins.scss */
.node--type-blog.node--view-mode-full .img-link::before, .node--type-blog.node--view-mode-full .img-link::after {
  content: ' ';
  display: table;
}

/* line 140, bower_components/foundation-sites/scss/util/_mixins.scss */
.node--type-blog.node--view-mode-full .img-link::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  /* line 88, assets/scss/app/nodes/_all.scss */
  .node--type-blog.node--view-mode-full .img-link {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

/* line 76, bower_components/foundation-sites/scss/grid/_column.scss */
.node--type-blog.node--view-mode-full .img-link:last-child:not(:first-child) {
  float: right;
}

/* line 91, bower_components/foundation-sites/scss/grid/_column.scss */
.node--type-blog.node--view-mode-full .img-link, .node--type-blog.node--view-mode-full .img-link:last-child {
  float: none;
}

/* line 99, assets/scss/app/nodes/_all.scss */
.node--type-press.node--view-mode-teaser .node__submitted,
.node--type-media.node--view-mode-teaser .node__submitted {
  float: left;
  display: block;
  background: black;
  color: white;
  text-transform: uppercase;
  padding: 1em;
}

/* line 108, assets/scss/app/nodes/_all.scss */
.node--type-press.node--view-mode-teaser .node-title,
.node--type-media.node--view-mode-teaser .node-title {
  float: left;
  width: 100%;
  font-weight: normal;
  font-size: 1em;
}

/* line 115, assets/scss/app/nodes/_all.scss */
.node--type-press.node--view-mode-teaser .node__content,
.node--type-media.node--view-mode-teaser .node__content {
  float: left;
  width: 100%;
}

/* line 124, assets/scss/app/nodes/_all.scss */
.view-press,
.view-media {
  clear: both;
  display: block;
}

/* line 134, bower_components/foundation-sites/scss/util/_mixins.scss */
.view-press::before, .view-press::after,
.view-media::before,
.view-media::after {
  content: ' ';
  display: table;
}

/* line 140, bower_components/foundation-sites/scss/util/_mixins.scss */
.view-press::after,
.view-media::after {
  clear: both;
}

/* line 134, assets/scss/app/nodes/_all.scss */
.view-press .views-row .column, .view-press .views-row .columns,
.view-media .views-row .column,
.view-media .views-row .columns {
  margin-bottom: 4em;
}

/* line 167, assets/scss/app/nodes/_all.scss */
.node--type-blog.node--view-mode-teaser .img-link {
  display: block;
}

/* line 171, assets/scss/app/nodes/_all.scss */
.node--type-blog.node--view-mode-teaser .node__submitted {
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  background: black;
  color: white;
  text-transform: uppercase;
  padding: 1em;
}

/* line 182, assets/scss/app/nodes/_all.scss */
.node--type-blog.node--view-mode-teaser .node-title {
  float: left;
  width: 100%;
  font-weight: normal;
  font-size: 1em;
}

/* line 189, assets/scss/app/nodes/_all.scss */
.node--type-blog.node--view-mode-teaser .node__content {
  float: left;
  width: 100%;
}

/* line 198, assets/scss/app/nodes/_all.scss */
.view-blog {
  clear: both;
  display: block;
}

/* line 134, bower_components/foundation-sites/scss/util/_mixins.scss */
.view-blog::before, .view-blog::after {
  content: ' ';
  display: table;
}

/* line 140, bower_components/foundation-sites/scss/util/_mixins.scss */
.view-blog::after {
  clear: both;
}

/* line 207, assets/scss/app/nodes/_all.scss */
.view-blog .views-row .column, .view-blog .views-row .columns {
  margin-bottom: 4em;
}

/* line 238, assets/scss/app/nodes/_all.scss */
.node--type-person.node--view-mode-teaser {
  background: #ffffff;
  min-height: 34em;
  text-align: center;
  padding: 2em;
}

/* line 134, bower_components/foundation-sites/scss/util/_mixins.scss */
.node--type-person.node--view-mode-teaser::before, .node--type-person.node--view-mode-teaser::after {
  content: ' ';
  display: table;
}

/* line 140, bower_components/foundation-sites/scss/util/_mixins.scss */
.node--type-person.node--view-mode-teaser::after {
  clear: both;
}

/* line 245, assets/scss/app/nodes/_all.scss */
.node--type-person.node--view-mode-teaser:hover {
  -webkit-box-shadow: 0px 0px 3em rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 3em rgba(0, 0, 0, 0.75);
}

/* line 249, assets/scss/app/nodes/_all.scss */
.node--type-person.node--view-mode-teaser .node__submitted {
  float: left;
  display: block;
  background: black;
  color: white;
  text-transform: uppercase;
  padding: 1em;
}

/* line 258, assets/scss/app/nodes/_all.scss */
.node--type-person.node--view-mode-teaser .node-title {
  float: left;
  width: 100%;
  font-weight: normal;
  font-size: 1em;
}

/* line 265, assets/scss/app/nodes/_all.scss */
.node--type-person.node--view-mode-teaser .node__content {
  float: left;
  width: 100%;
  padding: 0 1em 1em;
}

/* line 275, assets/scss/app/nodes/_all.scss */
.view-people {
  clear: both;
  display: block;
}

/* line 134, bower_components/foundation-sites/scss/util/_mixins.scss */
.view-people::before, .view-people::after {
  content: ' ';
  display: table;
}

/* line 140, bower_components/foundation-sites/scss/util/_mixins.scss */
.view-people::after {
  clear: both;
}

/* line 280, assets/scss/app/nodes/_all.scss */
.view-people .views-row {
  float: left;
  margin-bottom: 2%;
}

@media screen and (max-width: 39.9375em) {
  /* line 280, assets/scss/app/nodes/_all.scss */
  .view-people .views-row {
    width: 49%;
  }
  /* line 286, assets/scss/app/nodes/_all.scss */
  .view-people .views-row:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 280, assets/scss/app/nodes/_all.scss */
  .view-people .views-row {
    width: 32%;
  }
  /* line 293, assets/scss/app/nodes/_all.scss */
  .view-people .views-row:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

@media screen and (min-width: 64em) {
  /* line 280, assets/scss/app/nodes/_all.scss */
  .view-people .views-row {
    width: 23.5%;
  }
  /* line 300, assets/scss/app/nodes/_all.scss */
  .view-people .views-row:not(:nth-child(4n)) {
    margin-right: 2%;
  }
}

/* line 2, assets/scss/app/paragraphs/_all.scss */
.paragraph.paragraph--type--featurette {
  padding: 10em 4em;
  margin: 0 -1em;
  background-size: cover;
  background-position: center top;
  position: relative;
}

/* line 9, assets/scss/app/paragraphs/_all.scss */
.paragraph.paragraph--type--featurette > * {
  z-index: 1;
  position: relative;
}

/* line 15, assets/scss/app/paragraphs/_all.scss */
.paragraph.paragraph--type--featurette.featurette-alignment-left .featurette-inner {
  padding-right: 50%;
}

/* line 21, assets/scss/app/paragraphs/_all.scss */
.paragraph.paragraph--type--featurette.featurette-alignment-right .featurette-inner {
  padding-left: 50%;
}

/* line 27, assets/scss/app/paragraphs/_all.scss */
.paragraph.paragraph--type--featurette .field--name-field-link a {
  font-weight: 300;
  margin-top: 0.5em;
  display: inline-block;
  text-decoration: none;
  color: #2062bb;
}

/* line 34, assets/scss/app/paragraphs/_all.scss */
.paragraph.paragraph--type--featurette .field--name-field-link a:hover, .paragraph.paragraph--type--featurette .field--name-field-link a:active {
  color: #4888e0;
}

/* line 44, assets/scss/app/paragraphs/_all.scss */
.paragraph.paragraph--type--featurette i.icon {
  float: left;
  font-size: 3.5rem;
  color: #CC0000;
  margin: 0 0.25em 2em;
}

/* line 51, assets/scss/app/paragraphs/_all.scss */
.paragraph.paragraph--type--featurette > h2, body.node--type-press .paragraph.paragraph--type--featurette > h1,
body.node--type-blog .paragraph.paragraph--type--featurette > h1, .paragraph.paragraph--type--featurette > .field {
  margin-left: 4rem;
}

/* line 58, assets/scss/app/paragraphs/_all.scss */
.paragraph.paragraph--type--featurette:before {
  z-index: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
}

/* line 70, assets/scss/app/paragraphs/_all.scss */
.paragraph.paragraph--type--featurette.featurette-alignment-left:before {
  background-image: -svg-linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.95) 85%, white 100%);
  background-size: 100%;
  background-image: -owg-linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.95) 85%, white 100%);
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.5)), color-stop(85%, rgba(255, 255, 255, 0.95)), to(white));
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.95) 85%, white 100%);
}

/* line 73, assets/scss/app/paragraphs/_all.scss */
.paragraph.paragraph--type--featurette.featurette-alignment-right:before {
  background-image: -svg-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.95) 85%, white 100%);
  background-size: 100%;
  background-image: -owg-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.95) 85%, white 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.5)), color-stop(85%, rgba(255, 255, 255, 0.95)), to(white));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.95) 85%, white 100%);
}

/* line 3, assets/scss/app/pages/_home.scss */
body.path-frontpage .torso > .inner {
  padding: 0;
}

/* line 7, assets/scss/app/pages/_home.scss */
body.path-frontpage .views-element-container {
  padding: 0;
  margin: 0;
}

/* line 12, assets/scss/app/pages/_home.scss */
body.path-frontpage .view-home-sliders {
  min-height: 75vh;
}

/* line 16, assets/scss/app/pages/_home.scss */
body.path-frontpage .text-vertical-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/* line 22, assets/scss/app/pages/_home.scss */
body.path-frontpage article.node--type-homepage-slider {
  height: 85vh;
  width: 100%;
  display: table;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-clip: border-box;
}

/* line 36, assets/scss/app/pages/_home.scss */
body.path-frontpage article.node--type-homepage-slider h1 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  clear: both;
}

@media screen and (max-width: 63.9375em) {
  /* line 36, assets/scss/app/pages/_home.scss */
  body.path-frontpage article.node--type-homepage-slider h1 {
    margin-top: 2em;
  }
}

/* line 46, assets/scss/app/pages/_home.scss */
body.path-frontpage article.node--type-homepage-slider h1 a {
  color: white;
  padding: 1em 0;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 46, assets/scss/app/pages/_home.scss */
  body.path-frontpage article.node--type-homepage-slider h1 a {
    padding: 2em 0;
  }
}

@media screen and (min-width: 64em) {
  /* line 46, assets/scss/app/pages/_home.scss */
  body.path-frontpage article.node--type-homepage-slider h1 a {
    padding: 4em 0;
  }
}

/* line 134, bower_components/foundation-sites/scss/util/_mixins.scss */
body.path-frontpage article.node--type-homepage-slider h1 a::before, body.path-frontpage article.node--type-homepage-slider h1 a::after {
  content: ' ';
  display: table;
}

/* line 140, bower_components/foundation-sites/scss/util/_mixins.scss */
body.path-frontpage article.node--type-homepage-slider h1 a::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  /* line 46, assets/scss/app/pages/_home.scss */
  body.path-frontpage article.node--type-homepage-slider h1 a {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

/* line 76, bower_components/foundation-sites/scss/grid/_column.scss */
body.path-frontpage article.node--type-homepage-slider h1 a:last-child:not(:first-child) {
  float: right;
}

/* line 91, bower_components/foundation-sites/scss/grid/_column.scss */
body.path-frontpage article.node--type-homepage-slider h1 a, body.path-frontpage article.node--type-homepage-slider h1 a:last-child {
  float: none;
}

/* line 52, assets/scss/app/pages/_home.scss */
body.path-frontpage article.node--type-homepage-slider h1 a:hover {
  text-decoration: none;
}

/* line 60, assets/scss/app/pages/_home.scss */
body.path-frontpage article.node--type-homepage-slider h2, body.path-frontpage article.node--type-homepage-slider body.node--type-press h1, body.node--type-press body.path-frontpage article.node--type-homepage-slider h1, body.path-frontpage article.node--type-homepage-slider
body.node--type-blog h1,
body.node--type-blog body.path-frontpage article.node--type-homepage-slider h1 {
  margin: 0 0 1em;
  padding: 0;
  clear: both;
  color: #aaa;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  font-style: italic;
}

/* line 70, assets/scss/app/pages/_home.scss */
body.path-frontpage article.node--type-homepage-slider .button {
  text-decoration: none;
}

/* line 77, assets/scss/app/pages/_home.scss */
body.path-frontpage .torso .squeeze {
  padding: 1em 0;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 77, assets/scss/app/pages/_home.scss */
  body.path-frontpage .torso .squeeze {
    padding: 2em 0;
  }
}

@media screen and (min-width: 64em) {
  /* line 77, assets/scss/app/pages/_home.scss */
  body.path-frontpage .torso .squeeze {
    padding: 4em 0;
  }
}

/* line 134, bower_components/foundation-sites/scss/util/_mixins.scss */
body.path-frontpage .torso .squeeze::before, body.path-frontpage .torso .squeeze::after {
  content: ' ';
  display: table;
}

/* line 140, bower_components/foundation-sites/scss/util/_mixins.scss */
body.path-frontpage .torso .squeeze::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  /* line 77, assets/scss/app/pages/_home.scss */
  body.path-frontpage .torso .squeeze {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

/* line 76, bower_components/foundation-sites/scss/grid/_column.scss */
body.path-frontpage .torso .squeeze:last-child:not(:first-child) {
  float: right;
}

/* line 91, bower_components/foundation-sites/scss/grid/_column.scss */
body.path-frontpage .torso .squeeze, body.path-frontpage .torso .squeeze:last-child {
  float: none;
}

/* line 83, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-01 {
  background: #f9f9f9;
}

/* line 86, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-01 .featurette-inner {
  clear: both;
}

/* line 90, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-01 .paragraph.paragraph--type--featurette {
  padding: 0;
  margin: 0;
}

/* line 94, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-01 .paragraph.paragraph--type--featurette i.icon {
  margin-bottom: 0.5em;
}

/* line 102, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-02 {
  display: block;
  background: white;
}

/* line 106, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-02 h3 {
  color: #080808;
  font-weight: 400;
  margin: 0 0 1em;
  padding: 0;
  text-transform: uppercase;
}

@media screen and (max-width: 63.9375em) {
  /* line 106, assets/scss/app/pages/_home.scss */
  body.path-frontpage .slide-02 h3 {
    text-align: center;
  }
}

/* line 121, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-02 .owl-wrapper-outer .owl-wrapper {
  display: table;
}

/* line 123, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-02 .owl-wrapper-outer .owl-wrapper .owl-item {
  height: 7em;
  vertical-align: middle;
  display: table-cell;
}

/* line 127, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-02 .owl-wrapper-outer .owl-wrapper .owl-item .partner {
  display: block;
}

/* line 135, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-02 .partner {
  text-align: center;
}

/* line 138, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-02 .partner img {
  display: inline-block;
  max-height: 5em;
  padding: 0 1em;
}

/* line 145, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-02 .owl-controls {
  margin-top: 2em;
}

/* line 151, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-03 {
  content: " ";
  position: relative;
  display: block;
  background: #E5E5E5;
  /*blockquote:after {
      color: #ccc;
      content: close-quote;
      font-size: 4em;
      line-height: 0.1em;
      margin-right: 0.25em;
      vertical-align: -0.4em;
    }*/
}

/* line 161, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-03 .field-quote--field-author {
  font-weight: bold;
  color: #CC0000;
  display: inline;
}

/* line 166, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-03 .field-quote--field-author-line {
  display: inline;
  font-size: 0.8em;
  margin-top: -0.2em;
}

/* line 172, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-03 blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 1em;
  padding: 2em;
  quotes: "“" "”" "‘" "’";
}

/* line 179, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-03 blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

/* line 195, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-03 blockquote p {
  display: inline;
}

/* line 199, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-03 h2, body.path-frontpage .slide-03 body.node--type-press h1, body.node--type-press body.path-frontpage .slide-03 h1, body.path-frontpage .slide-03
body.node--type-blog h1,
body.node--type-blog body.path-frontpage .slide-03 h1 {
  text-transform: uppercase;
}

@media screen and (min-width: 64em) {
  /* line 199, assets/scss/app/pages/_home.scss */
  body.path-frontpage .slide-03 h2, body.path-frontpage .slide-03 body.node--type-press h1, body.node--type-press body.path-frontpage .slide-03 h1, body.path-frontpage .slide-03
  body.node--type-blog h1,
  body.node--type-blog body.path-frontpage .slide-03 h1 {
    font-size: 3em;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 199, assets/scss/app/pages/_home.scss */
  body.path-frontpage .slide-03 h2, body.path-frontpage .slide-03 body.node--type-press h1, body.node--type-press body.path-frontpage .slide-03 h1, body.path-frontpage .slide-03
  body.node--type-blog h1,
  body.node--type-blog body.path-frontpage .slide-03 h1 {
    text-align: center;
  }
}

@media screen and (min-width: 64em) {
  /* line 212, assets/scss/app/pages/_home.scss */
  body.path-frontpage .slide-03 p {
    font-size: 1.1em;
  }
}

/* line 220, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-04 {
  position: relative;
  display: block;
}

/* line 224, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-04 h3 {
  text-transform: uppercase;
}

/* line 228, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-04 .views-element-container {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 233, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-04 .inner {
  display: table-row;
}

/* line 237, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-04 article {
  display: table;
  font-size: 0.9em;
}

/* line 242, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-04 .node__submitted {
  display: table-cell;
  background: black;
  color: white;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1em;
  vertical-align: middle;
  width: 30%;
}

/* line 254, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-04 .node-title {
  margin: 0;
  padding: 1em;
  display: table-cell;
}

/* line 259, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-04 .node-title a {
  font-weight: 300;
  line-height: 1.2em;
}

/* line 265, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-04 .first-word {
  clear: both;
  font-weight: 400;
  display: block;
}

/* line 271, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-04 .see-all {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #2062bb;
  font-weight: 300;
  margin-bottom: 1em;
}

/* line 279, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-04 .see-all:hover, body.path-frontpage .slide-04 .see-all:active {
  text-decoration: underline;
}

/* line 284, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-04 .views-row {
  background: #eeeeee;
  margin-bottom: 1em;
}

/* line 291, assets/scss/app/pages/_home.scss */
body.path-frontpage .slide-05 {
  position: relative;
  padding: 2em;
  display: none;
  background: #E5E5E5;
}

/* line 299, assets/scss/app/pages/_home.scss */
img.image-style-max-325x325 {
  width: auto;
}

@media screen and (min-width: 40em) {
  /* line 1, assets/scss/app/views/_all.scss */
  .view-header {
    padding-bottom: 2em;
  }
}

/* line 7, assets/scss/app/views/_all.scss */
.view-squares {
  clear: both;
  display: block;
}

/* line 134, bower_components/foundation-sites/scss/util/_mixins.scss */
.view-squares::before, .view-squares::after {
  content: ' ';
  display: table;
}

/* line 140, bower_components/foundation-sites/scss/util/_mixins.scss */
.view-squares::after {
  clear: both;
}

/* line 12, assets/scss/app/views/_all.scss */
.view-squares .square-node {
  display: table;
  width: 100%;
  background-position: center center;
  background-size: cover;
  margin-bottom: 2em;
}

/* line 19, assets/scss/app/views/_all.scss */
.view-squares .square-node:hover {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  filter: grayscale(1);
}

/* line 23, assets/scss/app/views/_all.scss */
.view-squares .square-node a.square-link {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: bold;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 3.75em;
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.25);
  height: 7.5em;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 23, assets/scss/app/views/_all.scss */
  .view-squares .square-node a.square-link {
    font-size: 1em;
  }
}

@media screen and (min-width: 64em) {
  /* line 23, assets/scss/app/views/_all.scss */
  .view-squares .square-node a.square-link {
    height: 11.25em;
  }
}

/* line 54, assets/scss/app/views/_all.scss */
#block-views-block-locations-block-1 {
  padding: 0;
  margin: 0;
}

/* line 61, assets/scss/app/views/_all.scss */
.view-locations .views-row {
  padding: 2em;
  margin-bottom: 2em;
  background: #f5f5f5;
  border-top: 0.25em solid #CC0000;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /*

  EXAMPLE
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:

  .icon {
    width: 24px;
    height: 24px;
    background: url(img/test.png) no-repeat;
  }

  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:

  .icon {
    background: url(img/test@2x.png) no-repeat;
    background-size: 24px 24px;
  }

  So, you would create the same icon, but at double the resolution, meaning
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go.

  */
}

/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  /* line 14, assets/scss/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* line 22, assets/scss/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 27, assets/scss/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 32, assets/scss/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 37, assets/scss/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* line 43, assets/scss/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 48, assets/scss/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 52, assets/scss/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }
  /* line 56, assets/scss/_print.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 64, assets/scss/_print.scss */
  p, h2, body.node--type-press h1,
  body.node--type-blog h1, h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 69, assets/scss/_print.scss */
  h2, body.node--type-press h1,
  body.node--type-blog h1,
  h3 {
    page-break-after: avoid;
  }
  /* line 75, assets/scss/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
