@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.

******************************************************************/
/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

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

******************************************************************/
/*********************
TOOLS
*********************/
.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;
	}
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
  font-style: italic; }

/*********************
CSS3 GRADIENTS.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BKM MIXINS
*********************/
/************************
BEGIN PAGE HEADER MIXIN
************************/
/************************
BEGIN TAB WRAPPER MIXIN
************************/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.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;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade-in.mui-enter {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

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

.fade-out.mui-leave {
  opacity: 1;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scale-in-up.mui-enter {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

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

.scale-in-down.mui-enter {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

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

.scale-out-up.mui-leave {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

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

.scale-out-down.mui-leave {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

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

.spin-in.mui-enter {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

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

.spin-out.mui-leave {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

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

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

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

.spin-out-ccw.mui-leave {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! normalize.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.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
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.
   */
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.
   */
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.
   */
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.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

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

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

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

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
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.
   */
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.
   */
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.
   */
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.
   */
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.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
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.
   */
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.
   */
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`.
   */
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.
   */
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).
   */
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.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
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.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "Maven Pro", sans-serif;
  font-weight: normal;
  line-height: 1.69;
  color: #777777;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

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

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

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    max-width: none; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

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

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

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

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

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

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

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0E0D1D;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.26; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1, .h1 {
  font-size: 2.1875rem; }

h2, .h2 {
  font-size: 2.1875rem; }

h3, .h3 {
  font-size: 1.875rem; }

h4, .h4 {
  font-size: 1.875rem; }

h5, .h5 {
  font-size: 1.875rem; }

h6, .h6 {
  font-size: 1.875rem; }

@media screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.1875rem; }
  h2, .h2 {
    font-size: 2.1875rem; }
  h3, .h3 {
    font-size: 1.875rem; }
  h4, .h4 {
    font-size: 1.875rem; }
  h5, .h5 {
    font-size: 1.875rem; }
  h6, .h6 {
    font-size: 1.25rem; } }

a {
  color: #1dc1dd;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #19a6be; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.69;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

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

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0E0D1D; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

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

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  display: table-cell;
  vertical-align: middle; }

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

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

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

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

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

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

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #ffffff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0E0D1D;
  background-color: #ffffff;
  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%28138, 138, 138%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) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

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

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.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;
  -o-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: #1dc1dd;
  color: #ffffff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #19a4bc;
    color: #ffffff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #1dc1dd;
    color: #ffffff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #179ab1;
      color: #ffffff; }
  .button.secondary {
    background-color: #07465c;
    color: #ffffff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #06384a;
      color: #ffffff; }
  .button.success {
    background-color: #002a39;
    color: #ffffff; }
    .button.success:hover, .button.success:focus {
      background-color: #00222e;
      color: #ffffff; }
  .button.warning {
    background-color: #0f556e;
    color: #ffffff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #0c4458;
      color: #ffffff; }
  .button.alert {
    background-color: #ec5840;
    color: #ffffff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #ffffff; }
  .button.hollow {
    border: 1px solid #1dc1dd;
    color: #1dc1dd; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0f616f;
      color: #0f616f; }
    .button.hollow.primary {
      border: 1px solid #1dc1dd;
      color: #1dc1dd; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0f616f;
        color: #0f616f; }
    .button.hollow.secondary {
      border: 1px solid #07465c;
      color: #07465c; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #04232e;
        color: #04232e; }
    .button.hollow.success {
      border: 1px solid #002a39;
      color: #002a39; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #00151d;
        color: #00151d; }
    .button.hollow.warning {
      border: 1px solid #0f556e;
      color: #0f556e; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #082b37;
        color: #082b37; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #ffffff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important; } }

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

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

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

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

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

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

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

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

.clearfix::after {
  clear: both; }

.accordion {
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #1dc1dd;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #ffffff; }

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

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #1dc1dd;
  color: #ffffff; }
  .badge.secondary {
    background: #07465c;
    color: #ffffff; }
  .badge.success {
    background: #002a39;
    color: #ffffff; }
  .badge.warning {
    background: #0f556e;
    color: #ffffff; }
  .badge.alert {
    background: #ec5840;
    color: #ffffff; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0E0D1D;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #1dc1dd; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    font-size: 0.9rem; }
    .button-group .button:not(:last-child) {
      margin-right: 1px; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: 50%;
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: 33.33333%;
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: 25%;
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: 20%;
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: 16.66667%;
      margin-right: 1px; }
  .button-group.primary .button {
    background-color: #1dc1dd;
    color: #ffffff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #179ab1;
      color: #ffffff; }
  .button-group.secondary .button {
    background-color: #07465c;
    color: #ffffff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #06384a;
      color: #ffffff; }
  .button-group.success .button {
    background-color: #002a39;
    color: #ffffff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #00222e;
      color: #ffffff; }
  .button-group.warning .button {
    background-color: #0f556e;
    color: #ffffff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #0c4458;
      color: #ffffff; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #ffffff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #ffffff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%;
    border-right: 1px solid transparent; }
    .button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-medium .button:not(:last-child) {
      border-bottom: 1px solid #ffffff; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child) {
        margin-right: 1px; } }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto; }
      .button-group.stacked-for-medium .button:not(:last-child) {
        margin-right: 1px; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(14, 13, 29, 0.25);
  border-radius: 0;
  position: relative;
  color: #777777;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #ddf6fa; }
  .callout.secondary {
    background-color: #c6edfb; }
  .callout.success {
    background-color: #bbedff; }
  .callout.warning {
    background-color: #ccedf8; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

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

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

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

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

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

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

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

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

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

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

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
    top: 100%; }
  .is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: auto;
  z-index: 1;
  background: #1dc1dd;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #002a39 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #002a39;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.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: #1dc1dd;
  color: #ffffff; }
  .label.secondary {
    background: #07465c;
    color: #ffffff; }
  .label.success {
    background: #002a39;
    color: #ffffff; }
  .label.warning {
    background: #0f556e;
    color: #ffffff; }
  .label.alert {
    background: #ec5840;
    color: #ffffff; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i {
    vertical-align: middle; }
  .menu > li > a i + span,
  .menu > li > a img + span {
    vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 75em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-vertical > li {
      display: block; } }
  @media screen and (min-width: 90em) {
    .menu.xxlarge-horizontal > li {
      display: table-cell; }
    .menu.xxlarge-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #ffffff;
    background: #1dc1dd; }

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

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

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
    box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff; }
  .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; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0E0D1D;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 7px 0 #0E0D1D, 0 14px 0 #0E0D1D;
    box-shadow: 0 7px 0 #0E0D1D, 0 14px 0 #0E0D1D; }
  .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; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: 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;
  padding-bottom: 0.1px;
  -webkit-box-shadow: 0 0 10px rgba(14, 13, 29, 0.5);
  box-shadow: 0 0 10px rgba(14, 13, 29, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
      transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
      transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xlarge {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xxlarge {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #ffffff;
  background-color: rgba(14, 13, 29, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #ffffff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(14, 13, 29, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0E0D1D;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1dc1dd;
    color: #ffffff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #0E0D1D; }

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

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

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #1dc1dd; }
  .progress.secondary .progress-meter {
    background-color: #07465c; }
  .progress.success .progress-meter {
    background-color: #002a39; }
  .progress.warning .progress-meter {
    background-color: #0f556e; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1dc1dd; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap; }

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

.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;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #1dc1dd;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #19a4bc; }
  .slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear; }

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

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

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

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

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

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(58, 52, 49, 0.92);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #ffffff;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #ffffff;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    -webkit-transition: all 0.25s ease-out;
    -o-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; }
  input:checked ~ .switch-paddle {
    background: #1dc1dd; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #ffffff; }
  caption {
    font-weight: 700;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead,
  tfoot {
    background: #f9f9f9;
    color: #777777; }
    thead tr,
    tfoot tr {
      background: transparent; }
    thead th,
    thead td,
    tfoot th,
    tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: 700;
      text-align: left; }
  tbody tr:nth-child(even) {
    background-color: #f2f2f2; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

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

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

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

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

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

.tabs {
  margin: 0;
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #1dc1dd; }
  .tabs.primary > li > a {
    color: #ffffff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1cb7d2; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem; }
    .tabs-title > a:hover {
      background: #ffffff; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

.tabs-content {
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #ffffff;
  -webkit-box-shadow: 0 0 0 1px rgba(14, 13, 29, 0.2);
  box-shadow: 0 0 0 1px rgba(14, 13, 29, 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;
  -o-transition: 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; }
  .thumbnail:hover, .thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(29, 193, 221, 0.5);
    box-shadow: 0 0 6px 1px rgba(29, 193, 221, 0.5); }

.title-bar {
  background: #0E0D1D;
  color: #ffffff;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

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

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

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

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0E0D1D;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 7px 0 #0E0D1D, 0 14px 0 #0E0D1D;
    box-shadow: 0 7px 0 #0E0D1D, 0 14px 0 #0E0D1D; }
  .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; }

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

.tooltip {
  background-color: #0E0D1D;
  color: #ffffff;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0E0D1D;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0E0D1D transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0E0D1D;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0E0D1D transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 89.9375em) {
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
      width: 100%; } }
  .top-bar.stacked-for-xxlarge .top-bar-left,
  .top-bar.stacked-for-xxlarge .top-bar-right {
    width: 100%; }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

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

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

/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/
.clearfix:after {
  clear: both; }

@media screen and (min-width: 40em) {
  .vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

.main-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;
  -o-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: #1dc1dd;
  color: #ffffff;
  background: #1dc1dd;
  border: none;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 0;
  padding: 1rem 1.875rem;
  -webkit-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.15), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.15), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  [data-whatinput='mouse'] .main-button {
    outline: 0; }
  .main-button:hover, .main-button:focus {
    background-color: #19a4bc;
    color: #ffffff; }
  .main-button:hover {
    background: #07465c; }
  .main-button.hollow {
    background: #07465c;
    border: none;
    color: #ffffff; }
    .main-button.hollow:hover {
      background: -webkit-gradient(linear, left top, right bottom, from(#07465c), to(#1dc1dd));
      background: -webkit-linear-gradient(top left, #07465c, #1dc1dd);
      background: -o-linear-gradient(top left, #07465c, #1dc1dd);
      background: linear-gradient(to bottom right, #07465c, #1dc1dd);
      color: #ffffff; }
  .main-button.dark {
    background: #07465c;
    color: #ffffff; }
    .main-button.dark:after {
      background: #ffffff; }
    .main-button.dark:hover {
      color: #07465c; }
  @media screen and (max-width: 39.9375em) {
    .main-button {
      display: block; } }

/*********************
LINK STYLES
*********************/
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  padding: 0; }

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft,
.entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright,
.entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter,
.entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  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;
  -o-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: #1dc1dd;
  color: #ffffff; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #19a4bc;
    color: #ffffff; }

/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem;
  text-align: center; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }

/*********************
FOUNDATION STYLES
*********************/
/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

.gform_body [type='text'],
.gform_body [type='password'],
.gform_body [type='date'],
.gform_body [type='datetime'],
.gform_body [type='datetime-local'],
.gform_body [type='month'],
.gform_body [type='week'],
.gform_body [type='email'],
.gform_body [type='number'],
.gform_body [type='search'],
.gform_body [type='tel'],
.gform_body [type='time'],
.gform_body [type='url'],
.gform_body [type='color'],
.gform_body textarea {
  border: 1px solid #acacac; }

/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none; }

.off-canvas-content {
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none; }

/*********************
NAVIGATION STYLES
*********************/
.tippy-top {
  background-color: #002a39;
  padding: 0.25rem 0 0 0; }
  .tippy-top .menu {
    display: inline-block;
    padding-left: 4.25rem;
    /* remove margin when search icon is available */ }
    .tippy-top .menu li a {
      color: #ffffff;
      font-size: 0.625rem;
      font-weight: normal;
      line-height: normal;
      letter-spacing: 1.5px;
      margin: 0 0.8125rem;
      padding: 0;
      text-transform: uppercase;
      -webkit-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      .tippy-top .menu li a:hover {
        color: #1dc1dd; }
    .tippy-top .menu li.active a {
      background: transparent; }
  .tippy-top #search-icon {
    display: inline-block;
    padding-left: 0.75rem;
    margin-right: 1.875rem; }
    .tippy-top #search-icon i {
      font-size: 0.875rem;
      color: #ffffff; }
  @media screen and (max-width: 74.9375em) {
    .tippy-top #search-icon {
      margin-right: -10px; } }
  @media screen and (max-width: 39.9375em) {
    .tippy-top {
      text-align: center; }
      .tippy-top .menu {
        padding-left: 0;
        /* remove margin when search icon is available */ }
        .tippy-top .menu li a {
          font-size: 0.5625rem; }
      .tippy-top #search-icon {
        display: none; } }

#search-bar {
  display: block;
  overflow: hidden;
  background-color: #002a39;
  padding: 0.25rem 0;
  max-height: 0;
  -webkit-transition: max-height 0.3s linear;
  -o-transition: max-height 0.3s linear;
  transition: max-height 0.3s linear; }
  #search-bar.active {
    max-height: 100px; }
  #search-bar .search-inner {
    text-align: right; }
    #search-bar .search-inner .search-form label {
      display: inline-block;
      width: 40%; }
    #search-bar .search-inner .search-form .screen-reader-text {
      display: none; }
    #search-bar .search-inner .search-form .search-submit {
      display: inline-block;
      margin-top: 0.6875rem; }

.top-bar {
  position: relative;
  background-color: transparent;
  padding: 0 1.25rem;
  -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.09);
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 99; }
  .top-bar .title-area {
    z-index: 1; }
  .top-bar .menu-logo {
    margin: 0 auto;
    padding: 1.0625rem 0 1.0625rem; }
  .top-bar ul {
    background-color: transparent; }
  .top-bar .menu {
    /* ABOUT */
    /* GALLERY */
    /* PRODUCTS */
    /* RESOURCES */ }
    .top-bar .menu li {
      display: inline-block; }
      .top-bar .menu li a {
        color: #002a39;
        font-size: 0.75rem;
        font-weight: bold;
        line-height: 2.0625rem;
        letter-spacing: 2px;
        margin: 0 0.8125rem;
        padding: 1.125rem 0 1.125rem;
        text-transform: uppercase;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        .top-bar .menu li a:hover {
          color: #1dc1dd; }
      .top-bar .menu li.active a {
        background: transparent;
        color: #1dc1dd;
        -webkit-transition: color 0.2s ease-out;
        -o-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out; }
        .top-bar .menu li.active a:hover {
          color: #1dc1dd; }
    .top-bar .menu .is-dropdown-submenu-parent a {
      padding-right: 0 !important; }
      .top-bar .menu .is-dropdown-submenu-parent a::after {
        display: none !important; }
    .top-bar .menu .is-dropdown-submenu {
      background-color: #1dc1dd;
      background: #1dc1dd;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      padding: 0.9375rem 0 0.9375rem 0;
      display: block;
      display: none;
      max-height: 0;
      -webkit-transition: max-height 300ms linear;
      -moz-transition: max-height 300ms linear;
      -o-transition: max-height 300ms linear;
      transition: max-height 300ms linear;
      border: none;
      z-index: 99; }
      .top-bar .menu .is-dropdown-submenu .is-dropdown-submenu-item a {
        font-size: 0.75rem;
        font-weight: normal;
        color: #ffffff;
        text-transform: capitalize; }
        .top-bar .menu .is-dropdown-submenu .is-dropdown-submenu-item a:hover {
          color: #ffffff; }
      .top-bar .menu .is-dropdown-submenu .is-dropdown-submenu-item:hover {
        background-color: #002a39; }
    .top-bar .menu .menu-item-413 .is-dropdown-submenu {
      left: -90% !important; }
      .top-bar .menu .menu-item-413 .is-dropdown-submenu .is-dropdown-submenu-item {
        width: 230px !important; }
        .top-bar .menu .menu-item-413 .is-dropdown-submenu .is-dropdown-submenu-item a {
          padding: 0 0.625rem; }
      .top-bar .menu .menu-item-413 .is-dropdown-submenu:before {
        content: "";
        position: absolute;
        left: 46%;
        top: -11px;
        width: 0;
        height: 0;
        margin-left: -20px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #1dc1dd;
        z-index: -1; }
    .top-bar .menu .menu-item-327 .is-dropdown-submenu {
      left: -55% !important; }
      .top-bar .menu .menu-item-327 .is-dropdown-submenu .is-dropdown-submenu-item {
        width: 200px !important; }
        .top-bar .menu .menu-item-327 .is-dropdown-submenu .is-dropdown-submenu-item a {
          padding: 0 1.25rem; }
      .top-bar .menu .menu-item-327 .is-dropdown-submenu:before {
        content: "";
        position: absolute;
        left: 49%;
        top: -11px;
        width: 0;
        height: 0;
        margin-left: -20px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #1dc1dd;
        z-index: -1; }
    .top-bar .menu .menu-item-23 .is-dropdown-submenu {
      left: -38% !important; }
      .top-bar .menu .menu-item-23 .is-dropdown-submenu .is-dropdown-submenu-item {
        width: 180px !important; }
        .top-bar .menu .menu-item-23 .is-dropdown-submenu .is-dropdown-submenu-item a {
          padding: 0.5625rem 0.625rem;
          line-height: 1; }
      .top-bar .menu .menu-item-23 .is-dropdown-submenu:before {
        content: "";
        position: absolute;
        left: 49%;
        top: -11px;
        width: 0;
        height: 0;
        margin-left: -20px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #1dc1dd;
        z-index: -1; }
      .top-bar .menu .menu-item-23 .is-dropdown-submenu .submenu-cat-title a {
        color: #002a39;
        font-weight: bold; }
      .top-bar .menu .menu-item-23 .is-dropdown-submenu .submenu-cat-title:hover {
        background-color: #ffffff; }
    .top-bar .menu .menu-item-276 .is-dropdown-submenu {
      left: -30% !important; }
      .top-bar .menu .menu-item-276 .is-dropdown-submenu .is-dropdown-submenu-item {
        width: 180px !important; }
        .top-bar .menu .menu-item-276 .is-dropdown-submenu .is-dropdown-submenu-item a {
          padding: 0 1.25rem; }
      .top-bar .menu .menu-item-276 .is-dropdown-submenu:before {
        content: "";
        position: absolute;
        left: 49%;
        top: -11px;
        width: 0;
        height: 0;
        margin-left: -20px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #1dc1dd;
        z-index: -1; }
    .top-bar .menu .js-dropdown-active {
      max-height: -webkit-max-content;
      max-height: -moz-max-content;
      max-height: max-content;
      display: block; }

.top-bar .top-bar-right {
  width: auto; }
  .top-bar .top-bar-right .menu-icon {
    margin: 0 1.25rem 0 0;
    width: 1.375rem; }
    .top-bar .top-bar-right .menu-icon:after {
      background: #1dc1dd;
      -webkit-box-shadow: 0 8px 0 #1dc1dd, 0 16px 0 #1dc1dd;
      box-shadow: 0 8px 0 #1dc1dd, 0 16px 0 #1dc1dd;
      height: 0.25rem; }

@media screen and (max-width: 39.9375em) {
  .top-bar {
    padding: 1.25rem 0 1.25rem 1.25rem; }
    .top-bar .menu {
      padding-top: 0.9375rem; } }

.home .top-bar {
  margin-bottom: 0; }

.off-canvas {
  background: #0E0D1D;
  height: 100%; }
  .off-canvas.off-canvas.position-right {
    right: -295px;
    top: 0;
    width: 295px; }
  .off-canvas .menu-logo {
    margin: 1.5625rem 0 2.5rem 1.125rem; }
  .off-canvas .close-button {
    color: #ffffff;
    font-size: 3.75rem;
    font-weight: 400;
    margin: 0.625rem 0.625rem 0 0;
    position: relative;
    right: auto;
    top: auto; }
  .off-canvas .nav-title {
    color: #1dc1dd;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
    line-height: 1.1875rem;
    margin-bottom: 1.25rem;
    padding: 0 1.6875rem;
    text-transform: uppercase; }
  .off-canvas .menu li {
    display: block; }
    .off-canvas .menu li a {
      color: #ffffff;
      font-size: 1rem;
      font-weight: 700;
      line-height: 2.75rem;
      margin: 0;
      padding: 0 0 0 1.6875rem;
      -webkit-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      transition: color 0.2s linear; }
      .off-canvas .menu li a:hover {
        color: #1dc1dd; }
    .off-canvas .menu li.active a {
      background: transparent; }
    .off-canvas .menu li .is-accordion-submenu {
      padding-left: 1.25rem; }
      .off-canvas .menu li .is-accordion-submenu .submenu-cat-title a {
        color: #1dc1dd;
        font-weight: normal; }

.off-canvas-wrapper-inner.is-open-right {
  -webkit-transform: translateX(-295px);
  -ms-transform: translateX(-295px);
  transform: translateX(-295px); }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

/****************************
Full Screen Mobile Menu Style
*****************************/
/*********************
DROPDOWN STYLES
*********************/
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent.active > a::after {
  border-color: #1dc1dd transparent transparent !important; }

/*********************
PRELOADER STYLES
*********************/
#overlay {
  background-image: -webkit-linear-gradient(224deg, #C86DD7 0%, #3023AE 100%);
  background-image: -o-linear-gradient(224deg, #C86DD7 0%, #3023AE 100%);
  background-image: linear-gradient(-134deg, #C86DD7 0%, #3023AE 100%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .75s ease-out;
  -o-transition: all .75s ease-out;
  transition: all .75s ease-out;
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }
  #overlay .preload-wrap {
    position: absolute;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    width: 7.5rem;
    height: 7.5rem;
    border: 0.0625rem #ffffff solid;
    border-top: 0.25rem #ffffff solid;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear; }
  #overlay img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 3.75rem;
    height: 3.75rem;
    max-width: 100%; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*********************
FOOTER STYLES
*********************/
.footer {
  margin-top: 0.1875rem; }
  .footer #inner-footer {
    background: #1dc1dd; }
    .footer #inner-footer .inner-link {
      padding: 3.125rem 1.25rem; }
      .footer #inner-footer .inner-link p {
        font-size: 1.25rem;
        font-weight: bold;
        line-height: 2.2;
        letter-spacing: 1.14;
        color: #ffffff;
        text-transform: uppercase;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        margin-bottom: 0; }
      .footer #inner-footer .inner-link:hover p {
        color: #07465c; }
      .footer #inner-footer .inner-link.middle {
        border-left: 2px solid #ffffff;
        border-right: 2px solid #ffffff; }
    @media screen and (max-width: 39.9375em) {
      .footer #inner-footer {
        text-align: center; }
        .footer #inner-footer .inner-link {
          padding: 1.25rem 1.25rem; }
          .footer #inner-footer .inner-link a {
            font-size: 1.125rem; }
          .footer #inner-footer .inner-link.middle {
            border: none;
            border-top: 2px solid #ffffff;
            border-bottom: 2px solid #ffffff; } }
  .footer #outter-footer {
    padding: 3.75rem 1.25rem 4.0625rem;
    background: #002a39;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
    .footer #outter-footer .left .nav {
      margin-top: 1.25rem; }
      .footer #outter-footer .left .nav .menu li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .footer #outter-footer .left .nav .menu li a {
          font-size: 1.25rem;
          font-weight: 500;
          letter-spacing: normal;
          color: #ffffff;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .footer #outter-footer .left .nav .menu li a:hover {
            color: #1dc1dd; }
        .footer #outter-footer .left .nav .menu li.active a {
          background: transparent; }
    @media screen and (max-width: 39.9375em) {
      .footer #outter-footer .left .nav {
        margin-top: 1.875rem; }
        .footer #outter-footer .left .nav .menu li {
          display: block; }
          .footer #outter-footer .left .nav .menu li a {
            line-height: 1.2; } }
    .footer #outter-footer .right {
      text-align: right; }
      .footer #outter-footer .right .sign-up h3 {
        margin-bottom: 1.25rem;
        font-size: 1.5rem;
        font-weight: normal;
        line-height: 1.83;
        letter-spacing: normal;
        color: #1dc1dd;
        text-transform: uppercase; }
      .footer #outter-footer .right .sign-up .gform_wrapper {
        position: relative; }
        .footer #outter-footer .right .sign-up .gform_wrapper .gform_body {
          position: relative;
          left: 25%;
          width: 50%; }
          .footer #outter-footer .right .sign-up .gform_wrapper .gform_body ul .gfield label {
            display: none; }
          .footer #outter-footer .right .sign-up .gform_wrapper .gform_body ul .gfield .ginput_container input {
            width: 100%;
            height: 47px; }
        .footer #outter-footer .right .sign-up .gform_wrapper .gform_footer {
          width: auto;
          position: absolute;
          top: 0;
          right: 0;
          padding: 0;
          margin: 0; }
          .footer #outter-footer .right .sign-up .gform_wrapper .gform_footer .main-button {
            background: #1dc1dd;
            margin: 0;
            font-size: 1rem;
            letter-spacing: 2.67px;
            padding: 0.9375rem 1.875rem; }
            .footer #outter-footer .right .sign-up .gform_wrapper .gform_footer .main-button:hover {
              background: #0f556e; }
      .footer #outter-footer .right .sign-up .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type='file']) {
        padding-left: 0.9375rem; }
      @media screen and (max-width: 70.9375em) {
        .footer #outter-footer .right .sign-up .gform_wrapper {
          position: relative; }
          .footer #outter-footer .right .sign-up .gform_wrapper .gform_body {
            position: relative;
            left: 18%;
            width: 50%; } }
      @media screen and (max-width: 56.875em) {
        .footer #outter-footer .right .sign-up h3 {
          font-size: 1.25rem; }
        .footer #outter-footer .right .sign-up .gform_wrapper {
          position: relative; }
          .footer #outter-footer .right .sign-up .gform_wrapper .gform_body {
            position: relative;
            left: 6%;
            width: 55%; } }
      @media screen and (max-width: 39.9375em) {
        .footer #outter-footer .right .sign-up {
          text-align: center;
          margin-top: 2.8125rem; }
          .footer #outter-footer .right .sign-up h3 {
            font-size: 1.5rem;
            line-height: 1.4; }
          .footer #outter-footer .right .sign-up .gform_wrapper {
            position: relative; }
            .footer #outter-footer .right .sign-up .gform_wrapper .gform_body {
              left: 0;
              width: 100%; }
            .footer #outter-footer .right .sign-up .gform_wrapper .gform_footer {
              position: relative; }
              .footer #outter-footer .right .sign-up .gform_wrapper .gform_footer .main-button {
                padding: 0.625rem 1.875rem; } }
      .footer #outter-footer .right .contact {
        margin-top: 3.125rem;
        font-size: 1.25rem;
        font-weight: bold;
        line-height: 2.2;
        letter-spacing: normal;
        color: #ffffff; }
        .footer #outter-footer .right .contact .grey-line {
          color: #979797; }
        .footer #outter-footer .right .contact a {
          color: #ffffff;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .footer #outter-footer .right .contact a:hover {
            color: #1dc1dd; }
        @media screen and (max-width: 39.9375em) {
          .footer #outter-footer .right .contact {
            text-align: center; } }
      .footer #outter-footer .right .social {
        margin-top: 1.25rem;
        margin: 0; }
        .footer #outter-footer .right .social a {
          padding: 0 0.375rem;
          font-size: 1.875rem;
          font-weight: normal;
          line-height: 2.2;
          letter-spacing: normal;
          color: #ffffff;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .footer #outter-footer .right .social a:hover {
            color: #1dc1dd; }
        @media screen and (max-width: 39.9375em) {
          .footer #outter-footer .right .social {
            text-align: center; }
            .footer #outter-footer .right .social a {
              padding: 0 0.625rem;
              font-size: 2.125rem; } }
    .footer #outter-footer .copyright {
      margin-top: 3.125rem;
      font-size: 0.75rem;
      font-weight: normal;
      line-height: 1.75;
      letter-spacing: normal;
      color: #979797; }
      .footer #outter-footer .copyright a {
        color: #979797;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .footer #outter-footer .copyright a:hover {
          color: #1dc1dd; }
    @media screen and (max-width: 39.9375em) {
      .footer #outter-footer {
        text-align: center;
        padding: 3.75rem 1.25rem 1.875rem; } }

/*********************
DEFAULT PAGE TEMPLATE STYLES
*********************/
.page-template-default {
  position: relative;
  /* End Breakpoint medium */
  /* End Breakpoint small */ }
  .page-template-default .top-banner {
    padding: 5rem 1.25rem 6.25rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important; }
    .page-template-default .top-banner .cta-box {
      z-index: 9; }
      .page-template-default .top-banner .cta-box .title-wrapper h2 {
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        color: #ffffff;
        text-align: right; }
        .page-template-default .top-banner .cta-box .title-wrapper h2.top-title {
          font-size: 35px;
          font-weight: bold;
          line-height: 1.26;
          letter-spacing: 2px;
          text-transform: uppercase; }
        .page-template-default .top-banner .cta-box .title-wrapper h2.bot-title {
          margin-top: 0.625rem;
          font-size: 16px;
          font-weight: 500;
          letter-spacing: 5.14px;
          text-transform: uppercase; }
      .page-template-default .top-banner .cta-box .title-wrapper .button-wrapper {
        text-align: right; }
        .page-template-default .top-banner .cta-box .title-wrapper .button-wrapper .main-button {
          margin-top: 1.875rem;
          font-size: 16px;
          letter-spacing: 2.67px; }
  .page-template-default .header-info {
    position: relative;
    padding: 1.25rem;
    border-bottom: 0.8px solid #a1a1a1;
    background: #ffffff; }
    .page-template-default .header-info .breadcrumbs {
      text-align: left;
      margin: 0; }
      .page-template-default .header-info .breadcrumbs #breadcrumbs {
        margin: 0; }
        .page-template-default .header-info .breadcrumbs #breadcrumbs a {
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.88px;
          color: #a1a1a1;
          text-transform: uppercase;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .page-template-default .header-info .breadcrumbs #breadcrumbs .breadcrumb_last {
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.88px;
          color: #002a39;
          text-transform: uppercase; }
    .page-template-default .header-info .share-buttons {
      text-align: right; }
      .page-template-default .header-info .share-buttons p {
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.88px;
        color: #979797;
        margin: 0; }
        .page-template-default .header-info .share-buttons p a {
          font-size: 16px;
          color: #979797;
          margin-right: 0.3125rem;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .page-template-default .header-info .share-buttons p a:hover {
            color: #1dc1dd; }
  @media screen and (max-width: 63.9375em) {
    .page-template-default .top-banner .cta-box {
      text-align: center; }
      .page-template-default .top-banner .cta-box .title-wrapper h2.top-title, .page-template-default .top-banner .cta-box .title-wrapper h2.bot-title {
        text-align: center; }
      .page-template-default .top-banner .cta-box .button-wrapper {
        text-align: center !important; }
    .page-template-default .img-overlay {
      opacity: 0; } }
  @media screen and (max-width: 39.9375em) {
    .page-template-default .top-banner {
      padding: 5rem 1.25rem 5.3125rem; }
    .page-template-default .header-info {
      text-align: center; }
      .page-template-default .header-info .breadcrumbs {
        text-align: center;
        padding: 0; }
      .page-template-default .header-info .share-buttons {
        text-align: center;
        margin-top: 0.625rem;
        padding: 0; } }
  .page-template-default #content {
    padding: 3.125rem 1.25rem; }
    .page-template-default #content h1, .page-template-default #content h2 {
      font-size: 35px;
      font-weight: bold;
      line-height: 1.26;
      letter-spacing: 2px;
      color: #07465c; }
  .page-template-default .header .title-wrap {
    background: rgba(34, 34, 34, 0.8);
    display: inline-block;
    margin: 0 auto;
    padding: 0.8125rem 0.6875rem; }
    .page-template-default .header .title-wrap .border-wrap {
      border: 1px solid #535353;
      padding: 1.25rem 4.375rem; }
    .page-template-default .header .title-wrap h1.page-title {
      color: #1dc1dd;
      font-weight: 400;
      letter-spacing: 0.55563rem;
      margin-bottom: 0;
      text-transform: uppercase; }
    .page-template-default .header .title-wrap .subtitle {
      color: #ffffff;
      font-size: 1.75rem;
      font-style: italic;
      margin-bottom: 0.9375rem; }
  @media screen and (max-width: 39.9375em) {
    .page-template-default .header {
      min-height: auto;
      padding-bottom: 6.25rem; }
      .page-template-default .header .top-bar .main-button {
        font-size: 1.125rem;
        margin: 3.125rem 1.875rem 0; }
        .page-template-default .header .top-bar .main-button span {
          font-size: 1.5rem; } }

/*********************
SEARCH STYLES
*********************/
.search-results #content .top-header {
  position: relative;
  /* End Breakpoint medium */
  /* End Breakpoint small */ }
  .search-results #content .top-header .top-banner {
    padding: 5rem 1.25rem 6.25rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important; }
    .search-results #content .top-header .top-banner .cta-box {
      z-index: 9; }
      .search-results #content .top-header .top-banner .cta-box .title-wrapper h2 {
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        color: #ffffff;
        text-align: right; }
        .search-results #content .top-header .top-banner .cta-box .title-wrapper h2.top-title {
          font-size: 35px;
          font-weight: bold;
          line-height: 1.26;
          letter-spacing: 2px;
          text-transform: uppercase; }
        .search-results #content .top-header .top-banner .cta-box .title-wrapper h2.bot-title {
          margin-top: 0.625rem;
          font-size: 16px;
          font-weight: 500;
          letter-spacing: 5.14px;
          text-transform: uppercase; }
      .search-results #content .top-header .top-banner .cta-box .title-wrapper .button-wrapper {
        text-align: right; }
        .search-results #content .top-header .top-banner .cta-box .title-wrapper .button-wrapper .main-button {
          margin-top: 1.875rem;
          font-size: 16px;
          letter-spacing: 2.67px; }
  .search-results #content .top-header .header-info {
    position: relative;
    padding: 1.25rem;
    border-bottom: 0.8px solid #a1a1a1;
    background: #ffffff; }
    .search-results #content .top-header .header-info .breadcrumbs {
      text-align: left;
      margin: 0; }
      .search-results #content .top-header .header-info .breadcrumbs #breadcrumbs {
        margin: 0; }
        .search-results #content .top-header .header-info .breadcrumbs #breadcrumbs a {
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.88px;
          color: #a1a1a1;
          text-transform: uppercase;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .search-results #content .top-header .header-info .breadcrumbs #breadcrumbs .breadcrumb_last {
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.88px;
          color: #002a39;
          text-transform: uppercase; }
    .search-results #content .top-header .header-info .share-buttons {
      text-align: right; }
      .search-results #content .top-header .header-info .share-buttons p {
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.88px;
        color: #979797;
        margin: 0; }
        .search-results #content .top-header .header-info .share-buttons p a {
          font-size: 16px;
          color: #979797;
          margin-right: 0.3125rem;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .search-results #content .top-header .header-info .share-buttons p a:hover {
            color: #1dc1dd; }
  @media screen and (max-width: 63.9375em) {
    .search-results #content .top-header .top-banner .cta-box {
      text-align: center; }
      .search-results #content .top-header .top-banner .cta-box .title-wrapper h2.top-title, .search-results #content .top-header .top-banner .cta-box .title-wrapper h2.bot-title {
        text-align: center; }
      .search-results #content .top-header .top-banner .cta-box .button-wrapper {
        text-align: center !important; }
    .search-results #content .top-header .img-overlay {
      opacity: 0; } }
  @media screen and (max-width: 39.9375em) {
    .search-results #content .top-header .top-banner {
      padding: 5rem 1.25rem 5.3125rem; }
    .search-results #content .top-header .header-info {
      text-align: center; }
      .search-results #content .top-header .header-info .breadcrumbs {
        text-align: center;
        padding: 0; }
      .search-results #content .top-header .header-info .share-buttons {
        text-align: center;
        margin-top: 0.625rem;
        padding: 0; } }

.search-results #content #inner-content {
  padding: 3.75rem 0; }

.search-results #content #main h1 {
  margin-bottom: 1.5625rem; }

.search-results #content #main article h2 {
  margin-bottom: 0.9375rem; }

.search-results #content #main article .large-12 {
  padding-left: 0;
  margin-bottom: 2.5rem; }

/*********************
HOME PAGE STYLES
*********************/
.home section#top-header {
  position: relative;
  /* End Breakpoint medium */
  /* End Breakpoint small */ }
  .home section#top-header .top-banner {
    padding: 6.25rem 1.25rem 5.3125rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important; }
    .home section#top-header .top-banner .cta-box {
      z-index: 9; }
      .home section#top-header .top-banner .cta-box .title-wrapper h2, .home section#top-header .top-banner .cta-box .title-wrapper h1 {
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        color: #ffffff; }
        .home section#top-header .top-banner .cta-box .title-wrapper h2.top-title {
          font-size: 16px;
          font-weight: 500;
          letter-spacing: 5.14px; }
        .home section#top-header .top-banner .cta-box .title-wrapper h2.bot-title, .home section#top-header .top-banner .cta-box .title-wrapper h1.bot-title {
          margin-top: 0.625rem;
          font-size: 35px;
          font-weight: normal;
          line-height: 1.26;
          letter-spacing: 2px; }
          .home section#top-header .top-banner .cta-box .title-wrapper h2.bot-title .bold, .home section#top-header .top-banner .cta-box .title-wrapper h1.bot-title .bold {
            font-weight: bold; }
      .home section#top-header .top-banner .cta-box .content-wrapper {
        margin-top: 0.9375rem;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        font-size: 16px;
        font-weight: normal;
        line-height: 1.69;
        letter-spacing: normal;
        color: #ffffff; }
      .home section#top-header .top-banner .cta-box .button-wrapper {
        margin-top: 1.75rem; }
        .home section#top-header .top-banner .cta-box .button-wrapper .main-button {
          font-size: 16px;
          letter-spacing: 2.67px; }
  .home section#top-header .slick-prev, .home section#top-header .slick-next {
    color: #ffffff;
    padding: 1.0625rem;
    bottom: 0;
    top: 100%;
    z-index: 99; }
    .home section#top-header .slick-prev:before, .home section#top-header .slick-next:before {
      font-size: 24px;
      opacity: 1;
      line-height: 0.3;
      position: absolute;
      left: 5px; }
  .home section#top-header .slick-prev {
    background: #0f556e;
    left: 84.5%; }
  .home section#top-header .slick-next {
    background: #07465c;
    left: 87.4%; }
  .home section#top-header .img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0.46;
    background: -webkit-linear-gradient(158deg, #171717 0%, #171717 30%, rgba(23, 23, 23, 0) 100%);
    background: -o-linear-gradient(158deg, #171717 0%, #171717 30%, rgba(23, 23, 23, 0) 100%);
    background: linear-gradient(292deg, #171717 0%, #171717 30%, rgba(23, 23, 23, 0) 100%);
    z-index: 2; }
  @media screen and (max-width: 72.1875em) {
    .home section#top-header .slick-prev {
      left: 84.5%; }
    .home section#top-header .slick-next {
      left: 87.4%; } }
  @media screen and (max-width: 64.375em) {
    .home section#top-header .slick-prev {
      left: 83.5%; } }
  @media screen and (max-width: 48.75em) {
    .home section#top-header .slick-prev {
      left: 82.5%; } }
  @media screen and (max-width: 48.75em) {
    .home section#top-header .slick-prev {
      left: 81.5%; } }
  @media screen and (max-width: 31.875em) {
    .home section#top-header .slick-prev {
      left: 80.5%; } }
  @media screen and (max-width: 26.875em) {
    .home section#top-header .slick-prev {
      left: 79.5%; } }
  @media screen and (max-width: 23.75em) {
    .home section#top-header .slick-prev {
      left: 78%; } }
  @media screen and (max-width: 63.9375em) {
    .home section#top-header .top-banner .cta-box {
      text-align: center; }
    .home section#top-header .img-overlay {
      opacity: 0; } }
  @media screen and (max-width: 39.9375em) {
    .home section#top-header .top-banner {
      padding: 5rem 1.25rem 5.3125rem; } }

.home section#one {
  padding: 7.5rem 1.25rem 5.625rem;
  /* End Breakpoint 999px */
  /* End Breakpoint 810px */
  /* End Breakpoint small */ }
  .home section#one .left .title-wrapper {
    position: relative; }
    .home section#one .left .title-wrapper .title-background {
      position: absolute;
      background: #07465c;
      top: -15%;
      left: -80%;
      height: 130%;
      width: 120%;
      z-index: 8; }
    .home section#one .left .title-wrapper h2 {
      position: relative;
      font-weight: 500;
      z-index: 9; }
      .home section#one .left .title-wrapper h2.top-title {
        font-size: 16px;
        letter-spacing: 5.14px;
        color: #ffffff; }
      .home section#one .left .title-wrapper h2.bot-title {
        font-size: 30px;
        line-height: normal;
        letter-spacing: normal;
        color: #1dc1dd; }
  .home section#one .left .content-wrapper {
    margin-top: 1.875rem;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #777777; }
  .home section#one .right {
    text-align: right; }
  @media screen and (max-width: 62.4375em) {
    .home section#one {
      padding-left: 1.875rem; }
      .home section#one .left .title-wrapper .title-background {
        width: 130%; } }
  @media screen and (max-width: 50.625em) {
    .home section#one {
      padding-left: 1.875rem; }
      .home section#one .left .title-wrapper .title-background {
        width: 140%; } }
  @media screen and (max-width: 39.9375em) {
    .home section#one {
      padding: 4.375rem 1.25rem 4.375rem; }
      .home section#one .left .title-wrapper {
        text-align: center; }
        .home section#one .left .title-wrapper .title-background {
          width: 160%; }
      .home section#one .left .content-wrapper {
        text-align: center; } }

.home section#two {
  padding: 5rem 0 7.5rem;
  background: #1dc1dd;
  /* End Breakpoint small */ }
  .home section#two .content-wrapper {
    padding: 0 1.25rem;
    text-align: center; }
    .home section#two .content-wrapper .title-wrapper h2.top-title {
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 4.5px;
      color: #ffffff; }
    .home section#two .content-wrapper .title-wrapper h2.bot-title {
      margin-top: 0.5rem;
      font-size: 35px;
      font-weight: normal;
      line-height: 1.26;
      letter-spacing: 2px;
      color: #07465c; }
  .home section#two .gallery-wrapper {
    margin-top: 3.125rem;
    padding: 0; }
    .home section#two .gallery-wrapper .slider-nav .slider-item {
      margin: 0 2.0625rem;
      display: inline-block;
      width: 270px;
      height: 207px; }
      .home section#two .gallery-wrapper .slider-nav .slider-item img {
        -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.23);
        box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.23);
        width: 100%;
        height: 100%; }
    .home section#two .gallery-wrapper .slick-prev,
    .home section#two .gallery-wrapper .slick-next {
      z-index: 10;
      background: #07465c;
      color: #ffffff;
      width: 45px;
      height: 44px; }
      .home section#two .gallery-wrapper .slick-prev:before,
      .home section#two .gallery-wrapper .slick-next:before {
        font-family: 'Font Awesome 5 Pro';
        font-size: 2rem; }
    .home section#two .gallery-wrapper .slick-prev {
      left: 0;
      padding-left: 0.3125rem; }
      .home section#two .gallery-wrapper .slick-prev:before {
        content: '\f053'; }
    .home section#two .gallery-wrapper .slick-next {
      right: 0;
      padding-right: 0.3125rem; }
      .home section#two .gallery-wrapper .slick-next:before {
        content: '\f054'; }
  @media screen and (max-width: 39.9375em) {
    .home section#two {
      padding: 4.375rem 0 5rem; }
      .home section#two .gallery-wrapper {
        padding: 0; }
        .home section#two .gallery-wrapper .slider-nav .slider-item {
          margin: 0 0.3125rem; }
        .home section#two .gallery-wrapper .slick-prev {
          left: -1.5%;
          padding-left: 0; }
        .home section#two .gallery-wrapper .slick-next {
          right: -1.5%;
          padding-right: 0; } }

.home section#three {
  padding: 7.5rem 1.25rem 5.625rem;
  /* End Breakpoint small */ }
  .home section#three .right .title-wrapper {
    position: relative; }
    .home section#three .right .title-wrapper .title-background {
      position: absolute;
      background: #07465c;
      top: -15%;
      right: -80%;
      height: 130%;
      width: 183%;
      z-index: 8; }
    .home section#three .right .title-wrapper h2 {
      position: relative;
      font-weight: 500;
      z-index: 9;
      padding-left: 1.875rem; }
      .home section#three .right .title-wrapper h2.top-title {
        font-size: 16px;
        letter-spacing: 5.14px;
        color: #ffffff; }
      .home section#three .right .title-wrapper h2.bot-title {
        font-size: 30px;
        line-height: normal;
        letter-spacing: normal;
        color: #1dc1dd; }
  .home section#three .right .content-wrapper {
    margin-top: 1.875rem;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #777777; }
  .home section#three .left {
    text-align: left; }
  @media screen and (max-width: 39.9375em) {
    .home section#three {
      padding: 4.375rem 1.25rem 4.375rem; }
      .home section#three .right .title-wrapper {
        text-align: center; }
        .home section#three .right .title-wrapper .title-background {
          width: 160%; }
      .home section#three .right .content-wrapper {
        text-align: center; } }

.home section#four {
  padding: 5.3125rem 1.25rem 0;
  -webkit-box-shadow: 0 2px 15px 7px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 15px 7px rgba(0, 0, 0, 0.08);
  background: #f0f0f0;
  /* End Breakpoint 925px */
  /* End Breakpoint 880px */
  /* End Breakpoint medium */
  /* End Breakpoint small */ }
  .home section#four .title-wrapper {
    text-align: center; }
    .home section#four .title-wrapper h2 {
      color: #07465c; }
      .home section#four .title-wrapper h2.top-title {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 5.14px; }
      .home section#four .title-wrapper h2.bot-title {
        margin-top: 0.5rem;
        font-size: 35px;
        font-weight: normal;
        line-height: 1.26;
        letter-spacing: 2px; }
  .home section#four .product-tabs-wrapper {
    position: relative;
    margin-top: 3.125rem;
    padding-bottom: 25rem; }
    .home section#four .product-tabs-wrapper .p-tab-wrapper {
      position: absolute;
      bottom: 0;
      width: 28%; }
      .home section#four .product-tabs-wrapper .p-tab-wrapper:nth-child(1) {
        left: 6%; }
        .home section#four .product-tabs-wrapper .p-tab-wrapper:nth-child(1) .p-tab {
          height: 370px; }
      .home section#four .product-tabs-wrapper .p-tab-wrapper:nth-child(2) {
        left: 36%; }
        .home section#four .product-tabs-wrapper .p-tab-wrapper:nth-child(2) .p-tab {
          height: 400px; }
      .home section#four .product-tabs-wrapper .p-tab-wrapper:nth-child(3) {
        left: 66%; }
        .home section#four .product-tabs-wrapper .p-tab-wrapper:nth-child(3) .p-tab {
          height: 370px; }
      .home section#four .product-tabs-wrapper .p-tab-wrapper .p-tab {
        position: relative;
        background: #002a39;
        overflow: hidden; }
        .home section#four .product-tabs-wrapper .p-tab-wrapper .p-tab .title-wrapper {
          padding: 2.0625rem 1.875rem 0;
          text-align: left; }
          .home section#four .product-tabs-wrapper .p-tab-wrapper .p-tab .title-wrapper h3 {
            font-weight: 500;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
            .home section#four .product-tabs-wrapper .p-tab-wrapper .p-tab .title-wrapper h3.top-title {
              font-size: 14px;
              letter-spacing: 4.5px;
              color: #ffffff; }
            .home section#four .product-tabs-wrapper .p-tab-wrapper .p-tab .title-wrapper h3.bot-title {
              margin-top: 0.3125rem;
              font-size: 30px;
              letter-spacing: normal;
              color: #1dc1dd; }
              .home section#four .product-tabs-wrapper .p-tab-wrapper .p-tab .title-wrapper h3.bot-title i {
                padding-left: 0.625rem; }
        .home section#four .product-tabs-wrapper .p-tab-wrapper .p-tab .tab-image {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          -webkit-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear; }
        .home section#four .product-tabs-wrapper .p-tab-wrapper .p-tab:hover .title-wrapper h3.bot-title {
          color: #ffffff; }
        .home section#four .product-tabs-wrapper .p-tab-wrapper .p-tab:hover .tab-image {
          -webkit-transform: scale(1.15);
          -ms-transform: scale(1.15);
          transform: scale(1.15); }
  @media screen and (max-width: 57.8125em) {
    .home section#four .product-tabs-wrapper .p-tab-wrapper {
      width: 32%; }
      .home section#four .product-tabs-wrapper .p-tab-wrapper:nth-child(1) {
        left: 0; }
      .home section#four .product-tabs-wrapper .p-tab-wrapper:nth-child(2) {
        left: 34%; }
      .home section#four .product-tabs-wrapper .p-tab-wrapper:nth-child(3) {
        left: 69%; } }
  @media screen and (max-width: 55em) {
    .home section#four .product-tabs-wrapper .p-tab-wrapper {
      width: 35%; }
      .home section#four .product-tabs-wrapper .p-tab-wrapper:nth-child(1) {
        left: -3%; }
      .home section#four .product-tabs-wrapper .p-tab-wrapper:nth-child(2) {
        left: 33%; }
      .home section#four .product-tabs-wrapper .p-tab-wrapper:nth-child(3) {
        left: 68%; } }
  @media screen and (max-width: 63.9375em) {
    .home section#four .product-tabs-wrapper .p-tab-wrapper {
      width: 35%; }
      .home section#four .product-tabs-wrapper .p-tab-wrapper:nth-child(1) {
        left: -3%; }
      .home section#four .product-tabs-wrapper .p-tab-wrapper:nth-child(2) {
        left: 33%; }
      .home section#four .product-tabs-wrapper .p-tab-wrapper:nth-child(3) {
        left: 68%; }
      .home section#four .product-tabs-wrapper .p-tab-wrapper .p-tab .title-wrapper {
        padding: 2.0625rem 0.9375rem 0;
        text-align: left;
        text-align: center; }
        .home section#four .product-tabs-wrapper .p-tab-wrapper .p-tab .title-wrapper h3.bot-title {
          font-size: 26px; } }
  @media screen and (max-width: 39.9375em) {
    .home section#four {
      padding: 3.75rem 1.25rem 0; }
      .home section#four .product-tabs-wrapper {
        padding-bottom: 0;
        margin-bottom: 1.875rem; }
        .home section#four .product-tabs-wrapper .p-tab-wrapper {
          position: relative;
          width: 100%; }
          .home section#four .product-tabs-wrapper .p-tab-wrapper:nth-child(1) {
            left: 0; }
          .home section#four .product-tabs-wrapper .p-tab-wrapper:nth-child(2) {
            left: 0; }
          .home section#four .product-tabs-wrapper .p-tab-wrapper:nth-child(3) {
            left: 0; }
          .home section#four .product-tabs-wrapper .p-tab-wrapper .p-tab {
            margin-bottom: 1.875rem; } }

/*********************
ABOUT PAGE STYLES
*********************/
.page-template-template-about section.top-header {
  position: relative;
  /* End Breakpoint medium */
  /* End Breakpoint small */ }
  .page-template-template-about section.top-header .top-banner {
    padding: 5rem 1.25rem 6.25rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important; }
    .page-template-template-about section.top-header .top-banner .cta-box {
      z-index: 9; }
      .page-template-template-about section.top-header .top-banner .cta-box .title-wrapper h2, .page-template-template-about section.top-header .top-banner .cta-box .title-wrapper h1 {
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        color: #ffffff;
        text-align: right; }
        .page-template-template-about section.top-header .top-banner .cta-box .title-wrapper h2.top-title {
          font-size: 35px;
          font-weight: bold;
          line-height: 1.26;
          letter-spacing: 2px;
          text-transform: uppercase; }
        .page-template-template-about section.top-header .top-banner .cta-box .title-wrapper h2.bot-title, .page-template-template-about section.top-header .top-banner .cta-box .title-wrapper h1.bot-title {
          margin-top: 0.625rem;
          font-size: 16px;
          font-weight: 500;
          letter-spacing: 5.14px;
          text-transform: uppercase; }
      .page-template-template-about section.top-header .top-banner .cta-box .title-wrapper .button-wrapper {
        text-align: right; }
        .page-template-template-about section.top-header .top-banner .cta-box .title-wrapper .button-wrapper .main-button {
          margin-top: 1.875rem;
          font-size: 16px;
          letter-spacing: 2.67px; }
  .page-template-template-about section.top-header .header-info {
    position: relative;
    padding: 1.25rem;
    border-bottom: 0.8px solid #a1a1a1;
    background: #ffffff; }
    .page-template-template-about section.top-header .header-info .breadcrumbs {
      text-align: left;
      margin: 0; }
      .page-template-template-about section.top-header .header-info .breadcrumbs #breadcrumbs {
        margin: 0; }
        .page-template-template-about section.top-header .header-info .breadcrumbs #breadcrumbs a {
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.88px;
          color: #a1a1a1;
          text-transform: uppercase;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .page-template-template-about section.top-header .header-info .breadcrumbs #breadcrumbs .breadcrumb_last {
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.88px;
          color: #002a39;
          text-transform: uppercase; }
    .page-template-template-about section.top-header .header-info .share-buttons {
      text-align: right; }
      .page-template-template-about section.top-header .header-info .share-buttons p {
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.88px;
        color: #979797;
        margin: 0; }
        .page-template-template-about section.top-header .header-info .share-buttons p a {
          font-size: 16px;
          color: #979797;
          margin-right: 0.3125rem;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .page-template-template-about section.top-header .header-info .share-buttons p a:hover {
            color: #1dc1dd; }
  @media screen and (max-width: 63.9375em) {
    .page-template-template-about section.top-header .top-banner .cta-box {
      text-align: center; }
      .page-template-template-about section.top-header .top-banner .cta-box .title-wrapper h2.top-title, .page-template-template-about section.top-header .top-banner .cta-box .title-wrapper h2.bot-title, .page-template-template-about section.top-header .top-banner .cta-box .title-wrapper h1.bot-title {
        text-align: center; }
      .page-template-template-about section.top-header .top-banner .cta-box .button-wrapper {
        text-align: center !important; }
    .page-template-template-about section.top-header .img-overlay {
      opacity: 0; } }
  @media screen and (max-width: 39.9375em) {
    .page-template-template-about section.top-header .top-banner {
      padding: 5rem 1.25rem 5.3125rem; }
    .page-template-template-about section.top-header .header-info {
      text-align: center; }
      .page-template-template-about section.top-header .header-info .breadcrumbs {
        text-align: center;
        padding: 0; }
      .page-template-template-about section.top-header .header-info .share-buttons {
        text-align: center;
        margin-top: 0.625rem;
        padding: 0; } }

.page-template-template-about section#one {
  padding: 5.9375rem 1.25rem 5.3125rem;
  text-align: center;
  /* End Breakpoint large */
  /* End Breakpoint medium */
  /* End Breakpoint small */ }
  .page-template-template-about section#one .category, .page-template-template-about section#one .testimonial {
    margin-bottom: 4.0625rem;
    padding: 0 15.625rem; }
    .page-template-template-about section#one .category h2, .page-template-template-about section#one .testimonial h2 {
      font-size: 35px;
      font-weight: normal;
      line-height: 1.26;
      letter-spacing: 2px;
      color: #07465c;
      text-transform: uppercase; }
      .page-template-template-about section#one .category h2 .bold, .page-template-template-about section#one .testimonial h2 .bold {
        font-weight: bold; }
    .page-template-template-about section#one .category h3, .page-template-template-about section#one .testimonial h3 {
      font-size: 24px;
      font-weight: normal;
      line-height: 1.26;
      letter-spacing: 2px;
      color: #07465c;
      text-transform: uppercase; }
    .page-template-template-about section#one .category p, .page-template-template-about section#one .testimonial p {
      margin-top: 1.5625rem;
      font-size: 16px;
      font-weight: normal;
      line-height: 1.69;
      letter-spacing: normal;
      text-align: center;
      color: #777777; }
      .page-template-template-about section#one .category p.icon, .page-template-template-about section#one .testimonial p.icon {
        font-size: 2.25rem;
        color: #1dc1dd;
        margin: 0; }
    .page-template-template-about section#one .category:last-child, .page-template-template-about section#one .testimonial:last-child {
      margin-bottom: 0; }
    .page-template-template-about section#one .category ol, .page-template-template-about section#one .testimonial ol {
      margin-top: 0.9375rem;
      list-style-position: inside; }
  @media screen and (max-width: 74.9375em) {
    .page-template-template-about section#one .category, .page-template-template-about section#one .testimonial {
      padding: 0 6.25rem; } }
  @media screen and (max-width: 63.9375em) {
    .page-template-template-about section#one .category, .page-template-template-about section#one .testimonial {
      padding: 0 3.125rem; } }
  @media screen and (max-width: 39.9375em) {
    .page-template-template-about section#one {
      padding: 3.75rem 1.25rem 4.375rem; }
      .page-template-template-about section#one .category, .page-template-template-about section#one .testimonial {
        padding: 0;
        margin-bottom: 2.8125rem; } }

.page-template-template-about .company-history section#one, .page-template-template-about .sustainability section#one {
  padding: 3.125rem 1.25rem 4.6875rem;
  text-align: left;
  /* End Breakpoint large */
  /* End Breakpoint medium */
  /* End Breakpoint small */ }
  .page-template-template-about .company-history section#one .category, .page-template-template-about .company-history section#one .testimonial, .page-template-template-about .sustainability section#one .category, .page-template-template-about .sustainability section#one .testimonial {
    padding: 0 9.375rem; }
    .page-template-template-about .company-history section#one .category p, .page-template-template-about .company-history section#one .testimonial p, .page-template-template-about .sustainability section#one .category p, .page-template-template-about .sustainability section#one .testimonial p {
      text-align: left; }
  @media screen and (max-width: 74.9375em) {
    .page-template-template-about .company-history section#one .category, .page-template-template-about .company-history section#one .testimonial, .page-template-template-about .sustainability section#one .category, .page-template-template-about .sustainability section#one .testimonial {
      padding: 0 6.25rem; } }
  @media screen and (max-width: 63.9375em) {
    .page-template-template-about .company-history section#one .category, .page-template-template-about .company-history section#one .testimonial, .page-template-template-about .sustainability section#one .category, .page-template-template-about .sustainability section#one .testimonial {
      padding: 0 3.125rem; } }
  @media screen and (max-width: 39.9375em) {
    .page-template-template-about .company-history section#one, .page-template-template-about .sustainability section#one {
      padding: 3.75rem 1.25rem 4.375rem; }
      .page-template-template-about .company-history section#one .category, .page-template-template-about .company-history section#one .testimonial, .page-template-template-about .sustainability section#one .category, .page-template-template-about .sustainability section#one .testimonial {
        padding: 0;
        margin-bottom: 2.8125rem; }
        .page-template-template-about .company-history section#one .category p, .page-template-template-about .company-history section#one .testimonial p, .page-template-template-about .sustainability section#one .category p, .page-template-template-about .sustainability section#one .testimonial p {
          text-align: center; } }

.page-template-template-about .testimonials section#one {
  padding: 3.75rem 1.25rem 4.6875rem; }
  .page-template-template-about .testimonials section#one .category h3, .page-template-template-about .testimonials section#one .testimonial h3 {
    font-size: 16px;
    font-weight: bold; }

/*********************
CONTACT PAGE STYLES
*********************/
.page-template-template-contact section.top-header {
  position: relative;
  /* End Breakpoint medium */
  /* End Breakpoint small */ }
  .page-template-template-contact section.top-header .top-banner {
    padding: 5rem 1.25rem 6.25rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important; }
    .page-template-template-contact section.top-header .top-banner .cta-box {
      z-index: 9; }
      .page-template-template-contact section.top-header .top-banner .cta-box .title-wrapper h2 {
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        color: #ffffff;
        text-align: right; }
        .page-template-template-contact section.top-header .top-banner .cta-box .title-wrapper h2.top-title {
          font-size: 35px;
          font-weight: bold;
          line-height: 1.26;
          letter-spacing: 2px;
          text-transform: uppercase; }
        .page-template-template-contact section.top-header .top-banner .cta-box .title-wrapper h2.bot-title, .page-template-template-contact section.top-header .top-banner .cta-box .title-wrapper h1.bot-title {
          margin-top: 0.625rem;
          font-size: 16px;
          font-weight: 500;
          letter-spacing: 5.14px;
          text-transform: uppercase; }
      .page-template-template-contact section.top-header .top-banner .cta-box .title-wrapper .button-wrapper {
        text-align: right; }
        .page-template-template-contact section.top-header .top-banner .cta-box .title-wrapper .button-wrapper .main-button {
          margin-top: 1.875rem;
          font-size: 16px;
          letter-spacing: 2.67px; }
  .page-template-template-contact section.top-header .header-info {
    position: relative;
    padding: 1.25rem;
    border-bottom: 0.8px solid #a1a1a1;
    background: #ffffff; }
    .page-template-template-contact section.top-header .header-info .breadcrumbs {
      text-align: left;
      margin: 0; }
      .page-template-template-contact section.top-header .header-info .breadcrumbs #breadcrumbs {
        margin: 0; }
        .page-template-template-contact section.top-header .header-info .breadcrumbs #breadcrumbs a {
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.88px;
          color: #a1a1a1;
          text-transform: uppercase;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .page-template-template-contact section.top-header .header-info .breadcrumbs #breadcrumbs .breadcrumb_last {
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.88px;
          color: #002a39;
          text-transform: uppercase; }
    .page-template-template-contact section.top-header .header-info .share-buttons {
      text-align: right; }
      .page-template-template-contact section.top-header .header-info .share-buttons p {
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.88px;
        color: #979797;
        margin: 0; }
        .page-template-template-contact section.top-header .header-info .share-buttons p a {
          font-size: 16px;
          color: #979797;
          margin-right: 0.3125rem;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .page-template-template-contact section.top-header .header-info .share-buttons p a:hover {
            color: #1dc1dd; }
  @media screen and (max-width: 63.9375em) {
    .page-template-template-contact section.top-header .top-banner .cta-box {
      text-align: center; }
      .page-template-template-contact section.top-header .top-banner .cta-box .title-wrapper h2.top-title, .page-template-template-contact section.top-header .top-banner .cta-box .title-wrapper h2.bot-title {
        text-align: center; }
      .page-template-template-contact section.top-header .top-banner .cta-box .button-wrapper {
        text-align: center !important; }
    .page-template-template-contact section.top-header .img-overlay {
      opacity: 0; } }
  @media screen and (max-width: 39.9375em) {
    .page-template-template-contact section.top-header .top-banner {
      padding: 5rem 1.25rem 5.3125rem; }
    .page-template-template-contact section.top-header .header-info {
      text-align: center; }
      .page-template-template-contact section.top-header .header-info .breadcrumbs {
        text-align: center;
        padding: 0; }
      .page-template-template-contact section.top-header .header-info .share-buttons {
        text-align: center;
        margin-top: 0.625rem;
        padding: 0; } }

.page-template-template-contact section#one {
  padding: 3.125rem 1.25rem 4.0625rem;
  /* End Breakpoint small */ }
  .page-template-template-contact section#one .content-wrapper {
    text-align: center; }
    .page-template-template-contact section#one .content-wrapper p, .page-template-template-contact section#one .content-wrapper a {
      font-size: 20px;
      font-weight: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: #777777;
      margin: 0;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .page-template-template-contact section#one .content-wrapper .top-phone {
      font-size: 35px;
      font-weight: bold;
      line-height: 1.26;
      letter-spacing: normal;
      color: #002a39; }
      .page-template-template-contact section#one .content-wrapper .top-phone:hover {
        color: #1dc1dd; }
    .page-template-template-contact section#one .content-wrapper .name {
      font-weight: bold;
      color: #002a39;
      margin-top: 1.25rem; }
    .page-template-template-contact section#one .content-wrapper .phone {
      display: inline-block; }
      .page-template-template-contact section#one .content-wrapper .phone a:hover {
        color: #1dc1dd; }
    .page-template-template-contact section#one .content-wrapper .fax {
      display: inline-block; }
    .page-template-template-contact section#one .content-wrapper .email {
      display: table;
      margin: 0 auto; }
      .page-template-template-contact section#one .content-wrapper .email:hover {
        color: #1dc1dd; }
  @media screen and (max-width: 39.9375em) {
    .page-template-template-contact section#one {
      padding: 3.125rem 1.25rem 1.25rem; }
      .page-template-template-contact section#one .content-wrapper p:nth-of-type(2) {
        padding: 0 1.25rem; }
      .page-template-template-contact section#one .content-wrapper .phone {
        display: block;
        margin-top: 0.625rem; }
      .page-template-template-contact section#one .content-wrapper .fax {
        display: block; }
      .page-template-template-contact section#one .content-wrapper .grey-line {
        display: none; } }

.page-template-template-contact section#two {
  padding: 0 1.25rem 5rem;
  /* BEGIN MEDIA QUERIES */
  /* End Breakpoint 1200px */
  /* End Breakpoint 1100px */
  /* End Breakpoint 900px */
  /* End Breakpoint 790px */
  /* End Breakpoint 640px */
  /* End Breakpoint 485px */
  /* End Breakpoint small */ }
  .page-template-template-contact section#two .tab-wrapper {
    border-bottom: 0.8px solid #979797;
    padding-left: 50px; }
    .page-template-template-contact section#two .tab-wrapper #left-tab .title-wrapper, .page-template-template-contact section#two .tab-wrapper #right-tab .title-wrapper {
      position: relative;
      text-align: center;
      width: 450px;
      padding: 10px 20px 10px 10px;
      color: #002a39;
      background: #f7f7f7;
      -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5);
      box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5); }
      .page-template-template-contact section#two .tab-wrapper #left-tab .title-wrapper:after, .page-template-template-contact section#two .tab-wrapper #right-tab .title-wrapper:after {
        content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background: #f7f7f7; }
      .page-template-template-contact section#two .tab-wrapper #left-tab .title-wrapper .tab-title, .page-template-template-contact section#two .tab-wrapper #right-tab .title-wrapper .tab-title {
        position: relative;
        color: #002a39;
        z-index: 9;
        font-size: 22px;
        letter-spacing: 1.26px; }
        .page-template-template-contact section#two .tab-wrapper #left-tab .title-wrapper .tab-title .bold, .page-template-template-contact section#two .tab-wrapper #right-tab .title-wrapper .tab-title .bold {
          font-weight: bold; }
    .page-template-template-contact section#two .tab-wrapper #left-tab .active .title-wrapper, .page-template-template-contact section#two .tab-wrapper #right-tab .active .title-wrapper {
      background: #1dc1dd;
      color: #ffffff; }
      .page-template-template-contact section#two .tab-wrapper #left-tab .active .title-wrapper:after, .page-template-template-contact section#two .tab-wrapper #right-tab .active .title-wrapper:after {
        background: #1dc1dd; }
      .page-template-template-contact section#two .tab-wrapper #left-tab .active .title-wrapper .tab-title, .page-template-template-contact section#two .tab-wrapper #right-tab .active .title-wrapper .tab-title {
        color: #ffffff; }
    .page-template-template-contact section#two .tab-wrapper #left-tab .left-tab {
      width: 45%;
      margin-left: 35px; }
    .page-template-template-contact section#two .tab-wrapper #left-tab .title-wrapper:after {
      -webkit-transform-origin: top;
      -ms-transform-origin: top;
      transform-origin: top;
      -ms-transform: skew(20deg, 0deg);
      -webkit-transform: skew(20deg, 0deg);
      transform: skew(20deg, 0deg); }
    .page-template-template-contact section#two .tab-wrapper #right-tab.right-tab {
      width: 45%;
      margin-left: 30px; }
    .page-template-template-contact section#two .tab-wrapper #right-tab .title-wrapper:after {
      -webkit-transform-origin: top;
      -ms-transform-origin: top;
      transform-origin: top;
      -ms-transform: skew(-20deg, 0deg);
      -webkit-transform: skew(-20deg, 0deg);
      transform: skew(-20deg, 0deg); }
  @media screen and (max-width: 75em) {
    .page-template-template-contact section#two .tab-wrapper #left-tab .title-wrapper, .page-template-template-contact section#two .tab-wrapper #right-tab .title-wrapper {
      width: 350px; }
    .page-template-template-contact section#two .tab-wrapper #left-tab .left-tab {
      width: 45%;
      margin-left: 75px; }
    .page-template-template-contact section#two .tab-wrapper #right-tab .right-tab {
      width: 45%;
      margin-left: 10px; } }
  @media screen and (max-width: 68.75em) {
    .page-template-template-contact section#two .tab-wrapper #left-tab .left-tab {
      width: 50%;
      margin-left: 0; }
    .page-template-template-contact section#two .tab-wrapper #right-tab .right-tab {
      width: 50%;
      margin-left: 0; } }
  @media screen and (max-width: 56.25em) {
    .page-template-template-contact section#two .tab-wrapper #left-tab .title-wrapper, .page-template-template-contact section#two .tab-wrapper #right-tab .title-wrapper {
      width: 300px; } }
  @media screen and (max-width: 49.375em) {
    .page-template-template-contact section#two .tab-wrapper {
      padding: 0; }
      .page-template-template-contact section#two .tab-wrapper #left-tab .title-wrapper, .page-template-template-contact section#two .tab-wrapper #right-tab .title-wrapper {
        width: auto;
        padding: 10px 0; }
        .page-template-template-contact section#two .tab-wrapper #left-tab .title-wrapper .tab-title, .page-template-template-contact section#two .tab-wrapper #right-tab .title-wrapper .tab-title {
          font-size: 18px;
          letter-spacing: 1px; }
      .page-template-template-contact section#two .tab-wrapper #left-tab .left-tab {
        width: 50%;
        margin-left: 0; }
      .page-template-template-contact section#two .tab-wrapper #right-tab .right-tab {
        width: 50%;
        margin-left: 0; } }
  @media screen and (max-width: 40em) {
    .page-template-template-contact section#two .tab-wrapper {
      padding: 0;
      position: relative; }
      .page-template-template-contact section#two .tab-wrapper #left-tab, .page-template-template-contact section#two .tab-wrapper #right-tab {
        position: relative; }
        .page-template-template-contact section#two .tab-wrapper #left-tab .title-wrapper, .page-template-template-contact section#two .tab-wrapper #right-tab .title-wrapper {
          width: auto;
          padding: 10px 0; }
          .page-template-template-contact section#two .tab-wrapper #left-tab .title-wrapper .tab-title, .page-template-template-contact section#two .tab-wrapper #right-tab .title-wrapper .tab-title {
            font-size: 18px;
            letter-spacing: 1px; }
      .page-template-template-contact section#two .tab-wrapper #left-tab .left-tab {
        position: relative;
        width: 45% !important;
        margin-left: 0;
        left: 0 !important; }
      .page-template-template-contact section#two .tab-wrapper #right-tab .right-tab {
        position: relative;
        width: 45% !important;
        right: -10%; } }
  @media screen and (max-width: 30.3125em) {
    .page-template-template-contact section#two .tab-wrapper #left-tab .title-wrapper, .page-template-template-contact section#two .tab-wrapper #right-tab .title-wrapper {
      padding: 10px 20px; } }
  .page-template-template-contact section#two .contacts {
    margin-top: 3.125rem; }
    .page-template-template-contact section#two .contacts .show {
      display: block; }
    .page-template-template-contact section#two .contacts .hidden {
      display: none; }
    .page-template-template-contact section#two .contacts .staff, .page-template-template-contact section#two .contacts .sales-reps {
      margin-bottom: 1.875rem;
      padding: 0; }
      .page-template-template-contact section#two .contacts .staff p, .page-template-template-contact section#two .contacts .staff a, .page-template-template-contact section#two .contacts .sales-reps p, .page-template-template-contact section#two .contacts .sales-reps a {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.69;
        letter-spacing: normal;
        color: #777777;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .page-template-template-contact section#two .contacts .staff .title, .page-template-template-contact section#two .contacts .sales-reps .title {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.56;
        letter-spacing: normal;
        color: #002a39;
        margin: 0; }
      .page-template-template-contact section#two .contacts .staff .name, .page-template-template-contact section#two .contacts .sales-reps .name {
        margin: 0; }
      .page-template-template-contact section#two .contacts .staff .phone, .page-template-template-contact section#two .contacts .sales-reps .phone {
        display: table; }
        .page-template-template-contact section#two .contacts .staff .phone:hover, .page-template-template-contact section#two .contacts .sales-reps .phone:hover {
          color: #1dc1dd; }
      .page-template-template-contact section#two .contacts .staff .email, .page-template-template-contact section#two .contacts .sales-reps .email {
        display: table;
        font-weight: bold; }
        .page-template-template-contact section#two .contacts .staff .email:hover, .page-template-template-contact section#two .contacts .sales-reps .email:hover {
          color: #1dc1dd; }
    .page-template-template-contact section#two .contacts .sales-reps .title {
      font-size: 22px;
      letter-spacing: 1.4px;
      margin-bottom: 0.3125rem;
      text-transform: uppercase; }
    .page-template-template-contact section#two .contacts .sales-reps .reps .rep-wrapper {
      margin-bottom: 0.625rem; }
      .page-template-template-contact section#two .contacts .sales-reps .reps .rep-wrapper .name {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.56;
        letter-spacing: normal;
        color: #002a39; }
    .page-template-template-contact section#two .contacts .sales-reps .covering p {
      line-height: 1.45;
      letter-spacing: -0.34px; }
  @media screen and (max-width: 39.9375em) {
    .page-template-template-contact section#two {
      padding: 3.125rem 1.25rem 3.125rem; }
      .page-template-template-contact section#two .contacts {
        text-align: center;
        margin-top: 2.5rem; }
        .page-template-template-contact section#two .contacts .staff, .page-template-template-contact section#two .contacts .sales-reps {
          margin-bottom: 2.5rem; }
          .page-template-template-contact section#two .contacts .staff .phone, .page-template-template-contact section#two .contacts .sales-reps .phone {
            display: block; }
          .page-template-template-contact section#two .contacts .staff .email, .page-template-template-contact section#two .contacts .sales-reps .email {
            display: block; } }

.page-template-template-contact section#three {
  padding: 5rem 1.25rem 5rem;
  background: #f7f7f7;
  /* End Breakpoint small */ }
  .page-template-template-contact section#three h2 {
    font-size: 35px;
    font-weight: normal;
    line-height: 1.26;
    letter-spacing: 2px;
    color: #07465c; }
    .page-template-template-contact section#three h2 .bold {
      font-weight: bold; }
  .page-template-template-contact section#three .gform_wrapper {
    margin-top: 2.1875rem; }
    .page-template-template-contact section#three .gform_wrapper .gform_body ul .gfield .gfield_label {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.31;
      letter-spacing: normal;
      color: #07465c; }
      .page-template-template-contact section#three .gform_wrapper .gform_body ul .gfield .gfield_label .gfield_required {
        display: none; }
    .page-template-template-contact section#three .gform_wrapper .gform_body ul .gfield .ginput_container input {
      width: 90%;
      height: 47px; }
    .page-template-template-contact section#three .gform_wrapper .gform_body ul .gfield .ginput_container .textarea {
      width: 95%;
      height: 155px;
      padding-left: 0.9375rem; }
    .page-template-template-contact section#three .gform_wrapper .gform_body ul .gfield .ginput_container .gfield_select {
      width: 90%;
      height: 47px;
      padding: 0 0.9375rem; }
    .page-template-template-contact section#three .gform_wrapper .gform_body ul .gfield#field_3_10, .page-template-template-contact section#three .gform_wrapper .gform_body ul .gfield#field_3_11 {
      width: 23.5%;
      display: inline-block; }
    .page-template-template-contact section#three .gform_wrapper .gform_footer .main-button {
      font-size: 16px;
      font-weight: bold;
      line-height: normal;
      letter-spacing: 2.67px;
      color: #ffffff;
      padding: 0.9375rem 4.0625rem;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .page-template-template-contact section#three .gform_wrapper .gform_footer .main-button:hover {
        background: #07465c; }
  .page-template-template-contact section#three .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type='file']) {
    padding-left: 0.9375rem; }
  @media screen and (max-width: 39.9375em) {
    .page-template-template-contact section#three {
      padding: 3.125rem 1.25rem 3.125rem;
      text-align: center; }
      .page-template-template-contact section#three .gform_wrapper .gform_body ul .gfield .ginput_container input {
        width: 100%; }
      .page-template-template-contact section#three .gform_wrapper .gform_body ul .gfield .ginput_container .textarea {
        width: 100%; }
      .page-template-template-contact section#three .gform_wrapper .gform_body ul .gfield .ginput_container .gfield_select {
        width: 100%; }
      .page-template-template-contact section#three .gform_wrapper .gform_body ul .gfield#field_3_10, .page-template-template-contact section#three .gform_wrapper .gform_body ul .gfield#field_3_11 {
        display: block;
        width: 100%; } }

/*********************
GALLERY PAGE STYLES
*********************/
.page-template-template-gallery {
  /* Begin Lightbox Styles */
  /* End Lightbox Styles */ }
  .page-template-template-gallery section.top-header {
    position: relative;
    /* End Breakpoint medium */
    /* End Breakpoint small */
    /* Overide mixin to make bottom title larger than top title */ }
    .page-template-template-gallery section.top-header .top-banner {
      padding: 5rem 1.25rem 6.25rem;
      background-size: cover !important;
      background-repeat: no-repeat !important;
      background-position: bottom !important; }
      .page-template-template-gallery section.top-header .top-banner .cta-box {
        z-index: 9; }
        .page-template-template-gallery section.top-header .top-banner .cta-box .title-wrapper h2, .page-template-template-gallery section.top-header .top-banner .cta-box .title-wrapper h1 {
          text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
          color: #ffffff;
          text-align: right; }
          .page-template-template-gallery section.top-header .top-banner .cta-box .title-wrapper h2.top-title {
            font-size: 35px;
            font-weight: bold;
            line-height: 1.26;
            letter-spacing: 2px;
            text-transform: uppercase; }
          .page-template-template-gallery section.top-header .top-banner .cta-box .title-wrapper h2.bot-title, .page-template-template-gallery section.top-header .top-banner .cta-box .title-wrapper h1.bot-title {
            margin-top: 0.625rem;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 5.14px;
            text-transform: uppercase; }
        .page-template-template-gallery section.top-header .top-banner .cta-box .title-wrapper .button-wrapper {
          text-align: right; }
          .page-template-template-gallery section.top-header .top-banner .cta-box .title-wrapper .button-wrapper .main-button {
            margin-top: 1.875rem;
            font-size: 16px;
            letter-spacing: 2.67px; }
    .page-template-template-gallery section.top-header .header-info {
      position: relative;
      padding: 1.25rem;
      border-bottom: 0.8px solid #a1a1a1;
      background: #ffffff; }
      .page-template-template-gallery section.top-header .header-info .breadcrumbs {
        text-align: left;
        margin: 0; }
        .page-template-template-gallery section.top-header .header-info .breadcrumbs #breadcrumbs {
          margin: 0; }
          .page-template-template-gallery section.top-header .header-info .breadcrumbs #breadcrumbs a {
            font-size: 14px;
            font-weight: 500;
            line-height: normal;
            letter-spacing: 0.88px;
            color: #a1a1a1;
            text-transform: uppercase;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
          .page-template-template-gallery section.top-header .header-info .breadcrumbs #breadcrumbs .breadcrumb_last {
            font-size: 14px;
            font-weight: 500;
            line-height: normal;
            letter-spacing: 0.88px;
            color: #002a39;
            text-transform: uppercase; }
      .page-template-template-gallery section.top-header .header-info .share-buttons {
        text-align: right; }
        .page-template-template-gallery section.top-header .header-info .share-buttons p {
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.88px;
          color: #979797;
          margin: 0; }
          .page-template-template-gallery section.top-header .header-info .share-buttons p a {
            font-size: 16px;
            color: #979797;
            margin-right: 0.3125rem;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
            .page-template-template-gallery section.top-header .header-info .share-buttons p a:hover {
              color: #1dc1dd; }
    @media screen and (max-width: 63.9375em) {
      .page-template-template-gallery section.top-header .top-banner .cta-box {
        text-align: center; }
        .page-template-template-gallery section.top-header .top-banner .cta-box .title-wrapper h2.top-title, .page-template-template-gallery section.top-header .top-banner .cta-box .title-wrapper h2.bot-title, .page-template-template-gallery section.top-header .top-banner .cta-box .title-wrapper h1.bot-title {
          text-align: center; }
        .page-template-template-gallery section.top-header .top-banner .cta-box .button-wrapper {
          text-align: center !important; }
      .page-template-template-gallery section.top-header .img-overlay {
        opacity: 0; } }
    @media screen and (max-width: 39.9375em) {
      .page-template-template-gallery section.top-header .top-banner {
        padding: 5rem 1.25rem 5.3125rem; }
      .page-template-template-gallery section.top-header .header-info {
        text-align: center; }
        .page-template-template-gallery section.top-header .header-info .breadcrumbs {
          text-align: center;
          padding: 0; }
        .page-template-template-gallery section.top-header .header-info .share-buttons {
          text-align: center;
          margin-top: 0.625rem;
          padding: 0; } }
    .page-template-template-gallery section.top-header .top-banner .cta-box .title-wrapper h2.top-title {
      font-size: 16px;
      font-weight: 500;
      line-height: normal;
      letter-spacing: 5.14px;
      color: #ffffff; }
    .page-template-template-gallery section.top-header .top-banner .cta-box .title-wrapper h2.bot-title, .page-template-template-gallery section.top-header .top-banner .cta-box .title-wrapper h1.bot-title {
      font-size: 35px;
      font-weight: bold;
      line-height: 1.26;
      letter-spacing: 2px;
      color: #ffffff; }
  .page-template-template-gallery section#one {
    padding: 5rem 1.25rem 7.1875rem;
    /* End Breakpoint large */
    /* End Breakpoint medium */
    /* End Breakpoint small */ }
    .page-template-template-gallery section#one .filter-wrapper select {
      display: inline-block;
      width: 190px;
      height: 37px;
      padding: 0 0.625rem;
      font-size: 14px;
      font-style: normal;
      line-height: 2.14;
      letter-spacing: normal;
      color: #777777;
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
      background-size: 9px 6px;
      border: 1px solid #979797;
      outline-color: #1dc1dd; }
      .page-template-template-gallery section#one .filter-wrapper select:first-of-type {
        margin-right: 0.9375rem; }
    @media screen and (max-width: 39.9375em) {
      .page-template-template-gallery section#one .filter-wrapper select {
        display: block;
        width: 100%; }
        .page-template-template-gallery section#one .filter-wrapper select:first-of-type {
          margin-right: 0; } }
    .page-template-template-gallery section#one .galleries {
      margin-top: 2.5rem;
      /* ---- isotope ---- */
      /* ---- end isotope ---- */ }
      .page-template-template-gallery section#one .galleries .isotope:after {
        content: '';
        display: block;
        clear: both; }
      .page-template-template-gallery section#one .galleries .gallery-item {
        padding: 0;
        /* End Breakpoint small */ }
        .page-template-template-gallery section#one .galleries .gallery-item .top-title {
          font-size: 35px;
          line-height: 1.26;
          letter-spacing: 2px;
          color: #07465c;
          text-transform: uppercase;
          margin-bottom: 1.25rem; }
          .page-template-template-gallery section#one .galleries .gallery-item .top-title .bold {
            font-weight: bold; }
        .page-template-template-gallery section#one .galleries .gallery-item .gallery-wrapper {
          margin-bottom: 3.125rem;
          padding: 0; }
          .page-template-template-gallery section#one .galleries .gallery-item .gallery-wrapper .kerfkore-panels-slider-gallery .slider-item, .page-template-template-gallery section#one .galleries .gallery-item .gallery-wrapper .timberflex-panels-slider-gallery .slider-item,
          .page-template-template-gallery section#one .galleries .gallery-item .gallery-wrapper .flexboard-panels-slider-gallery .slider-item, .page-template-template-gallery section#one .galleries .gallery-item .gallery-wrapper .econokore-panels-slider-gallery .slider-item,
          .page-template-template-gallery section#one .galleries .gallery-item .gallery-wrapper .beadboard-panels-slider-gallery .slider-item, .page-template-template-gallery section#one .galleries .gallery-item .gallery-wrapper .worklite-panels-slider-gallery .slider-item {
            margin: 0 0.9375rem;
            display: inline-block;
            height: 260px; }
            .page-template-template-gallery section#one .galleries .gallery-item .gallery-wrapper .kerfkore-panels-slider-gallery .slider-item img, .page-template-template-gallery section#one .galleries .gallery-item .gallery-wrapper .timberflex-panels-slider-gallery .slider-item img,
            .page-template-template-gallery section#one .galleries .gallery-item .gallery-wrapper .flexboard-panels-slider-gallery .slider-item img, .page-template-template-gallery section#one .galleries .gallery-item .gallery-wrapper .econokore-panels-slider-gallery .slider-item img,
            .page-template-template-gallery section#one .galleries .gallery-item .gallery-wrapper .beadboard-panels-slider-gallery .slider-item img, .page-template-template-gallery section#one .galleries .gallery-item .gallery-wrapper .worklite-panels-slider-gallery .slider-item img {
              -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.23);
              box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.23);
              width: 100%;
              height: 100%; }
          .page-template-template-gallery section#one .galleries .gallery-item .gallery-wrapper .slick-prev,
          .page-template-template-gallery section#one .galleries .gallery-item .gallery-wrapper .slick-next {
            z-index: 10;
            background: #1dc1dd;
            color: #ffffff;
            width: 45px;
            height: 44px; }
            .page-template-template-gallery section#one .galleries .gallery-item .gallery-wrapper .slick-prev:before,
            .page-template-template-gallery section#one .galleries .gallery-item .gallery-wrapper .slick-next:before {
              font-family: 'Font Awesome 5 Pro';
              font-size: 2rem; }
          .page-template-template-gallery section#one .galleries .gallery-item .gallery-wrapper .slick-prev {
            left: -1%; }
            .page-template-template-gallery section#one .galleries .gallery-item .gallery-wrapper .slick-prev:before {
              content: '\f053'; }
          .page-template-template-gallery section#one .galleries .gallery-item .gallery-wrapper .slick-next {
            right: -1%; }
            .page-template-template-gallery section#one .galleries .gallery-item .gallery-wrapper .slick-next:before {
              content: '\f054'; }
        @media screen and (max-width: 39.9375em) {
          .page-template-template-gallery section#one .galleries .gallery-item .gallery-wrapper {
            padding: 0; }
            .page-template-template-gallery section#one .galleries .gallery-item .gallery-wrapper .slider-nav .slider-item {
              margin: 0 0.3125rem; }
            .page-template-template-gallery section#one .galleries .gallery-item .gallery-wrapper .slick-prev {
              left: -1.5%;
              padding-left: 0; }
            .page-template-template-gallery section#one .galleries .gallery-item .gallery-wrapper .slick-next {
              right: -1.5%;
              padding-right: 0; } }
    @media screen and (max-width: 39.9375em) {
      .page-template-template-gallery section#one {
        padding: 3.125rem 1.25rem 3.125rem;
        text-align: center; } }
  .page-template-template-gallery .reveal-overlay {
    background-color: rgba(0, 0, 0, 0.2);
    /* End Breakpoint large */
    /* End Breakpoint medium */
    /* End Breakpoint small */ }
    .page-template-template-gallery .reveal-overlay .reveal {
      padding: 4.0625rem 3.125rem;
      margin-bottom: 6.25rem;
      -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
      box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
      width: 100%;
      overflow: initial; }
      .page-template-template-gallery .reveal-overlay .reveal .close-button {
        font-size: 60px;
        font-weight: normal;
        color: #1dc1dd;
        top: -20px;
        right: -20px;
        text-transform: uppercase;
        padding: 0;
        width: 50px;
        height: 50px;
        border: 1px solid;
        text-align: center;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-color: #4e4e4e;
        box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.3);
        -o-box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.3);
        background: #ffffff; }
        .page-template-template-gallery .reveal-overlay .reveal .close-button span {
          position: absolute;
          left: 22%;
          bottom: 0; }
        @media screen and (max-width: 74.9375em) {
          .page-template-template-gallery .reveal-overlay .reveal .close-button {
            top: 1%;
            right: 1%; } }
        @media screen and (max-width: 39.9375em) {
          .page-template-template-gallery .reveal-overlay .reveal .close-button {
            width: 40px;
            height: 40px;
            font-size: 50px; }
            .page-template-template-gallery .reveal-overlay .reveal .close-button span {
              left: 18%; } }
      .page-template-template-gallery .reveal-overlay .reveal .top-title {
        font-size: 35px;
        font-weight: normal;
        line-height: 1.26;
        letter-spacing: 2px;
        color: #07465c;
        margin-bottom: 1.25rem; }
        .page-template-template-gallery .reveal-overlay .reveal .top-title .bold {
          font-weight: bold; }
      .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .kerfkore-panels-lightbox-single-top .slider-item img, .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .timberflex-panels-lightbox-single-top .slider-item img,
      .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .flexboard-panels-lightbox-single-top .slider-item img, .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .econokore-panels-lightbox-single-top .slider-item img,
      .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .beadboard-panels-lightbox-single-top .slider-item img, .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .worklite-panels-lightbox-single-top .slider-item img {
        width: 98%;
        margin: 0 auto;
        max-height: 700px; }
      .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .kerfkore-panels-lightbox-single-top .slider-item p, .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .timberflex-panels-lightbox-single-top .slider-item p,
      .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .flexboard-panels-lightbox-single-top .slider-item p, .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .econokore-panels-lightbox-single-top .slider-item p,
      .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .beadboard-panels-lightbox-single-top .slider-item p, .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .worklite-panels-lightbox-single-top .slider-item p {
        font-size: 20px;
        font-weight: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #777777;
        margin-bottom: 0; }
      .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .kerfkore-panels-lightbox-single-top .slider-item .caption-title, .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .timberflex-panels-lightbox-single-top .slider-item .caption-title,
      .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .flexboard-panels-lightbox-single-top .slider-item .caption-title, .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .econokore-panels-lightbox-single-top .slider-item .caption-title,
      .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .beadboard-panels-lightbox-single-top .slider-item .caption-title, .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .worklite-panels-lightbox-single-top .slider-item .caption-title {
        margin-top: 1.5625rem; }
        .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .kerfkore-panels-lightbox-single-top .slider-item .caption-title p, .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .timberflex-panels-lightbox-single-top .slider-item .caption-title p,
        .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .flexboard-panels-lightbox-single-top .slider-item .caption-title p, .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .econokore-panels-lightbox-single-top .slider-item .caption-title p,
        .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .beadboard-panels-lightbox-single-top .slider-item .caption-title p, .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .worklite-panels-lightbox-single-top .slider-item .caption-title p {
          font-weight: bold;
          color: #07465c;
          text-transform: uppercase; }
          .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .kerfkore-panels-lightbox-single-top .slider-item .caption-title p .project-name, .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .timberflex-panels-lightbox-single-top .slider-item .caption-title p .project-name,
          .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .flexboard-panels-lightbox-single-top .slider-item .caption-title p .project-name, .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .econokore-panels-lightbox-single-top .slider-item .caption-title p .project-name,
          .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .beadboard-panels-lightbox-single-top .slider-item .caption-title p .project-name, .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .worklite-panels-lightbox-single-top .slider-item .caption-title p .project-name {
            color: #1dc1dd; }
      .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .kerfkore-panels-lightbox-slider-bot, .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .timberflex-panels-lightbox-slider-bot,
      .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .flexboard-panels-lightbox-slider-bot, .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .econokore-panels-lightbox-slider-bot,
      .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .beadboard-panels-lightbox-slider-bot, .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .worklite-panels-lightbox-slider-bot {
        margin-top: 1.875rem; }
        .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .kerfkore-panels-lightbox-slider-bot .slider-item, .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .timberflex-panels-lightbox-slider-bot .slider-item,
        .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .flexboard-panels-lightbox-slider-bot .slider-item, .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .econokore-panels-lightbox-slider-bot .slider-item,
        .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .beadboard-panels-lightbox-slider-bot .slider-item, .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .worklite-panels-lightbox-slider-bot .slider-item {
          margin: 0 0.625rem; }
          .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .kerfkore-panels-lightbox-slider-bot .slider-item img, .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .timberflex-panels-lightbox-slider-bot .slider-item img,
          .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .flexboard-panels-lightbox-slider-bot .slider-item img, .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .econokore-panels-lightbox-slider-bot .slider-item img,
          .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .beadboard-panels-lightbox-slider-bot .slider-item img, .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .worklite-panels-lightbox-slider-bot .slider-item img {
            width: 270px;
            height: 210px; }
      .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .slick-prev,
      .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .slick-next {
        z-index: 10;
        background: #1dc1dd;
        color: #ffffff;
        width: 50px;
        height: 47px;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
        top: 41%; }
        .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .slick-prev:before,
        .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .slick-next:before {
          font-family: 'Font Awesome 5 Pro';
          font-size: 2rem; }
      .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .slick-prev {
        left: -1.5%; }
        .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .slick-prev:before {
          content: '\f053'; }
      .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .slick-next {
        right: -1.5%; }
        .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .slick-next:before {
          content: '\f054'; }
    @media screen and (max-width: 74.9375em) {
      .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .slider-for-lightbox .slider-item img {
        width: 100%;
        max-height: 600px; } }
    @media screen and (max-width: 63.9375em) {
      .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .slider-for-lightbox .slider-item img {
        max-height: 450px; }
      .page-template-template-gallery .reveal-overlay .reveal .slick-prev, .page-template-template-gallery .reveal-overlay .reveal .slick-next {
        top: 35%; } }
    @media screen and (max-width: 39.9375em) {
      .page-template-template-gallery .reveal-overlay .reveal {
        text-align: center;
        padding: 2.5rem 1.875rem;
        margin-bottom: 0; }
        .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .slider-for-lightbox .slider-item img {
          max-height: 400px; }
        .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .slider-for-lightbox .slider-item .caption-title p .project-name {
          display: block;
          margin-bottom: 0.9375rem; }
        .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .slider-lightbox {
          display: none; }
        .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .slick-prev,
        .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .slick-next {
          top: 23%; }
        .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .slick-prev {
          left: -12%; }
        .page-template-template-gallery .reveal-overlay .reveal .lightbox-slider-wrapper .slick-next {
          right: -12%; } }

/*********************
RESOURCES PAGE STYLES
*********************/
.page-template-template-resources section.top-header {
  position: relative;
  /* End Breakpoint medium */
  /* End Breakpoint small */
  /* Overide mixin to make bottom title larger than top title */ }
  .page-template-template-resources section.top-header .top-banner {
    padding: 5rem 1.25rem 6.25rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important; }
    .page-template-template-resources section.top-header .top-banner .cta-box {
      z-index: 9; }
      .page-template-template-resources section.top-header .top-banner .cta-box .title-wrapper h2, .page-template-template-resources section.top-header .top-banner .cta-box .title-wrapper h1 {
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        color: #ffffff;
        text-align: right; }
        .page-template-template-resources section.top-header .top-banner .cta-box .title-wrapper h2.top-title {
          font-size: 35px;
          font-weight: bold;
          line-height: 1.26;
          letter-spacing: 2px;
          text-transform: uppercase; }
        .page-template-template-resources section.top-header .top-banner .cta-box .title-wrapper h2.bot-title, .page-template-template-resources section.top-header .top-banner .cta-box .title-wrapper h1.bot-title {
          margin-top: 0.625rem;
          font-size: 16px;
          font-weight: 500;
          letter-spacing: 5.14px;
          text-transform: uppercase; }
      .page-template-template-resources section.top-header .top-banner .cta-box .title-wrapper .button-wrapper {
        text-align: right; }
        .page-template-template-resources section.top-header .top-banner .cta-box .title-wrapper .button-wrapper .main-button {
          margin-top: 1.875rem;
          font-size: 16px;
          letter-spacing: 2.67px; }
  .page-template-template-resources section.top-header .header-info {
    position: relative;
    padding: 1.25rem;
    border-bottom: 0.8px solid #a1a1a1;
    background: #ffffff; }
    .page-template-template-resources section.top-header .header-info .breadcrumbs {
      text-align: left;
      margin: 0; }
      .page-template-template-resources section.top-header .header-info .breadcrumbs #breadcrumbs {
        margin: 0; }
        .page-template-template-resources section.top-header .header-info .breadcrumbs #breadcrumbs a {
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.88px;
          color: #a1a1a1;
          text-transform: uppercase;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .page-template-template-resources section.top-header .header-info .breadcrumbs #breadcrumbs .breadcrumb_last {
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.88px;
          color: #002a39;
          text-transform: uppercase; }
    .page-template-template-resources section.top-header .header-info .share-buttons {
      text-align: right; }
      .page-template-template-resources section.top-header .header-info .share-buttons p {
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.88px;
        color: #979797;
        margin: 0; }
        .page-template-template-resources section.top-header .header-info .share-buttons p a {
          font-size: 16px;
          color: #979797;
          margin-right: 0.3125rem;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .page-template-template-resources section.top-header .header-info .share-buttons p a:hover {
            color: #1dc1dd; }
  @media screen and (max-width: 63.9375em) {
    .page-template-template-resources section.top-header .top-banner .cta-box {
      text-align: center; }
      .page-template-template-resources section.top-header .top-banner .cta-box .title-wrapper h2.top-title, .page-template-template-resources section.top-header .top-banner .cta-box .title-wrapper h2.bot-title, .page-template-template-resources section.top-header .top-banner .cta-box .title-wrapper h1.bot-title {
        text-align: center; }
      .page-template-template-resources section.top-header .top-banner .cta-box .button-wrapper {
        text-align: center !important; }
    .page-template-template-resources section.top-header .img-overlay {
      opacity: 0; } }
  @media screen and (max-width: 39.9375em) {
    .page-template-template-resources section.top-header .top-banner {
      padding: 5rem 1.25rem 5.3125rem; }
    .page-template-template-resources section.top-header .header-info {
      text-align: center; }
      .page-template-template-resources section.top-header .header-info .breadcrumbs {
        text-align: center;
        padding: 0; }
      .page-template-template-resources section.top-header .header-info .share-buttons {
        text-align: center;
        margin-top: 0.625rem;
        padding: 0; } }
  .page-template-template-resources section.top-header .top-banner .cta-box .title-wrapper h2.top-title {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 5.14px;
    color: #ffffff; }
  .page-template-template-resources section.top-header .top-banner .cta-box .title-wrapper h2.bot-title, .page-template-template-resources section.top-header .top-banner .cta-box .title-wrapper h1.bot-title {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.26;
    letter-spacing: 2px;
    color: #ffffff; }

.page-template-template-resources section#one {
  padding: 5.9375rem 1.25rem 15.625rem;
  /* End Breakpoint small */ }
  .page-template-template-resources section#one h2 {
    margin-bottom: 1.875rem; }
    .page-template-template-resources section#one h2.top-title {
      font-size: 35px;
      font-weight: normal;
      line-height: 1.26;
      letter-spacing: 2px;
      color: #07465c;
      text-transform: uppercase; }
    .page-template-template-resources section#one h2 .bold {
      font-weight: bold; }
  .page-template-template-resources section#one .resource-tabs {
    border-bottom: 0.8px solid #979797;
    padding: 0; }
    .page-template-template-resources section#one .resource-tabs .tab .title-wrapper {
      text-align: center;
      background: #979797; }
      .page-template-template-resources section#one .resource-tabs .tab .title-wrapper .tab-title {
        font-size: 16px;
        font-weight: bold;
        line-height: 2.06;
        letter-spacing: 0.91px;
        color: #ffffff;
        text-transform: uppercase;
        padding: 0.8125rem 0; }
    .page-template-template-resources section#one .resource-tabs .tab.active .title-wrapper {
      background: #1dc1dd; }
    @media screen and (max-width: 63.9375em) {
      .page-template-template-resources section#one .resource-tabs .tab {
        padding: 0 3px; }
        .page-template-template-resources section#one .resource-tabs .tab .title-wrapper .tab-title {
          font-size: 15px;
          line-height: 1.4;
          letter-spacing: 0; } }
    @media screen and (max-width: 39.9375em) {
      .page-template-template-resources section#one .resource-tabs .tab {
        padding: 0 1px; }
        .page-template-template-resources section#one .resource-tabs .tab .title-wrapper .tab-title {
          font-size: 10px; } }
  .page-template-template-resources section#one .hidden {
    display: none; }
  .page-template-template-resources section#one .show {
    display: block; }
  .page-template-template-resources section#one .resource-content {
    margin-top: 2.5rem;
    padding: 0; }
    .page-template-template-resources section#one .resource-content .inner-title {
      padding: 0.5rem 0;
      border-bottom: 1.3px solid #979797; }
      .page-template-template-resources section#one .resource-content .inner-title h4 {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.88;
        letter-spacing: normal;
        color: #07465c;
        text-transform: uppercase; }
    .page-template-template-resources section#one .resource-content .filter-wrapper {
      padding-left: 0; }
      .page-template-template-resources section#one .resource-content .filter-wrapper .filter {
        padding: 0; }
      .page-template-template-resources section#one .resource-content .filter-wrapper select {
        height: 37px;
        margin: 0;
        margin-top: 1.25rem;
        padding: 0 0.625rem;
        font-size: 14px;
        font-style: normal;
        line-height: 2.14;
        letter-spacing: normal;
        color: #777777;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
        background-size: 9px 6px;
        border: 1px solid #979797;
        outline-color: #1dc1dd; }
        .page-template-template-resources section#one .resource-content .filter-wrapper select .active {
          display: block; }
        .page-template-template-resources section#one .resource-content .filter-wrapper select .hidden {
          display: none; }
      .page-template-template-resources section#one .resource-content .filter-wrapper #resource-filter {
        margin-top: 1.75rem; }
    .page-template-template-resources section#one .resource-content .downloads-wrapper {
      padding-right: 0;
      /* ---- isotope ---- */
      /* ---- end isotope ---- */ }
      .page-template-template-resources section#one .resource-content .downloads-wrapper .isotope:after {
        content: '';
        display: block;
        clear: both; }
      .page-template-template-resources section#one .resource-content .downloads-wrapper .left, .page-template-template-resources section#one .resource-content .downloads-wrapper .right {
        padding: 0; }
      .page-template-template-resources section#one .resource-content .downloads-wrapper .inner-files {
        background: #fafafa;
        padding: 0.75rem 0; }
        .page-template-template-resources section#one .resource-content .downloads-wrapper .inner-files .file-row {
          margin-bottom: 0.9375rem;
          padding: 0; }
          .page-template-template-resources section#one .resource-content .downloads-wrapper .inner-files .file-row:last-of-type {
            margin-bottom: 0; }
        .page-template-template-resources section#one .resource-content .downloads-wrapper .inner-files p {
          margin: 0;
          display: inline-block; }
        .page-template-template-resources section#one .resource-content .downloads-wrapper .inner-files .file-title {
          font-size: 20px;
          font-weight: normal;
          line-height: 2.5;
          letter-spacing: normal;
          color: #777777; }
          .page-template-template-resources section#one .resource-content .downloads-wrapper .inner-files .file-title img {
            width: 30px;
            height: 35px; }
        .page-template-template-resources section#one .resource-content .downloads-wrapper .inner-files .file-download {
          padding-right: 1.875rem;
          padding-top: 0.5625rem; }
          .page-template-template-resources section#one .resource-content .downloads-wrapper .inner-files .file-download a {
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            color: #1dc1dd; }
            .page-template-template-resources section#one .resource-content .downloads-wrapper .inner-files .file-download a i {
              font-size: 26px; }
            .page-template-template-resources section#one .resource-content .downloads-wrapper .inner-files .file-download a:hover {
              color: #07465c; }
  @media screen and (max-width: 39.9375em) {
    .page-template-template-resources section#one {
      padding: 3.125rem 1.25rem 6.25rem;
      text-align: center; }
      .page-template-template-resources section#one .resource-content .downloads-wrapper {
        margin-top: 2.5rem;
        padding-left: 0; }
        .page-template-template-resources section#one .resource-content .downloads-wrapper .inner-files .file-title {
          font-size: 16px; }
        .page-template-template-resources section#one .resource-content .downloads-wrapper .inner-files .file-download {
          padding-right: 1.25rem; } }
  .page-template-template-resources section#one #professionals-panel-resources .inner-files {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important; }
  .page-template-template-resources section#one #professionals-panel-resources .resource-icon {
    color: #777777;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .page-template-template-resources section#one #professionals-panel-resources .resource-icon:hover {
      color: #1dc1dd; }
  .page-template-template-resources section#one #professionals-panel-resources .prof-video {
    position: relative !important;
    top: 0 !important;
    display: block;
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important; }
  .page-template-template-resources section#one #professionals-panel-resources .prof-file {
    position: relative !important;
    top: 0 !important;
    display: block;
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important; }

.page-template-template-resources section#two {
  background: #f0f0f0;
  -webkit-box-shadow: 0 2px 15px 7px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 15px 7px rgba(0, 0, 0, 0.08);
  padding: 5.625rem 1.25rem 5.9375rem; }
  .page-template-template-resources section#two .content-wrapper h2 {
    text-align: center;
    color: #07465c; }
    .page-template-template-resources section#two .content-wrapper h2.top-title {
      font-size: 16px;
      font-weight: 500;
      line-height: normal;
      letter-spacing: 5.14px; }
    .page-template-template-resources section#two .content-wrapper h2.bot-title {
      margin-top: 0.9375rem;
      font-size: 35px;
      font-weight: normal;
      line-height: 1.26;
      letter-spacing: 2px; }
  .page-template-template-resources section#two .content-wrapper p {
    margin-top: 1.875rem;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: center;
    color: #07465c; }
  .page-template-template-resources section#two .content-wrapper .name p {
    font-weight: bold; }

/*********************
REP PAGE STYLES
*********************/
.page-template-template-rep section.top-header {
  position: relative;
  /* End Breakpoint medium */
  /* End Breakpoint small */ }
  .page-template-template-rep section.top-header .top-banner {
    padding: 5rem 1.25rem 6.25rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important; }
    .page-template-template-rep section.top-header .top-banner .cta-box {
      z-index: 9; }
      .page-template-template-rep section.top-header .top-banner .cta-box .title-wrapper h2 {
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        color: #ffffff;
        text-align: right; }
        .page-template-template-rep section.top-header .top-banner .cta-box .title-wrapper h2.top-title {
          font-size: 35px;
          font-weight: bold;
          line-height: 1.26;
          letter-spacing: 2px;
          text-transform: uppercase; }
        .page-template-template-rep section.top-header .top-banner .cta-box .title-wrapper h2.bot-title, .page-template-template-rep section.top-header .top-banner .cta-box .title-wrapper h1.bot-title {
          margin-top: 0.625rem;
          font-size: 16px;
          font-weight: 500;
          letter-spacing: 5.14px;
          text-transform: uppercase; }
      .page-template-template-rep section.top-header .top-banner .cta-box .title-wrapper .button-wrapper {
        text-align: right; }
        .page-template-template-rep section.top-header .top-banner .cta-box .title-wrapper .button-wrapper .main-button {
          margin-top: 1.875rem;
          font-size: 16px;
          letter-spacing: 2.67px; }
  .page-template-template-rep section.top-header .header-info {
    position: relative;
    padding: 1.25rem;
    border-bottom: 0.8px solid #a1a1a1;
    background: #ffffff; }
    .page-template-template-rep section.top-header .header-info .breadcrumbs {
      text-align: left;
      margin: 0; }
      .page-template-template-rep section.top-header .header-info .breadcrumbs #breadcrumbs {
        margin: 0; }
        .page-template-template-rep section.top-header .header-info .breadcrumbs #breadcrumbs a {
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.88px;
          color: #a1a1a1;
          text-transform: uppercase;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .page-template-template-rep section.top-header .header-info .breadcrumbs #breadcrumbs .breadcrumb_last {
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.88px;
          color: #002a39;
          text-transform: uppercase; }
    .page-template-template-rep section.top-header .header-info .share-buttons {
      text-align: right; }
      .page-template-template-rep section.top-header .header-info .share-buttons p {
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.88px;
        color: #979797;
        margin: 0; }
        .page-template-template-rep section.top-header .header-info .share-buttons p a {
          font-size: 16px;
          color: #979797;
          margin-right: 0.3125rem;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .page-template-template-rep section.top-header .header-info .share-buttons p a:hover {
            color: #1dc1dd; }
  @media screen and (max-width: 63.9375em) {
    .page-template-template-rep section.top-header .top-banner .cta-box {
      text-align: center; }
      .page-template-template-rep section.top-header .top-banner .cta-box .title-wrapper h2.top-title, .page-template-template-rep section.top-header .top-banner .cta-box .title-wrapper h2.bot-title {
        text-align: center; }
      .page-template-template-rep section.top-header .top-banner .cta-box .button-wrapper {
        text-align: center !important; }
    .page-template-template-rep section.top-header .img-overlay {
      opacity: 0; } }
  @media screen and (max-width: 39.9375em) {
    .page-template-template-rep section.top-header .top-banner {
      padding: 5rem 1.25rem 5.3125rem; }
    .page-template-template-rep section.top-header .header-info {
      text-align: center; }
      .page-template-template-rep section.top-header .header-info .breadcrumbs {
        text-align: center;
        padding: 0; }
      .page-template-template-rep section.top-header .header-info .share-buttons {
        text-align: center;
        margin-top: 0.625rem;
        padding: 0; } }

.page-template-template-rep section#one {
  padding: 4.0625rem 1.25rem 5rem;
  /* BEGIN MEDIA QUERIES */
  /* End Breakpoint 1200px */
  /* End Breakpoint 1100px */
  /* End Breakpoint 900px */
  /* End Breakpoint 790px */
  /* End Breakpoint 640px */
  /* End Breakpoint 485px */
  /* End Breakpoint large */
  /* End Breakpoint medium */
  /* End Breakpoint small */ }
  .page-template-template-rep section#one .tab-wrapper {
    border-bottom: 0.8px solid #979797;
    padding-left: 50px; }
    .page-template-template-rep section#one .tab-wrapper #left-tab .title-wrapper, .page-template-template-rep section#one .tab-wrapper #right-tab .title-wrapper {
      position: relative;
      text-align: center;
      width: 450px;
      padding: 10px 20px 10px 10px;
      color: #002a39;
      background: #f7f7f7;
      -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5);
      box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5); }
      .page-template-template-rep section#one .tab-wrapper #left-tab .title-wrapper:after, .page-template-template-rep section#one .tab-wrapper #right-tab .title-wrapper:after {
        content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background: #f7f7f7; }
      .page-template-template-rep section#one .tab-wrapper #left-tab .title-wrapper .tab-title, .page-template-template-rep section#one .tab-wrapper #right-tab .title-wrapper .tab-title {
        position: relative;
        color: #002a39;
        z-index: 9;
        font-size: 22px;
        letter-spacing: 1.26px; }
        .page-template-template-rep section#one .tab-wrapper #left-tab .title-wrapper .tab-title .bold, .page-template-template-rep section#one .tab-wrapper #right-tab .title-wrapper .tab-title .bold {
          font-weight: bold; }
    .page-template-template-rep section#one .tab-wrapper #left-tab .active .title-wrapper, .page-template-template-rep section#one .tab-wrapper #right-tab .active .title-wrapper {
      background: #1dc1dd;
      color: #ffffff; }
      .page-template-template-rep section#one .tab-wrapper #left-tab .active .title-wrapper:after, .page-template-template-rep section#one .tab-wrapper #right-tab .active .title-wrapper:after {
        background: #1dc1dd; }
      .page-template-template-rep section#one .tab-wrapper #left-tab .active .title-wrapper .tab-title, .page-template-template-rep section#one .tab-wrapper #right-tab .active .title-wrapper .tab-title {
        color: #ffffff; }
    .page-template-template-rep section#one .tab-wrapper #left-tab .left-tab {
      width: 45%;
      margin-left: 35px; }
    .page-template-template-rep section#one .tab-wrapper #left-tab .title-wrapper:after {
      -webkit-transform-origin: top;
      -ms-transform-origin: top;
      transform-origin: top;
      -ms-transform: skew(20deg, 0deg);
      -webkit-transform: skew(20deg, 0deg);
      transform: skew(20deg, 0deg); }
    .page-template-template-rep section#one .tab-wrapper #right-tab.right-tab {
      width: 45%;
      margin-left: 30px; }
    .page-template-template-rep section#one .tab-wrapper #right-tab .title-wrapper:after {
      -webkit-transform-origin: top;
      -ms-transform-origin: top;
      transform-origin: top;
      -ms-transform: skew(-20deg, 0deg);
      -webkit-transform: skew(-20deg, 0deg);
      transform: skew(-20deg, 0deg); }
  @media screen and (max-width: 75em) {
    .page-template-template-rep section#one .tab-wrapper #left-tab .title-wrapper, .page-template-template-rep section#one .tab-wrapper #right-tab .title-wrapper {
      width: 350px; }
    .page-template-template-rep section#one .tab-wrapper #left-tab .left-tab {
      width: 45%;
      margin-left: 75px; }
    .page-template-template-rep section#one .tab-wrapper #right-tab .right-tab {
      width: 45%;
      margin-left: 10px; } }
  @media screen and (max-width: 68.75em) {
    .page-template-template-rep section#one .tab-wrapper #left-tab .left-tab {
      width: 50%;
      margin-left: 0; }
    .page-template-template-rep section#one .tab-wrapper #right-tab .right-tab {
      width: 50%;
      margin-left: 0; } }
  @media screen and (max-width: 56.25em) {
    .page-template-template-rep section#one .tab-wrapper #left-tab .title-wrapper, .page-template-template-rep section#one .tab-wrapper #right-tab .title-wrapper {
      width: 300px; } }
  @media screen and (max-width: 49.375em) {
    .page-template-template-rep section#one .tab-wrapper {
      padding: 0; }
      .page-template-template-rep section#one .tab-wrapper #left-tab .title-wrapper, .page-template-template-rep section#one .tab-wrapper #right-tab .title-wrapper {
        width: auto;
        padding: 10px 0; }
        .page-template-template-rep section#one .tab-wrapper #left-tab .title-wrapper .tab-title, .page-template-template-rep section#one .tab-wrapper #right-tab .title-wrapper .tab-title {
          font-size: 18px;
          letter-spacing: 1px; }
      .page-template-template-rep section#one .tab-wrapper #left-tab .left-tab {
        width: 50%;
        margin-left: 0; }
      .page-template-template-rep section#one .tab-wrapper #right-tab .right-tab {
        width: 50%;
        margin-left: 0; } }
  @media screen and (max-width: 40em) {
    .page-template-template-rep section#one .tab-wrapper {
      padding: 0;
      position: relative; }
      .page-template-template-rep section#one .tab-wrapper #left-tab, .page-template-template-rep section#one .tab-wrapper #right-tab {
        position: relative; }
        .page-template-template-rep section#one .tab-wrapper #left-tab .title-wrapper, .page-template-template-rep section#one .tab-wrapper #right-tab .title-wrapper {
          width: auto;
          padding: 10px 0; }
          .page-template-template-rep section#one .tab-wrapper #left-tab .title-wrapper .tab-title, .page-template-template-rep section#one .tab-wrapper #right-tab .title-wrapper .tab-title {
            font-size: 18px;
            letter-spacing: 1px; }
      .page-template-template-rep section#one .tab-wrapper #left-tab .left-tab {
        position: relative;
        width: 45% !important;
        margin-left: 0;
        left: 0 !important; }
      .page-template-template-rep section#one .tab-wrapper #right-tab .right-tab {
        position: relative;
        width: 45% !important;
        right: -10%; } }
  @media screen and (max-width: 30.3125em) {
    .page-template-template-rep section#one .tab-wrapper #left-tab .title-wrapper, .page-template-template-rep section#one .tab-wrapper #right-tab .title-wrapper {
      padding: 10px 20px; } }
  .page-template-template-rep section#one .map-wrapper {
    margin-top: 4.0625rem; }
    .page-template-template-rep section#one .map-wrapper.hidden {
      display: none; }
    .page-template-template-rep section#one .map-wrapper.active {
      display: block; }
    .page-template-template-rep section#one .map-wrapper .map-left {
      padding: 0;
      /* Zip / Address Search */
      /* Search Radius */ }
      .page-template-template-rep section#one .map-wrapper .map-left .addressInput {
        width: 90% !important; }
      .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_query_div {
        display: inline-block;
        padding: 0;
        width: 50%; }
        .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_query_div label {
          font-size: 16px;
          font-weight: 500;
          line-height: 1.31;
          letter-spacing: normal;
          color: #07465c;
          width: 195px;
          margin-bottom: 0.3125rem;
          margin-top: 0;
          margin-right: 0.3125rem; }
        .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_query_div .wpgmza-use-my-location {
          margin-left: 0.3125rem;
          color: #07465c;
          margin-top: 0.625rem;
          display: none;
          /* remove a repeated search button */ }
          .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_query_div .wpgmza-use-my-location:last-of-type {
            display: none; }
      .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_radius_div {
        display: inline-block;
        margin-left: 1.875rem;
        padding: 0;
        width: 40%; }
        .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_radius_div label {
          font-size: 16px;
          font-weight: 500;
          line-height: 1.31;
          letter-spacing: normal;
          color: #07465c;
          width: 100px;
          display: inline-block; }
        .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_radius_div .wpgmza_sl_radius_select {
          display: inline-block; }
      .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_search_button_div {
        width: 16%; }
        .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_search_button_div .wpgmza_sl_search_button_2, .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_search_button_div .wpgmza_sl_search_button_4 {
          font-family: 'Maven Pro', sans-serif;
          font-size: 16px;
          font-weight: bold;
          line-height: 1.31;
          letter-spacing: normal;
          background-color: #1dc1dd;
          color: #ffffff;
          border: none;
          padding: 0.5rem 0.9375rem;
          margin: 0 0 1.25rem;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_search_button_div .wpgmza_sl_search_button_2:hover, .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_search_button_div .wpgmza_sl_search_button_4:hover {
            background: #0f556e; }
      .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_reset_button_div {
        width: 40%; }
        .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_reset_button_div .wpgmza_sl_reset_button_2, .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_reset_button_div .wpgmza_sl_reset_button_4 {
          font-family: 'Maven Pro', sans-serif;
          font-size: 16px;
          font-weight: bold;
          line-height: 1.31;
          letter-spacing: normal;
          background-color: #1dc1dd;
          color: #ffffff;
          border: none;
          padding: 0.5rem 1.25rem;
          margin: 0 0 1.25rem;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_reset_button_div .wpgmza_sl_reset_button_2:hover, .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_reset_button_div .wpgmza_sl_reset_button_4:hover {
            background: #0f556e; }
    .page-template-template-rep section#one .map-wrapper .map-right {
      padding: 0;
      /* width */
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      .page-template-template-rep section#one .map-wrapper .map-right #distributor-list {
        margin-left: 2.1875rem;
        max-height: 500px;
        overflow-y: scroll;
        overflow-x: hidden; }
        .page-template-template-rep section#one .map-wrapper .map-right #distributor-list .dist-loc-wrapper {
          margin-bottom: 0.9375rem; }
          .page-template-template-rep section#one .map-wrapper .map-right #distributor-list .dist-loc-wrapper .name {
            margin: 0;
            font-size: 18px;
            font-weight: bold;
            line-height: 1.56;
            letter-spacing: normal;
            color: #002a39; }
          .page-template-template-rep section#one .map-wrapper .map-right #distributor-list .dist-loc-wrapper .address {
            margin: 0;
            font-size: 16px;
            font-weight: normal;
            line-height: 1.69;
            letter-spacing: normal;
            color: #777777; }
          .page-template-template-rep section#one .map-wrapper .map-right #distributor-list .dist-loc-wrapper .phone {
            margin: 0;
            font-size: 16px;
            font-weight: bold;
            line-height: 1.69;
            letter-spacing: normal;
            color: #777777; }
      .page-template-template-rep section#one .map-wrapper .map-right ::-webkit-scrollbar {
        width: 2px; }
      .page-template-template-rep section#one .map-wrapper .map-right ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 2px #cbcbcb;
        box-shadow: inset 0 0 2px #cbcbcb; }
      .page-template-template-rep section#one .map-wrapper .map-right ::-webkit-scrollbar-thumb {
        width: 10px;
        background: #979797; }
      .page-template-template-rep section#one .map-wrapper .map-right ::-webkit-scrollbar-thumb:hover {
        background: #979797; }
  @media screen and (max-width: 74.9375em) {
    .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_query_div .wpgmza-use-my-location {
      margin-left: 0;
      margin-top: 0; }
    .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_search_button_div {
      width: 20%; } }
  @media screen and (max-width: 63.9375em) {
    .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_search_button_div {
      width: 25%; }
    .page-template-template-rep section#one .map-wrapper .map-left .addressInput {
      width: 90% !important; }
    .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_radius_div {
      margin-left: 0; } }
  @media screen and (max-width: 39.9375em) {
    .page-template-template-rep section#one {
      padding: 3.125rem 1.25rem 3.125rem; }
      .page-template-template-rep section#one .map-wrapper .map-left {
        margin-bottom: 1.875rem;
        /* Zip / Address Search */
        /* Search Radius */ }
        .page-template-template-rep section#one .map-wrapper .map-left .addressInput {
          width: 100% !important; }
        .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_query_div {
          display: block;
          width: 100%; }
          .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_query_div label {
            width: 100%;
            margin-right: 0;
            margin-bottom: 0.3125rem; }
          .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_query_div .wpgmza-use-my-location {
            margin-left: 0;
            margin-top: 0;
            display: none; }
        .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_radius_div {
          display: block;
          margin-left: 0;
          width: 100%; }
          .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_radius_div label {
            width: 100%;
            display: block;
            margin-bottom: 0.3125rem; }
          .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_radius_div .wpgmza_sl_radius_select {
            display: block; }
        .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_search_button_div {
          width: 45%; }
        .page-template-template-rep section#one .map-wrapper .map-left .wpgmza_sl_reset_button_div {
          width: 50%; }
      .page-template-template-rep section#one .map-wrapper .map-right #distributor-list {
        margin-left: 0; } }


/*********************
DISTRIBUTOR PAGE STYLES
*********************/
.page-template-template-distributor section.top-header {
  position: relative;
  /* End Breakpoint medium */
  /* End Breakpoint small */ }
  .page-template-template-distributor section.top-header .top-banner {
    padding: 5rem 1.25rem 6.25rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important; }
    .page-template-template-distributor section.top-header .top-banner .cta-box {
      z-index: 9; }
      .page-template-template-distributor section.top-header .top-banner .cta-box .title-wrapper h2 {
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        color: #ffffff;
        text-align: right; }
        .page-template-template-distributor section.top-header .top-banner .cta-box .title-wrapper h2.top-title {
          font-size: 35px;
          font-weight: bold;
          line-height: 1.26;
          letter-spacing: 2px;
          text-transform: uppercase; }
        .page-template-template-distributor section.top-header .top-banner .cta-box .title-wrapper h2.bot-title, .page-template-template-distributor section.top-header .top-banner .cta-box .title-wrapper h1.bot-title {
          margin-top: 0.625rem;
          font-size: 16px;
          font-weight: 500;
          letter-spacing: 5.14px;
          text-transform: uppercase; }
      .page-template-template-distributor section.top-header .top-banner .cta-box .title-wrapper .button-wrapper {
        text-align: right; }
        .page-template-template-distributor section.top-header .top-banner .cta-box .title-wrapper .button-wrapper .main-button {
          margin-top: 1.875rem;
          font-size: 16px;
          letter-spacing: 2.67px; }
  .page-template-template-distributor section.top-header .header-info {
    position: relative;
    padding: 1.25rem;
    border-bottom: 0.8px solid #a1a1a1;
    background: #ffffff; }
    .page-template-template-distributor section.top-header .header-info .breadcrumbs {
      text-align: left;
      margin: 0; }
      .page-template-template-distributor section.top-header .header-info .breadcrumbs #breadcrumbs {
        margin: 0; }
        .page-template-template-distributor section.top-header .header-info .breadcrumbs #breadcrumbs a {
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.88px;
          color: #a1a1a1;
          text-transform: uppercase;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .page-template-template-distributor section.top-header .header-info .breadcrumbs #breadcrumbs .breadcrumb_last {
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.88px;
          color: #002a39;
          text-transform: uppercase; }
    .page-template-template-distributor section.top-header .header-info .share-buttons {
      text-align: right; }
      .page-template-template-distributor section.top-header .header-info .share-buttons p {
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.88px;
        color: #979797;
        margin: 0; }
        .page-template-template-distributor section.top-header .header-info .share-buttons p a {
          font-size: 16px;
          color: #979797;
          margin-right: 0.3125rem;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .page-template-template-distributor section.top-header .header-info .share-buttons p a:hover {
            color: #1dc1dd; }
  @media screen and (max-width: 63.9375em) {
    .page-template-template-distributor section.top-header .top-banner .cta-box {
      text-align: center; }
      .page-template-template-distributor section.top-header .top-banner .cta-box .title-wrapper h2.top-title, .page-template-template-distributor section.top-header .top-banner .cta-box .title-wrapper h2.bot-title {
        text-align: center; }
      .page-template-template-distributor section.top-header .top-banner .cta-box .button-wrapper {
        text-align: center !important; }
    .page-template-template-distributor section.top-header .img-overlay {
      opacity: 0; } }
  @media screen and (max-width: 39.9375em) {
    .page-template-template-distributor section.top-header .top-banner {
      padding: 5rem 1.25rem 5.3125rem; }
    .page-template-template-distributor section.top-header .header-info {
      text-align: center; }
      .page-template-template-distributor section.top-header .header-info .breadcrumbs {
        text-align: center;
        padding: 0; }
      .page-template-template-distributor section.top-header .header-info .share-buttons {
        text-align: center;
        margin-top: 0.625rem;
        padding: 0; } }

.page-template-template-distributor section#one {
  padding: 4.0625rem 1.25rem 5rem;
  /* BEGIN MEDIA QUERIES */
  /* End Breakpoint 1200px */
  /* End Breakpoint 1100px */
  /* End Breakpoint 900px */
  /* End Breakpoint 790px */
  /* End Breakpoint 640px */
  /* End Breakpoint 485px */
  /* End Breakpoint large */
  /* End Breakpoint medium */
  /* End Breakpoint small */ }
  .page-template-template-distributor section#one .tab-wrapper {
    border-bottom: 0.8px solid #979797;
    padding-left: 50px; }
    .page-template-template-distributor section#one .tab-wrapper #left-tab .title-wrapper, .page-template-template-distributor section#one .tab-wrapper #right-tab .title-wrapper {
      position: relative;
      text-align: center;
      width: 450px;
      padding: 10px 20px 10px 10px;
      color: #002a39;
      background: #f7f7f7;
      -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5);
      box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5); }
      .page-template-template-distributor section#one .tab-wrapper #left-tab .title-wrapper:after, .page-template-template-distributor section#one .tab-wrapper #right-tab .title-wrapper:after {
        content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background: #f7f7f7; }
      .page-template-template-distributor section#one .tab-wrapper #left-tab .title-wrapper .tab-title, .page-template-template-distributor section#one .tab-wrapper #right-tab .title-wrapper .tab-title {
        position: relative;
        color: #002a39;
        z-index: 9;
        font-size: 22px;
        letter-spacing: 1.26px; }
        .page-template-template-distributor section#one .tab-wrapper #left-tab .title-wrapper .tab-title .bold, .page-template-template-distributor section#one .tab-wrapper #right-tab .title-wrapper .tab-title .bold {
          font-weight: bold; }
    .page-template-template-distributor section#one .tab-wrapper #left-tab .active .title-wrapper, .page-template-template-distributor section#one .tab-wrapper #right-tab .active .title-wrapper {
      background: #1dc1dd;
      color: #ffffff; }
      .page-template-template-distributor section#one .tab-wrapper #left-tab .active .title-wrapper:after, .page-template-template-distributor section#one .tab-wrapper #right-tab .active .title-wrapper:after {
        background: #1dc1dd; }
      .page-template-template-distributor section#one .tab-wrapper #left-tab .active .title-wrapper .tab-title, .page-template-template-distributor section#one .tab-wrapper #right-tab .active .title-wrapper .tab-title {
        color: #ffffff; }
    .page-template-template-distributor section#one .tab-wrapper #left-tab .left-tab {
      width: 45%;
      margin-left: 35px; }
    .page-template-template-distributor section#one .tab-wrapper #left-tab .title-wrapper:after {
      -webkit-transform-origin: top;
      -ms-transform-origin: top;
      transform-origin: top;
      -ms-transform: skew(20deg, 0deg);
      -webkit-transform: skew(20deg, 0deg);
      transform: skew(20deg, 0deg); }
    .page-template-template-distributor section#one .tab-wrapper #right-tab.right-tab {
      width: 45%;
      margin-left: 30px; }
    .page-template-template-distributor section#one .tab-wrapper #right-tab .title-wrapper:after {
      -webkit-transform-origin: top;
      -ms-transform-origin: top;
      transform-origin: top;
      -ms-transform: skew(-20deg, 0deg);
      -webkit-transform: skew(-20deg, 0deg);
      transform: skew(-20deg, 0deg); }
  @media screen and (max-width: 75em) {
    .page-template-template-distributor section#one .tab-wrapper #left-tab .title-wrapper, .page-template-template-distributor section#one .tab-wrapper #right-tab .title-wrapper {
      width: 350px; }
    .page-template-template-distributor section#one .tab-wrapper #left-tab .left-tab {
      width: 45%;
      margin-left: 75px; }
    .page-template-template-distributor section#one .tab-wrapper #right-tab .right-tab {
      width: 45%;
      margin-left: 10px; } }
  @media screen and (max-width: 68.75em) {
    .page-template-template-distributor section#one .tab-wrapper #left-tab .left-tab {
      width: 50%;
      margin-left: 0; }
    .page-template-template-distributor section#one .tab-wrapper #right-tab .right-tab {
      width: 50%;
      margin-left: 0; } }
  @media screen and (max-width: 56.25em) {
    .page-template-template-distributor section#one .tab-wrapper #left-tab .title-wrapper, .page-template-template-distributor section#one .tab-wrapper #right-tab .title-wrapper {
      width: 300px; } }
  @media screen and (max-width: 49.375em) {
    .page-template-template-distributor section#one .tab-wrapper {
      padding: 0; }
      .page-template-template-distributor section#one .tab-wrapper #left-tab .title-wrapper, .page-template-template-distributor section#one .tab-wrapper #right-tab .title-wrapper {
        width: auto;
        padding: 10px 0; }
        .page-template-template-distributor section#one .tab-wrapper #left-tab .title-wrapper .tab-title, .page-template-template-distributor section#one .tab-wrapper #right-tab .title-wrapper .tab-title {
          font-size: 18px;
          letter-spacing: 1px; }
      .page-template-template-distributor section#one .tab-wrapper #left-tab .left-tab {
        width: 50%;
        margin-left: 0; }
      .page-template-template-distributor section#one .tab-wrapper #right-tab .right-tab {
        width: 50%;
        margin-left: 0; } }
  @media screen and (max-width: 40em) {
    .page-template-template-distributor section#one .tab-wrapper {
      padding: 0;
      position: relative; }
      .page-template-template-distributor section#one .tab-wrapper #left-tab, .page-template-template-distributor section#one .tab-wrapper #right-tab {
        position: relative; }
        .page-template-template-distributor section#one .tab-wrapper #left-tab .title-wrapper, .page-template-template-distributor section#one .tab-wrapper #right-tab .title-wrapper {
          width: auto;
          padding: 10px 0; }
          .page-template-template-distributor section#one .tab-wrapper #left-tab .title-wrapper .tab-title, .page-template-template-distributor section#one .tab-wrapper #right-tab .title-wrapper .tab-title {
            font-size: 18px;
            letter-spacing: 1px; }
      .page-template-template-distributor section#one .tab-wrapper #left-tab .left-tab {
        position: relative;
        width: 45% !important;
        margin-left: 0;
        left: 0 !important; }
      .page-template-template-distributor section#one .tab-wrapper #right-tab .right-tab {
        position: relative;
        width: 45% !important;
        right: -10%; } }
  @media screen and (max-width: 30.3125em) {
    .page-template-template-distributor section#one .tab-wrapper #left-tab .title-wrapper, .page-template-template-distributor section#one .tab-wrapper #right-tab .title-wrapper {
      padding: 10px 20px; } }
  .page-template-template-distributor section#one .map-wrapper {
    margin-top: 4.0625rem; }
    .page-template-template-distributor section#one .map-wrapper.hidden {
      display: none; }
    .page-template-template-distributor section#one .map-wrapper.active {
      display: block; }
    .page-template-template-distributor section#one .map-wrapper .map-left {
      padding: 0;
      /* Zip / Address Search */
      /* Search Radius */ }
      .page-template-template-distributor section#one .map-wrapper .map-left .addressInput {
        width: 90% !important; }
      .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_query_div {
        display: inline-block;
        padding: 0;
        width: 50%; }
        .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_query_div label {
          font-size: 16px;
          font-weight: 500;
          line-height: 1.31;
          letter-spacing: normal;
          color: #07465c;
          width: 195px;
          margin-bottom: 0.3125rem;
          margin-top: 0;
          margin-right: 0.3125rem; }
        .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_query_div .wpgmza-use-my-location {
          margin-left: 0.3125rem;
          color: #07465c;
          margin-top: 0.625rem;
          display: none;
          /* remove a repeated search button */ }
          .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_query_div .wpgmza-use-my-location:last-of-type {
            display: none; }
      .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_radius_div {
        display: inline-block;
        margin-left: 1.875rem;
        padding: 0;
        width: 40%; }
        .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_radius_div label {
          font-size: 16px;
          font-weight: 500;
          line-height: 1.31;
          letter-spacing: normal;
          color: #07465c;
          width: 100px;
          display: inline-block; }
        .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_radius_div .wpgmza_sl_radius_select {
          display: inline-block; }
      .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_search_button_div {
        width: 16%; }
        .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_search_button_div .wpgmza_sl_search_button_2, .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_search_button_div .wpgmza_sl_search_button_4 {
          font-family: 'Maven Pro', sans-serif;
          font-size: 16px;
          font-weight: bold;
          line-height: 1.31;
          letter-spacing: normal;
          background-color: #1dc1dd;
          color: #ffffff;
          border: none;
          padding: 0.5rem 0.9375rem;
          margin: 0 0 1.25rem;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_search_button_div .wpgmza_sl_search_button_2:hover, .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_search_button_div .wpgmza_sl_search_button_4:hover {
            background: #0f556e; }
      .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_reset_button_div {
        width: 40%; }
        .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_reset_button_div .wpgmza_sl_reset_button_2, .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_reset_button_div .wpgmza_sl_reset_button_4 {
          font-family: 'Maven Pro', sans-serif;
          font-size: 16px;
          font-weight: bold;
          line-height: 1.31;
          letter-spacing: normal;
          background-color: #1dc1dd;
          color: #ffffff;
          border: none;
          padding: 0.5rem 1.25rem;
          margin: 0 0 1.25rem;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_reset_button_div .wpgmza_sl_reset_button_2:hover, .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_reset_button_div .wpgmza_sl_reset_button_4:hover {
            background: #0f556e; }
    .page-template-template-distributor section#one .map-wrapper .map-right {
      padding: 0;
      /* width */
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      .page-template-template-distributor section#one .map-wrapper .map-right #distributor-list {
        margin-left: 2.1875rem;
        max-height: 500px;
        overflow-y: scroll;
        overflow-x: hidden; }
        .page-template-template-distributor section#one .map-wrapper .map-right #distributor-list .dist-loc-wrapper {
          margin-bottom: 0.9375rem; }
          .page-template-template-distributor section#one .map-wrapper .map-right #distributor-list .dist-loc-wrapper .name {
            margin: 0;
            font-size: 18px;
            font-weight: bold;
            line-height: 1.56;
            letter-spacing: normal;
            color: #002a39; }
          .page-template-template-distributor section#one .map-wrapper .map-right #distributor-list .dist-loc-wrapper .address {
            margin: 0;
            font-size: 16px;
            font-weight: normal;
            line-height: 1.69;
            letter-spacing: normal;
            color: #777777; }
          .page-template-template-distributor section#one .map-wrapper .map-right #distributor-list .dist-loc-wrapper .phone {
            margin: 0;
            font-size: 16px;
            font-weight: bold;
            line-height: 1.69;
            letter-spacing: normal;
            color: #777777; }
      .page-template-template-distributor section#one .map-wrapper .map-right ::-webkit-scrollbar {
        width: 2px; }
      .page-template-template-distributor section#one .map-wrapper .map-right ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 2px #cbcbcb;
        box-shadow: inset 0 0 2px #cbcbcb; }
      .page-template-template-distributor section#one .map-wrapper .map-right ::-webkit-scrollbar-thumb {
        width: 10px;
        background: #979797; }
      .page-template-template-distributor section#one .map-wrapper .map-right ::-webkit-scrollbar-thumb:hover {
        background: #979797; }
  @media screen and (max-width: 74.9375em) {
    .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_query_div .wpgmza-use-my-location {
      margin-left: 0;
      margin-top: 0; }
    .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_search_button_div {
      width: 20%; } }
  @media screen and (max-width: 63.9375em) {
    .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_search_button_div {
      width: 25%; }
    .page-template-template-distributor section#one .map-wrapper .map-left .addressInput {
      width: 90% !important; }
    .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_radius_div {
      margin-left: 0; } }
  @media screen and (max-width: 39.9375em) {
    .page-template-template-distributor section#one {
      padding: 3.125rem 1.25rem 3.125rem; }
      .page-template-template-distributor section#one .map-wrapper .map-left {
        margin-bottom: 1.875rem;
        /* Zip / Address Search */
        /* Search Radius */ }
        .page-template-template-distributor section#one .map-wrapper .map-left .addressInput {
          width: 100% !important; }
        .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_query_div {
          display: block;
          width: 100%; }
          .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_query_div label {
            width: 100%;
            margin-right: 0;
            margin-bottom: 0.3125rem; }
          .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_query_div .wpgmza-use-my-location {
            margin-left: 0;
            margin-top: 0;
            display: none; }
        .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_radius_div {
          display: block;
          margin-left: 0;
          width: 100%; }
          .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_radius_div label {
            width: 100%;
            display: block;
            margin-bottom: 0.3125rem; }
          .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_radius_div .wpgmza_sl_radius_select {
            display: block; }
        .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_search_button_div {
          width: 45%; }
        .page-template-template-distributor section#one .map-wrapper .map-left .wpgmza_sl_reset_button_div {
          width: 50%; }
      .page-template-template-distributor section#one .map-wrapper .map-right #distributor-list {
        margin-left: 0; } }

/*********************
REQUEST SAMPLE PAGE STYLES
*********************/
.page-template-template-request-sample section {
  background: #f7f7f7; }
  .page-template-template-request-sample section.top-header {
    position: relative;
    /* End Breakpoint medium */
    /* End Breakpoint small */ }
    .page-template-template-request-sample section.top-header .top-banner {
      padding: 5rem 1.25rem 6.25rem;
      background-size: cover !important;
      background-repeat: no-repeat !important;
      background-position: bottom !important; }
      .page-template-template-request-sample section.top-header .top-banner .cta-box {
        z-index: 9; }
        .page-template-template-request-sample section.top-header .top-banner .cta-box .title-wrapper h2 {
          text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
          color: #ffffff;
          text-align: right; }
          .page-template-template-request-sample section.top-header .top-banner .cta-box .title-wrapper h2.top-title {
            font-size: 35px;
            font-weight: bold;
            line-height: 1.26;
            letter-spacing: 2px;
            text-transform: uppercase; }
          .page-template-template-request-sample section.top-header .top-banner .cta-box .title-wrapper h2.bot-title, .page-template-template-request-sample section.top-header .top-banner .cta-box .title-wrapper h1.bot-title {
            margin-top: 0.625rem;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 5.14px;
            text-transform: uppercase; }
        .page-template-template-request-sample section.top-header .top-banner .cta-box .title-wrapper .button-wrapper {
          text-align: right; }
          .page-template-template-request-sample section.top-header .top-banner .cta-box .title-wrapper .button-wrapper .main-button {
            margin-top: 1.875rem;
            font-size: 16px;
            letter-spacing: 2.67px; }
    .page-template-template-request-sample section.top-header .header-info {
      position: relative;
      padding: 1.25rem;
      border-bottom: 0.8px solid #a1a1a1;
      background: #ffffff; }
      .page-template-template-request-sample section.top-header .header-info .breadcrumbs {
        text-align: left;
        margin: 0; }
        .page-template-template-request-sample section.top-header .header-info .breadcrumbs #breadcrumbs {
          margin: 0; }
          .page-template-template-request-sample section.top-header .header-info .breadcrumbs #breadcrumbs a {
            font-size: 14px;
            font-weight: 500;
            line-height: normal;
            letter-spacing: 0.88px;
            color: #a1a1a1;
            text-transform: uppercase;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
          .page-template-template-request-sample section.top-header .header-info .breadcrumbs #breadcrumbs .breadcrumb_last {
            font-size: 14px;
            font-weight: 500;
            line-height: normal;
            letter-spacing: 0.88px;
            color: #002a39;
            text-transform: uppercase; }
      .page-template-template-request-sample section.top-header .header-info .share-buttons {
        text-align: right; }
        .page-template-template-request-sample section.top-header .header-info .share-buttons p {
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.88px;
          color: #979797;
          margin: 0; }
          .page-template-template-request-sample section.top-header .header-info .share-buttons p a {
            font-size: 16px;
            color: #979797;
            margin-right: 0.3125rem;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
            .page-template-template-request-sample section.top-header .header-info .share-buttons p a:hover {
              color: #1dc1dd; }
    @media screen and (max-width: 63.9375em) {
      .page-template-template-request-sample section.top-header .top-banner .cta-box {
        text-align: center; }
        .page-template-template-request-sample section.top-header .top-banner .cta-box .title-wrapper h2.top-title, .page-template-template-request-sample section.top-header .top-banner .cta-box .title-wrapper h2.bot-title {
          text-align: center; }
        .page-template-template-request-sample section.top-header .top-banner .cta-box .button-wrapper {
          text-align: center !important; }
      .page-template-template-request-sample section.top-header .img-overlay {
        opacity: 0; } }
    @media screen and (max-width: 39.9375em) {
      .page-template-template-request-sample section.top-header .top-banner {
        padding: 5rem 1.25rem 5.3125rem; }
      .page-template-template-request-sample section.top-header .header-info {
        text-align: center; }
        .page-template-template-request-sample section.top-header .header-info .breadcrumbs {
          text-align: center;
          padding: 0; }
        .page-template-template-request-sample section.top-header .header-info .share-buttons {
          text-align: center;
          margin-top: 0.625rem;
          padding: 0; } }
  .page-template-template-request-sample section#one {
    padding: 5.625rem 1.25rem 0.625rem;
    /* End Breakpoint small */ }
    .page-template-template-request-sample section#one .image-wrapper img {
      max-width: 700px; }
    .page-template-template-request-sample section#one .content-wrapper h1 {
      margin-top: 3.75rem;
      font-size: 35px;
      font-weight: normal;
      line-height: 1.26;
      letter-spacing: 2px;
      color: #002a39; }
      .page-template-template-request-sample section#one .content-wrapper h1 .bold {
        font-weight: bold; }
    .page-template-template-request-sample section#one .content-wrapper p {
      margin-top: 1.25rem;
      font-size: 16px;
      font-weight: normal;
      line-height: 1.69;
      letter-spacing: normal;
      color: #777777; }
    @media screen and (max-width: 39.9375em) {
      .page-template-template-request-sample section#one {
        padding: 3.125rem 1.25rem 1.875rem;
        text-align: center; }
        .page-template-template-request-sample section#one .image-wrapper img {
          width: 100%; } }
  .page-template-template-request-sample section#two {
    padding: 0 1.25rem 5.625rem;
    /* End Breakpoint small */ }
    .page-template-template-request-sample section#two .gform_wrapper .gform_body ul .gfield .gfield_label {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.31;
      letter-spacing: normal;
      color: #07465c; }
      .page-template-template-request-sample section#two .gform_wrapper .gform_body ul .gfield .gfield_label .gfield_required {
        display: none; }
    .page-template-template-request-sample section#two .gform_wrapper .gform_body ul .gfield .ginput_container input {
      width: 90%;
      height: 47px; }
    .page-template-template-request-sample section#two .gform_wrapper .gform_body ul .gfield .ginput_container .textarea {
      width: 95%;
      height: 260px;
      padding-left: 0.9375rem; }
    .page-template-template-request-sample section#two .gform_wrapper .gform_body ul .gfield .ginput_container .gfield_select {
      width: 90%;
      height: 47px;
      padding: 0 0.9375rem; }
    .page-template-template-request-sample section#two .gform_wrapper .gform_body ul .gfield .ginput_container .instruction {
      display: none; }
    .page-template-template-request-sample section#two .gform_wrapper .gform_body ul .gfield.gf_right_fourth, .page-template-template-request-sample section#two .gform_wrapper .gform_body ul .gfield.gf_left_fourth {
      width: 23.5%;
      display: inline-block; }
    .page-template-template-request-sample section#two .gform_wrapper .gform_footer .main-button {
      font-size: 16px;
      font-weight: bold;
      line-height: normal;
      letter-spacing: 2.67px;
      color: #ffffff;
      padding: 0.9375rem 4.0625rem;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .page-template-template-request-sample section#two .gform_wrapper .gform_footer .main-button:hover {
        background: #002a39; }
    .page-template-template-request-sample section#two .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type='file']) {
      padding-left: 0.9375rem; }
    @media screen and (max-width: 39.9375em) {
      .page-template-template-request-sample section#two {
        text-align: center; }
        .page-template-template-request-sample section#two .gform_wrapper .gform_body ul .gfield .ginput_container input {
          width: 100%; }
        .page-template-template-request-sample section#two .gform_wrapper .gform_body ul .gfield .ginput_container .textarea {
          width: 100%; }
        .page-template-template-request-sample section#two .gform_wrapper .gform_body ul .gfield .ginput_container .gfield_select {
          width: 100%; }
        .page-template-template-request-sample section#two .gform_wrapper .gform_body ul .gfield.gf_right_fourth, .page-template-template-request-sample section#two .gform_wrapper .gform_body ul .gfield.gf_left_fourth {
          display: block;
          width: 100%; } }

/*********************
PRODUCT SINGLE STYLES
*********************/
.single-product section {
  position: relative; }
  .single-product section.top-header {
    position: relative;
    /* End Breakpoint medium */
    /* End Breakpoint small */
    /* Overide mixin to show content on the left and to reduce total padding when a button is added to retain consistent header size */ }
    .single-product section.top-header .top-banner {
      padding: 5rem 1.25rem 6.25rem;
      background-size: cover !important;
      background-repeat: no-repeat !important;
      background-position: bottom !important; }
      .single-product section.top-header .top-banner .cta-box {
        z-index: 9; }
        .single-product section.top-header .top-banner .cta-box .title-wrapper h2 {
          text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
          color: #ffffff;
          text-align: right; }
          .single-product section.top-header .top-banner .cta-box .title-wrapper h2.top-title {
            font-size: 35px;
            font-weight: bold;
            line-height: 1.26;
            letter-spacing: 2px;
            text-transform: uppercase; }
          .single-product section.top-header .top-banner .cta-box .title-wrapper h2.bot-title {
            margin-top: 0.625rem;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 5.14px;
            text-transform: uppercase; }
        .single-product section.top-header .top-banner .cta-box .title-wrapper .button-wrapper {
          text-align: right; }
          .single-product section.top-header .top-banner .cta-box .title-wrapper .button-wrapper .main-button {
            margin-top: 1.875rem;
            font-size: 16px;
            letter-spacing: 2.67px; }
    .single-product section.top-header .header-info {
      position: relative;
      padding: 1.25rem;
      border-bottom: 0.8px solid #a1a1a1;
      background: #ffffff; }
      .single-product section.top-header .header-info .breadcrumbs {
        text-align: left;
        margin: 0; }
        .single-product section.top-header .header-info .breadcrumbs #breadcrumbs {
          margin: 0; }
          .single-product section.top-header .header-info .breadcrumbs #breadcrumbs a {
            font-size: 14px;
            font-weight: 500;
            line-height: normal;
            letter-spacing: 0.88px;
            color: #a1a1a1;
            text-transform: uppercase;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
          .single-product section.top-header .header-info .breadcrumbs #breadcrumbs .breadcrumb_last {
            font-size: 14px;
            font-weight: 500;
            line-height: normal;
            letter-spacing: 0.88px;
            color: #002a39;
            text-transform: uppercase; }
      .single-product section.top-header .header-info .share-buttons {
        text-align: right; }
        .single-product section.top-header .header-info .share-buttons p {
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.88px;
          color: #979797;
          margin: 0; }
          .single-product section.top-header .header-info .share-buttons p a {
            font-size: 16px;
            color: #979797;
            margin-right: 0.3125rem;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
            .single-product section.top-header .header-info .share-buttons p a:hover {
              color: #1dc1dd; }
    @media screen and (max-width: 63.9375em) {
      .single-product section.top-header .top-banner .cta-box {
        text-align: center; }
        .single-product section.top-header .top-banner .cta-box .title-wrapper h2.top-title, .single-product section.top-header .top-banner .cta-box .title-wrapper h2.bot-title {
          text-align: center; }
        .single-product section.top-header .top-banner .cta-box .button-wrapper {
          text-align: center !important; }
      .single-product section.top-header .img-overlay {
        opacity: 0; } }
    @media screen and (max-width: 39.9375em) {
      .single-product section.top-header .top-banner {
        padding: 5rem 1.25rem 5.3125rem; }
      .single-product section.top-header .header-info {
        text-align: center; }
        .single-product section.top-header .header-info .breadcrumbs {
          text-align: center;
          padding: 0; }
        .single-product section.top-header .header-info .share-buttons {
          text-align: center;
          margin-top: 0.625rem;
          padding: 0; } }
    .single-product section.top-header .top-banner {
      padding: 5rem 1.25rem 4.375rem; }
      .single-product section.top-header .top-banner .cta-box .title-wrapper h2 {
        text-align: left; }
        .single-product section.top-header .top-banner .cta-box .title-wrapper h2.top-title {
          font-size: 16px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 5.14px;
          color: #ffffff;
          text-transform: uppercase; }
        .single-product section.top-header .top-banner .cta-box .title-wrapper h2.bot-title, .single-product section.top-header .top-banner .cta-box .title-wrapper h1.bot-title {
          font-size: 35px;
          font-weight: bold;
          line-height: 1.26;
          letter-spacing: 2px;
          color: #ffffff;
          text-transform: uppercase; }
      .single-product section.top-header .top-banner .cta-box .title-wrapper .button-wrapper {
        text-align: left; }
    .single-product section.top-header .large-push-4 {
      left: 0; }
    @media screen and (max-width: 39.9375em) {
      .single-product section.top-header .top-banner .cta-box .title-wrapper h2 {
        text-align: center; } }
  .single-product section#one {
    padding: 3.75rem 1.25rem 4.375rem;
    /* End Breakpoint small */ }
    .single-product section#one .content-wrapper h2 {
      text-transform: uppercase; }
      .single-product section#one .content-wrapper h2.top-title {
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 5.14px;
        color: #979797; }
      .single-product section#one .content-wrapper h2.bot-title, .single-product section#one .content-wrapper h1.bot-title {
        font-size: 35px;
        font-weight: normal;
        line-height: 1.26;
        letter-spacing: 2px;
        color: #07465c;
        margin-top: 0.625rem; }
        .single-product section#one .content-wrapper h2.bot-title .bold, .single-product section#one .content-wrapper h1.bot-title .bold {
          font-weight: bold; }
    .single-product section#one .content-wrapper p {
      font-size: 16px;
      font-weight: normal;
      line-height: 1.69;
      letter-spacing: normal;
      color: #777777;
      margin: 1.25rem auto 0; }
    .single-product section#one .image-wrapper {
      margin-top: 3.125rem; }
    @media screen and (max-width: 39.9375em) {
      .single-product section#one {
        padding: 3.125rem 1.25rem 3.125rem;
        text-align: center; } }
  .single-product section#two {
    padding: 0 1.25rem 5rem; }
    .single-product section#two .hidden {
      display: none; }
    .single-product section#two .show {
      display: block; }
    .single-product section#two .product-tabs {
      border-bottom: 0.8px solid #979797;
      padding: 0; }
      .single-product section#two .product-tabs .tab .title-wrapper {
        text-align: center;
        background: #979797; }
        .single-product section#two .product-tabs .tab .title-wrapper .tab-title {
          font-size: 16px;
          font-weight: bold;
          line-height: 2.06;
          letter-spacing: 0.91px;
          color: #ffffff;
          text-transform: uppercase;
          padding: 0.8125rem 0; }
      .single-product section#two .product-tabs .tab.active .title-wrapper {
        background: #1dc1dd; }
      @media screen and (max-width: 63.9375em) {
        .single-product section#two .product-tabs .tab .title-wrapper .tab-title {
          line-height: 1.4;
          padding: 0.625rem 0; } }
      @media screen and (max-width: 39.9375em) {
        .single-product section#two .product-tabs .tab {
          padding: 0 3px; }
          .single-product section#two .product-tabs .tab .title-wrapper .tab-title {
            font-size: 12px;
            letter-spacing: 0; } }
    .single-product section#two .tab-content {
      padding: 0;
      /* TECNICAL CHART TAB */
      /* NOT CHART TABS */
      /* BENEFITS TAB */
      /* RESOURCES TAB */
      /* FAQ TAB */ }
      .single-product section#two .tab-content.technical-chart .inner-section .inner-title {
        padding: 0.5rem 0;
        padding-left: 0.625rem;
        border-bottom: 1.3px solid #979797; }
        .single-product section#two .tab-content.technical-chart .inner-section .inner-title h4 {
          font-size: 16px;
          font-weight: bold;
          line-height: 1.69;
          letter-spacing: normal;
          color: #07465c;
          text-transform: uppercase; }
      .single-product section#two .tab-content.technical-chart .inner-section .inner-content {
        padding-left: 0.625rem;
        border-bottom: 1.3px solid #979797; }
        .single-product section#two .tab-content.technical-chart .inner-section .inner-content p {
          font-size: 18px;
          font-weight: bold;
          line-height: 1;
          letter-spacing: normal;
          color: #979797; }
          .single-product section#two .tab-content.technical-chart .inner-section .inner-content p:last-of-type {
            margin-bottom: 0; }
          .single-product section#two .tab-content.technical-chart .inner-section .inner-content p a {
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
        .single-product section#two .tab-content.technical-chart .inner-section .inner-content .inner-content-wrapper {
          padding: 1.25rem 0; }
          .single-product section#two .tab-content.technical-chart .inner-section .inner-content .inner-content-wrapper.bend-radius {
            text-align: center;
            padding: 1.875rem 0; }
            .single-product section#two .tab-content.technical-chart .inner-section .inner-content .inner-content-wrapper.bend-radius img {
              width: 200px; }
            .single-product section#two .tab-content.technical-chart .inner-section .inner-content .inner-content-wrapper.bend-radius p {
              font-size: 18px;
              font-weight: bold;
              line-height: 1.22;
              letter-spacing: normal;
              color: #002a39;
              margin: 0; }
              .single-product section#two .tab-content.technical-chart .inner-section .inner-content .inner-content-wrapper.bend-radius p.inch {
                font-size: 28px;
                color: #1dc1dd;
                margin-top: -10px; }
          .single-product section#two .tab-content.technical-chart .inner-section .inner-content .inner-content-wrapper.fire-option p, .single-product section#two .tab-content.technical-chart .inner-section .inner-content .inner-content-wrapper.fsc-option p {
            margin-bottom: 0.75rem;
            line-height: 1.44; }
            .single-product section#two .tab-content.technical-chart .inner-section .inner-content .inner-content-wrapper.fire-option p:last-of-type, .single-product section#two .tab-content.technical-chart .inner-section .inner-content .inner-content-wrapper.fsc-option p:last-of-type {
              margin-bottom: 0; }
          @media screen and (max-width: 39.9375em) {
            .single-product section#two .tab-content.technical-chart .inner-section .inner-content .inner-content-wrapper.fire-option .mobile-option, .single-product section#two .tab-content.technical-chart .inner-section .inner-content .inner-content-wrapper.fsc-option .mobile-option {
              margin-bottom: 1.25rem; }
              .single-product section#two .tab-content.technical-chart .inner-section .inner-content .inner-content-wrapper.fire-option .mobile-option:last-of-type, .single-product section#two .tab-content.technical-chart .inner-section .inner-content .inner-content-wrapper.fsc-option .mobile-option:last-of-type {
                margin-bottom: 0; }
            .single-product section#two .tab-content.technical-chart .inner-section .inner-content .inner-content-wrapper.fire-option p, .single-product section#two .tab-content.technical-chart .inner-section .inner-content .inner-content-wrapper.fsc-option p {
              margin: 0; } }
        .single-product section#two .tab-content.technical-chart .inner-section .inner-content .left {
          padding: 0;
          width: 50%;
          float: left;
          border-right: 1.3px solid #979797; }
        .single-product section#two .tab-content.technical-chart .inner-section .inner-content .right {
          width: 49%;
          float: right;
          padding-left: 0.9375rem; }
          .single-product section#two .tab-content.technical-chart .inner-section .inner-content .right p {
            line-height: 1.44; }
        .single-product section#two .tab-content.technical-chart .inner-section .inner-content.table-content {
          padding-left: 0; }
        .single-product section#two .tab-content.technical-chart .inner-section .inner-content #thickness-table, .single-product section#two .tab-content.technical-chart .inner-section .inner-content #size-table {
          width: 100%;
          margin-bottom: 0; }
          .single-product section#two .tab-content.technical-chart .inner-section .inner-content #thickness-table tbody, .single-product section#two .tab-content.technical-chart .inner-section .inner-content #size-table tbody {
            border: none; }
          .single-product section#two .tab-content.technical-chart .inner-section .inner-content #thickness-table tr, .single-product section#two .tab-content.technical-chart .inner-section .inner-content #size-table tr {
            background: none; }
            .single-product section#two .tab-content.technical-chart .inner-section .inner-content #thickness-table tr.table-top-row, .single-product section#two .tab-content.technical-chart .inner-section .inner-content #size-table tr.table-top-row {
              border-bottom: 0.8px solid #979797; }
          .single-product section#two .tab-content.technical-chart .inner-section .inner-content #thickness-table th, .single-product section#two .tab-content.technical-chart .inner-section .inner-content #size-table th {
            text-align: left;
            font-size: 18px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: normal;
            color: #979797; }
            .single-product section#two .tab-content.technical-chart .inner-section .inner-content #thickness-table th.inch-header, .single-product section#two .tab-content.technical-chart .inner-section .inner-content #size-table th.inch-header {
              color: #07465c;
              text-align: center; }
              .single-product section#two .tab-content.technical-chart .inner-section .inner-content #thickness-table th.inch-header:nth-child(even), .single-product section#two .tab-content.technical-chart .inner-section .inner-content #size-table th.inch-header:nth-child(even) {
                background: #fafafa;
                border-left: 0.8px solid #979797;
                border-right: 0.8px solid #979797; }
              .single-product section#two .tab-content.technical-chart .inner-section .inner-content #thickness-table th.inch-header:last-of-type, .single-product section#two .tab-content.technical-chart .inner-section .inner-content #size-table th.inch-header:last-of-type {
                border-right: none; }
          .single-product section#two .tab-content.technical-chart .inner-section .inner-content #thickness-table td, .single-product section#two .tab-content.technical-chart .inner-section .inner-content #size-table td {
            text-align: center; }
            .single-product section#two .tab-content.technical-chart .inner-section .inner-content #thickness-table td:nth-child(even), .single-product section#two .tab-content.technical-chart .inner-section .inner-content #size-table td:nth-child(even) {
              background: #fafafa; }
            .single-product section#two .tab-content.technical-chart .inner-section .inner-content #thickness-table td:not(:last-child), .single-product section#two .tab-content.technical-chart .inner-section .inner-content #size-table td:not(:last-child) {
              border-left: 0.8px solid #979797;
              border-right: 0.8px solid #979797; }
            .single-product section#two .tab-content.technical-chart .inner-section .inner-content #thickness-table td i, .single-product section#two .tab-content.technical-chart .inner-section .inner-content #size-table td i {
              font-size: 22px;
              color: #1dc1dd; }
        .single-product section#two .tab-content.technical-chart .inner-section .inner-content #size-table .material-header {
          width: 37%; }
      @media screen and (max-width: 39.9375em) {
        .single-product section#two .tab-content.technical-chart .inner-section {
          padding: 0.625rem 0;
          border-bottom: 1.3px solid #979797;
          /* Mobile Tables */ }
          .single-product section#two .tab-content.technical-chart .inner-section .inner-title {
            border-bottom: none;
            padding-left: 0; }
            .single-product section#two .tab-content.technical-chart .inner-section .inner-title h4 {
              text-align: center; }
          .single-product section#two .tab-content.technical-chart .inner-section .inner-content {
            text-align: center;
            padding-left: 0;
            border-bottom: none; }
            .single-product section#two .tab-content.technical-chart .inner-section .inner-content .inner-content-wrapper {
              padding: 0.625rem 0; }
            .single-product section#two .tab-content.technical-chart .inner-section .inner-content .left {
              padding: 0;
              width: 100%;
              float: none;
              border-right: none; }
            .single-product section#two .tab-content.technical-chart .inner-section .inner-content .right {
              width: 100%;
              float: none;
              padding-left: 0; }
          .single-product section#two .tab-content.technical-chart .inner-section.table-content {
            padding-left: 0; }
          .single-product section#two .tab-content.technical-chart .inner-section #thickness-table, .single-product section#two .tab-content.technical-chart .inner-section #size-table {
            width: 100%;
            margin-bottom: 0; }
            .single-product section#two .tab-content.technical-chart .inner-section #thickness-table tbody, .single-product section#two .tab-content.technical-chart .inner-section #size-table tbody {
              border: none; }
            .single-product section#two .tab-content.technical-chart .inner-section #thickness-table tr, .single-product section#two .tab-content.technical-chart .inner-section #size-table tr {
              background: none; }
              .single-product section#two .tab-content.technical-chart .inner-section #thickness-table tr.table-top-row, .single-product section#two .tab-content.technical-chart .inner-section #size-table tr.table-top-row {
                border-bottom: 0.8px solid #979797; }
            .single-product section#two .tab-content.technical-chart .inner-section #thickness-table th, .single-product section#two .tab-content.technical-chart .inner-section #size-table th {
              text-align: left;
              font-size: 10px !important;
              font-weight: bold;
              font-stretch: normal;
              font-style: normal;
              line-height: 1;
              letter-spacing: normal;
              color: #979797; }
              .single-product section#two .tab-content.technical-chart .inner-section #thickness-table th.inch-header, .single-product section#two .tab-content.technical-chart .inner-section #size-table th.inch-header {
                color: #07465c;
                text-align: center; }
                .single-product section#two .tab-content.technical-chart .inner-section #thickness-table th.inch-header:nth-child(even), .single-product section#two .tab-content.technical-chart .inner-section #size-table th.inch-header:nth-child(even) {
                  background: #fafafa;
                  border-left: 0.8px solid #979797;
                  border-right: 0.8px solid #979797; }
                .single-product section#two .tab-content.technical-chart .inner-section #thickness-table th.inch-header:last-of-type, .single-product section#two .tab-content.technical-chart .inner-section #size-table th.inch-header:last-of-type {
                  border-right: none; }
            .single-product section#two .tab-content.technical-chart .inner-section #thickness-table td, .single-product section#two .tab-content.technical-chart .inner-section #size-table td {
              text-align: center;
              padding: 0; }
              .single-product section#two .tab-content.technical-chart .inner-section #thickness-table td:nth-child(even), .single-product section#two .tab-content.technical-chart .inner-section #size-table td:nth-child(even) {
                background: #fafafa; }
              .single-product section#two .tab-content.technical-chart .inner-section #thickness-table td:not(:last-child), .single-product section#two .tab-content.technical-chart .inner-section #size-table td:not(:last-child) {
                border-left: 0.8px solid #979797;
                border-right: 0.8px solid #979797; }
              .single-product section#two .tab-content.technical-chart .inner-section #thickness-table td i, .single-product section#two .tab-content.technical-chart .inner-section #size-table td i {
                font-size: 16px !important;
                color: #1dc1dd; }
          .single-product section#two .tab-content.technical-chart .inner-section #size-table .material-header {
            width: 37%; } }
      .single-product section#two .tab-content.benefits-chart .inner-section .inner-title, .single-product section#two .tab-content.resources-chart .inner-section .inner-title, .single-product section#two .tab-content.faq-chart .inner-section .inner-title {
        text-align: center;
        border-bottom: 1.3px solid #979797; }
        .single-product section#two .tab-content.benefits-chart .inner-section .inner-title h4, .single-product section#two .tab-content.resources-chart .inner-section .inner-title h4, .single-product section#two .tab-content.faq-chart .inner-section .inner-title h4 {
          font-size: 28px;
          font-weight: bold;
          line-height: 1.69;
          letter-spacing: normal;
          color: #07465c;
          text-transform: uppercase;
          margin: 0.9375rem auto; }
      .single-product section#two .tab-content.benefits-chart .inner-section .inner-content, .single-product section#two .tab-content.resources-chart .inner-section .inner-content, .single-product section#two .tab-content.faq-chart .inner-section .inner-content {
        padding-left: 0.625rem;
        border-bottom: 1.3px solid #979797;
        margin-top: 0.9375rem; }
      .single-product section#two .tab-content.benefits-chart {
        /* End Breakpoint Medium */ }
        .single-product section#two .tab-content.benefits-chart .inner-section .inner-content {
          padding: 0;
          padding: 3.125rem 0; }
          .single-product section#two .tab-content.benefits-chart .inner-section .inner-content .benefit-box {
            padding: 0;
            margin-bottom: 1.25rem; }
            .single-product section#two .tab-content.benefits-chart .inner-section .inner-content .benefit-box .left {
              height: 300px;
              overflow: hidden;
              padding: 0;
              padding: 5.625rem 2.5rem 5.3125rem 5rem;
              background: #07465c; }
              .single-product section#two .tab-content.benefits-chart .inner-section .inner-content .benefit-box .left h3 {
                font-size: 18px;
                font-weight: bold;
                line-height: 1.69;
                letter-spacing: normal;
                color: #1dc1dd;
                margin-bottom: 0.3125rem; }
              .single-product section#two .tab-content.benefits-chart .inner-section .inner-content .benefit-box .left p {
                font-size: 16px;
                font-weight: normal;
                line-height: 1.69;
                letter-spacing: normal;
                color: #ffffff; }
            .single-product section#two .tab-content.benefits-chart .inner-section .inner-content .benefit-box .right {
              height: 300px;
              overflow: hidden;
              background-color: #000 !important;
              background-repeat: no-repeat !important;
              background-size: cover !important; }
        @media screen and (max-width: 65em) {
          .single-product section#two .tab-content.benefits-chart .inner-section .inner-content .benefit-box .left {
            height: 400px;
            padding: 3.75rem 2.5rem 4.0625rem 4.375rem; }
          .single-product section#two .tab-content.benefits-chart .inner-section .inner-content .benefit-box .right {
            height: 400px;
            background-position: -30px center !important; } }
        @media screen and (max-width: 43.75em) {
          .single-product section#two .tab-content.benefits-chart .inner-section .inner-content .benefit-box .left {
            height: 450px; }
          .single-product section#two .tab-content.benefits-chart .inner-section .inner-content .benefit-box .right {
            height: 450px; } }
        @media screen and (max-width: 63.9375em) {
          .single-product section#two .tab-content.benefits-chart .inner-section .inner-content .statement-wrapper {
            width: 100%; }
          .single-product section#two .tab-content.benefits-chart .inner-section .inner-content .image-wrapper {
            margin-bottom: 2.5rem; }
            .single-product section#two .tab-content.benefits-chart .inner-section .inner-content .image-wrapper img {
              width: 400px; } }
        @media screen and (max-width: 39.9375em) {
          .single-product section#two .tab-content.benefits-chart .inner-section .inner-content .benefit-box .left {
            height: auto;
            padding: 1.875rem 1.875rem;
            text-align: center; }
          .single-product section#two .tab-content.benefits-chart .inner-section .inner-content .benefit-box .right {
            height: 300px;
            background-position: center !important; } }
      .single-product section#two .tab-content.resources-chart {
        /* End Breakpoint small */ }
        .single-product section#two .tab-content.resources-chart .inner-section .inner-content {
          margin: 0;
          padding: 0.9375rem 0; }
          .single-product section#two .tab-content.resources-chart .inner-section .inner-content .file-row {
            margin-bottom: 0.9375rem;
            padding: 0; }
            .single-product section#two .tab-content.resources-chart .inner-section .inner-content .file-row:last-of-type {
              margin-bottom: 0; }
          .single-product section#two .tab-content.resources-chart .inner-section .inner-content p {
            margin: 0;
            display: inline-block; }
          .single-product section#two .tab-content.resources-chart .inner-section .inner-content .file-title {
            font-size: 20px;
            font-weight: normal;
            line-height: 2.5;
            letter-spacing: normal;
            color: #777777; }
            .single-product section#two .tab-content.resources-chart .inner-section .inner-content .file-title img {
              width: 30px;
              height: 35px; }
          .single-product section#two .tab-content.resources-chart .inner-section .inner-content .file-download {
            padding-right: 1.875rem;
            padding-top: 0.5625rem; }
            .single-product section#two .tab-content.resources-chart .inner-section .inner-content .file-download a {
              -webkit-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out;
              color: #1dc1dd; }
              .single-product section#two .tab-content.resources-chart .inner-section .inner-content .file-download a i {
                font-size: 26px; }
              .single-product section#two .tab-content.resources-chart .inner-section .inner-content .file-download a:hover {
                color: #07465c; }
        @media screen and (max-width: 39.9375em) {
          .single-product section#two .tab-content.resources-chart .inner-section .inner-content .file-row .file-title {
            font-size: 16px; }
          .single-product section#two .tab-content.resources-chart .inner-section .inner-content .file-row .file-download {
            padding-right: 1.25rem; } }
      .single-product section#two .tab-content.faq-chart {
        /* End Breakpoint Small */ }
        .single-product section#two .tab-content.faq-chart .inner-section .inner-content .question-wrapper {
          font-size: 16px;
          font-weight: bold;
          line-height: normal;
          letter-spacing: 1.88px;
          color: #07465c;
          text-transform: uppercase;
          margin-bottom: 0.625rem; }
        .single-product section#two .tab-content.faq-chart .inner-section .inner-content .answer-wrapper {
          margin-bottom: 1.875rem; }
          .single-product section#two .tab-content.faq-chart .inner-section .inner-content .answer-wrapper ul, .single-product section#two .tab-content.faq-chart .inner-section .inner-content .answer-wrapper ol {
            padding-left: 0.625rem;
            text-align: left; }
        .single-product section#two .tab-content.faq-chart .inner-section .inner-content .link-wrapper {
          margin-bottom: 1.25rem; }
          .single-product section#two .tab-content.faq-chart .inner-section .inner-content .link-wrapper #faq-link {
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
        @media screen and (max-width: 39.9375em) {
          .single-product section#two .tab-content.faq-chart .inner-section .inner-content .question-wrapper {
            text-align: center; }
          .single-product section#two .tab-content.faq-chart .inner-section .inner-content .answer-wrapper {
            text-align: center; } }
    .single-product section#two .product-share {
      margin-top: 1.375rem; }
      .single-product section#two .product-share a {
        color: #979797;
        padding: 0 0.3125rem; }
        .single-product section#two .product-share a:hover {
          color: #1dc1dd; }
      @media screen and (max-width: 101.25em) {
        .single-product section#two .product-share {
          margin-bottom: 1.25rem; } }
      @media screen and (max-width: 39.9375em) {
        .single-product section#two .product-share {
          text-align: center;
          margin: 1.875rem 0; } }
  .single-product section#three {
    background: #f0f0f0;
    -webkit-box-shadow: 0 2px 15px 7px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 15px 7px rgba(0, 0, 0, 0.08);
    padding: 5.625rem 1.25rem 5.9375rem; }
    .single-product section#three .content-wrapper h2 {
      text-align: center;
      color: #07465c; }
      .single-product section#three .content-wrapper h2.top-title {
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 5.14px; }
      .single-product section#three .content-wrapper h2.bot-title {
        margin-top: 0.9375rem;
        font-size: 35px;
        font-weight: normal;
        line-height: 1.26;
        letter-spacing: 2px; }
    .single-product section#three .content-wrapper p {
      margin-top: 1.875rem;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.69;
      letter-spacing: normal;
      text-align: center;
      color: #07465c; }
    .single-product section#three .content-wrapper .name p {
      font-weight: bold; }

.single-product #product-sidebar {
  width: 210px;
  position: fixed;
  right: 0;
  bottom: 1%;
  z-index: 9;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.73);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.73); }
  .single-product #product-sidebar .sidebar-wrapper {
    background: #1dc1dd;
    padding: 0.8125rem 0.9375rem; }
    .single-product #product-sidebar .sidebar-wrapper a {
      display: block;
      font-size: 14px;
      font-weight: 500;
      line-height: 2.57;
      letter-spacing: normal;
      color: #ffffff;
      text-transform: uppercase;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .single-product #product-sidebar .sidebar-wrapper a:hover {
        color: #07465c; }
      .single-product #product-sidebar .sidebar-wrapper a i {
        padding-left: 0.3125rem; }
  .single-product #product-sidebar .sidebar-footer {
    background: #002a39;
    width: 100%;
    padding: 0.8125rem 0.9375rem; }
    .single-product #product-sidebar .sidebar-footer .sidebar-footer-content {
      display: inline-block;
      text-align: left; }
      .single-product #product-sidebar .sidebar-footer .sidebar-footer-content p {
        color: #ffffff;
        margin: 0;
        text-transform: uppercase; }
        .single-product #product-sidebar .sidebar-footer .sidebar-footer-content p.top {
          font-size: 12px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 3.86px; }
        .single-product #product-sidebar .sidebar-footer .sidebar-footer-content p.bot {
          font-size: 20px;
          font-weight: bold;
          line-height: 1;
          letter-spacing: normal; }
    .single-product #product-sidebar .sidebar-footer .sidebar-footer-arrow {
      display: inline-block;
      text-align: right;
      padding-top: 0.75rem; }
      .single-product #product-sidebar .sidebar-footer .sidebar-footer-arrow i {
        color: #ffffff;
        font-size: 24px; }
  @media screen and (max-width: 101.25em) {
    .single-product #product-sidebar {
      width: 50%;
      margin: 0 auto;
      position: relative !important;
      overflow: hidden;
      text-align: center;
      margin-bottom: 0.625rem;
      -webkit-box-shadow: none;
      box-shadow: none; } }
  @media screen and (max-width: 39.9375em) {
    .single-product #product-sidebar {
      width: 100%;
      margin-bottom: 0; }
      .single-product #product-sidebar .sidebar-footer {
        padding: 0.8125rem 4.6875rem; } }

/*********************
TAXONOMY PANEL TYPE STYLES
*********************/
.tax-panel-type section {
  position: relative; }
  .tax-panel-type section.top-header {
    position: relative;
    /* End Breakpoint medium */
    /* End Breakpoint small */
    /* Overide mixin to show content on the left and to reduce total padding when a button is added to retain consistent header size */ }
    .tax-panel-type section.top-header .top-banner {
      padding: 5rem 1.25rem 6.25rem;
      background-size: cover !important;
      background-repeat: no-repeat !important;
      background-position: bottom !important; }
      .tax-panel-type section.top-header .top-banner .cta-box {
        z-index: 9; }
        .tax-panel-type section.top-header .top-banner .cta-box .title-wrapper h2 {
          text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
          color: #ffffff;
          text-align: right; }
.tax-panel-type section.top-header .top-banner .cta-box .title-wrapper h2.top-title {
            font-size: 35px;
            font-weight: bold;
            line-height: 1.26;
            letter-spacing: 2px;
            text-transform: uppercase; }
          .tax-panel-type section.top-header .top-banner .cta-box .title-wrapper h2.bot-title {
            margin-top: 0.625rem;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 5.14px;
            text-transform: uppercase; }
        .tax-panel-type section.top-header .top-banner .cta-box .title-wrapper .button-wrapper {
          text-align: right; }
          .tax-panel-type section.top-header .top-banner .cta-box .title-wrapper .button-wrapper .main-button {
            margin-top: 1.875rem;
            font-size: 16px;
            letter-spacing: 2.67px; }
    .tax-panel-type section.top-header .header-info {
      position: relative;
      padding: 1.25rem;
      border-bottom: 0.8px solid #a1a1a1;
      background: #ffffff; }
      .tax-panel-type section.top-header .header-info .breadcrumbs {
        text-align: left;
        margin: 0; }
        .tax-panel-type section.top-header .header-info .breadcrumbs #breadcrumbs {
          margin: 0; }
          .tax-panel-type section.top-header .header-info .breadcrumbs #breadcrumbs a {
            font-size: 14px;
            font-weight: 500;
            line-height: normal;
            letter-spacing: 0.88px;
            color: #a1a1a1;
            text-transform: uppercase;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
          .tax-panel-type section.top-header .header-info .breadcrumbs #breadcrumbs .breadcrumb_last {
            font-size: 14px;
            font-weight: 500;
            line-height: normal;
            letter-spacing: 0.88px;
            color: #002a39;
            text-transform: uppercase; }
      .tax-panel-type section.top-header .header-info .share-buttons {
        text-align: right; }
        .tax-panel-type section.top-header .header-info .share-buttons p {
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.88px;
          color: #979797;
          margin: 0; }
          .tax-panel-type section.top-header .header-info .share-buttons p a {
            font-size: 16px;
            color: #979797;
            margin-right: 0.3125rem;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
            .tax-panel-type section.top-header .header-info .share-buttons p a:hover {
              color: #1dc1dd; }
    @media screen and (max-width: 63.9375em) {
      .tax-panel-type section.top-header .top-banner .cta-box {
        text-align: center; }
        .tax-panel-type section.top-header .top-banner .cta-box .title-wrapper h2.top-title, .tax-panel-type section.top-header .top-banner .cta-box .title-wrapper h2.bot-title {
          text-align: center; }
        .tax-panel-type section.top-header .top-banner .cta-box .button-wrapper {
          text-align: center !important; }
      .tax-panel-type section.top-header .img-overlay {
        opacity: 0; } }
    @media screen and (max-width: 39.9375em) {
      .tax-panel-type section.top-header .top-banner {
        padding: 5rem 1.25rem 5.3125rem; }
      .tax-panel-type section.top-header .header-info {
        text-align: center; }
        .tax-panel-type section.top-header .header-info .breadcrumbs {
          text-align: center;
          padding: 0; }
        .tax-panel-type section.top-header .header-info .share-buttons {
          text-align: center;
          margin-top: 0.625rem;
          padding: 0; } }
    .tax-panel-type section.top-header .top-banner {
      padding: 5rem 1.25rem 4.375rem; }
      .tax-panel-type section.top-header .top-banner .cta-box .title-wrapper h2 {
        text-align: left; }
        .tax-panel-type section.top-header .top-banner .cta-box .title-wrapper h2.top-title {
          font-size: 16px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 5.14px;
          color: #ffffff;
          text-transform: uppercase; }
        .tax-panel-type section.top-header .top-banner .cta-box .title-wrapper h2.bot-title, .tax-panel-type section.top-header .top-banner .cta-box .title-wrapper h1.bot-title {
          font-size: 35px;
          font-weight: bold;
          line-height: 1.26;
          letter-spacing: 2px;
          color: #ffffff;
          text-transform: uppercase; }
      .tax-panel-type section.top-header .top-banner .cta-box .title-wrapper .button-wrapper {
        text-align: left; }
    .tax-panel-type section.top-header .large-push-4 {
      left: 0; }
    @media screen and (max-width: 39.9375em) {
      .tax-panel-type section.top-header .top-banner .cta-box .title-wrapper h2 {
        text-align: center; } }
  .tax-panel-type section#one {
    padding: 3.125rem 1.25rem 2.5rem;
    /* End Breakpoint small */ }
    .tax-panel-type section#one .content-wrapper .top-content-wrapper {
      margin-bottom: 3.125rem; }
      .tax-panel-type section#one .content-wrapper .top-content-wrapper p {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.69;
        letter-spacing: normal;
        color: #777777; }
    .tax-panel-type section#one .content-wrapper .product-boxes .product-box {
      margin-bottom: 2.1875rem; }
      .tax-panel-type section#one .content-wrapper .product-boxes .product-box .left {
        background: #002a39;
        text-align: center;
        padding: 10rem 1.25rem 11.25rem; }
        .tax-panel-type section#one .content-wrapper .product-boxes .product-box .left h2 {
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .tax-panel-type section#one .content-wrapper .product-boxes .product-box .left h2.top-title {
            font-size: 14px;
            font-weight: 500;
            line-height: normal;
            letter-spacing: 4.5px;
            color: #ffffff; }
          .tax-panel-type section#one .content-wrapper .product-boxes .product-box .left h2.bot-title {
            font-size: 30px;
            font-weight: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #1dc1dd;
            margin-top: 0.3125rem; }
            .tax-panel-type section#one .content-wrapper .product-boxes .product-box .left h2.bot-title .bold {
              font-weight: bold; }
      .tax-panel-type section#one .content-wrapper .product-boxes .product-box .right {
        background-color: #000 !important;
        background-repeat: no-repeat !important;
        background-size: 100% !important;
        -webkit-transition: background-size 0.3s ease-in-out;
        -o-transition: background-size 0.3s ease-in-out;
        transition: background-size 0.3s ease-in-out; }
      .tax-panel-type section#one .content-wrapper .product-boxes .product-box:hover .left h2.bot-title {
        color: #ffffff; }
    @media screen and (max-width: 63.9375em) {
      .tax-panel-type section#one .content-wrapper .product-boxes .product-box .left {
        padding: 5.625rem 1.25rem 6.25rem; }
      .tax-panel-type section#one .content-wrapper .product-boxes .product-box .right {
        background-position: center 0 !important; } }
    @media screen and (max-width: 39.9375em) {
      .tax-panel-type section#one {
        padding: 3.125rem 1.25rem 3.125rem;
        text-align: center; }
        .tax-panel-type section#one .content-wrapper .product-boxes .product-box .left {
          padding: 1.875rem 1.25rem; }
        .tax-panel-type section#one .content-wrapper .product-boxes .product-box .right {
          padding: 5.625rem 1.25rem; } }
  .tax-panel-type section#two {
    padding: 0 1.25rem 3.4375rem; }
    .tax-panel-type section#two .top-title {
      font-size: 35px;
      font-weight: normal;
      line-height: 1.26;
      letter-spacing: 2px;
      color: #07465c;
      margin-bottom: 2.5rem;
      text-align: center; }
      .tax-panel-type section#two .top-title .bold {
        font-weight: bold; }
    .tax-panel-type section#two .product {
      padding: 0; }
      .tax-panel-type section#two .product p {
        font-size: 16px;
        font-weight: bold;
        line-height: normal;
        letter-spacing: normal;
        color: #b4b4b4; }
    .tax-panel-type section#two .row-title {
      padding: 0; }
      .tax-panel-type section#two .row-title .inner-title-column {
        border-bottom: 1px solid #979797;
        padding: 0.5625rem 0; }
        .tax-panel-type section#two .row-title .inner-title-column h4 {
          font-size: 16px;
          font-weight: bold;
          line-height: 1.69;
          letter-spacing: normal;
          color: #07465c;
          text-transform: uppercase; }
    .tax-panel-type section#two .tab-wrapper {
      padding: 0; }
      .tax-panel-type section#two .tab-wrapper .tab-title {
        background: #1dc1dd;
        padding: 1.4375rem 0.3125rem;
        border-right: 1px solid #ffffff; }
        .tax-panel-type section#two .tab-wrapper .tab-title .top-title {
          font-size: 25px;
          font-weight: bold;
          line-height: normal;
          letter-spacing: 1.56px;
          color: #ffffff;
          text-transform: uppercase;
          margin-bottom: 0; }
        @media screen and (max-width: 63.9375em) {
          .tax-panel-type section#two .tab-wrapper .tab-title .top-title {
            font-size: 22px; } }
    .tax-panel-type section#two .product-photo-wrapper {
      padding: 0;
      border-bottom: 1px solid #979797; }
      .tax-panel-type section#two .product-photo-wrapper .product {
        border-right: 1px solid #979797; }
        .tax-panel-type section#two .product-photo-wrapper .product:last-of-type {
          border-right: none; }
      .tax-panel-type section#two .product-photo-wrapper .inner-content-wrapper {
        text-align: center;
        padding: 0.9375rem 0.625rem; }
        .tax-panel-type section#two .product-photo-wrapper .inner-content-wrapper img {
          width: 220px;
          height: 125px; }
    .tax-panel-type section#two .flexibility-wrapper {
      padding: 0;
      border-bottom: 1px solid #979797; }
      .tax-panel-type section#two .flexibility-wrapper .product {
        border-right: 1px solid #979797; }
        .tax-panel-type section#two .flexibility-wrapper .product:last-of-type {
          border-right: none; }
      .tax-panel-type section#two .flexibility-wrapper .inner-content-wrapper {
        text-align: center;
        padding: 1.875rem 0; }
        .tax-panel-type section#two .flexibility-wrapper .inner-content-wrapper img {
          width: 200px; }
        .tax-panel-type section#two .flexibility-wrapper .inner-content-wrapper p {
          font-size: 18px;
          font-weight: bold;
          line-height: 1.22;
          letter-spacing: normal;
          color: #002a39;
          margin: 0; }
          .tax-panel-type section#two .flexibility-wrapper .inner-content-wrapper p.inch {
            font-size: 28px;
            color: #1dc1dd;
            margin-top: -10px; }
      @media screen and (max-width: 63.9375em) {
        .tax-panel-type section#two .flexibility-wrapper .inner-content-wrapper img {
          width: 150px; } }
    .tax-panel-type section#two .faces-wrapper {
      padding: 0;
      border-bottom: 1px solid #979797; }
      .tax-panel-type section#two .faces-wrapper .product {
        border-right: 1px solid #979797; }
        .tax-panel-type section#two .faces-wrapper .product:last-of-type {
          border-right: none; }
      .tax-panel-type section#two .faces-wrapper .material-wrapper {
        padding: 0.9375rem 1.25rem;
        text-align: left; }
        .tax-panel-type section#two .faces-wrapper .material-wrapper .face-wrapper {
          padding: 0;
          margin-bottom: 0.625rem; }
          .tax-panel-type section#two .faces-wrapper .material-wrapper .face-wrapper .left, .tax-panel-type section#two .faces-wrapper .material-wrapper .face-wrapper .right {
            padding: 0; }
          .tax-panel-type section#two .faces-wrapper .material-wrapper .face-wrapper img {
            display: inline-block;
            border-radius: 50%; }
          .tax-panel-type section#two .faces-wrapper .material-wrapper .face-wrapper p {
            display: inline-block;
            margin-bottom: 0;
            padding: 0 1.875rem 0 0; }
            @media screen and (max-width: 74.9375em) {
              .tax-panel-type section#two .faces-wrapper .material-wrapper .face-wrapper p {
                padding: 0 0.625rem 0 0; } }
            @media screen and (max-width: 63.9375em) {
              .tax-panel-type section#two .faces-wrapper .material-wrapper .face-wrapper p {
                padding: 0 0 0 0.625rem; } }
    .tax-panel-type section#two .cores-wrapper {
      padding: 0;
      border-bottom: 1px solid #979797; }
      .tax-panel-type section#two .cores-wrapper .product {
        border-right: 1px solid #979797; }
        .tax-panel-type section#two .cores-wrapper .product:last-of-type {
          border-right: none; }
      .tax-panel-type section#two .cores-wrapper .material-wrapper {
        padding: 0.9375rem 1.25rem;
        text-align: left; }
        .tax-panel-type section#two .cores-wrapper .material-wrapper .core-wrapper {
          padding: 0;
          margin-bottom: 0.625rem; }
          .tax-panel-type section#two .cores-wrapper .material-wrapper .core-wrapper .left, .tax-panel-type section#two .cores-wrapper .material-wrapper .core-wrapper .right {
            padding: 0; }
          .tax-panel-type section#two .cores-wrapper .material-wrapper .core-wrapper img {
            display: inline-block;
            border-radius: 50%; }
          .tax-panel-type section#two .cores-wrapper .material-wrapper .core-wrapper p {
            display: inline-block;
            margin-bottom: 0;
            padding-left: 0.625rem; }
    .tax-panel-type section#two .edge-band-wrapper {
      padding: 0;
      border-bottom: 1px solid #979797; }
      .tax-panel-type section#two .edge-band-wrapper .product {
        border-right: 1px solid #979797;
        padding: 1.5625rem 1.25rem;
        text-align: left; }
        .tax-panel-type section#two .edge-band-wrapper .product:last-of-type {
          border-right: none; }
        .tax-panel-type section#two .edge-band-wrapper .product p {
          margin-bottom: 0;
          font-size: 18px;
          color: #979797; }
        .tax-panel-type section#two .edge-band-wrapper .product .selection-wrapper p {
          font-size: 16px;
          color: #b4b4b4;
          margin-bottom: 0.625rem;
          margin-top: 0.625rem; }
    .tax-panel-type section#two .fire-rating-wrapper {
      padding: 0;
      border-bottom: 1px solid #979797; }
      .tax-panel-type section#two .fire-rating-wrapper .product {
        border-right: 1px solid #979797;
        padding: 1.5625rem 1.25rem;
        text-align: left; }
        .tax-panel-type section#two .fire-rating-wrapper .product:last-of-type {
          border-right: none; }
        .tax-panel-type section#two .fire-rating-wrapper .product p {
          margin-bottom: 0;
          color: #b4b4b4; }
        .tax-panel-type section#two .fire-rating-wrapper .product .material {
          margin-bottom: 0.3125rem;
          font-size: 17px; }
        .tax-panel-type section#two .fire-rating-wrapper .product .option {
          margin-bottom: 0.9375rem; }
          .tax-panel-type section#two .fire-rating-wrapper .product .option:last-of-type {
            margin-bottom: 0; }
          .tax-panel-type section#two .fire-rating-wrapper .product .option p {
            font-size: 15px; }
    .tax-panel-type section#two .fsc-wrapper {
      padding: 0;
      border-bottom: 1px solid #979797; }
      .tax-panel-type section#two .fsc-wrapper .product {
        border-right: 1px solid #979797;
        padding: 1.5625rem 1.25rem;
        text-align: left; }
        .tax-panel-type section#two .fsc-wrapper .product:last-of-type {
          border-right: none; }
        .tax-panel-type section#two .fsc-wrapper .product p {
          margin-bottom: 0; }
        .tax-panel-type section#two .fsc-wrapper .product .material {
          margin-bottom: 0.3125rem;
          font-size: 17px; }
        .tax-panel-type section#two .fsc-wrapper .product .option {
          margin-bottom: 0.9375rem; }
          .tax-panel-type section#two .fsc-wrapper .product .option:last-of-type {
            margin-bottom: 0; }
          .tax-panel-type section#two .fsc-wrapper .product .option p {
            font-size: 15px; }
    .tax-panel-type section#two .thickness-wrapper {
      padding: 0;
      border-bottom: 1px solid #979797; }
      .tax-panel-type section#two .thickness-wrapper .product {
        border-right: 1px solid #979797;
        padding: 1.5625rem 1.25rem;
        text-align: left; }
        .tax-panel-type section#two .thickness-wrapper .product:last-of-type {
          border-right: none; }
        .tax-panel-type section#two .thickness-wrapper .product p {
          margin-bottom: 0;
          font-size: 18px;
          color: #979797; }
    .tax-panel-type section#two .panel-size-wrapper {
      padding: 0;
      border-bottom: 1px solid #979797; }
      .tax-panel-type section#two .panel-size-wrapper .product {
        border-right: 1px solid #979797;
        padding: 0.9375rem 1.25rem;
        text-align: left; }
        .tax-panel-type section#two .panel-size-wrapper .product:last-of-type {
          border-right: none; }
        .tax-panel-type section#two .panel-size-wrapper .product p {
          margin-bottom: 0.625rem;
          font-size: 18px;
          color: #979797; }
    .tax-panel-type section#two .product-share {
      margin-top: 1.375rem; }
      .tax-panel-type section#two .product-share a {
        color: #979797;
        padding: 0 0.3125rem; }
        .tax-panel-type section#two .product-share a:hover {
          color: #1dc1dd; }
      @media screen and (max-width: 39.9375em) {
        .tax-panel-type section#two .product-share {
          text-align: center;
          margin: 1.875rem 0; } }
    @media screen and (max-width: 39.9375em) {
      .tax-panel-type section#two {
        padding: 0 1.25rem;
        text-align: center; }
        .tax-panel-type section#two .product {
          border: none !important; }
        .tax-panel-type section#two .select-wrapper {
          margin-bottom: 1.875rem; }
          .tax-panel-type section#two .select-wrapper #product-select {
            padding: 0 0.9375rem; }
        .tax-panel-type section#two .row-title .inner-title-column {
          border-bottom: none; }
        .tax-panel-type section#two .product-photo-wrapper, .tax-panel-type section#two .faces-wrapper, .tax-panel-type section#two .cores-wrapper {
          padding: 0.625rem 0; }
        .tax-panel-type section#two .fire-rating-wrapper .product {
          text-align: center;
          padding: 0 1.25rem 1.5625rem; }
        .tax-panel-type section#two .fsc-wrapper .product {
          text-align: center;
          padding: 0.625rem 1.25rem 1.5625rem; }
        .tax-panel-type section#two .thickness-wrapper .product {
          text-align: center;
          padding: 0.625rem 1.25rem 1.5625rem; }
        .tax-panel-type section#two .panel-size-wrapper .product {
          text-align: center; }
        .tax-panel-type section#two .col-1 {
          display: block; }
        .tax-panel-type section#two .col-2, .tax-panel-type section#two .col-3, .tax-panel-type section#two .col-4 {
          display: none; } }
  .tax-panel-type section#three {
    /* End Breakpoint small */ }
    .tax-panel-type section#three .row {
      padding: 0 1.25rem 0; }
    .tax-panel-type section#three h2 {
      text-align: center; }
      .tax-panel-type section#three h2.top-title {
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 4.5px;
        color: #979797; }
      .tax-panel-type section#three h2.bot-title {
        font-size: 35px;
        font-weight: normal;
        line-height: 1.26;
        letter-spacing: 2px;
        color: #07465c;
        margin-top: 0.625rem; }
        .tax-panel-type section#three h2.bot-title .bold {
          font-weight: bold; }
    .tax-panel-type section#three .gallery-wrapper {
      margin: 3.125rem auto 6.875rem;
      padding: 0; }
      .tax-panel-type section#three .gallery-wrapper .slider-lander .slider-item {
        margin: 0 2.75rem;
        display: inline-block;
        width: 270px;
        height: 207px; }
        .tax-panel-type section#three .gallery-wrapper .slider-lander .slider-item img {
          -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.23);
          box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.23);
          width: 100%;
          height: 100%; }
      .tax-panel-type section#three .gallery-wrapper .slick-prev,
      .tax-panel-type section#three .gallery-wrapper .slick-next {
        z-index: 10;
        background: #07465c;
        color: #ffffff;
        width: 45px;
        height: 44px; }
        .tax-panel-type section#three .gallery-wrapper .slick-prev:before,
        .tax-panel-type section#three .gallery-wrapper .slick-next:before {
          font-family: 'Font Awesome 5 Pro';
          font-size: 2rem; }
      .tax-panel-type section#three .gallery-wrapper .slick-prev {
        left: 0;
        padding-left: 0.3125rem; }
        .tax-panel-type section#three .gallery-wrapper .slick-prev:before {
          content: '\f053'; }
      .tax-panel-type section#three .gallery-wrapper .slick-next {
        right: 0;
        padding-right: 0.3125rem; }
        .tax-panel-type section#three .gallery-wrapper .slick-next:before {
          content: '\f054'; }
    @media screen and (max-width: 74.9375em) {
      .tax-panel-type section#three .gallery-wrapper .slider-lander .slider-item {
        margin: 0 2.0625rem; } }
    @media screen and (max-width: 96.25em) {
      .tax-panel-type section#three .gallery-wrapper .slider-lander .slider-item {
        margin: 0 1.25rem; } }
    @media screen and (max-width: 39.9375em) {
      .tax-panel-type section#three {
        padding: 4.375rem 0 5rem; }
        .tax-panel-type section#three .gallery-wrapper {
          padding: 0;
          margin: 3.125rem auto 0; }
          .tax-panel-type section#three .gallery-wrapper .slider-nav .slider-item {
            margin: 0 0.3125rem; }
          .tax-panel-type section#three .gallery-wrapper .slick-prev {
            left: -1.5%;
            padding-left: 0; }
          .tax-panel-type section#three .gallery-wrapper .slick-next {
            right: -1.5%;
            padding-right: 0; } }

/*********************
NEWS & EVENTS PAGE STYLES
*********************/
.page-template-template-news-and-events section.top-header {
  position: relative;
  /* End Breakpoint medium */
  /* End Breakpoint small */
  /* Overide mixin to make bottom title larger than top title */ }
  .page-template-template-news-and-events section.top-header .top-banner {
    padding: 5rem 1.25rem 6.25rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important; }
    .page-template-template-news-and-events section.top-header .top-banner .cta-box {
      z-index: 9; }
      .page-template-template-news-and-events section.top-header .top-banner .cta-box .title-wrapper h2, .page-template-template-news-and-events section.top-header .top-banner .cta-box .title-wrapper h1 {
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        color: #ffffff;
        text-align: right; }
        .page-template-template-news-and-events section.top-header .top-banner .cta-box .title-wrapper h2.top-title {
          font-size: 35px;
          font-weight: bold;
          line-height: 1.26;
          letter-spacing: 2px;
          text-transform: uppercase; }
        .page-template-template-news-and-events section.top-header .top-banner .cta-box .title-wrapper h2.bot-title {
          margin-top: 0.625rem;
          font-size: 16px;
          font-weight: 500;
          letter-spacing: 5.14px;
          text-transform: uppercase; }
      .page-template-template-news-and-events section.top-header .top-banner .cta-box .title-wrapper .button-wrapper {
        text-align: right; }
        .page-template-template-news-and-events section.top-header .top-banner .cta-box .title-wrapper .button-wrapper .main-button {
          margin-top: 1.875rem;
          font-size: 16px;
          letter-spacing: 2.67px; }
  .page-template-template-news-and-events section.top-header .header-info {
    position: relative;
    padding: 1.25rem;
    border-bottom: 0.8px solid #a1a1a1;
    background: #ffffff; }
    .page-template-template-news-and-events section.top-header .header-info .breadcrumbs {
      text-align: left;
      margin: 0; }
      .page-template-template-news-and-events section.top-header .header-info .breadcrumbs #breadcrumbs {
        margin: 0; }
        .page-template-template-news-and-events section.top-header .header-info .breadcrumbs #breadcrumbs a {
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.88px;
          color: #a1a1a1;
          text-transform: uppercase;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .page-template-template-news-and-events section.top-header .header-info .breadcrumbs #breadcrumbs .breadcrumb_last {
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.88px;
          color: #002a39;
          text-transform: uppercase; }
    .page-template-template-news-and-events section.top-header .header-info .share-buttons {
      text-align: right; }
      .page-template-template-news-and-events section.top-header .header-info .share-buttons p {
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.88px;
        color: #979797;
        margin: 0; }
        .page-template-template-news-and-events section.top-header .header-info .share-buttons p a {
          font-size: 16px;
          color: #979797;
          margin-right: 0.3125rem;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .page-template-template-news-and-events section.top-header .header-info .share-buttons p a:hover {
            color: #1dc1dd; }
  @media screen and (max-width: 63.9375em) {
    .page-template-template-news-and-events section.top-header .top-banner .cta-box {
      text-align: center; }
      .page-template-template-news-and-events section.top-header .top-banner .cta-box .title-wrapper h2.top-title, .page-template-template-news-and-events section.top-header .top-banner .cta-box .title-wrapper h2.bot-title, .page-template-template-news-and-events section.top-header .top-banner .cta-box .title-wrapper h1.bot-title {
        text-align: center; }
      .page-template-template-news-and-events section.top-header .top-banner .cta-box .button-wrapper {
        text-align: center !important; }
    .page-template-template-news-and-events section.top-header .img-overlay {
      opacity: 0; } }
  @media screen and (max-width: 39.9375em) {
    .page-template-template-news-and-events section.top-header .top-banner {
      padding: 5rem 1.25rem 5.3125rem; }
    .page-template-template-news-and-events section.top-header .header-info {
      text-align: center; }
      .page-template-template-news-and-events section.top-header .header-info .breadcrumbs {
        text-align: center;
        padding: 0; }
      .page-template-template-news-and-events section.top-header .header-info .share-buttons {
        text-align: center;
        margin-top: 0.625rem;
        padding: 0; } }
  .page-template-template-news-and-events section.top-header .top-banner .cta-box .title-wrapper h2.top-title {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 5.14px;
    color: #ffffff; }
  .page-template-template-news-and-events section.top-header .top-banner .cta-box .title-wrapper h2.bot-title, .page-template-template-news-and-events section.top-header .top-banner .cta-box .title-wrapper h1.bot-title {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.26;
    letter-spacing: 2px;
    color: #ffffff; }

.page-template-template-news-and-events section#one {
  padding: 2.8125rem 1.25rem 3.125rem;
  /* End Breakpoint small */ }
  .page-template-template-news-and-events section#one .filter-wrapper select {
    display: inline-block;
    width: 190px;
    height: 37px;
    padding: 0 0.625rem;
    font-size: 14px;
    font-style: normal;
    line-height: 2.14;
    letter-spacing: normal;
    color: #777777;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
    background-size: 9px 6px;
    border: 1px solid #979797;
    outline-color: #1dc1dd; }
    .page-template-template-news-and-events section#one .filter-wrapper select:first-of-type {
      margin-right: 0.9375rem; }
  @media screen and (max-width: 39.9375em) {
    .page-template-template-news-and-events section#one .filter-wrapper select {
      display: block;
      width: 100%; }
      .page-template-template-news-and-events section#one .filter-wrapper select:first-of-type {
        margin-right: 0; } }
  @media screen and (max-width: 39.9375em) {
    .page-template-template-news-and-events section#one {
      text-align: center; } }

.page-template-template-news-and-events section#two {
  padding: 0 1.25rem 5.9375rem; }
  .page-template-template-news-and-events section#two #top-post {
    padding: 0;
    margin-bottom: 4.0625rem; }
    .page-template-template-news-and-events section#two #top-post .page-navigation {
      display: none; }
    .page-template-template-news-and-events section#two #top-post #main {
      padding: 0; }
      .page-template-template-news-and-events section#two #top-post #main .left {
        overflow: hidden; }
        .page-template-template-news-and-events section#two #top-post #main .left img {
          width: 100%; }
      .page-template-template-news-and-events section#two #top-post #main .right {
        margin-top: 0.625rem; }
        .page-template-template-news-and-events section#two #top-post #main .right h2 {
          font-size: 18px;
          font-weight: bold;
          line-height: 1.56;
          letter-spacing: normal;
          color: #07465c;
          margin-bottom: 0.625rem; }
          .page-template-template-news-and-events section#two #top-post #main .right h2 a {
            color: #07465c;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
            .page-template-template-news-and-events section#two #top-post #main .right h2 a:hover {
              color: #1dc1dd; }
        .page-template-template-news-and-events section#two #top-post #main .right .byline {
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 4.5px;
          color: #979797;
          text-transform: uppercase; }
        .page-template-template-news-and-events section#two #top-post #main .right .blog-excerpt {
          margin-bottom: 1.875rem; }
          .page-template-template-news-and-events section#two #top-post #main .right .blog-excerpt p {
            font-size: 16px;
            font-weight: normal;
            line-height: 1.69;
            letter-spacing: normal;
            color: #777777; }
        .page-template-template-news-and-events section#two #top-post #main .right .main-button {
          padding: 1rem 3.125rem;
          background: #07465c;
          letter-spacing: 2.67px;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .page-template-template-news-and-events section#two #top-post #main .right .main-button:hover {
            background: #1dc1dd; }
    @media screen and (max-width: 63.9375em) {
      .page-template-template-news-and-events section#two #top-post {
        text-align: center; } }
  .page-template-template-news-and-events section#two #bottom-posts #main {
    padding: 0; }
    .page-template-template-news-and-events section#two #bottom-posts #main .page-nav {
      margin-top: -30px !important; }
    .page-template-template-news-and-events section#two #bottom-posts #main .post-wrapper {
      padding: 0; }
      .page-template-template-news-and-events section#two #bottom-posts #main .post-wrapper .post {
        margin-bottom: 5.3125rem; }
        .page-template-template-news-and-events section#two #bottom-posts #main .post-wrapper .post img {
          width: 100%;
          height: 260px; }
        .page-template-template-news-and-events section#two #bottom-posts #main .post-wrapper .post h2 {
          font-size: 18px;
          font-weight: bold;
          line-height: 1.56;
          letter-spacing: normal;
          color: #07465c;
          margin: 1.5625rem auto 0; }
          .page-template-template-news-and-events section#two #bottom-posts #main .post-wrapper .post h2 a {
            color: #07465c;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
            .page-template-template-news-and-events section#two #bottom-posts #main .post-wrapper .post h2 a:hover {
              color: #1dc1dd; }
        .page-template-template-news-and-events section#two #bottom-posts #main .post-wrapper .post .byline {
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 4.5px;
          color: #979797;
          text-transform: uppercase;
          margin: 0.5rem auto 1.5625rem; }
        .page-template-template-news-and-events section#two #bottom-posts #main .post-wrapper .post .main-button {
          padding: 1rem 3.125rem;
          background: #07465c;
          letter-spacing: 2.67px;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .page-template-template-news-and-events section#two #bottom-posts #main .post-wrapper .post .main-button:hover {
            background: #1dc1dd; }
  @media screen and (max-width: 63.9375em) {
    .page-template-template-news-and-events section#two #bottom-posts {
      text-align: center; }
      .page-template-template-news-and-events section#two #bottom-posts #main .post-wrapper .post .main-button {
        padding: 1rem 1.875rem; } }
  @media screen and (max-width: 39.9375em) {
    .page-template-template-news-and-events section#two {
      padding: 0 1.25rem 3.125rem;
      text-align: center; } }

/*********************
SINGLE POST STYLES
*********************/
.single-post section.top-header {
  position: relative;
  /* End Breakpoint medium */
  /* End Breakpoint small */
  /* Overide mixin to make bottom title larger than top title */ }
  .single-post section.top-header .top-banner {
    padding: 5rem 1.25rem 6.25rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important; }
    .single-post section.top-header .top-banner .cta-box {
      z-index: 9; }
      .single-post section.top-header .top-banner .cta-box .title-wrapper h2 {
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        color: #ffffff;
        text-align: right; }
        .single-post section.top-header .top-banner .cta-box .title-wrapper h2.top-title {
          font-size: 35px;
          font-weight: bold;
          line-height: 1.26;
          letter-spacing: 2px;
          text-transform: uppercase; }
        .single-post section.top-header .top-banner .cta-box .title-wrapper h2.bot-title {
          margin-top: 0.625rem;
          font-size: 16px;
          font-weight: 500;
          letter-spacing: 5.14px;
          text-transform: uppercase; }
      .single-post section.top-header .top-banner .cta-box .title-wrapper .button-wrapper {
        text-align: right; }
        .single-post section.top-header .top-banner .cta-box .title-wrapper .button-wrapper .main-button {
          margin-top: 1.875rem;
          font-size: 16px;
          letter-spacing: 2.67px; }
  .single-post section.top-header .header-info {
    position: relative;
    padding: 1.25rem;
    border-bottom: 0.8px solid #a1a1a1;
    background: #ffffff; }
    .single-post section.top-header .header-info .breadcrumbs {
      text-align: left;
      margin: 0; }
      .single-post section.top-header .header-info .breadcrumbs #breadcrumbs {
        margin: 0; }
        .single-post section.top-header .header-info .breadcrumbs #breadcrumbs a {
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.88px;
          color: #a1a1a1;
          text-transform: uppercase;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .single-post section.top-header .header-info .breadcrumbs #breadcrumbs .breadcrumb_last {
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.88px;
          color: #002a39;
          text-transform: uppercase; }
    .single-post section.top-header .header-info .share-buttons {
      text-align: right; }
      .single-post section.top-header .header-info .share-buttons p {
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.88px;
        color: #979797;
        margin: 0; }
        .single-post section.top-header .header-info .share-buttons p a {
          font-size: 16px;
          color: #979797;
          margin-right: 0.3125rem;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .single-post section.top-header .header-info .share-buttons p a:hover {
            color: #1dc1dd; }
  @media screen and (max-width: 63.9375em) {
    .single-post section.top-header .top-banner .cta-box {
      text-align: center; }
      .single-post section.top-header .top-banner .cta-box .title-wrapper h2.top-title, .single-post section.top-header .top-banner .cta-box .title-wrapper h2.bot-title {
        text-align: center; }
      .single-post section.top-header .top-banner .cta-box .button-wrapper {
        text-align: center !important; }
    .single-post section.top-header .img-overlay {
      opacity: 0; } }
  @media screen and (max-width: 39.9375em) {
    .single-post section.top-header .top-banner {
      padding: 5rem 1.25rem 5.3125rem; }
    .single-post section.top-header .header-info {
      text-align: center; }
      .single-post section.top-header .header-info .breadcrumbs {
        text-align: center;
        padding: 0; }
      .single-post section.top-header .header-info .share-buttons {
        text-align: center;
        margin-top: 0.625rem;
        padding: 0; } }
  .single-post section.top-header .top-banner .cta-box .title-wrapper h2.top-title {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 5.14px;
    color: #ffffff; }
  .single-post section.top-header .top-banner .cta-box .title-wrapper h2.bot-title {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.26;
    letter-spacing: 2px;
    color: #ffffff; }

.single-post #content #inner-content {
  padding-bottom: 3.75rem; }

.single-post #main {
  padding: 3.75rem 1.875rem 0.625rem; }
  .single-post #main .post-image-wrapper {
    text-align: center;
    margin-bottom: 1.875rem; }
  .single-post #main .post-header {
    margin-bottom: 1.25rem; }
    .single-post #main .post-header h2, .single-post #main .post-header h1 {
      font-size: 35px;
      font-weight: bold;
      line-height: 1.26;
      letter-spacing: 2px;
      color: #07465c;
      margin-bottom: 0.5rem; }
    .single-post #main .post-header .byline {
      font-size: 14px;
      font-weight: 500;
      line-height: normal;
      letter-spacing: 4.5px;
      color: #979797;
      text-transform: uppercase; }
  .single-post #main .post-content h2, .single-post #main .post-content h3, .single-post #main .post-content h4, .single-post #main .post-content h5 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.26;
    letter-spacing: 2px;
    color: #07465c;
    margin-top: 1.375rem;
    margin-bottom: 0.5rem; }
  .single-post #main .post-content p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #777777; }
  @media screen and (max-width: 39.9375em) {
    .single-post #main {
      text-align: center; } }

.single-post .product-share {
  margin-top: 1.375rem; }
  .single-post .product-share a {
    color: #979797;
    padding: 0 0.3125rem; }
    .single-post .product-share a:hover {
      color: #1dc1dd; }
  @media screen and (max-width: 39.9375em) {
    .single-post .product-share {
      text-align: center;
      margin: 1.875rem 0; } }

/*********************
CUSTOM PRODUCT STYLES
*********************/
.page-template-template-custom-product section.top-header {
  position: relative;
  /* End Breakpoint medium */
  /* End Breakpoint small */
  /* Overide mixin to show content on the left and to reduce total padding when a button is added to retain consistent header size */ }
  .page-template-template-custom-product section.top-header .top-banner {
    padding: 5rem 1.25rem 6.25rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important; }
    .page-template-template-custom-product section.top-header .top-banner .cta-box {
      z-index: 9; }
      .page-template-template-custom-product section.top-header .top-banner .cta-box .title-wrapper h2 {
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        color: #ffffff;
        text-align: right; }
        .page-template-template-custom-product section.top-header .top-banner .cta-box .title-wrapper h2.top-title {
          font-size: 35px;
          font-weight: bold;
          line-height: 1.26;
          letter-spacing: 2px;
          text-transform: uppercase; }
        .page-template-template-custom-product section.top-header .top-banner .cta-box .title-wrapper h2.bot-title, .page-template-template-custom-product section.top-header .top-banner .cta-box .title-wrapper h1.bot-title {
          margin-top: 0.625rem;
          font-size: 16px;
          font-weight: 500;
          letter-spacing: 5.14px;
          text-transform: uppercase; }
      .page-template-template-custom-product section.top-header .top-banner .cta-box .title-wrapper .button-wrapper {
        text-align: right; }
        .page-template-template-custom-product section.top-header .top-banner .cta-box .title-wrapper .button-wrapper .main-button {
          margin-top: 1.875rem;
          font-size: 16px;
          letter-spacing: 2.67px; }
  .page-template-template-custom-product section.top-header .header-info {
    position: relative;
    padding: 1.25rem;
    border-bottom: 0.8px solid #a1a1a1;
    background: #ffffff; }
    .page-template-template-custom-product section.top-header .header-info .breadcrumbs {
      text-align: left;
      margin: 0; }
      .page-template-template-custom-product section.top-header .header-info .breadcrumbs #breadcrumbs {
        margin: 0; }
        .page-template-template-custom-product section.top-header .header-info .breadcrumbs #breadcrumbs a {
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.88px;
          color: #a1a1a1;
          text-transform: uppercase;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .page-template-template-custom-product section.top-header .header-info .breadcrumbs #breadcrumbs .breadcrumb_last {
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.88px;
          color: #002a39;
          text-transform: uppercase; }
    .page-template-template-custom-product section.top-header .header-info .share-buttons {
      text-align: right; }
      .page-template-template-custom-product section.top-header .header-info .share-buttons p {
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.88px;
        color: #979797;
        margin: 0; }
        .page-template-template-custom-product section.top-header .header-info .share-buttons p a {
          font-size: 16px;
          color: #979797;
          margin-right: 0.3125rem;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .page-template-template-custom-product section.top-header .header-info .share-buttons p a:hover {
            color: #1dc1dd; }
  @media screen and (max-width: 63.9375em) {
    .page-template-template-custom-product section.top-header .top-banner .cta-box {
      text-align: center; }
      .page-template-template-custom-product section.top-header .top-banner .cta-box .title-wrapper h2.top-title, .page-template-template-custom-product section.top-header .top-banner .cta-box .title-wrapper h2.bot-title, .page-template-template-custom-product section.top-header .top-banner .cta-box .title-wrapper h1.bot-title {
        text-align: center; }
      .page-template-template-custom-product section.top-header .top-banner .cta-box .button-wrapper {
        text-align: center !important; }
    .page-template-template-custom-product section.top-header .img-overlay {
      opacity: 0; } }
  @media screen and (max-width: 39.9375em) {
    .page-template-template-custom-product section.top-header .top-banner {
      padding: 5rem 1.25rem 5.3125rem; }
    .page-template-template-custom-product section.top-header .header-info {
      text-align: center; }
      .page-template-template-custom-product section.top-header .header-info .breadcrumbs {
        text-align: center;
        padding: 0; }
      .page-template-template-custom-product section.top-header .header-info .share-buttons {
        text-align: center;
        margin-top: 0.625rem;
        padding: 0; } }
  .page-template-template-custom-product section.top-header .top-banner {
    padding: 5rem 1.25rem 4.375rem; }
    .page-template-template-custom-product section.top-header .top-banner .cta-box .title-wrapper h2 {
      text-align: left; }
      .page-template-template-custom-product section.top-header .top-banner .cta-box .title-wrapper h2.top-title {
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 5.14px;
        color: #ffffff;
        text-transform: uppercase; }
      .page-template-template-custom-product section.top-header .top-banner .cta-box .title-wrapper h2.bot-title, .page-template-template-custom-product section.top-header .top-banner .cta-box .title-wrapper h1.bot-title {
        font-size: 35px;
        font-weight: bold;
        line-height: 1.26;
        letter-spacing: 2px;
        color: #ffffff;
        text-transform: uppercase; }
    .page-template-template-custom-product section.top-header .top-banner .cta-box .title-wrapper .button-wrapper {
      text-align: left; }
  .page-template-template-custom-product section.top-header .large-push-4 {
    left: 0; }
  @media screen and (max-width: 39.9375em) {
    .page-template-template-custom-product section.top-header .top-banner .cta-box .title-wrapper h2 {
      text-align: center; } }

.page-template-template-custom-product section#one {
  padding: 4.0625rem 1.25rem 3.75rem;
  /* End Breakpoint small */ }
  .page-template-template-custom-product section#one .content-wrapper h2 {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .page-template-template-custom-product section#one .content-wrapper h2.top-title {
      font-size: 16px;
      font-weight: 500;
      line-height: normal;
      letter-spacing: 5.14px;
      color: #979797; }
    .page-template-template-custom-product section#one .content-wrapper h2.bot-title {
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.26;
      letter-spacing: 2px;
      color: #07465c;
      margin-top: 0.3125rem; }
      .page-template-template-custom-product section#one .content-wrapper h2.bot-title .bold {
        font-weight: bold; }
  .page-template-template-custom-product section#one .content-wrapper p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #777777;
    margin-top: 1.5625rem; }
  @media screen and (max-width: 39.9375em) {
    .page-template-template-custom-product section#one {
      padding: 3.125rem 1.25rem 3.125rem;
      text-align: center; } }

.page-template-template-custom-product section#two {
  padding: 0 1.25rem 5rem;
  /* End Breakpoint Medium */ }
  .page-template-template-custom-product section#two .inner-section {
    padding: 0; }
    .page-template-template-custom-product section#two .inner-section .inner-content {
      padding: 0; }
      .page-template-template-custom-product section#two .inner-section .inner-content .custom-box {
        padding: 0;
        margin-bottom: 1.25rem; }
        .page-template-template-custom-product section#two .inner-section .inner-content .custom-box .left {
          overflow: hidden;
          padding: 0;
          padding: 2.8125rem 2.5rem 2.8125rem 5rem;
          background: #07465c; }
          .page-template-template-custom-product section#two .inner-section .inner-content .custom-box .left h3 {
            font-size: 18px;
            font-weight: bold;
            line-height: 1.69;
            letter-spacing: normal;
            color: #1dc1dd;
            margin-bottom: 0.3125rem; }
          .page-template-template-custom-product section#two .inner-section .inner-content .custom-box .left p, .page-template-template-custom-product section#two .inner-section .inner-content .custom-box .left ul, .page-template-template-custom-product section#two .inner-section .inner-content .custom-box .left ol {
            font-size: 16px;
            font-weight: normal;
            line-height: 1.69;
            letter-spacing: normal;
            color: #ffffff; }
        .page-template-template-custom-product section#two .inner-section .inner-content .custom-box .right {
          overflow: hidden;
          background-color: #000 !important;
          background-repeat: no-repeat !important;
          background-size: cover !important; }
  @media screen and (max-width: 63.9375em) {
    .page-template-template-custom-product section#two .inner-section .inner-content .custom-box .left {
      padding: 2.5rem 1.875rem; } }
  @media screen and (max-width: 39.9375em) {
    .page-template-template-custom-product section#two .inner-section .inner-content .custom-box .left {
      padding: 1.875rem 1.875rem;
      text-align: center; }
      .page-template-template-custom-product section#two .inner-section .inner-content .custom-box .left ul, .page-template-template-custom-product section#two .inner-section .inner-content .custom-box .left ol {
        text-align: left; }
    .page-template-template-custom-product section#two .inner-section .inner-content .custom-box .right {
      height: 150px; } }

/*********************
FAQ STYLES
*********************/
.page-template-template-faq section.top-header {
  position: relative;
  /* End Breakpoint medium */
  /* End Breakpoint small */
  /* Overide mixin to show content on the left and to reduce total padding when a button is added to retain consistent header size */ }
  .page-template-template-faq section.top-header .top-banner {
    padding: 5rem 1.25rem 6.25rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important; }
    .page-template-template-faq section.top-header .top-banner .cta-box {
      z-index: 9; }
      .page-template-template-faq section.top-header .top-banner .cta-box .title-wrapper h2 {
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        color: #ffffff;
        text-align: right; }
        .page-template-template-faq section.top-header .top-banner .cta-box .title-wrapper h2.top-title {
          font-size: 35px;
          font-weight: bold;
          line-height: 1.26;
          letter-spacing: 2px;
          text-transform: uppercase; }
        .page-template-template-faq section.top-header .top-banner .cta-box .title-wrapper h2.bot-title, .page-template-template-faq section.top-header .top-banner .cta-box .title-wrapper h1.bot-title {
          margin-top: 0.625rem;
          font-size: 16px;
          font-weight: 500;
          letter-spacing: 5.14px;
          text-transform: uppercase; }
      .page-template-template-faq section.top-header .top-banner .cta-box .title-wrapper .button-wrapper {
        text-align: right; }
        .page-template-template-faq section.top-header .top-banner .cta-box .title-wrapper .button-wrapper .main-button {
          margin-top: 1.875rem;
          font-size: 16px;
          letter-spacing: 2.67px; }
  .page-template-template-faq section.top-header .header-info {
    position: relative;
    padding: 1.25rem;
    border-bottom: 0.8px solid #a1a1a1;
    background: #ffffff; }
    .page-template-template-faq section.top-header .header-info .breadcrumbs {
      text-align: left;
      margin: 0; }
      .page-template-template-faq section.top-header .header-info .breadcrumbs #breadcrumbs {
        margin: 0; }
        .page-template-template-faq section.top-header .header-info .breadcrumbs #breadcrumbs a {
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.88px;
          color: #a1a1a1;
          text-transform: uppercase;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .page-template-template-faq section.top-header .header-info .breadcrumbs #breadcrumbs .breadcrumb_last {
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.88px;
          color: #002a39;
          text-transform: uppercase; }
    .page-template-template-faq section.top-header .header-info .share-buttons {
      text-align: right; }
      .page-template-template-faq section.top-header .header-info .share-buttons p {
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.88px;
        color: #979797;
        margin: 0; }
        .page-template-template-faq section.top-header .header-info .share-buttons p a {
          font-size: 16px;
          color: #979797;
          margin-right: 0.3125rem;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .page-template-template-faq section.top-header .header-info .share-buttons p a:hover {
            color: #1dc1dd; }
  @media screen and (max-width: 63.9375em) {
    .page-template-template-faq section.top-header .top-banner .cta-box {
      text-align: center; }
      .page-template-template-faq section.top-header .top-banner .cta-box .title-wrapper h2.top-title, .page-template-template-faq section.top-header .top-banner .cta-box .title-wrapper h2.bot-title, .page-template-template-faq section.top-header .top-banner .cta-box .title-wrapper h1.bot-title {
        text-align: center; }
      .page-template-template-faq section.top-header .top-banner .cta-box .button-wrapper {
        text-align: center !important; }
    .page-template-template-faq section.top-header .img-overlay {
      opacity: 0; } }
  @media screen and (max-width: 39.9375em) {
    .page-template-template-faq section.top-header .top-banner {
      padding: 5rem 1.25rem 5.3125rem; }
    .page-template-template-faq section.top-header .header-info {
      text-align: center; }
      .page-template-template-faq section.top-header .header-info .breadcrumbs {
        text-align: center;
        padding: 0; }
      .page-template-template-faq section.top-header .header-info .share-buttons {
        text-align: center;
        margin-top: 0.625rem;
        padding: 0; } }
  .page-template-template-faq section.top-header .top-banner {
    padding: 5rem 1.25rem 4.375rem; }
    .page-template-template-faq section.top-header .top-banner .cta-box .title-wrapper h2 {
      text-align: left; }
      .page-template-template-faq section.top-header .top-banner .cta-box .title-wrapper h2.top-title {
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 5.14px;
        color: #ffffff;
        text-transform: uppercase; }
      .page-template-template-faq section.top-header .top-banner .cta-box .title-wrapper h2.bot-title, .page-template-template-faq section.top-header .top-banner .cta-box .title-wrapper h1.bot-title {
        font-size: 35px;
        font-weight: bold;
        line-height: 1.26;
        letter-spacing: 2px;
        color: #ffffff;
        text-transform: uppercase; }
    .page-template-template-faq section.top-header .top-banner .cta-box .title-wrapper .button-wrapper {
      text-align: left; }
  .page-template-template-faq section.top-header .large-push-4 {
    left: 0; }
  @media screen and (max-width: 39.9375em) {
    .page-template-template-faq section.top-header .top-banner .cta-box .title-wrapper h2 {
      text-align: center; } }

.page-template-template-faq section#one {
  padding: 3.75rem 1.25rem 5rem; }
  .page-template-template-faq section#one .faq-list-wrapper .faq-wrapper {
    padding: 0;
    margin-bottom: 2.5rem; }
    .page-template-template-faq section#one .faq-list-wrapper .faq-wrapper .faq-group-title {
      font-size: 35px;
      font-weight: bold;
      line-height: 1.26;
      letter-spacing: 2px;
      color: #07465c;
      text-transform: uppercase; }
    .page-template-template-faq section#one .faq-list-wrapper .faq-wrapper .single-faq {
      padding: 0;
      margin-top: 1.25rem; }
      .page-template-template-faq section#one .faq-list-wrapper .faq-wrapper .single-faq:first-of-type {
        margin-top: 0.9375rem; }
      .page-template-template-faq section#one .faq-list-wrapper .faq-wrapper .single-faq .question-title {
        font-size: 28px;
        font-weight: normal;
        line-height: 1.26;
        letter-spacing: 2px;
        color: #07465c;
        margin-bottom: 0.3125rem; }
      .page-template-template-faq section#one .faq-list-wrapper .faq-wrapper .single-faq p {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.69;
        letter-spacing: normal;
        color: #777777; }
      .page-template-template-faq section#one .faq-list-wrapper .faq-wrapper .single-faq ul, .page-template-template-faq section#one .faq-list-wrapper .faq-wrapper .single-faq ol {
        text-align: left; }
        .page-template-template-faq section#one .faq-list-wrapper .faq-wrapper .single-faq ul li, .page-template-template-faq section#one .faq-list-wrapper .faq-wrapper .single-faq ol li {
          margin-bottom: 0.25rem; }
  @media screen and (max-width: 39.9375em) {
    .page-template-template-faq section#one {
      padding: 3.4375rem 1.25rem 3.75rem; }
      .page-template-template-faq section#one .faq-list-wrapper .faq-wrapper {
        margin-bottom: 1.875rem; }
        .page-template-template-faq section#one .faq-list-wrapper .faq-wrapper .faq-group-title {
          text-align: center; }
        .page-template-template-faq section#one .faq-list-wrapper .faq-wrapper .single-faq .question-title {
          text-align: center; }
        .page-template-template-faq section#one .faq-list-wrapper .faq-wrapper .single-faq p {
          text-align: center; } }

/******************************************************************

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 {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
