.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: 0;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

b,
strong {
  font-weight: bolder;
}

button {
  -webkit-appearance: button;
  overflow: visible;
}

button,
input {
  outline: 0;
}

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

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
select {
  text-transform: none;
}

details {
  display: block;
}

hr {
  overflow: visible;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

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

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

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

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

summary {
  display: block;
}

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

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

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

* {
  font-size: inherit;
  line-height: inherit;
}

::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

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

* {
  margin: 0;
  padding: 0;
}

*,
::after,
::before {
  border-style: solid;
  border-width: 0;
}

[tabindex],
a,
area,
button,
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

svg {
  fill: currentColor;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

* {
  background-repeat: no-repeat;
}

:root {
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  cursor: default;
  font: 100%/1.5 sans-serif;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
}

[type="button"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
button,
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

small {
  font-size: 75%;
}

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

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #0b9220;
  color: #fff;
}

::selection {
  background: #0b9220;
  color: #fff;
}

body,
html {
  background-color: #fafafa !important;
  height: 100%;
  color: #010926;
  -webkit-font-smoothing: antialiased;
}

body main,
html main {
  background: #fff;
}

body.search-open .top-search,
html.search-open .top-search {
  top: 0;
}

body.search-open .top-search input[type="text"],
html.search-open .top-search input[type="text"] {
  opacity: 1;
}

a {
  color: #1591d0;
  transition: 0.35s;
}

a:hover {
  color: #0b9220;
}

.unstyled-link {
  color: #010926 !important;
}

.alert-link {
  margin-right: 10px;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.overlay.gradient {
  background: linear-gradient(
    to bottom,
    #000 0,
    rgba(0, 0, 0, 0.1) 30%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0.4 !important;
}

.pagination {
  list-style: none;
  margin: 0 auto;
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
}

.pagination ul {
  margin: 0 !important;
  padding: 45px 15px;
}

@media (min-width: 768px) {
  .pagination ul {
    padding: 80px 15px;
  }
}

.pagination li {
  margin: 0 !important;
  display: inline-block;
  float: none;
  text-align: center;
  font-family: acumin-pro-wide, sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #999;
  position: relative;
  padding: 0 12px 0 10px;
}

.pagination li:last-of-type:after {
  display: none !important;
}

.pagination li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #d1d2d5;
}

.pagination a,
.pagination span {
  line-height: 1.6em;
  margin: 0 10px;
  padding: 5px 2px;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  color: #3b3d4d;
}

.pagination a svg,
.pagination span svg {
  margin-bottom: 3px;
  width: 14px;
  height: 18px;
  fill: #3b3d4d;
  transition: all 0.2s ease-in-out;
}

.pagination a svg:hover,
.pagination span svg:hover {
  fill: #0b9220;
}

.pagination .prev {
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.pagination span.current {
  color: #b7bac2;
}

.pagination a:hover {
  color: #0b9220;
}

svg title {
  pointer-events: none;
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

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

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

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

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

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

.hamburger-inner::before {
  width: 30px;
  right: 0;
}

.hamburger-inner::after {
  width: 25px;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

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

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

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

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

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

.hamburger--elastic .hamburger-inner::before {
  top: 9px;
  transition: opacity 0.15s 0.4s ease;
}

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

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

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

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

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

.hamburger--elastic-r .hamburger-inner::before {
  top: 9px;
  transition: opacity 0.15s 0.4s ease;
}

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

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

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

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

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}

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

.hamburger--emphatic .hamburger-inner::after {
  top: 9px;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 50ms 0.2s linear, right 0.2s 0.25s ease-in;
}

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

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -66px;
  top: -66px;
  transform: translate3d(66px, 66px, 0) rotate(45deg);
  transition: left 0.2s ease-out, top 50ms 0.2s linear,
    transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -66px;
  top: -66px;
  transform: translate3d(-66px, 66px, 0) rotate(-45deg);
  transition: right 0.2s ease-out, top 50ms 0.2s linear,
    transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

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

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

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

.hamburger--emphatic-r .hamburger-inner::after {
  top: 9px;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 50ms 0.2s linear, right 0.2s 0.25s ease-in;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hamburger--spring .hamburger-inner::before {
  top: 9px;
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.6.3);
  src: url(../fonts/fontawesome-webfont.eot#iefix&v=4.6.3)
      format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"),
    url(../fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"),
    url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"),
    url(../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}

.fa-krw:before,
.fa-won:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}

.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.btn,
.cms-wrapper input[type="submit"] {
  background: #1591d0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 17px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: 0.35s;
  max-width: 350px;
  padding: 17px 15px;
  text-align: center;
  width: auto;
}

@media (min-width: 320px) {
  .btn,
  .cms-wrapper input[type="submit"] {
    min-width: 265px;
  }
}

@media (max-width: 319px) {
  .btn,
  .cms-wrapper input[type="submit"] {
    width: 100%;
  }
}

.btn:hover,
.cms-wrapper input:hover[type="submit"] {
  background: #0b9220;
  color: #fff;
}

.btn.alt,
.cms-wrapper input.alt[type="submit"] {
  background: #0b9220;
}

.btn.alt:hover,
.cms-wrapper input.alt:hover[type="submit"] {
  background: #2d5487;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="text"],
textarea {
  background: #fff;
  color: #010926;
  font-family: acumin-pro, sans-serif;
  outline: 0;
  transition: background 0.25s ease;
  width: 100%;
  font-size: 17px;
  line-height: 1;
  padding: 14px 18px 16px;
  border: 2px solid #fff;
  transition: 0.25s;
}

input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
textarea:focus {
  border-color: #0b9220;
}

::-webkit-input-placeholder {
  color: #7e7b76;
}

:-ms-input-placeholder {
  color: #7e7b76;
}

::placeholder {
  color: #7e7b76;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="text"] {
  height: 50px;
}

.cms-wrapper input[type="submit"],
input[type="submit"].btn {
  float: left;
  width: 100%;
}

label {
  font-family: acumin-pro-wide, sans-serif;
  font-size: 11px;
  letter-spacing: 1.1px;
  text-align: left;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 700;
}

@media (min-width: 768px) {
  label {
    margin-bottom: 10px;
  }
}

button.btn {
  float: left;
  width: 100%;
}

body
  .gform_wrapper.gform_validation_error
  .gform_body
  ul
  li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  width: 100% !important;
}

.content .gform_wrapper {
  margin-top: 35px;
}

.content .gform_wrapper .gform_body {
  width: 100% !important;
}

.content .gform_wrapper .gfield_label {
  margin-top: 0 !important;
  font-family: acumin-pro-wide, sans-serif;
  color: #010926;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  margin: 0 0 0.5em;
}

@media (min-width: 768px) {
  .content .gform_wrapper .gfield_label {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .content .gform_wrapper .gfield_label {
    font-size: 20px;
  }
}

.content .gform_wrapper input[type="email"],
.content .gform_wrapper input[type="tel"],
.content .gform_wrapper input[type="text"],
.content .gform_wrapper textarea {
  padding: 10px 20px !important;
}

.content .gform_wrapper .validation_error {
  color: #ff3232;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
  border: 1px solid #ff3232;
  padding: 10px 0;
  clear: both;
  width: 100%;
  text-align: center;
}

.content
  .gform_wrapper
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.content .gform_wrapper li.gfield.gfield_error {
  background: 0 0;
  border-top: none;
  border-bottom: none;
}

.content
  .gform_wrapper
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning
  .gfield_label,
.content
  .gform_wrapper
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning
  .gfield_required,
.content .gform_wrapper li.gfield.gfield_error .gfield_label,
.content .gform_wrapper li.gfield.gfield_error .gfield_required {
  color: #010926;
}

.content
  .gform_wrapper
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning
  .gfield_label,
.content .gform_wrapper li.gfield.gfield_error .gfield_label {
  margin-top: 0 !important;
  font-family: acumin-pro-wide, sans-serif;
  color: #010926;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  margin: 0 0 0.5em;
}

@media (min-width: 768px) {
  .content
    .gform_wrapper
    .gform_wrapper
    li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning
    .gfield_label,
  .content .gform_wrapper li.gfield.gfield_error .gfield_label {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .content
    .gform_wrapper
    .gform_wrapper
    li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning
    .gfield_label,
  .content .gform_wrapper li.gfield.gfield_error .gfield_label {
    font-size: 20px;
  }
}

.content
  .gform_wrapper
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning
  .gfield_description.validation_message,
.content
  .gform_wrapper
  li.gfield.gfield_error
  .gfield_description.validation_message {
  margin-top: 0;
  padding-top: 0;
  color: #ff3232;
}

.content
  .gform_wrapper
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning
  .gform_wrapper
  li.gfield_error
  textarea,
.content
  .gform_wrapper
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
.content
  .gform_wrapper
  li.gfield.gfield_error
  .gform_wrapper
  li.gfield_error
  textarea,
.content
  .gform_wrapper
  li.gfield.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  border: 1px solid #ff3232 !important;
}

.content .gform_wrapper #gform_ajax_spinner_1 {
  margin: 15px auto;
  float: none;
  display: table;
  max-width: 25px !important;
  max-height: 25px !important;
}

.content .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
  float: left;
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px;
}

.content .gform_wrapper ul.gform_fields li input[type="email"],
.content .gform_wrapper ul.gform_fields li input[type="text"],
.content .gform_wrapper ul.gform_fields li textarea {
  border: 1px solid #ccc;
}

.content .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}

.content .gform_wrapper .gform_footer input[type="submit"] {
  display: table;
  width: auto;
  transition: 0.35s;
  cursor: pointer;
  background: #2d5487;
  color: #fff;
  padding: 17px 15px;
  border-radius: 3px;
  line-height: 120%;
  min-width: 300px;
  max-width: 350px;
  width: auto;
  font-size: 16px;
  font-weight: 600;
  font-family: acumin-pro-wide, sans-serif;
  text-align: center;
  margin: 0 auto;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
}

.content .gform_wrapper .gform_footer input[type="submit"]:hover {
  background: #0b9220;
  color: #fff;
}

.action-form {
  min-height: 215px;
}

.action-form #action_info,
.action-form #logo_wrap {
  display: none;
}

.action-form #can_embed_form {
  background-color: transparent !important;
  padding: 0 !important;
  border: none !important;
}

.action-form #can_embed_form #can_embed_form_inner h1,
.action-form #can_embed_form #can_embed_form_inner h2,
.action-form #can_embed_form #can_embed_form_inner h3,
.action-form #can_embed_form #can_embed_form_inner h4,
.action-form #can_embed_form #can_embed_form_inner h5,
.action-form #can_embed_form #can_embed_form_inner h6,
.action-form #can_embed_form #can_embed_form_inner p {
  display: none;
}

.action-form #can_embed_form .country_drop_wrap,
.action-form #can_embed_form .international_link-wrap {
  display: none !important;
}

.action-form #can_embed_form #d_sharing {
  display: none !important;
}

.action-form #can_embed_form input {
  margin-bottom: 4px !important;
}

.action-form #can_embed_form input[type="email"],
.action-form #can_embed_form input[type="number"],
.action-form #can_embed_form input[type="password"],
.action-form #can_embed_form input[type="tel"],
.action-form #can_embed_form input[type="text"],
.action-form #can_embed_form input[type="url"],
.action-form #can_embed_form textarea {
  background: #fff !important;
  height: 50px !important;
  padding: 10px 20px !important;
  border-radius: 3px !important;
  transition: background 0.25s ease !important;
  outline: 0 !important;
  border: 1px solid #ccc !important;
  color: #010926 !important;
  font-size: 20px !important;
  font-family: acumin-pro, sans-serif !important;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
}

.action-form #can_embed_form input[type="email"]:focus,
.action-form #can_embed_form input[type="number"]:focus,
.action-form #can_embed_form input[type="password"]:focus,
.action-form #can_embed_form input[type="tel"]:focus,
.action-form #can_embed_form input[type="text"]:focus,
.action-form #can_embed_form input[type="url"]:focus,
.action-form #can_embed_form textarea:focus {
  background: #eee !important;
}

.action-form #can_embed_form input[type="email"]::-webkit-input-placeholder,
.action-form #can_embed_form input[type="number"]::-webkit-input-placeholder,
.action-form #can_embed_form input[type="password"]::-webkit-input-placeholder,
.action-form #can_embed_form input[type="tel"]::-webkit-input-placeholder,
.action-form #can_embed_form input[type="text"]::-webkit-input-placeholder,
.action-form #can_embed_form input[type="url"]::-webkit-input-placeholder,
.action-form #can_embed_form textarea::-webkit-input-placeholder {
  color: #010926 !important;
}

.action-form #can_embed_form input[type="email"]::-moz-placeholder,
.action-form #can_embed_form input[type="number"]::-moz-placeholder,
.action-form #can_embed_form input[type="password"]::-moz-placeholder,
.action-form #can_embed_form input[type="tel"]::-moz-placeholder,
.action-form #can_embed_form input[type="text"]::-moz-placeholder,
.action-form #can_embed_form input[type="url"]::-moz-placeholder,
.action-form #can_embed_form textarea::-moz-placeholder {
  color: #010926 !important;
}

.action-form #can_embed_form input[type="email"]:-ms-input-placeholder,
.action-form #can_embed_form input[type="number"]:-ms-input-placeholder,
.action-form #can_embed_form input[type="password"]:-ms-input-placeholder,
.action-form #can_embed_form input[type="tel"]:-ms-input-placeholder,
.action-form #can_embed_form input[type="text"]:-ms-input-placeholder,
.action-form #can_embed_form input[type="url"]:-ms-input-placeholder,
.action-form #can_embed_form textarea:-ms-input-placeholder {
  color: #010926 !important;
}

.action-form #can_embed_form input[type="email"]:-moz-placeholder,
.action-form #can_embed_form input[type="number"]:-moz-placeholder,
.action-form #can_embed_form input[type="password"]:-moz-placeholder,
.action-form #can_embed_form input[type="tel"]:-moz-placeholder,
.action-form #can_embed_form input[type="text"]:-moz-placeholder,
.action-form #can_embed_form input[type="url"]:-moz-placeholder,
.action-form #can_embed_form textarea:-moz-placeholder {
  color: #010926 !important;
}

.action-form #can_embed_form input[type="submit"] {
  display: table !important;
  transition: 0.35s;
  cursor: pointer !important;
  background: #2d5487 !important;
  color: #fff !important;
  padding: 17px 15px !important;
  border-radius: 3px !important;
  line-height: 120% !important;
  min-width: 300px !important;
  max-width: 350px !important;
  width: auto !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  font-family: acumin-pro-wide, sans-serif !important;
  text-shadow: none !important;
  text-align: center;
  margin: -11px auto 0 !important;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
}

.action-form #can_embed_form input[type="submit"]:hover {
  background: #0b9220 !important;
  color: #fff !important;
}

.ngp-form .at-inner {
  background-color: transparent !important;
  border: none !important;
  margin-top: 10px !important;
}

.ngp-form .at-title {
  display: none;
}

.ngp-form .at-fieldset {
  padding: 0 !important;
}

.ngp-form .at-fields input[type="email"],
.ngp-form .at-fields input[type="tel"],
.ngp-form .at-fields input[type="text"],
.ngp-form .at-fields textarea {
  background: #fff;
  height: 50px;
  padding: 10px 20px;
  border-radius: 3px;
  transition: background 0.25s ease;
  float: left;
  width: 100%;
  outline: 0;
  border: 1px solid #ccc;
  color: #010926;
  font-size: 20px;
  font-family: acumin-pro, sans-serif;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
  margin: -14px 0 6px !important;
}

.ngp-form .at-fields input[type="email"]:hover,
.ngp-form .at-fields input[type="tel"]:hover,
.ngp-form .at-fields input[type="text"]:hover,
.ngp-form .at-fields textarea:hover {
  border: 1px solid #ccc;
}

.ngp-form .at-fields input[type="email"]:focus,
.ngp-form .at-fields input[type="tel"]:focus,
.ngp-form .at-fields input[type="text"]:focus,
.ngp-form .at-fields textarea:focus {
  background: #eee;
  box-shadow: none;
  border: 1px solid #ccc;
}

.ngp-form .at-fields input[type="email"]::-webkit-input-placeholder,
.ngp-form .at-fields input[type="tel"]::-webkit-input-placeholder,
.ngp-form .at-fields input[type="text"]::-webkit-input-placeholder,
.ngp-form .at-fields textarea::-webkit-input-placeholder {
  color: #010926;
}

.ngp-form .at-fields input[type="email"]::-moz-placeholder,
.ngp-form .at-fields input[type="tel"]::-moz-placeholder,
.ngp-form .at-fields input[type="text"]::-moz-placeholder,
.ngp-form .at-fields textarea::-moz-placeholder {
  color: #010926;
}

.ngp-form .at-fields input[type="email"]:-ms-input-placeholder,
.ngp-form .at-fields input[type="tel"]:-ms-input-placeholder,
.ngp-form .at-fields input[type="text"]:-ms-input-placeholder,
.ngp-form .at-fields textarea:-ms-input-placeholder {
  color: #010926;
}

.ngp-form .at-fields input[type="email"]:-moz-placeholder,
.ngp-form .at-fields input[type="tel"]:-moz-placeholder,
.ngp-form .at-fields input[type="text"]:-moz-placeholder,
.ngp-form .at-fields textarea:-moz-placeholder {
  color: #010926;
}

.ngp-form .at-fields label {
  margin: 0;
  font-family: acumin-pro, sans-serif;
  color: rgba(255, 255, 255, 0) !important;
  line-height: 1;
  margin-top: 0;
}

.ngp-form .at-fields label u {
  text-decoration: none;
}

.ngp-form .at-fields label.EmailAddress,
.ngp-form .at-fields label.FirstName,
.ngp-form .at-fields label.LastName,
.ngp-form .at-fields label.MobilePhone,
.ngp-form .at-fields label.PostalCode {
  transition: opacity 0.5s;
  opacity: 0;
}

.ngp-form .at-fields label.EmailAddress.show,
.ngp-form .at-fields label.FirstName.show,
.ngp-form .at-fields label.LastName.show,
.ngp-form .at-fields label.MobilePhone.show,
.ngp-form .at-fields label.PostalCode.show {
  opacity: 1;
}

.ngp-form .at-fields {
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ngp-form .at-row.PostalCode {
  -ms-flex-order: 2;
  order: 2;
}

.ngp-form .at-row.EmailAddress {
  -ms-flex-order: 1;
  order: 1;
}

.ngp-form .at-markup.HeaderHtml {
  display: none;
}

.ngp-form .at-markup.SmsLegalDisclaimer.at-legal {
  margin: 0;
  margin-top: 10px;
}

.ngp-form .at-markup.SmsLegalDisclaimer.at-legal p {
  font-size: 11px;
}

.ngp-form .at-form-submit {
  padding: 0;
}

.ngp-form .at-form-submit .at-submit {
  display: table;
  width: auto;
  transition: 0.35s;
  cursor: pointer;
  background: #2d5487;
  color: #fff;
  padding: 17px 15px;
  border-radius: 3px;
  line-height: 120%;
  min-width: 300px;
  max-width: 350px;
  width: auto;
  font-size: 16px;
  font-weight: 600;
  font-family: acumin-pro-wide, sans-serif;
  text-align: center;
  margin: 0 auto;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
}

.ngp-form .at-form-submit .at-submit:hover {
  background: #0b9220;
  color: #fff;
}

.ngp-form .error {
  padding: 0 !important;
  background: 0 0 !important;
  position: relative !important;
  top: 0 !important;
  margin-bottom: 0 !important;
}

.ngp-form legend {
  display: none;
}

.ngp-form .ngp-form-view .ngp-form-inner form.control-group .form-item {
  float: left;
  width: 100%;
  margin-bottom: 7px;
}

.ngp-form
  .ngp-form-view
  .ngp-form-inner
  form.control-group
  .form-item:last-of-type {
  margin-bottom: 12px;
}

.ngp-form .ngp-form-view .ngp-form-inner form.control-group .form-item label {
  color: #fff;
  font-size: 22px;
  font-family: acumin-pro, sans-serif;
  display: none;
}

.ngp-form .ngp-form-view .ngp-form-inner form.control-group .form-item input {
  margin: 0;
}

.cms-wrapper
  .ngp-form
  .ngp-form-view
  .ngp-form-inner
  form.control-group
  .ngp-form-submit
  input.form-submit[type="submit"],
.ngp-form
  .ngp-form-view
  .ngp-form-inner
  form.control-group
  .ngp-form-submit
  .cms-wrapper
  input.form-submit[type="submit"],
.ngp-form
  .ngp-form-view
  .ngp-form-inner
  form.control-group
  .ngp-form-submit
  .form-submit.btn {
  color: #fff;
  border-color: #fff;
}

.cms-wrapper
  .ngp-form
  .ngp-form-view
  .ngp-form-inner
  form.control-group
  .ngp-form-submit
  input.form-submit:hover[type="submit"],
.ngp-form
  .ngp-form-view
  .ngp-form-inner
  form.control-group
  .ngp-form-submit
  .cms-wrapper
  input.form-submit:hover[type="submit"],
.ngp-form
  .ngp-form-view
  .ngp-form-inner
  form.control-group
  .ngp-form-submit
  .form-submit.btn:hover {
  color: #2d5487;
  background-color: #fff;
}

.donation-caption p {
  font-size: 14px;
  font-style: italic;
  color: #fff;
}

.social.links {
  float: left;
  font-size: 20px;
  margin-top: 8px;
}

.social.links span {
  float: left;
  display: block;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  margin: 13px 15px 0 15px;
}

.social.links span.visibility-hidden {
  text-transform: none;
}

.social.links ul {
  margin: 0;
  padding: 0;
  float: right;
}

.social.links ul li {
  list-style-type: none;
  float: left;
}

.social.links ul li a {
  padding: 6px 15px;
  float: left;
  color: #010926;
}

.social.links ul li a:hover {
  color: #0b9220;
}

.social-nav {
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  opacity: 1;
  transition: 0.35s;
  display: none;
}

.social-nav.animate {
  opacity: 0;
}

.social-nav.behind {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 992px) {
  .social-nav {
    display: block;
    width: 56px;
    position: fixed;
    right: 0 !important;
    top: 50% !important;
    left: auto !important;
    bottom: auto;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.social-nav .social-side {
  display: table;
  width: 56px;
  display: none;
}

@media (min-width: 768px) {
  .social-nav .social-side {
    display: block;
  }
}

.social-nav .social-side p {
  font-family: acumin-pro-wide, sans-serif;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  width: 100%;
}

.social-nav .social-side .box {
  background: 0 0;
  border: 1px solid #fff;
  border-right: none;
  text-align: center;
  padding: 14px 0;
  cursor: pointer;
  color: #fff;
  line-height: 30px;
  height: 60px;
  margin-bottom: 10px;
  z-index: 6;
  position: relative;
  transition: 0.35s;
}

.social-nav .social-side .box i {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  transition: 0.35s;
}

.social-nav .social-side .share-slide {
  position: absolute;
  top: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fff;
  right: -500%;
  opacity: 0;
  height: 60px;
  padding-left: 9px;
  padding-right: 9px;
  border: 1px solid #cfcfcf;
  border-right: none;
  transition: 0.35s;
  width: auto;
  z-index: 5;
  zoom: 1;
}

.social-nav .social-side .share-slide .social.links {
  float: none;
  margin-top: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  zoom: 1;
  min-height: 0;
  min-width: 100%;
}

.social-nav .social-side .share-slide .social.links ul {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-align: center;
  align-items: center;
  float: none;
  margin-right: 56px;
  zoom: 1;
  min-height: 0;
  min-width: 1%;
}

.social-nav .social-side .share-slide .social.links ul li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: none;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-align: center;
  align-items: center;
  min-width: 42px;
}

.social-nav .social-side .share-slide .social.links ul li a {
  float: none;
  color: #fff;
  min-height: 0;
  min-width: 1%;
}

.social-nav .social-side .share-slide .social.links ul li a:hover {
  color: #0b9220;
}

.social-nav.hover .box,
.social-nav:hover .box {
  border: 1px solid #0b9220;
  background: #0b9220;
}

.social-nav.hover .box i,
.social-nav:hover .box i {
  color: #fff;
}

.social-nav.hover .share-slide,
.social-nav:hover .share-slide {
  right: 0;
  opacity: 1;
}

.social-nav.hover p,
.social-nav:hover p {
  color: #0b9220;
}

.is-splashed {
  pointer-events: none;
  position: relative;
}

.is-splashed:before {
  background: #0b0b0b;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  opacity: 0.8;
  top: 0;
  width: 100vw;
  z-index: 9997;
}

#image-popup-inline,
#inline-popup {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}

#image-popup-inline a {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative;
  max-width: 600px;
}

#image-popup-inline a img {
  height: auto;
  width: 100%;
}

#image-popup-inline button.mfp-close,
#inline-popup button.mfp-close {
  color: #fff;
  top: -44px;
  right: -13px;
}

.hide-me {
  display: none;
}

#inline-popup .inline-wrap {
  background: #fff;
  padding: 15px;
  text-align: center;
}

.mfp-bg,
.mfp-wrap {
  z-index: 9999;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.pop-over {
  display: none;
}

.pop-over.is-visible {
  display: block;
}

.pop-over.video {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background: rgba(11, 11, 11, 0.8);
}

.pop-over.video .videoWrapper {
  height: 100vh;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.pop-over.video .videoWrapper .mfp-close {
  top: 50%;
  -ms-transform: translateY(calc(-50% - 30vh - 20px));
  transform: translateY(calc(-50% - 30vh - 20px));
}

.pop-over.video .videoWrapper iframe {
  height: 60vh;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .pop-over.video .videoWrapper {
    width: 70vw;
  }
}

.pop-over.video .play-row {
  width: 100%;
  height: 100px;
  margin-top: 0;
  top: 50%;
  position: relative;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pop-over.video .play-row .play-button {
  position: relative;
  margin: 0 auto;
  display: table;
  float: none;
  left: auto;
  top: 0;
  cursor: pointer;
  width: 60px;
  height: 60px;
  transition: 0.3s;
}

.pop-over.video .play-row .play-button .play-bg {
  background: #fff;
  width: 25px;
  height: 25px;
  top: 18px;
  left: 20px;
  position: absolute;
  transition: 0.3s;
  overflow: hidden;
}

.pop-over.video .play-row .play-button svg {
  z-index: 9;
  position: relative;
}

@media (min-width: 768px) {
  .pop-over.video .play-row .play-button {
    margin: 10px auto 0;
    top: 0;
    width: 90px;
    height: 90px;
  }
  .pop-over.video .play-row .play-button .play-bg {
    width: 40px;
    height: 40px;
    top: 23px;
    left: 28px;
  }
}

.no-js .menuOverlay,
.no-js .searchOverlay {
  display: none;
}

.searchOverlay {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background: rgba(32, 32, 47, 0.98);
  z-index: 9999 !important;
}

.js .searchOverlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.searchOverlay::after,
.searchOverlay::before {
  content: "";
  position: absolute;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  pointer-events: none;
  border: 1em solid #eceff1;
}

.searchOverlay::before {
  top: 0;
  left: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}

.searchOverlay::after {
  right: 0;
  bottom: 0;
  border-top-width: 0;
  border-left-width: 0;
}

.btn--search-close {
  font-size: 2em;
  position: absolute;
  top: 1em;
  right: 1.25em;
  display: none;
  cursor: pointer;
}

.js .btn--search-close {
  display: block;
}

.search__form {
  margin: 5em 0;
}

.search__input {
  font-family: inherit;
  font-size: 6vw;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  width: 90%;
  padding: 0.05em 0;
  color: #eceff1;
  border-bottom: 2px solid #2d5487;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 400;
}

.search__input:focus {
  outline: 0;
}

@media (min-width: 480px) {
  .search__input {
    min-width: 325px;
    width: 60%;
  }
}

.search__input::-webkit-input-placeholder {
  opacity: 0.85;
  color: #eceff1;
}

.search__input::-moz-placeholder {
  opacity: 0.85;
  color: #eceff1;
}

.search__input:-ms-input-placeholder {
  opacity: 0.85;
  color: #eceff1;
}

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.search__input::-ms-clear {
  display: none;
}

.search__info {
  font-size: 80%;
  font-weight: 700;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 0.65em 0;
  text-align: right;
  color: #2d5487;
  font-style: acumin-pro-wide, sans-serif;
}

@media (min-width: 480px) {
  .search__info {
    min-width: 325px;
    width: 60%;
  }
}

.search__related {
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  pointer-events: none;
}

.search__suggestion {
  width: 33.33%;
  text-align: left;
}

.search__suggestion:nth-child(2) {
  margin: 0 3em;
}

.search__suggestion h3 {
  font-size: 1.35em;
  margin: 0;
}

.search__suggestion h3::before {
  content: "\21FE";
  display: inline-block;
  padding: 0 0.5em 0 0;
}

.search__suggestion p {
  font-size: 1.15em;
  line-height: 1.4;
  margin: 0.75em 0 0 0;
}

.js .searchOverlay {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}

.js .search--open {
  pointer-events: auto;
  opacity: 1;
  z-index: 99999;
}

.searchOverlay::after,
.searchOverlay::before {
  transition: transform 0.5s;
}

.searchOverlay::before {
  transform: translate3d(-15px, -15px, 0);
}

.searchOverlay::after {
  transform: translate3d(15px, 15px, 0);
}

.search--open::after,
.search--open::before {
  transform: translate3d(0, 0, 0);
}

.btn--search-close {
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.5s, transform 0.5s;
}

.btn--search-close svg {
  width: 35px;
}

.btn--search-close svg .color {
  fill: #eceff1;
  transition: all 0.2s ease;
}

.btn--search-close:hover svg .color {
  fill: #2d5487;
}

.search--open .btn--search-close {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.js .search__form {
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.5s, transform 0.5s;
}

.js .search--open .search__form {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.search__suggestion {
  opacity: 0;
  transform: translate3d(0, -30px, 0);
  transition: opacity 0.5s, transform 0.5s;
}

.search--open .search__suggestion {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.search--open .search__suggestion:nth-child(2) {
  transition-delay: 0.1s;
}

.search--open .search__suggestion:nth-child(3) {
  transition-delay: 0.2s;
}

@media screen and (max-width: 40em) {
  .search__form {
    margin: 5em 0 1em;
  }
  .btn--search-close {
    font-size: 1.25em;
    top: 1.5em;
    right: 1.5em;
  }
  .btn--search-close svg {
    width: 25px;
  }
  .search__info {
    text-align: left;
  }
  .search__suggestion {
    font-size: 80%;
    width: 100%;
  }
  .search__suggestion:nth-child(2),
  .search__suggestion:nth-child(3) {
    display: none;
  }
}

.menuOverlay {
  background: rgba(32, 32, 47, 0.98);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.menuOverlay .social-mobile {
  display: block;
  width: 100%;
  text-align: center;
}

.menuOverlay .social-mobile .social.links {
  float: none;
  display: inline-block;
  margin-top: 0;
  width: auto;
}

.menuOverlay .social-mobile .social.links ul li a {
  font-size: 24px;
  color: #2d5487;
  opacity: 1;
}

@media (min-width: 480px) {
  .menuOverlay .social-mobile .social.links ul li a {
    font-size: 29px;
  }
}

@media (min-width: 768px) {
  .menuOverlay .social-mobile .social.links ul li a {
    font-size: 35px;
  }
}

.menuOverlay .social-mobile .social.links ul li a:hover {
  color: #fff;
  opacity: 1;
}

.main-mobile-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.main-mobile-menu .menu-primary-navigation-container {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.main-mobile-menu ul.menu {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-mobile-menu ul.menu li {
  font-size: 25px;
  line-height: 130%;
}

@media (min-width: 480px) {
  .main-mobile-menu ul.menu li {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .main-mobile-menu ul.menu li {
    font-size: 38px;
  }
}

.main-mobile-menu ul.menu li a {
  font-family: acumin-pro-wide, sans-serif;
  color: #fff;
  padding: 5px;
  display: block;
}

.main-mobile-menu ul.menu li a:hover {
  color: #fff;
  background: #2d5487;
}

.main-mobile-menu nav.secondary {
  display: block;
  text-align: center;
  float: left;
  width: 100%;
  margin: 40px auto;
}

.main-mobile-menu nav.secondary ul {
  display: block;
  margin: 0 auto;
  float: none;
}

.main-mobile-menu nav.secondary ul li {
  float: none;
  display: block;
  width: 100%;
  max-width: 275px;
  margin: 0 auto !important;
  text-align: center;
}

.main-mobile-menu nav.secondary ul li a {
  display: inline-block;
  height: 50px;
  line-height: 48px;
  float: none;
  padding: initial;
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
}

.main-mobile-menu nav.secondary ul li + li a {
  margin-top: 10px;
}

.no-js .menuOverlay {
  display: none;
}

.js .menuOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 50px;
  min-height: 100%;
  min-height: 100vh;
  max-width: 100vw;
  overflow: hidden;
}

.overlay-active body {
  overflow: hidden;
}

.overlay-active #container-wrap {
  max-height: 100vh;
  overflow: hidden;
}

.overlay-active .alert-bar {
  display: none !important;
}

.mobile-nav-footer {
  color: #fff;
  -ms-flex: 0 1 0px;
  flex: 0 1 0;
}

.menuOverlay::after,
.menuOverlay::before {
  content: "";
  position: absolute;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  pointer-events: none;
}

.menuOverlay::before {
  top: 0;
  left: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}

.menuOverlay::after {
  right: 0;
  bottom: 0;
  border-top-width: 0;
  border-left-width: 0;
}

.btn--menu-close {
  font-size: 1em;
  position: absolute;
  top: 1em;
  right: 1.25em;
  display: none;
  cursor: pointer;
  z-index: 99;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 768px) {
  .btn--menu-close {
    font-size: 2em;
  }
}

.js .btn--menu-close {
  display: block;
}

.menu__form {
  margin: 5em 0;
}

.menu__input {
  font-family: inherit;
  font-size: 10vw;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  width: 75%;
  padding: 0.05em 0;
  color: #eceff1;
  border-bottom: 2px solid #2d5487;
}

.menu__input::-webkit-input-placeholder {
  opacity: 0.85;
  color: #eceff1;
}

.menu__input::-moz-placeholder {
  opacity: 0.85;
  color: #eceff1;
}

.menu__input:-ms-input-placeholder {
  opacity: 0.85;
  color: #eceff1;
}

.menu__input::-webkit-menu-cancel-button,
.menu__input::-webkit-menu-decoration {
  -webkit-appearance: none;
}

.menu__input::-ms-clear {
  display: none;
}

.menu__info {
  font-size: 90%;
  font-weight: 700;
  display: block;
  width: 75%;
  margin: 0 auto;
  padding: 0.85em 0;
  text-align: right;
  color: #2d5487;
  font-style: acumin-pro-wide, sans-serif;
}

.menu__related {
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  pointer-events: none;
}

.menu__suggestion {
  width: 33.33%;
  text-align: left;
}

.menu__suggestion:nth-child(2) {
  margin: 0 3em;
}

.menu__suggestion h3 {
  font-size: 1.35em;
  margin: 0;
}

.menu__suggestion h3::before {
  content: "\21FE";
  display: inline-block;
  padding: 0 0.5em 0 0;
}

.menu__suggestion p {
  font-size: 1.15em;
  line-height: 1.4;
  margin: 0.75em 0 0 0;
}

.js .menuOverlay {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}

.js .menu--open {
  pointer-events: auto;
  opacity: 1;
  z-index: 9999;
}

.menuOverlay::after,
.menuOverlay::before {
  transition: transform 0.5s;
}

.menuOverlay::before {
  transform: translate3d(-15px, -15px, 0);
}

.menuOverlay::after {
  transform: translate3d(15px, 15px, 0);
}

.menu--open::after,
.menu--open::before {
  transform: translate3d(0, 0, 0);
}

.btn--menu-close {
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.5s, transform 0.5s;
}

.btn--menu-close svg {
  width: 25px;
}

.btn--menu-close svg .color {
  fill: #eceff1;
  transition: all 0.2s ease;
}

@media (min-width: 768px) {
  .btn--menu-close svg {
    width: 35px;
  }
}

.btn--menu-close:hover svg .color {
  fill: #2d5487;
}

.menu--open .btn--menu-close {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.js .main-mobile-menu {
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.5s, transform 0.5s;
}

.js .menu--open .main-mobile-menu {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

@media screen and (max-width: 40em) {
  .js .menuOverlay {
    padding: 5em 0 1em;
  }
  .btn--menu-close {
    font-size: 1.25em;
    top: 0;
    right: 0;
    padding: 1.55em 1.5em 0.5em 0.5em;
  }
  .btn--menu-close svg {
    width: 25px;
  }
  .menu__info {
    text-align: left;
  }
}

.js .temp-high-z {
  z-index: 99999 !important;
}

@media (min-width: 992px) {
  .fancybox-slide {
    padding: 100px;
  }
}

.fancybox-bg {
  background: #2d5487;
  border-top: 10px solid #0b9220;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-button {
  background: 0 0;
  color: #fff;
  margin-top: 10px;
  padding: 20px;
  width: 90px;
  height: 90px;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #0b9220;
}

.top {
  position: absolute;
  top: 0;
  z-index: 9998;
  opacity: 1;
  width: 100%;
  border-top: 10px solid #bf261a;
}

.pusher {
  height: 0;
  transition: all 0.3s;
}

body.search-open .pusher {
  margin-top: 0;
}

body.search-open .top {
  top: 61px;
}

body.search-open .top-search {
  top: 0;
  opacity: 1;
}

.top-search {
  height: 61px;
  background: #eee;
  padding: 0 0;
  position: fixed;
  top: 0;
  width: 100%;
  top: -61px;
  transition: all 0.3s;
  z-index: 9999;
  opacity: 0;
}

.top-search .container {
  padding: 0;
}

.top-search form {
  position: relative;
  height: 61px;
  display: block;
  float: left;
  width: 100%;
}

.top-search .container {
  width: 100%;
  max-width: 1195px;
}

.top-search .arrow {
  position: absolute;
  right: 23px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-search .arrow svg {
  width: 22px;
  color: #010926;
  transition: 0.35s;
  cursor: pointer;
}

.top-search .arrow svg:hover {
  color: #0b9220;
}

.top-search input[type="text"] {
  width: 100%;
  height: 61px;
  background: #eee;
  color: #010926;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 400;
  font-size: 29px;
  line-height: 61px;
  letter-spacing: 0;
  opacity: 1;
  padding: 0 60px 00px 10px;
  border: none !important;
  transition: all 0.3s;
  box-shadow: none !important;
  position: relative;
  top: 47%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-search input[type="text"]::-webkit-input-placeholder {
  top: 0;
  position: relative;
  color: #010926;
}

.top-search input[type="text"]::-moz-placeholder {
  top: 0;
  position: relative;
  color: #010926;
}

.top-search input[type="text"]:-ms-input-placeholder {
  top: 0;
  position: relative;
  color: #010926;
}

.top-search input[type="text"]:-moz-placeholder {
  top: 0;
  position: relative;
  color: #010926;
}

.top-search input[type="submit"] {
  display: none;
}

.main-header {
  width: 100%;
  height: 54px;
  transition: all 0.3s ease-in-out;
  position: relative;
}

@media (min-width: 768px) {
  .main-header {
    height: auto;
    padding: 30px 0 0;
  }
}

.main-header .container-navigation {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .main-header .container-navigation > .row {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .main-header .container-navigation > .row .col-xs-12 {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .main-header .container-navigation {
    padding: 0 30px;
  }
}

.main-header .search-icon {
  float: right;
  padding: 10px 10px;
  margin-left: 20px;
  margin-right: 50px;
  cursor: pointer;
  transition: 0.35s;
}

@media (min-width: 992px) {
  .main-header .search-icon {
    margin-left: 20px;
    margin-right: 0;
  }
}

.main-header .search-icon:hover i {
  color: #0b9220;
}

.main-header .search-icon i {
  transition: 0.35s;
  color: #fff;
  font-size: 23px;
}

@media (min-width: 768px) {
  .main-header .search-icon i {
    font-size: 23px;
  }
}

.main-header .main-logo {
  display: inline-block;
}

@media (max-width: 767px) {
  .main-header .main-logo {
    display: block;
    width: 100%;
    padding: 40px 30px 20px;
    text-align: center;
  }
}

.main-header .logo {
  min-height: 0;
}

.main-header .logo img,
.main-header .logo svg {
  display: inline-block;
  width: 300px;
  height: auto;
  max-width: 100%;
  transition: 0.35s;
}

@media (min-width: 768px) {
  .main-header .logo img,
  .main-header .logo svg {
    width: auto;
    height: 50px;
  }
}

.main-header .logo svg .logo-st0 {
  fill: #2d5487;
}

.main-header .logo svg .logo-st1 {
  fill: #0b9220;
}

.main-header .logo svg .logo-st2 {
  fill: #1591d0;
}

.main-header .control {
  float: right;
  min-height: 0;
}

.main-header .lang__outer {
  float: right;
}

.main-header .lang__outer a {
  opacity: 0.35;
  font-family: acumin-pro-wide, sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  line-height: 50px;
  margin-right: 20px;
}

.main-header .lang__outer a:hover {
  opacity: 1;
}

.page-regular-hero .main-header .lang__outer a {
  color: #010926;
}

.main-header .social.links {
  display: none;
}

@media (min-width: 992px) {
  .main-header .social.links {
    display: block;
    max-width: 100%;
    height: 30px;
    overflow: hidden;
    float: left;
    margin: 8px 20px 0 0;
    transition: 0.35s;
    color: #fff;
  }
}

@media (min-width: 1250px) {
  .main-header .social.links ul {
    float: none;
    min-width: 100px;
  }
}

.main-header .social.links li i {
  font-size: 18px;
}

.main-header .social.links li a {
  color: #fff;
  padding: 0 14px;
}

.page-regular-hero .main-header .social.links li a {
  color: #010926;
}

.main-header .social.links li a:hover {
  color: #0b9220;
}

.main-header nav {
  float: right;
}

.main-header nav.primary a {
  color: #fff;
}

.main-header nav.primary a:hover {
  color: #0b9220;
}

nav.primary {
  display: none;
}

@media (min-width: 992px) {
  nav.primary {
    display: block;
  }
}

@media (min-width: 768px) {
  nav.primary {
    float: right;
    margin: -4px 0 0 0;
    transition: 0.35s;
  }
  nav.primary ul {
    margin: 0 20px 0 0;
    display: table;
  }
  nav.primary ul li {
    margin: 0;
    padding: 13px 8px;
    position: relative;
    font-family: acumin-pro-wide, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }
}

@media (min-width: 768px) and (min-width: 1250px) {
  nav.primary ul li {
    padding: 13px 13px;
  }
}

@media (min-width: 768px) {
  nav.primary ul li.home {
    display: none;
  }
  nav.primary ul li.menu-item-has-children:hover .sub-menu {
    display: block;
    visibility: visible;
    margin-top: 0;
    opacity: 1;
  }
  nav.primary ul li.menu-item-has-children:hover .sub-menu li {
    -webkit-animation: fadeIn 0.5s ease-in-out;
    -webkit-animation-fill-mode: both;
    animation: fadeIn 0.5s ease-in-out;
    animation-fill-mode: both;
  }
  nav.primary ul li:first-child {
    border-left: 0;
  }
  nav.primary ul li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  nav.primary ul li .sub-menu {
    width: 270px;
    position: absolute;
    top: 65px;
    left: 58%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #2d5487;
    padding: 25px;
    visibility: hidden;
    opacity: 0;
    margin-top: 20px;
    transition: 0.35s;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
  }
  nav.primary ul li .sub-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 12px solid #2d5487;
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  nav.primary ul li .sub-menu:after {
    content: "";
    height: 22px;
    width: 100%;
    position: absolute;
    top: -22px;
    left: 0;
    background: 0 0;
  }
  nav.primary ul li .sub-menu li {
    width: 100%;
    margin: 0 0 8px 0;
    padding: 0;
    border: 0 !important;
    line-height: 100%;
    font-family: acumin-pro-wide, sans-serif;
    font-size: 16px;
  }
  nav.primary ul li .sub-menu li:last-child {
    margin-bottom: 0 !important;
  }
  nav.primary ul li .sub-menu li a {
    color: #fff;
    margin: 0;
  }
  nav.primary ul li .sub-menu li a:hover {
    color: #010926;
    opacity: 1 !important;
  }
}

nav.secondary {
  display: block;
  float: right;
  transition: 0.35s;
}

nav.secondary ul li a {
  display: block;
  float: left;
  text-align: center;
  background: #ee2726;
  color: #fff;
  height: 50px;
  line-height: 50px;
  min-width: 100px;
  padding: 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: "Montserrat", sans-serif;
}

nav.secondary ul li a:hover {
  background: #fff;
  color: #0b9220;
}

nav.secondary ul li:last-child a {
  background: #0b9220;
}

nav.secondary ul li:last-child a:focus,
nav.secondary ul li:last-child a:hover {
  background: #1591d0;
  color: #fff;
}

@media (min-width: 768px) {
  nav ul li {
    float: left;
    list-style-type: none;
  }
}

.hamburger {
  float: right;
  margin: 13px 0 0 0;
  z-index: 11;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 9998;
  transition: 0.35s;
}

@media (min-width: 768px) {
  .hamburger {
    margin: 15px 0 0 0;
  }
}

@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
  transition: 0.35s;
}

.hamburger:hover .hamburger-inner {
  background-color: #0b9220;
  width: 33px;
}

.hamburger:hover .hamburger-inner:after,
.hamburger:hover .hamburger-inner:before {
  background-color: #0b9220;
  width: 33px;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after {
  background-color: #fff;
  width: 33px;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #010926;
  z-index: 10;
  height: 100%;
  display: none;
}

.mobile-nav nav {
  float: left;
  width: 100%;
}

.mobile-nav nav.mobile {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile-nav nav.mobile ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}

.mobile-nav nav.mobile ul li {
  float: left;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  margin: 0 0 10px;
}

.menu-wrap {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  right: 0;
  background: 0 0;
  font-weight: 600;
  opacity: 0;
  transition: 0.35s;
  transition-timing-function: cubic-bezier(0.5, 0, 0.4, 0.5);
  left: 100%;
}

.menu-wrap .align-middle {
  padding: 0 30px;
  width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-wrap .menu {
  float: left;
  width: 100%;
  overflow: hidden;
  list-style: none;
}

.menu-wrap .menu li {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  font-family: acumin-pro-wide, sans-serif;
  margin-bottom: 0;
}

.menu-wrap .menu li a {
  color: #fff;
  padding: 5px 0;
}

.menu-wrap .menu li a:hover {
  color: #0b9220;
}

.menu-wrap .secondary {
  margin: 20px 0 15px 0;
  float: left;
  width: 100%;
  overflow: hidden;
  list-style: none;
  display: block;
}

.menu-wrap .secondary li {
  display: table;
  margin: 0 auto 10px auto !important;
  text-align: center;
}

.menu-wrap .secondary li a {
  float: none;
  display: table;
  margin: 0 auto;
  width: 100%;
  height: 52px;
  max-width: 325px;
  font-size: 18px;
}

.menu-wrap .social-mobile {
  float: left;
  width: auto;
  width: 100%;
}

.menu-wrap .social-mobile .social {
  display: table;
  margin: 0 auto;
  float: none;
  width: auto;
}

.menu-wrap .social-mobile .social ul li a {
  color: #999;
}

.menu-wrap .social-mobile .social ul li a:hover {
  color: #0b9220;
}
.menu-wrap .social-mobile .social ul li a i {
  font-size: 32px;
}

.menu-top {
  line-height: 58px;
}

.menu-top .profile {
  display: inline-block;
  padding: 8px 10px;
  line-height: 42px;
}

.menu-side,
.menu-top .profile {
  width: 300px;
}

.menu-top .profile img {
  float: left;
  margin-right: 1em;
}

.icon-list {
  display: inline-block;
  font-size: 1.25em;
}

.icon-list a {
  margin: 0 1em 0 0;
  padding: 0;
}

@media screen and (max-width: 32em) {
  .icon-list {
    padding-left: 1em;
  }
}

.menu-side a {
  display: block;
  padding: 1.2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu-side a:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#container-wrap {
  width: 100%;
  opacity: 1;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  transition: 0.35s;
}

.show-menu .top {
  opacity: 0;
}

.show-menu #container-wrap {
  left: -100%;
  transform: translate3d(-100%, 0, 0);
  transition: 0.35s;
  transition-timing-function: cubic-bezier(0.2, 0, 0.3, 0.4);
}

.show-menu .menu-wrap {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.35s;
  transition-timing-function: cubic-bezier(0.5, 0, 0.4, 0.5);
  left: 0;
}

.bottom-cta {
  float: left;
  width: 100%;
  background-color: #2d5487;
  background-size: cover !important;
  position: relative;
  padding: 40px 0;
  color: #fff;
}

@media (min-width: 768px) {
  .bottom-cta {
    height: 750px;
  }
}

.bottom-cta .bottom-cta__sub-title,
.bottom-cta .bottom-cta__title {
  color: #fff;
  text-align: center;
}

.bottom-cta .bottom-cta__sub-title {
  margin-bottom: 5px;
}

.bottom-cta .bottom-cta__title {
  margin-bottom: 25px;
}

.bottom-cta .deck {
  margin-bottom: 35px;
  color: #fff;
  position: relative;
}

.bottom-cta .deck p {
  color: #fff;
}

.bottom-cta .container,
.bottom-cta .row {
  height: 100%;
}

.bottom-cta .play-row {
  width: 100%;
  height: 100px;
  margin-top: 40px;
}

.bottom-cta .play-row .play-button {
  position: relative;
  margin: 0 auto;
  display: table;
  float: none;
  left: auto;
  top: 0;
  cursor: pointer;
  width: 60px;
  height: 60px;
  transition: 0.3s;
}

.bottom-cta .play-row .play-button .play-bg {
  background: #fff;
  width: 25px;
  height: 25px;
  top: 18px;
  left: 20px;
  position: absolute;
  transition: 0.3s;
}

.bottom-cta .play-row .play-button svg {
  z-index: 9;
  position: relative;
}

@media (min-width: 768px) {
  .bottom-cta .play-row .play-button {
    margin: 10px auto 0;
    top: 0;
    width: 90px;
    height: 90px;
  }
  .bottom-cta .play-row .play-button .play-bg {
    width: 40px;
    height: 40px;
    top: 23px;
    left: 28px;
  }
}

.bottom-cta .video-link {
  position: relative;
}

.bottom-cta .video-popup {
  width: 75px;
  height: 75px;
  background: #2d5487;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
  border-radius: 100%;
  display: table;
  margin: 0 auto;
  position: relative;
  outline: 0;
  transition: 0.35s;
}

.bottom-cta .video-popup:hover {
  background: #0b9220;
}

.bottom-cta .video-popup span {
  width: 30px;
  height: 35px;
  position: absolute;
  left: 0;
  right: 0;
  top: 22px;
  margin: 0 auto;
}

.bottom-cta .video-popup span svg {
  margin-left: 5px;
  width: 100%;
  height: auto;
}

.bottom-cta .bottom-cta-form {
  margin: 0 auto;
  display: table;
  float: none;
  max-width: 560px;
  padding: 0;
  position: relative;
  z-index: 2;
}

.bottom-cta .bottom-cta-form .form-wrapper {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  display: table;
}

.bottom-cta .bottom-cta-form .btn,
.bottom-cta .bottom-cta-form .cms-wrapper input[type="submit"],
.cms-wrapper .bottom-cta .bottom-cta-form input[type="submit"] {
  display: table;
  float: none;
  max-width: 380px;
  margin: 0 auto;
}

.bottom-cta .bottom-cta-form form .email,
.bottom-cta .bottom-cta-form form .first-name {
  float: left;
  width: 100%;
  margin-bottom: 4px;
}

.bottom-cta .bottom-cta-form form .zip {
  float: left;
  width: 100%;
  margin-bottom: 13px;
}

.bottom-cta .bottom-cta-form form .submit {
  width: 100%;
  float: left;
  margin-bottom: 0;
}

.bottom-cta__mobile-image {
  background-color: #010926;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .bottom-cta__mobile-image {
    display: none;
  }
}

.main-site-footer {
  float: left;
  width: 100%;
  padding: 30px 0;
  color: #010926;
  background: #f5f3f3;
}

@media (min-width: 768px) {
  .main-site-footer {
    padding: 50px 0;
  }
}

@media (min-width: 992px) {
  .main-site-footer {
    padding: 100px 0;
  }
}

.main-site-footer a {
  color: #010926;
}

.main-site-footer a:hover {
  color: #0b9220;
}

.main-site-footer.submenu {
  padding: 40px 0 100px;
}

@media (min-width: 768px) {
  .main-site-footer.submenu {
    padding: 40px 0;
  }
}

.main-site-footer .col-sm-6 {
  text-align: center;
}

@media (min-width: 768px) {
  .main-site-footer .col-sm-6 {
    margin: 0 auto;
    display: table;
    float: none;
  }
}

.main-site-footer .footer-logo {
  text-align: center;
  margin-bottom: 49px;
}

.main-site-footer .footer-logo svg {
  width: 300px;
  max-width: 100%;
  height: auto;
}

.main-site-footer .footer-logo .logo-st0 {
  fill: #2d5487;
}

.main-site-footer .footer-logo .logo-st1 {
  fill: #0b9220;
}

.main-site-footer .footer-logo .logo-st2 {
  fill: #1591d0;
}

.main-site-footer nav.footer-secondary {
  float: left;
  width: 100%;
  margin: 0 0 35px 0;
  display: block;
}

@media (min-width: 768px) {
  .main-site-footer nav.footer-secondary {
    margin: 0 0 50px 0;
  }
}

@media (min-width: 992px) {
  .main-site-footer nav.footer-secondary {
    margin: 0 0 75px 0;
  }
}

.main-site-footer nav.footer-secondary ul {
  margin: 0 auto;
  display: table;
  float: none;
}

.main-site-footer nav.footer-secondary ul li {
  text-align: center;
  margin: 0 15px;
  font-family: acumin-pro-wide, sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.main-site-footer nav.footer-secondary ul li a:focus,
.main-site-footer nav.footer-secondary ul li a:hover {
  color: #1591d0;
}

.main-site-footer nav.secondary {
  float: none;
  display: block;
  text-align: center;
  margin: 0 auto;
  height: 50px;
  margin-bottom: 50px;
}

.main-site-footer nav.secondary ul {
  display: inline-block;
}

.main-site-footer nav.primary {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .main-site-footer nav.primary {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .main-site-footer nav.primary {
    margin-bottom: 70px;
  }
}

.main-site-footer nav.primary ul {
  margin: 0 auto;
  display: table;
  float: none;
}

.main-site-footer nav.primary ul li {
  text-align: center;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 600;
}

@media (max-width: 767px) {
  .main-site-footer nav.primary ul li {
    margin: 10px 0;
  }
}

@media (min-width: 768px) {
  .main-site-footer nav.primary ul li {
    font-weight: 600;
  }
}

.main-site-footer nav.primary ul li.home {
  display: block;
}

.main-site-footer nav.primary ul li a {
  font-size: 18px;
}

@media (min-width: 768px) {
  .main-site-footer nav.primary ul li a {
    font-size: 19px;
  }
}

@media (min-width: 992px) {
  .main-site-footer nav.primary ul li a {
    font-size: 20px;
  }
}

.main-site-footer .social {
  margin-top: 0;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .main-site-footer .social {
    margin-bottom: 40px;
  }
}

.main-site-footer .social.links {
  float: left;
  width: 100%;
}

.main-site-footer .social.links ul {
  margin: 0 auto;
  display: table;
  float: none;
}

.main-site-footer .social.links ul li a i {
  font-size: 24px;
}

@media (min-width: 768px) {
  .main-site-footer .social.links ul li a i {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .main-site-footer .social.links ul li a i {
    font-size: 32px;
  }
}

.main-site-footer .social.links ul li a:focus,
.main-site-footer .social.links ul li a:hover {
  color: #1591d0;
}

.footer-meta {
  float: left;
  width: 100%;
  text-align: center;
}

.footer-meta .copyrights {
  margin: 0 0 40px 0;
  text-align: center;
  float: left;
  width: 100%;
}

.footer-meta .copyrights span {
  margin: 0;
}

.footer-meta span {
  font-weight: 400;
  float: left;
  width: 100%;
  display: block;
  font-size: 13px;
}

.footer-meta span.campaign-name {
  margin-top: 13px;
}

.footer-meta span.below-copyright {
  text-align: center;
}

.footer-meta span.below-copyright p {
  font-family: inherit;
  font-size: inherit;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.footer-meta span.paid-for {
  text-align: center;
  border: 1px solid #7e7b76;
  padding: 16px 21px;
  color: #7e7b76;
  margin: 0 auto;
  max-width: 620px;
  display: inline-block;
  float: none;
  font-size: 10px;
  line-height: 1.5;
  font-family: acumin-pro-wide, sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  width: auto;
}

.footer-meta span.site-by {
  margin-top: 10px;
  text-align: center;
  font-weight: 400;
  color: #999;
  margin-top: 15px;
}

.footer-meta span.site-by a {
  color: #999;
}

.footer-meta span.site-by a:hover {
  color: #0b9220;
}

.footer__center {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

aside {
  float: left;
  width: 100%;
}

.h1,
h1 {
  font-family: acumin-pro-wide, sans-serif;
  color: #010926;
  font-weight: 600;
  font-size: 36px;
  line-height: 111%;
  margin: 0 0 0.5em;
  letter-spacing: -0.03em;
}

@media (min-width: 768px) {
  .h1,
  h1 {
    font-size: 44px;
  }
}

@media (min-width: 992px) {
  .h1,
  h1 {
    font-size: 54px;
  }
}

.h1.super,
h1.super {
  font-size: 36px;
}

@media (min-width: 768px) {
  .h1.super,
  h1.super {
    font-size: 54px;
  }
}

@media (min-width: 992px) {
  .h1.super,
  h1.super {
    font-size: 54px;
  }
}

.h1 em,
.h1 i,
.h1 strong,
h1 em,
h1 i,
h1 strong {
  font-weight: 600 !important;
  font-style: normal !important;
}

.h2,
h2 {
  font-family: acumin-pro, sans-serif;
  color: #010926;
  font-weight: 700;
  font-size: 32px;
  line-height: 109%;
  margin: 0 0 0.5em;
  letter-spacing: -0.03em;
}

@media (min-width: 768px) {
  .h2,
  h2 {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .h2,
  h2 {
    font-size: 46px;
  }
}

.h2 em,
.h2 i,
.h2 strong,
h2 em,
h2 i,
h2 strong {
  font-weight: 700 !important;
  font-style: normal !important;
}

.h3,
h3 {
  font-family: "Montserrat", sans-serif;
  color: #010926;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  margin: 0 0 0.5em;
}

@media (min-width: 768px) {
  .h3,
  h3 {
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  .h3,
  h3 {
    font-size: 40px;
  }
}

.h3 em,
.h3 i,
.h3 strong,
h3 em,
h3 i,
h3 strong {
  font-weight: 500 !important;
  font-style: normal !important;
}

.h4,
h4 {
  font-family: acumin-pro-wide, sans-serif;
  color: #010926;
  font-weight: 700;
  font-size: 22px;
  line-height: 131%;
  margin: 0 0 0.5em;
  letter-spacing: -0.03em;
}

@media (min-width: 768px) {
  .h4,
  h4 {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .h4,
  h4 {
    font-size: 29px;
  }
}

.h4 em,
.h4 i,
.h4 strong,
h4 em,
h4 i,
h4 strong {
  font-weight: 700 !important;
  font-style: normal !important;
}

.h5,
h5 {
  font-family: acumin-pro-wide, sans-serif;
  color: #010926;
  font-weight: 700;
  font-size: 17px;
  line-height: 140%;
  margin: 0 0 0.5em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .h5,
  h5 {
    font-size: 17px;
  }
}

@media (min-width: 992px) {
  .h5,
  h5 {
    font-size: 17px;
  }
}

.h5 em,
.h5 i,
.h5 strong,
h5 em,
h5 i,
h5 strong {
  font-weight: 700 !important;
  font-style: normal !important;
}

.h6,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #1591d0;
  font-weight: 700;
  font-size: 15px;
  line-height: 160%;
  margin: 0 0 1.8em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .h6,
  h6 {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .h6,
  h6 {
    font-size: 15px;
  }
}

.h6 em,
.h6 i,
.h6 strong,
h6 em,
h6 i,
h6 strong {
  font-weight: 700 !important;
  font-style: normal !important;
}

p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  margin: 0 0 20px;
  letter-spacing: 0;
  color: #010926;
}

p.caption {
  font-size: 13px;
  color: #7e7b76;
}

@media (min-width: 768px) {
  p.caption {
    font-size: 16px;
  }
}

p.small {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}

p.teaser {
  font-size: 14px;
}

@media (min-width: 768px) {
  p.teaser {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  p.teaser {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  p {
    font-size: 17px;
    margin: 0 0 25px;
  }
}

@media (min-width: 992px) {
  p {
    font-size: 18px;
    margin: 0 0 25px;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0;
  color: #010926;
}

@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  body {
    font-size: 21px;
  }
}

.content ol,
.content ul {
  font-family: "Open Sans", sans-serif;
  margin-left: 15px;
  padding-left: 15px;
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 40px;
  font-weight: 400;
  color: #010926;
}

@media (min-width: 768px) {
  .content ol,
  .content ul {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 30px;
    margin-left: 25px;
    padding-left: 25px;
  }
}

@media (min-width: 992px) {
  .content ol,
  .content ul {
    font-size: 18px;
  }
}

.content ol ol,
.content ol ul,
.content ul ol,
.content ul ul {
  margin: 5px;
}

.content ol ul li,
.content ul ul li {
  list-style: disc;
}

small {
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  color: #010926;
  font-family: acumin-pro-wide, sans-serif;
}

.container {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 100%;
}

@media (min-width: 768px) {
  .container {
    padding: 0 40px;
    width: 1145px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

main {
  float: left;
  width: 100%;
}

.visibility-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

hr {
  width: 140px;
  height: 1px;
  background: #ccc;
  border-radius: 0;
  margin: 25px auto 25px auto;
}

@media (min-width: 768px) {
  hr {
    margin: 30px auto 30px auto;
  }
}

@media (min-width: 992px) {
  hr {
    margin: 40px auto 40px auto;
  }
}

hr.divider {
  margin: 35px auto 0 auto;
}

@media (min-width: 768px) {
  hr.divider {
    margin: 55px auto 0 auto;
  }
}

@media (min-width: 992px) {
  hr.divider {
    margin: 60px auto 0 auto;
  }
}

hr.long {
  width: 100%;
  height: 2px;
  max-width: 100%;
  margin: 50px auto 0 auto;
  background: #eaeaea !important;
}

@media (min-width: 768px) {
  hr.long {
    margin: 0;
  }
}

.issues-page hr.divider {
  margin: 40px auto 0 auto;
}

@media (min-width: 768px) {
  .issues-page hr.divider {
    margin: 55px auto 0 auto;
  }
}

@media (min-width: 992px) {
  .issues-page hr.divider {
    margin: 75px auto 0 auto;
  }
}

.content {
  float: left;
  width: 100%;
}

@media (min-width: 992px) {
  .content {
    padding: 60px 0;
  }
}

.content .col-md-8 {
  margin: 0 auto;
  display: table;
  float: none;
}

.content .bottom-share {
  padding: 25px 0;
  width: 100%;
  float: left;
  text-align: center;
  display: block;
}

@media (min-width: 992px) {
  .content .bottom-share {
    display: none;
  }
}

.content .bottom-share .social {
  display: table;
  float: none;
  margin: 0 auto;
}

.content .bottom-share .social span {
  display: none;
}

.content .bottom-share .social ul li a {
  color: #666;
}

.content .bottom-share .social ul li a:hover {
  color: #0b9220;
}

.content .bottom-share .social ul li a i {
  font-size: 23px;
}

@media (min-width: 768px) {
  .content .bottom-share .social ul li a i {
    font-size: 29px;
  }
}

.upnext {
  margin-top: 0 !important;
  margin-bottom: 0;
  height: auto;
  position: relative;
  padding: 85px 0 85px;
  transition: 0.35s;
  margin: 0 auto;
  width: 100%;
  display: table;
  z-index: 25;
  max-width: 1170px;
  background: #2d5487;
  border-radius: 0;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.15);
}

.upnext:hover {
  background-color: #010926;
}

.upnext h2 {
  text-align: center;
  color: #fff;
  margin: 0 auto;
  max-width: 650px;
}

.upnext h6 {
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .upnext {
    top: 25px;
    padding: 50px 0;
    height: 380px;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .upnext {
    padding: 150px 0;
    height: 450px;
    padding: 0;
  }
}

@media (min-width: 1175px) {
  .upnext {
    border-radius: 4px;
  }
}

.upnext a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.upnext .container {
  height: 100%;
  max-width: 100%;
  padding: 0 40px;
}

@media (min-width: 768px) {
  .upnext .container {
    max-width: 90%;
    padding: 0 60px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media (min-width: 1250px) {
  .upnext .container {
    max-width: 1190px;
  }
}

.upnext .arrow {
  width: 20px;
  position: absolute;
  top: 50%;
  margin: 0 auto;
  right: 10px;
  bottom: 0;
  -ms-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
}

.upnext .arrow svg {
  fill: #fff;
}

@media (min-width: 768px) {
  .upnext .arrow {
    width: 45px;
    margin: 0;
    left: auto;
    right: 0;
    bottom: auto;
    -ms-transform: translateY(-50%) rotate(270deg);
    transform: translateY(-50%) rotate(270deg);
  }
}

.upnext__center {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover !important;
  z-index: 2;
  cursor: pointer;
}

.videoWrapper:not(.featured-video) {
  position: relative;
  padding-bottom: 35.25%;
  padding-top: 25px;
  height: 0;
}

.videoWrapper:not(.featured-video) iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoWrapper .play-button {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.videoWrapper .play-button .play-bg {
  background: #fff;
  width: 28px;
  height: 28px;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -14px;
  position: absolute;
  transition: 0.35s;
}

@media (min-width: 768px) {
  .videoWrapper .play-button .play-bg {
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
  }
}

.videoWrapper .play-button svg {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .videoWrapper .play-button svg {
    width: 90px;
    height: 90px;
  }
}

.videoWrapper .play-button:hover svg {
  -ms-transform: translateY(-50%) scale(1.12);
  transform: translateY(-50%) scale(1.12);
}

.home .hero {
  height: auto !important;
  max-height: 100%;
  min-height: 150px;
  padding: 0;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .home .hero {
    height: calc(100vh - 75px) !important;
    min-height: 750px !important;
  }
}

@media (min-width: 992px) {
  .home .hero {
    height: calc(100vh) !important;
    max-height: 1080px;
    min-height: 800px !important;
  }
}

.hero__mobile-image {
  background-color: #010926;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  padding-top: 100%;
  width: 100%;
  margin-top: 75px;
}

@media (min-width: 768px) {
  .hero__mobile-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 0;
    width: auto;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .hero__mobile-image {
    display: none;
  }
}

.hero {
  background-color: #010926;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0 40px;
}

@media (min-width: 768px) {
  .hero {
    padding: 0;
  }
}

.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6 {
  color: #fff;
}

.hero h6 {
  margin-bottom: 10px;
}

.hero h1 {
  margin-bottom: 25px;
}

.hero p {
  color: #fff;
}

.hero .hero__mobile-image.-color + .overlay {
  display: none;
}

@media (min-width: 768px) {
  .hero .hero__mobile-image.-color + .overlay {
    display: block;
  }
}

.hero .container {
  height: 100%;
}

.hero .container .row {
  height: 100%;
}

.hero .donation {
  margin: 15px 0 0 0;
}

@media (min-width: 768px) {
  .hero .donation {
    margin: 20px 0 0 0;
  }
}

.hero .donation .donation-note {
  color: #fff;
}

.hero .donation .col-lg-8 {
  margin: 0 auto;
  float: none;
}

.hero .donation ul li {
  font-weight: 700;
}

.hero .deck {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .hero .deck {
    margin-bottom: 45px;
  }
}

.hero .deck p {
  margin-bottom: 20px;
}

.hero .deck p:last-of-type {
  margin-bottom: 0;
}

.hero.short {
  height: auto;
  padding: 65px 0 55px 0;
}

.hero.short .deck {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .hero.short {
    height: 420px;
  }
}

@media (min-width: 992px) {
  .hero.short {
    height: 420px;
  }
}

.hero.tall {
  height: auto;
  padding: 85px 0 100px 0;
}

@media (min-width: 768px) {
  .hero.tall {
    height: 540px;
  }
}

@media (min-width: 992px) {
  .hero.tall {
    height: calc(100vh - 74px);
    min-height: 600px;
  }
}

.hero.tall .deck {
  display: none;
}

@media (min-width: 768px) {
  .hero.tall .deck {
    display: block;
  }
}

.hero.home {
  border-bottom: 10px solid #005a80;
  height: auto;
  padding: 125px 0 0;
  background-color: #093653;
  overflow: hidden;
  text-align: center;
  /* background-image: linear-gradient(to bottom, #010926 0, #2d5487 100%) */
}

@media (max-width: 767px) {
  .hero.home {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {
  .hero.home {
    height: 540px;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .hero.home {
    height: 780px;
    padding: 0;
    text-align: right;
  }
}

.hero.home .hero__center > .col-xs-12 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .hero.home .hero__center > .col-xs-12 {
    margin-top: 250px;
  }
}

@media (min-width: 992px) {
  .hero.home .hero__center > .col-xs-12 {
    margin-top: 0;
  }
}

.hero.home .hero__inner-gradient {
  display: none;
}

@media (min-width: 768px) {
  .hero.home .hero__inner-gradient {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #093653;
    /* background: linear-gradient(to bottom, rgba(1, 9, 38, 0) 30%, #010926 100%) */
  }
}

@media (min-width: 992px) {
  .hero.home .hero__inner-gradient {
    display: none;
  }
}

.hero.home .home-logo {
  width: 495px;
  margin-bottom: 60px;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 414px) {
  .hero.home .home-logo img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .hero.home .home-logo {
    margin-bottom: 93px;
  }
}

.hero.home .home-logo .logo-st0 {
  fill: #fff;
}

.hero.home .home-logo .logo-st1 {
  fill: #0b9220;
}

.hero.home .home-logo .logo-st2 {
  fill: #fff;
}

.hero.home .hero__inner {
  display: none;
}

@media (min-width: 992px) {
  .hero.home .hero__inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: auto 100%;
    background-position: top left;
  }
}

.hero.home h6 {
  color: #0b9220;
}

.hero.home .deck {
  display: block;
}

@media (min-width: 768px) {
  .hero.home .deck {
    display: block;
  }
}

.hero .read-more {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 47px;
}

@media (min-width: 992px) {
  .hero .read-more {
    max-width: 60px;
    bottom: 35px;
  }
}

.hero .read-more a {
  padding: 10px;
  float: left;
  width: 100%;
  height: auto;
  color: #fff;
}

.hero .read-more a svg {
  position: relative;
  width: 100%;
  transition: 0.35s;
}

.hero .read-more a:hover {
  color: #0b9220;
}

.hero .read-more a:hover svg {
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.hero-posts {
  padding: 200px 0 20px;
}

@media (min-width: 768px) {
  .hero-posts {
    padding: 175px 0 0 0;
  }
}

@media (min-width: 992px) {
  .hero-posts {
    padding: 255px 0 0;
  }
}

.hero-posts .col-md-8 {
  margin: 0 auto;
  float: none;
}

.hero-posts.hero-simple .col-md-8 {
  display: table;
  margin: 0 auto 0 auto;
}

.hero-posts.hero-simple h1,
.hero-posts.hero-simple h6 {
  text-align: center;
}

.hero-posts .page-meta {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
}

.hero-posts .page-meta span {
  padding: 0 10px;
  font-size: 20px;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 600;
  color: #010926;
}

.hero-posts .page-meta a {
  color: #010926;
}

.hero-posts .page-meta a:hover {
  color: #0b9220;
}

.hero-posts h1,
.hero-posts h2 {
  margin-bottom: 0;
}

.hero-posts h2 {
  text-align: center;
  max-width: 700px;
}

.hero-posts .post-info {
  text-align: center;
  font-size: 18px;
  margin-top: 15px;
}

@media (min-width: 960px) {
  .hero-posts .sub-nav {
    margin-bottom: 25px;
  }
}

.hero-cta {
  float: left;
  width: 100%;
}

.cms-wrapper .hero-cta input[type="submit"],
.hero-cta .btn,
.hero-cta .cms-wrapper input[type="submit"] {
  margin: 0 auto;
  display: table;
}

.hero-cta .play-row {
  width: 100%;
  height: 100px;
  margin-top: 40px;
}

.hero-cta .play-row .play-button {
  position: relative;
  margin: 0 auto;
  display: table;
  float: none;
  left: auto;
  top: 0;
  cursor: pointer;
  width: 60px;
  height: 60px;
  transition: 0.3s;
}

.hero-cta .play-row .play-button .play-bg {
  background: #fff;
  width: 25px;
  height: 25px;
  top: 18px;
  left: 20px;
  position: absolute;
  transition: 0.3s;
}

.hero-cta .play-row .play-button svg {
  z-index: 9;
  position: relative;
}

@media (min-width: 768px) {
  .hero-cta .play-row .play-button {
    margin: 10px auto 0;
    top: 0;
    width: 90px;
    height: 90px;
  }
  .hero-cta .play-row .play-button .play-bg {
    width: 40px;
    height: 40px;
    top: 23px;
    left: 28px;
  }
}

.hero-cta .video-link {
  position: relative;
}

.hero-cta .video-popup {
  width: 75px;
  height: 75px;
  background: #2d5487;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
  border-radius: 100%;
  display: table;
  margin: 0 auto;
  position: relative;
  outline: 0;
  transition: 0.35s;
}

.hero-cta .video-popup:hover {
  background: #0b9220;
}

.hero-cta .video-popup span {
  width: 30px;
  height: 35px;
  position: absolute;
  left: 0;
  right: 0;
  top: 22px;
  margin: 0 auto;
}

.hero-cta .video-popup span svg {
  margin-left: 5px;
  width: 100%;
  height: auto;
}

.hero-cta .hero-form {
  margin: 10px auto 0;
  display: block;
  float: none;
  width: 100%;
  padding-top: 40px;
}

.hero-cta .hero-form .break {
  flex-basis: 100%;
  height: 0;
}

@media (min-width: 992px) {
  .hero-cta .hero-form form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.hero-cta .hero-form form .fname {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .hero-cta .hero-form form .fname {
    display: inline-block;
    width: 270px;
    margin-bottom: 10px;
  }
}

.hero-cta .hero-form form .lname {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .hero-cta .hero-form form .lname {
    display: inline-block;
    width: 270px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

.hero-cta .hero-form form .phone {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .hero-cta .hero-form form .phone {
    display: inline-block;
    width: 220px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

.hero-cta .hero-form form .email {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .hero-cta .hero-form form .email {
    display: inline-block;
    width: 320px;
    margin-bottom: 0;
  }
}

.hero-cta .hero-form form .zip {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .hero-cta .hero-form form .zip {
    display: inline-block;
    width: 155px;
    margin-left: 10px;
    margin-bottom: 0;
  }
}

.hero-cta .hero-form form .submit {
  width: 100%;
  display: block;
}

.cms-wrapper .hero-cta .hero-form form .submit input[type="submit"],
.hero-cta .hero-form form .submit .btn,
.hero-cta .hero-form form .submit .cms-wrapper input[type="submit"] {
  min-width: 0;
  max-width: none;
}

@media (min-width: 768px) {
  .hero-cta .hero-form form .submit {
    display: inline-block;
    margin-left: 10px;
    width: auto;
    min-width: 140px;
    max-width: 240px;
  }
  .cms-wrapper .hero-cta .hero-form form .submit input[type="submit"],
  .hero-cta .hero-form form .submit .btn,
  .hero-cta .hero-form form .submit .cms-wrapper input[type="submit"] {
    float: none;
  }
}

.hero__center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__offset {
  width: 100%;
}

@media (min-width: 768px) {
  .hero__offset {
    align-items: right;
    margin-top: 160px;
    margin-right: -80px;
  }
}

@media (min-width: 992px) {
  .hero__center {
    width: 100%;
  }
}

.hero-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
  background-size: cover !important;
}

.fullscreen-bg__video {
  display: none;
}

@media (min-width: 768px) {
  .fullscreen-bg__video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (min-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

.archive .sub-nav,
.blog .sub-nav,
.category .sub-nav {
  background: #eee;
}

.sub-nav {
  float: left;
  width: 100%;
  padding: 0 20px;
}

@media (min-width: 992px) {
  .sub-nav {
    padding: 0 40px;
  }
}

.sub-nav .container {
  padding: 0;
}

.sub-nav .social {
  margin: 0;
  float: right;
  display: none;
  height: 70px;
  background: #eee;
  padding: 21px 30px;
}

@media (min-width: 992px) {
  .sub-nav .social {
    display: block;
  }
}

.sub-nav .social span {
  margin: 0 10px 0;
  font-family: acumin-pro-wide, sans-serif;
  color: #666;
  text-transform: none;
  font-weight: 600;
  font-size: 14px;
}

.sub-nav .social ul li a {
  padding: 0 8px;
  color: #666;
}

.sub-nav .social ul li a:hover {
  color: #0b9220;
}

.sub-nav .hero-menu {
  float: left;
  width: 100%;
  display: block;
  overflow: hidden;
}

@media (min-width: 768px) {
  .sub-nav .hero-menu {
    display: table;
    margin: 0 auto;
    width: auto;
    float: none;
  }
}

@media (min-width: 992px) {
  .sub-nav .hero-menu {
    display: block;
    width: auto;
    float: none;
    margin: 0 auto;
    display: table;
  }
}

.sub-nav .hero-menu.news {
  display: table;
  margin: 0 auto;
  width: auto;
  float: none;
}

.sub-nav nav {
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .sub-nav nav {
    margin-top: 0;
    margin-bottom: 22px;
  }
}

.sub-nav nav ul {
  margin: 0;
  padding: 0;
}

.sub-nav nav ul li {
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .sub-nav nav ul li {
    width: auto;
  }
}

.sub-nav nav ul li.current-menu-item a {
  color: #999;
}

@media (min-width: 768px) {
  .sub-nav nav ul li.current-menu-item a:after {
    background: #999;
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .sub-nav nav ul li:first-of-type a {
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .sub-nav nav ul li:last-of-type a {
    margin-right: 0 !important;
  }
}

.sub-nav nav ul li .sub-menu {
  display: none;
}

.sub-nav nav ul li a {
  font-size: 16px;
  font-weight: 600;
  font-family: acumin-pro-wide, sans-serif;
  display: block;
  text-align: center;
  color: #010926;
  position: relative;
  margin: 5px 10px;
  padding: 5px;
}

@media (min-width: 768px) {
  .sub-nav nav ul li a {
    padding: 23px 0 5px 0;
    margin: 0 20px;
  }
}

.sub-nav nav ul li a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #010926;
  opacity: 0;
  transition: 0.35s;
}

@media (min-width: 768px) {
  .sub-nav nav ul li a:hover:after {
    opacity: 1;
  }
}

.module {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 40px;
}

.module.last-module {
  margin-bottom: 40px;
}

.module.last-module .issues-page hr.divider {
  display: none;
}

@media (min-width: 768px) {
  .module.last-module {
    margin-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .module.last-module {
    margin-bottom: 90px;
  }
}

.module .container,
.module .row {
  height: 100%;
}

.module img.size-full {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.module .wp-caption {
  width: 100% !important;
  margin: 25px 0 25px;
}

.module .wp-caption img {
  height: auto !important;
  width: 100% !important;
}

@media (min-width: 480px) {
  .module .wp-caption img {
    height: auto !important;
    width: auto !important;
  }
}

@media (min-width: 480px) {
  .module .wp-caption {
    width: auto !important;
    margin: 25px 0 25px;
  }
}

.module .wp-caption-text {
  margin: 10px 0;
  font-size: 14px;
  line-height: 125%;
  text-align: center;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  color: #010926;
  width: 100% !important;
}

@media (min-width: 480px) {
  .module .wp-caption-text {
    font-size: 16px;
    width: auto;
  }
}

.module .alignleft {
  float: none;
  margin: 25px 0 25px;
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media (min-width: 480px) {
  .module .alignleft {
    float: left;
    width: auto;
    max-width: auto;
    position: relative;
    margin: 10px 35px 10px 0;
  }
}

.module .aligncenter {
  float: none;
  display: table;
  margin: 0 auto;
  width: 100%;
  height: auto;
  margin: 25px 0 25px;
}

@media (min-width: 480px) {
  .module .aligncenter {
    float: none;
    width: auto;
    position: relative;
    margin: 10px auto;
  }
}

.module .alignright {
  float: none;
  margin: 25px 0 25px;
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media (min-width: 480px) {
  .module .alignright {
    float: right;
    max-width: auto;
    width: auto;
    position: relative;
    margin: 10px 0 10px 35px;
  }
}

.module.action-menu {
  margin: 0;
  position: fixed;
  bottom: 0;
  z-index: 10;
}

@media (min-width: 768px) {
  .module.action-menu {
    position: relative;
  }
}

.module.action-menu nav ul li:first-child:nth-last-child(1),
.module.action-menu nav ul li:first-child:nth-last-child(1) ~ li {
  width: 100%;
}

.module.action-menu nav ul li:first-child:nth-last-child(2),
.module.action-menu nav ul li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}

.module.action-menu nav ul li:first-child:nth-last-child(3),
.module.action-menu nav ul li:first-child:nth-last-child(3) ~ li {
  width: 33.33333%;
}

.module.action-menu nav ul li:first-child:nth-last-child(4),
.module.action-menu nav ul li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}

.module.action-menu nav ul li:first-child:nth-last-child(5),
.module.action-menu nav ul li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}

.module.action-menu nav ul li:first-child:nth-last-child(6),
.module.action-menu nav ul li:first-child:nth-last-child(6) ~ li {
  width: 16.66667%;
}

.module.action-menu nav ul li:first-child:nth-last-child(7),
.module.action-menu nav ul li:first-child:nth-last-child(7) ~ li {
  width: 14.28571%;
}

.module.action-menu nav ul li:first-child:nth-last-child(8),
.module.action-menu nav ul li:first-child:nth-last-child(8) ~ li {
  width: 12.5%;
}

.module.action-menu nav ul li {
  text-align: center;
  border-right: 1px solid #2d5487;
  float: left;
}

.module.action-menu nav ul li .sub-menu {
  display: none;
}

.module.action-menu nav ul li:last-child {
  margin: 0;
  border: 0;
}

.module.action-menu nav ul li a {
  display: block;
  float: left;
  width: 100%;
  background: #0b9220;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .module.action-menu nav ul li a {
    padding: 60px 0;
  }
}

.module.full-cta {
  float: left;
  width: 100%;
  background-color: #2d5487;
  color: #fff;
  background-size: cover !important;
}

@media (min-width: 768px) {
  .module.full-cta {
    height: 650px;
  }
}

.cms-wrapper .module.full-cta input[type="submit"],
.module.full-cta .btn,
.module.full-cta .cms-wrapper input[type="submit"] {
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .cms-wrapper .module.full-cta input[type="submit"],
  .module.full-cta .btn,
  .module.full-cta .cms-wrapper input[type="submit"] {
    margin: 0 auto;
    display: table;
    float: none;
    width: auto;
  }
}

.module.full-cta p {
  color: #fff;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.module.donation {
  float: left;
  width: 100%;
  background-color: #010926;
  color: #fff;
  background-size: cover !important;
  margin-bottom: 25px;
  padding: 85px 0;
}

@media (min-width: 768px) {
  .module.donation {
    padding: 190px 0;
  }
}

.cms-wrapper .module.donation input[type="submit"],
.module.donation .btn,
.module.donation .cms-wrapper input[type="submit"] {
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .cms-wrapper .module.donation input[type="submit"],
  .module.donation .btn,
  .module.donation .cms-wrapper input[type="submit"] {
    margin: 0 auto;
    display: table;
    float: none;
    width: auto;
  }
}

.module.donation p {
  color: #fff;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.module.donation .inner-form {
  max-width: 300px;
  width: 100%;
  display: table;
  margin: 0 auto;
}

.module.donation .inner-form input {
  width: 100%;
  margin-bottom: 4px;
}

.module.donation .inner-form input[name="zip"] {
  margin-bottom: 13px;
}

.cms-wrapper .module.donation .inner-form input[type="submit"],
.module.donation .inner-form .btn,
.module.donation .inner-form .cms-wrapper input[type="submit"] {
  width: 100% !important;
}

.module.news-feed {
  margin: 0;
  padding: 50px 20px;
}

@media (min-width: 768px) {
  .module.news-feed {
    padding: 85px 40px;
  }
}

@media (min-width: 992px) {
  .module.news-feed {
    padding: 125px 40px;
  }
}

.module.news-feed h3 {
  text-align: center;
  margin: 0 0 35px 0;
}

@media (min-width: 768px) {
  .module.news-feed h3 {
    margin: 0 0 45px 0;
  }
}

@media (min-width: 992px) {
  .module.news-feed h3 {
    margin: 0 0 55px 0;
  }
}

.module.news-feed .container {
  padding: 0;
}

.module.news-feed .read-more {
  float: none;
  margin: 0 auto;
  display: table;
  text-align: center;
}

.module.news-feed .read-more a {
  display: table;
}

.module.news-feed .col-md-8 {
  float: none;
  display: table;
  margin: 0 auto;
}

.module.news-feed .news-items {
  float: left;
  width: 100%;
  margin: 0 0 45px 0;
}

@media (min-width: 768px) {
  .module.news-feed .news-items {
    margin: 0 0 55px 0;
  }
}

@media (min-width: 992px) {
  .module.news-feed .news-items {
    margin: 0 0 75px 0;
  }
}

.supports-flex-wrap .module.news-feed .news-items.stagger-tweets {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.supports-flex-wrap
  .module.news-feed
  .news-items.stagger-tweets
  .featured-post {
  -ms-flex-order: 1;
  order: 1;
}

.supports-flex-wrap
  .module.news-feed
  .news-items.stagger-tweets
  .featured-post
  + .featured-post {
  -ms-flex-order: 3;
  order: 3;
}

.supports-flex-wrap .module.news-feed .news-items.stagger-tweets .twitter {
  -ms-flex-order: 2;
  order: 2;
}

.supports-flex-wrap
  .module.news-feed
  .news-items.stagger-tweets
  .twitter
  + .twitter {
  -ms-flex-order: 4;
  order: 4;
}

@media (min-width: 768px) {
  .supports-flex-wrap
    .module.news-feed
    .news-items.stagger-tweets
    .featured-post {
    -ms-flex-order: 1;
    order: 1;
  }
  .supports-flex-wrap
    .module.news-feed
    .news-items.stagger-tweets
    .featured-post
    + .featured-post {
    -ms-flex-order: 4;
    order: 4;
  }
  .supports-flex-wrap .module.news-feed .news-items.stagger-tweets .twitter {
    -ms-flex-order: 2;
    order: 2;
  }
  .supports-flex-wrap
    .module.news-feed
    .news-items.stagger-tweets
    .twitter
    + .twitter {
    -ms-flex-order: 3;
    order: 3;
  }
}

.module.news-feed .news-items .news-item {
  float: none;
  width: 100%;
  margin: 6px auto;
  background: #000;
  border-radius: 4px;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.15);
  height: 240px;
  position: relative;
  transition: 0.35s;
  overflow: hidden;
}

@media (min-width: 375px) {
  .module.news-feed .news-items .news-item {
    height: 295px;
  }
}

@media (min-width: 414px) {
  .module.news-feed .news-items .news-item {
    height: 400px;
  }
}

@media (min-width: 768px) {
  .module.news-feed .news-items .news-item {
    background: #fff;
    width: calc(50% - 3%);
    height: 475px;
    float: left;
    margin: 1.5%;
    max-width: 350px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .module.news-feed .news-items .news-item {
    height: 555px;
    max-width: 100%;
  }
}

.activeSection.module.news-feed .news-items .news-item {
  will-change: transform, background-color;
}

.module.news-feed .news-items .news-item:hover {
  background: #000;
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.15);
}

.module.news-feed .news-items .news-item:hover.facebook.image-in.half h5,
.module.news-feed .news-items .news-item:hover.facebook.image-in.half small,
.module.news-feed .news-items .news-item:hover.featured-post.image-in.half h5,
.module.news-feed
  .news-items
  .news-item:hover.featured-post.image-in.half
  small,
.module.news-feed .news-items .news-item:hover.twitter.image-in.half h5,
.module.news-feed .news-items .news-item:hover.twitter.image-in.half small {
  color: #fff;
  opacity: 1;
}

.module.news-feed
  .news-items
  .news-item:hover.facebook.image-in.half
  .news-image,
.module.news-feed
  .news-items
  .news-item:hover.featured-post.image-in.half
  .news-image,
.module.news-feed
  .news-items
  .news-item:hover.twitter.image-in.half
  .news-image {
  opacity: 0.5;
}

@media (min-width: 768px) {
  .module.news-feed
    .news-items
    .news-item:hover.facebook.image-in.half
    .news-image,
  .module.news-feed
    .news-items
    .news-item:hover.featured-post.image-in.half
    .news-image,
  .module.news-feed
    .news-items
    .news-item:hover.twitter.image-in.half
    .news-image {
    opacity: 1;
  }
}

.module.news-feed
  .news-items
  .news-item:hover.facebook.image-in.half
  .news-content
  .text-container,
.module.news-feed
  .news-items
  .news-item:hover.featured-post.image-in.half
  .news-content
  .text-container,
.module.news-feed
  .news-items
  .news-item:hover.twitter.image-in.half
  .news-content
  .text-container {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.module.news-feed .news-items .news-item:hover.facebook.image-in.full h5,
.module.news-feed .news-items .news-item:hover.facebook.image-in.full small,
.module.news-feed .news-items .news-item:hover.facebook.image-in.video h5,
.module.news-feed .news-items .news-item:hover.facebook.image-in.video small,
.module.news-feed .news-items .news-item:hover.featured-post.image-in.full h5,
.module.news-feed
  .news-items
  .news-item:hover.featured-post.image-in.full
  small,
.module.news-feed .news-items .news-item:hover.featured-post.image-in.video h5,
.module.news-feed
  .news-items
  .news-item:hover.featured-post.image-in.video
  small,
.module.news-feed .news-items .news-item:hover.twitter.image-in.full h5,
.module.news-feed .news-items .news-item:hover.twitter.image-in.full small,
.module.news-feed .news-items .news-item:hover.twitter.image-in.video h5,
.module.news-feed .news-items .news-item:hover.twitter.image-in.video small {
  opacity: 1;
}

.module.news-feed
  .news-items
  .news-item:hover.facebook.image-in.full
  .news-image,
.module.news-feed
  .news-items
  .news-item:hover.facebook.image-in.video
  .news-image,
.module.news-feed
  .news-items
  .news-item:hover.featured-post.image-in.full
  .news-image,
.module.news-feed
  .news-items
  .news-item:hover.featured-post.image-in.video
  .news-image,
.module.news-feed
  .news-items
  .news-item:hover.twitter.image-in.full
  .news-image,
.module.news-feed
  .news-items
  .news-item:hover.twitter.image-in.video
  .news-image {
  opacity: 0.5;
}

.module.news-feed
  .news-items
  .news-item:hover.facebook.image-in.full
  .news-content
  .text-container,
.module.news-feed
  .news-items
  .news-item:hover.facebook.image-in.video
  .news-content
  .text-container,
.module.news-feed
  .news-items
  .news-item:hover.featured-post.image-in.full
  .news-content
  .text-container,
.module.news-feed
  .news-items
  .news-item:hover.featured-post.image-in.video
  .news-content
  .text-container,
.module.news-feed
  .news-items
  .news-item:hover.twitter.image-in.full
  .news-content
  .text-container,
.module.news-feed
  .news-items
  .news-item:hover.twitter.image-in.video
  .news-content
  .text-container {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.module.news-feed .news-items .news-item:hover .news-image .image {
  opacity: 0.5;
}

.module.news-feed .news-items .news-item:hover .play-icon {
  display: none;
}

@media (min-width: 414px) {
  .module.news-feed .news-items .news-item:hover .play-icon {
    display: block;
  }
}

@media (min-width: 768px) {
  .module.news-feed .news-items .news-item:hover {
    background: #0b9220;
  }
}

.module.news-feed .news-items .news-item a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 199 !important;
}

.module.news-feed .news-items .news-item .video-link {
  height: 0;
  z-index: 200 !important;
}

@media (min-width: 768px) {
  .module.news-feed .news-items .news-item .video-link {
    height: 50%;
  }
}

.module.news-feed .news-items .news-item .news-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: #000;
  background-position: 50% 50% !important;
  transition: 0.35s;
}

.module.news-feed .news-items .news-item .news-image .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: 50% 50% !important;
  transition: 0.35s;
}

@media (min-width: 768px) {
  .module.news-feed .news-items .news-item .news-image {
    height: 50%;
  }
}

.module.news-feed .news-items .news-item .message {
  transition: 0.35s;
  margin: 15px 0;
  word-wrap: break-word;
}

@media (min-width: 768px) {
  .module.news-feed .news-items .news-item .message {
    margin: 20px 0;
  }
}

@media (min-width: 992px) {
  .module.news-feed .news-items .news-item .message {
    margin: 30px 0;
  }
}

.module.news-feed .news-items .news-item .icon {
  position: absolute;
  right: 0;
  padding: 30px;
}

.module.news-feed .news-items .news-item .icon i {
  font-size: 28px;
  transition: 0.35s;
  color: #2d5487;
}

.module.news-feed .news-items .news-item .icon i.fa-facebook {
  font-size: 26px;
}

.module.news-feed .news-items .news-item .icon svg {
  fill: #010926;
  width: 28px;
  height: auto;
  transition: 0.35s;
}

.module.news-feed .news-items .news-item .play-icon {
  width: 50px;
  z-index: 9;
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.module.news-feed .news-items .news-item .play-icon svg {
  fill: #fff;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.25));
}

.module.news-feed .news-items .news-item .news-content {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 2;
}

.module.news-feed .news-items .news-item .news-content .text-container {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 40px 20px 25px;
  width: 100%;
}

@media (min-width: 480px) {
  .module.news-feed .news-items .news-item .news-content .text-container {
    padding: 55px 90px 55px 55px;
  }
}

@media (min-width: 768px) {
  .module.news-feed .news-items .news-item .news-content .text-container {
    padding: 35px 70px 30px 35px;
  }
}

@media (min-width: 992px) {
  .module.news-feed .news-items .news-item .news-content .text-container {
    padding: 55px 90px 55px 55px;
  }
}

.module.news-feed .news-items .news-item small {
  color: #fff;
  transition: 0.35s;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .module.news-feed .news-items .news-item small {
    color: #010926;
  }
}

.module.news-feed .news-items .news-item.image-in .icon i {
  color: #fff;
}

.module.news-feed .news-items .news-item.image-in .icon svg {
  fill: #fff;
}

.module.news-feed .news-items .news-item.image-in.full h5,
.module.news-feed .news-items .news-item.image-in.full small,
.module.news-feed .news-items .news-item.image-in.video h5,
.module.news-feed .news-items .news-item.image-in.video small {
  color: #fff;
}

@media (min-width: 768px) {
  .module.news-feed .news-items .news-item.half.long-tweet .text-container h4,
  .module.news-feed .news-items .news-item.half.long-tweet .text-container h5 {
    font-size: 14px;
  }
}

@media (min-width: 960px) {
  .module.news-feed .news-items .news-item.half.long-tweet .text-container h4,
  .module.news-feed .news-items .news-item.half.long-tweet .text-container h5 {
    font-size: 16px;
  }
}

.module.news-feed .news-items .news-item.no-image {
  background: #fff;
}

.module.news-feed .news-items .news-item.no-image:hover {
  background: #2d5487;
}

.module.news-feed .news-items .news-item.no-image:hover .icon i,
.module.news-feed .news-items .news-item.no-image:hover h5,
.module.news-feed .news-items .news-item.no-image:hover small {
  color: #fff;
}

.module.news-feed .news-items .news-item.no-image:hover .icon svg {
  fill: #fff;
}

.module.news-feed .news-items .news-item.twitter.image-in h5,
.module.news-feed .news-items .news-item.twitter.image-in small {
  color: #fff;
}

@media (min-width: 768px) {
  .module.news-feed .news-items .news-item.twitter.image-in h5,
  .module.news-feed .news-items .news-item.twitter.image-in small {
    color: #010926;
  }
}

.module.news-feed .news-items .news-item.twitter.image-in.full h5,
.module.news-feed .news-items .news-item.twitter.image-in.full small,
.module.news-feed .news-items .news-item.twitter.image-in.video h5,
.module.news-feed .news-items .news-item.twitter.image-in.video small {
  color: #fff;
}

.module.news-feed .news-items .news-item.facebook.image-in.half h5,
.module.news-feed .news-items .news-item.facebook.image-in.half small,
.module.news-feed .news-items .news-item.featured-post.image-in.half h5,
.module.news-feed .news-items .news-item.featured-post.image-in.half small,
.module.news-feed .news-items .news-item.twitter.image-in.half h5,
.module.news-feed .news-items .news-item.twitter.image-in.half small {
  opacity: 0;
  transition: 0.35s;
}

@media (min-width: 768px) {
  .module.news-feed .news-items .news-item.facebook.image-in.half h5,
  .module.news-feed .news-items .news-item.facebook.image-in.half small,
  .module.news-feed .news-items .news-item.featured-post.image-in.half h5,
  .module.news-feed .news-items .news-item.featured-post.image-in.half small,
  .module.news-feed .news-items .news-item.twitter.image-in.half h5,
  .module.news-feed .news-items .news-item.twitter.image-in.half small {
    opacity: 1;
  }
}

.module.news-feed
  .news-items
  .news-item.facebook.image-in.half
  .news-content
  .text-container,
.module.news-feed
  .news-items
  .news-item.featured-post.image-in.half
  .news-content
  .text-container,
.module.news-feed
  .news-items
  .news-item.twitter.image-in.half
  .news-content
  .text-container {
  -ms-transform: translateY(25%);
  transform: translateY(25%);
  transition: 0.35s;
}

@media (min-width: 768px) {
  .module.news-feed
    .news-items
    .news-item.facebook.image-in.half
    .news-content
    .text-container,
  .module.news-feed
    .news-items
    .news-item.featured-post.image-in.half
    .news-content
    .text-container,
  .module.news-feed
    .news-items
    .news-item.twitter.image-in.half
    .news-content
    .text-container {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.module.news-feed .news-items .news-item.facebook.image-in.full,
.module.news-feed .news-items .news-item.facebook.image-in.video,
.module.news-feed .news-items .news-item.featured-post.image-in.full,
.module.news-feed .news-items .news-item.featured-post.image-in.video,
.module.news-feed .news-items .news-item.twitter.image-in.full,
.module.news-feed .news-items .news-item.twitter.image-in.video {
  background: #000;
}

.module.news-feed .news-items .news-item.facebook.image-in.full h5,
.module.news-feed .news-items .news-item.facebook.image-in.full small,
.module.news-feed .news-items .news-item.facebook.image-in.video h5,
.module.news-feed .news-items .news-item.facebook.image-in.video small,
.module.news-feed .news-items .news-item.featured-post.image-in.full h5,
.module.news-feed .news-items .news-item.featured-post.image-in.full small,
.module.news-feed .news-items .news-item.featured-post.image-in.video h5,
.module.news-feed .news-items .news-item.featured-post.image-in.video small,
.module.news-feed .news-items .news-item.twitter.image-in.full h5,
.module.news-feed .news-items .news-item.twitter.image-in.full small,
.module.news-feed .news-items .news-item.twitter.image-in.video h5,
.module.news-feed .news-items .news-item.twitter.image-in.video small {
  opacity: 0;
  transition: 0.35s;
}

.module.news-feed
  .news-items
  .news-item.facebook.image-in.full
  .news-content
  .text-container,
.module.news-feed
  .news-items
  .news-item.facebook.image-in.video
  .news-content
  .text-container,
.module.news-feed
  .news-items
  .news-item.featured-post.image-in.full
  .news-content
  .text-container,
.module.news-feed
  .news-items
  .news-item.featured-post.image-in.video
  .news-content
  .text-container,
.module.news-feed
  .news-items
  .news-item.twitter.image-in.full
  .news-content
  .text-container,
.module.news-feed
  .news-items
  .news-item.twitter.image-in.video
  .news-content
  .text-container {
  -ms-transform: translateY(25%);
  transform: translateY(25%);
  transition: 0.35s;
}

.module.news-feed .news-items .news-item.facebook .news-image,
.module.news-feed .news-items .news-item.featured-post .news-image,
.module.news-feed .news-items .news-item.twitter .news-image {
  background-size: cover !important;
}

.module.news-feed .news-items .news-item.facebook .news-image.full,
.module.news-feed .news-items .news-item.featured-post .news-image.full,
.module.news-feed .news-items .news-item.twitter .news-image.full {
  height: 100%;
}

.cms-wrapper .module.news-feed input[type="submit"],
.module.news-feed .btn,
.module.news-feed .cms-wrapper input[type="submit"] {
  margin: 0 auto;
  display: table;
  float: none;
  width: auto;
}

.module.featured-content {
  float: left;
  width: 100%;
}

.module.featured-content .image-slider {
  float: left;
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}

.module.featured-content .image-slider .slick-prev {
  position: absolute;
  top: 37%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25px;
  width: 25px;
  height: 25px;
  -webkit-mask: url(../img/next.svg) no-repeat 100% 100%;
  mask: url(../img/next.svg) no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #333;
  transition: 0.35s;
  text-indent: -9999px;
  cursor: pointer;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 25;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .module.featured-content .image-slider .slick-prev {
    left: 100px;
    background-color: #c8c8c8;
    top: 42%;
    width: 70px;
    height: 70px;
  }
}

.module.featured-content .image-slider .slick-prev:hover {
  background: #333;
  opacity: 1;
}

.module.featured-content .image-slider .slick-next {
  position: absolute;
  top: 42%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
  width: 25px;
  z-index: 25;
  height: 25px;
  -webkit-mask: url(../img/next.svg) no-repeat 100% 100%;
  mask: url(../img/next.svg) no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #333;
  transition: 0.35s;
  text-indent: -9999px;
  opacity: 0.5;
  cursor: pointer;
}

@media (min-width: 768px) {
  .module.featured-content .image-slider .slick-next {
    right: 100px;
    background-color: #c8c8c8;
    top: 47%;
    width: 70px;
    height: 70px;
  }
}

.module.featured-content .image-slider .slick-next:hover {
  background: #333;
  opacity: 1;
}

.module.featured-content .image-slider .featured-image {
  height: auto;
  width: 100%;
  float: left;
  outline: 0;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover !important;
}

@media (min-width: 768px) {
  .module.featured-content .image-slider .featured-image {
    height: auto;
  }
}

@media (min-width: 960px) {
  .module.featured-content .image-slider .featured-image {
    height: auto;
  }
}

.module.featured-content .image-slider .featured-image {
  margin-top: 0;
}

.module.featured-content .featured-image {
  text-align: center;
}

.module.featured-content .featured-image img {
  width: 100%;
  max-width: 1145px;
  height: auto;
}

.module.featured-content .featured-image.video-share {
  margin-top: 0;
}

.module.featured-content .featured-image.video-share .videoWrapper {
  width: 100%;
  max-width: 1145px;
  height: auto;
  float: none;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .module.featured-content .featured-image.video-share .videoWrapper {
    min-height: 600px;
  }
}

@media (min-width: 992px) {
  .module.featured-content .featured-image.video-share .videoWrapper {
    min-height: 700px;
  }
}

.module.featured-content .col-md-8 {
  margin: 0 auto;
  display: table;
  float: none;
  text-align: left;
}

.module.featured-content .col-md-8 p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

@media (min-width: 768px) {
  .module.featured-content .col-md-8 p {
    font-size: 16px;
  }
}

.module.full-content:last-child {
  margin-bottom: 0;
}

.module.full-content blockquote {
  padding-left: 30px;
  margin: 35px 0;
  position: relative;
}

@media (min-width: 768px) {
  .module.full-content blockquote {
    padding-left: 50px;
    font-size: 25px;
  }
}

@media (min-width: 992px) {
  .module.full-content blockquote {
    font-size: 28px;
    margin: 55px 0;
  }
}

.module.full-content blockquote:before {
  content: "";
  position: absolute;
  width: 10px;
  height: calc(100% - 6px);
  background: #1591d0;
  margin: 0 auto;
  top: 4px;
  left: 0;
}

.module.full-content blockquote p {
  color: #7e7b76;
  font-size: 22px;
  line-height: 137%;
  letter-spacing: -0.025em;
  font-family: acumin-pro-wide, sans-serif;
  margin-bottom: 25px;
  text-indent: -13px;
  padding-left: 13px;
}

@media (min-width: 768px) {
  .module.full-content blockquote p {
    font-size: 25px;
  }
}

@media (min-width: 992px) {
  .module.full-content blockquote p {
    font-size: 35px;
    text-indent: -20px;
    padding-left: 20px;
  }
}

.module.full-content blockquote p:last-child {
  padding: 0;
  margin: 0;
}

.module.full-content blockquote h6 {
  color: #7e7b76;
  padding-left: 13px;
}

@media (min-width: 992px) {
  .module.full-content blockquote h6 {
    padding-left: 20px;
  }
}

.module.full-content blockquote img {
  max-width: 100%;
}

.module.full-content .col-md-8 {
  margin: 0 auto;
  float: none;
}

.module.full-content img {
  width: 100%;
}

@media (min-width: 480px) {
  .module.full-content img {
    width: auto;
  }
}

@media (max-width: 479px) {
  .module.full-content a {
    word-break: break-word;
  }
}

.module.issues-page {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .module.issues-page {
    margin-top: 45px;
  }
}

@media (min-width: 992px) {
  .module.issues-page {
    margin-top: 50px;
  }
}

.module.columns .row .indiv-column {
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .module.columns .row .indiv-column {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .module.columns .row .indiv-column:first-child:nth-last-child(1),
  .module.columns
    .row
    .indiv-column:first-child:nth-last-child(1)
    ~ .indiv-column {
    width: 100%;
  }
  .module.columns .row .indiv-column:first-child:nth-last-child(2),
  .module.columns
    .row
    .indiv-column:first-child:nth-last-child(2)
    ~ .indiv-column {
    width: 50%;
  }
  .module.columns .row .indiv-column:first-child:nth-last-child(3),
  .module.columns
    .row
    .indiv-column:first-child:nth-last-child(3)
    ~ .indiv-column {
    width: 33.33333%;
  }
  .module.columns .row .indiv-column:first-child:nth-last-child(4),
  .module.columns
    .row
    .indiv-column:first-child:nth-last-child(4)
    ~ .indiv-column {
    width: 25%;
  }
  .module.columns .row .indiv-column:first-child:nth-last-child(5),
  .module.columns
    .row
    .indiv-column:first-child:nth-last-child(5)
    ~ .indiv-column {
    width: 20%;
  }
  .module.columns .row .indiv-column:first-child:nth-last-child(6),
  .module.columns
    .row
    .indiv-column:first-child:nth-last-child(6)
    ~ .indiv-column {
    width: 16.66667%;
  }
  .module.columns .row .indiv-column:first-child:nth-last-child(7),
  .module.columns
    .row
    .indiv-column:first-child:nth-last-child(7)
    ~ .indiv-column {
    width: 14.28571%;
  }
  .module.columns .row .indiv-column:first-child:nth-last-child(8),
  .module.columns
    .row
    .indiv-column:first-child:nth-last-child(8)
    ~ .indiv-column {
    width: 12.5%;
  }
}

@media (min-width: 768px) {
  .module.video .videoWrapper {
    width: calc(100% + 150px);
    margin: 0 -75px;
  }
}

.module.video .col-md-8 {
  margin: 0 auto;
  display: table;
  float: none;
}

.module.block-quote {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 90px 0;
  background: #010926;
  text-align: center;
  background-size: cover !important;
  background-position: 50% 50%;
}

@media (min-width: 768px) {
  .module.block-quote {
    padding: 40px 0;
    min-height: 630px;
  }
}

.module.block-quote .col-sm-9 {
  margin: 0 auto;
  display: table;
  float: none;
}

.module.block-quote p {
  color: #fff;
  font-size: 22px;
  line-height: 145%;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .module.block-quote p {
    font-size: 25px;
  }
}

@media (min-width: 992px) {
  .module.block-quote p {
    font-size: 28px;
  }
}

.module.block-quote p:last-of-type {
  margin-bottom: 0;
}

.module.block-quote h6 {
  margin-top: 35px;
  margin-bottom: 0;
  color: #fff;
}

.module.buttons .all-buttons {
  float: left;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .module.buttons .all-buttons {
    float: none;
    margin: 0 auto;
    display: table;
    width: auto;
  }
}

.cms-wrapper .module.buttons .all-buttons input[type="submit"],
.module.buttons .all-buttons .btn,
.module.buttons .all-buttons .cms-wrapper input[type="submit"] {
  margin: 10px 10px;
  display: inline-block;
  float: none;
}

.cms-wrapper .module.buttons input[type="submit"],
.module.buttons .btn,
.module.buttons .cms-wrapper input[type="submit"] {
  float: none;
  width: 100%;
  display: table;
  margin: 0 auto 8px auto;
}

@media (min-width: 768px) {
  .cms-wrapper .module.buttons input[type="submit"],
  .module.buttons .btn,
  .module.buttons .cms-wrapper input[type="submit"] {
    margin: 0 0 0 10px;
    width: auto;
    display: block;
    float: left;
  }
}

@media (min-width: 960px) {
  .module.signup {
    padding: 200px 0;
  }
}

.module.signup input[type="email"],
.module.signup input[type="text"] {
  color: #333;
}

.module.signup p {
  text-align: center;
}

@media (min-width: 960px) {
  .module.signup p {
    width: 70%;
    margin: 0 auto;
    display: table;
  }
}

.module.signup h6 {
  text-align: center;
}

.module.full-content-image .inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.module.full-content-image .inner-wrap .text {
  -ms-flex-order: 0;
  order: 0;
}

.module.full-content-image .inner-wrap .image img {
  width: 100%;
  height: auto;
}

.module.full-content-image .inner-wrap.p_bottom .image {
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 25px;
}

.module.full-content-image .inner-wrap.p_left {
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 960px) {
  .module.full-content-image .inner-wrap.p_left {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.module.full-content-image .inner-wrap.p_left .image {
  width: 100%;
  padding: 0;
}

@media (min-width: 960px) {
  .module.full-content-image .inner-wrap.p_left .image {
    width: 50%;
    padding: 5px 20px;
  }
}

.module.full-content-image .inner-wrap.p_left .text {
  padding: 0;
  width: 100%;
}

@media (min-width: 960px) {
  .module.full-content-image .inner-wrap.p_left .text {
    width: 50%;
    padding: 5px 20px;
  }
}

.module.full-content-image .inner-wrap.p_right {
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 960px) {
  .module.full-content-image .inner-wrap.p_right {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.module.full-content-image .inner-wrap.p_right .image {
  -ms-flex-order: -1;
  order: -1;
  width: 100%;
  padding: 0 0 25px 0;
}

@media (min-width: 960px) {
  .module.full-content-image .inner-wrap.p_right .image {
    width: 50%;
    padding: 5px 20px;
  }
}

.module.full-content-image .inner-wrap.p_right .text {
  padding: 0;
  width: 100%;
}

@media (min-width: 960px) {
  .module.full-content-image .inner-wrap.p_right .text {
    width: 50%;
    padding: 5px 20px;
  }
}

.module.image-slider {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .module.image-slider {
    margin-bottom: 50px;
    padding: 0;
  }
}

.module.image-slider .full-widht-slider-image {
  height: 300px;
  width: 100%;
  float: left;
  outline: 0;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover !important;
}

@media (min-width: 768px) {
  .module.image-slider .full-widht-slider-image {
    height: 450px;
  }
}

@media (min-width: 960px) {
  .module.image-slider .full-widht-slider-image {
    height: 650px;
  }
}

.module.image-slider .slick-prev {
  position: absolute;
  top: 46%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25px;
  width: 25px;
  height: 25px;
  -webkit-mask: url(../img/arrow.svg) no-repeat 100% 100%;
  mask: url(../img/arrow.svg) no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #fff;
  transition: 0.35s;
  text-indent: -9999px;
  cursor: pointer;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 25;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .module.image-slider .slick-prev {
    width: 45px;
    height: 45px;
  }
}

.module.image-slider .slick-prev:hover {
  background: #fff;
  opacity: 1;
}

.module.image-slider .slick-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
  width: 25px;
  z-index: 25;
  height: 25px;
  -webkit-mask: url(../img/arrow.svg) no-repeat 100% 100%;
  mask: url(../img/arrow.svg) no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #fff;
  transition: 0.35s;
  text-indent: -9999px;
  opacity: 0.5;
  cursor: pointer;
}

@media (min-width: 768px) {
  .module.image-slider .slick-next {
    width: 45px;
    height: 45px;
  }
}

.module.image-slider .slick-next:hover {
  background: #fff;
  opacity: 1;
}

.js .image-slider .featured-image {
  display: none;
}

.js .image-slider .featured-image:first-child {
  display: block;
}

.js .slick-initialized.image-slider .featured-image {
  display: block;
}

.no-js .image-slider .featured-image + .featured-image {
  margin-top: 40px;
}

.donation ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}

.donation ul li {
  float: left;
  width: 100%;
  list-style-type: none;
  margin: 0 0 5px;
}

@media (min-width: 768px) {
  .donation ul li {
    width: 48%;
    margin: 0 0 10px;
  }
  .donation ul li:nth-child(2n + 2) {
    float: right;
  }
}

.donation ul li a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  float: left;
  width: 100%;
  font-size: 18px;
  padding: 8px 5px 10px;
  background: #0b9220;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 600;
  border: 2px solid #0b9220;
  border-radius: 4px;
  line-height: 30px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.donation ul li a:hover {
  background: #d27a10;
  border: 2px solid #d27a10;
}

@media (min-width: 768px) {
  .donation ul li a {
    font-size: 21px;
  }
}

.donation ul li:last-child a {
  background: 0 0;
  border: 2px solid #fff;
  font-size: 14px;
  padding: 7px 5px;
}

@media (min-width: 768px) {
  .donation ul li:last-child a {
    height: 51px;
  }
}

.donation ul li:last-child a:hover {
  background: #d27a10;
  border: 2px solid #d27a10;
}

.donation .all-columns {
  margin-top: 10px;
}

.donation .all-columns .text-col:last-child {
  padding: 0;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .donation .all-columns .text-col:last-child {
    margin: 0;
  }
}

.donation .col-lg-10,
.donation .col-lg-8 {
  float: none;
  margin: 0 auto;
  display: table;
}

.donation .donation-title {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .donation .donation-title {
    width: 100%;
  }
}

.donation .donation-title h6 {
  margin-bottom: 15px;
  color: #fff;
}

.donation .donation-title h2 {
  margin-bottom: 25px;
  color: #fff;
}

.quick-link__flex {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #919191;
  border-bottom: 1px solid #919191;
}

@media (min-width: 768px) {
  .quick-link__flex {
    text-align: left;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.quick-link__headline,
.quick-link__link {
  margin: 0;
}

@media (min-width: 768px) {
  .quick-link__headline,
  .quick-link__link {
    max-width: 50%;
  }
}

.quick-link__headline {
  text-transform: uppercase;
  font-size: 12px;
}

.quick-link__link {
  font-size: 16px;
  padding-left: 10px;
}

.quick-link__link svg {
  -ms-transform: rotate(-90deg) translateX(1px);
  transform: rotate(-90deg) translateX(1px);
  width: 12px;
  height: 6px;
  margin-left: 8px;
}

.module__mobile-image {
  background-color: #010926;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .module__mobile-image {
    display: none;
  }
}

.module__mobile-image.-color + .overlay {
  display: none;
}

@media (min-width: 768px) {
  .module__mobile-image.-color + .overlay {
    display: block;
  }
}

.animate-children .js-animated-child,
[data-animate-children] .no-js,
[data-beat-hero] {
  will-change: opacity;
  opacity: 0;
  animation: fade-in 0.35s ease-in-out 1 forwards;
}

.no-js [data-beat-bottom-cta],
.seenSection [data-beat-bottom-cta],
.hero .read-more {
  opacity: 0;
  -ms-transform: scale(1.05) translate(0, 3%);
  transform: scale(1.05) translate(0, 3%);
  animation: animate-in-downwards 0.35s ease-in-out 1 forwards;
}

.hero .donation,
.hero .play-row,
.hero .hero-action-btn,
.hero .hero-cta,
.hero .hero-form,
.hero .video-link {
  opacity: 0;
  -ms-transform: translate(0, 13%) scale(1.1);
  transform: translate(0, 13%) scale(1.1);
  animation: animate-in-via-scaling 0.35s ease-in-out 1 forwards;
}

[data-beat-hero] {
  perspective: 3000px;
}

.hero .read-more {
  -ms-transform: scale(1.1) translate(0, -25%);
  transform: scale(1.1) translate(0, -25%);
}

.hero .overlay {
  animation: fade-out-overlay 0.5s ease-in-out 1 forwards;
}

[data-beat-bottom-cta] {
  opacity: 0;
}

.no-js [data-beat-bottom-cta],
.seenSection [data-beat-bottom-cta] {
  perspective: 3000px;
}

.bottom-cta .overlay {
  opacity: 0.4;
}

.js .bottom-cta.seenSection .overlay {
  animation: fade-out-overlay 0.3s ease-in-out 1 forwards;
  animation-direction: reverse;
}

[data-animate-children] > div {
  opacity: 0;
}

[data-beat="1"] {
  animation-delay: 0.25s !important;
}

[data-beat="2"] {
  animation-delay: 0.45s !important;
}

[data-beat="3"] {
  animation-delay: 0.65s !important;
}

[data-beat="4"] {
  animation-delay: 0.9s !important;
}

[data-beat="5"] {
  animation-delay: 1.25s !important;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-out-overlay {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 0.4;
  }
}

@keyframes animate-in-via-scaling {
  from {
    opacity: 0;
    transform: translate(0, 13%) scale(1.1);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

@keyframes animate-in-downwards {
  0% {
    opacity: 0;
    transform: translate(0, 33%) scale(1.2);
  }
  30% {
    transform: translate(0, 10%) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

@keyframes animate-in-upwards {
  from {
    opacity: 0;
    transform: translate(0, -15%) scale(1.2);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

.home .main-logo {
  display: none;
}

.home-about {
  float: left;
  width: 100%;
  background: #fff;
  padding: 50px 0;
}

@media (min-width: 768px) {
  .home-about {
    padding: 85px 0;
  }
}

@media (min-width: 992px) {
  .home-about {
    padding: 125px 0;
  }
}

.home-about .col-md-9 {
  float: none;
  display: table;
  margin: 0 auto;
}

.home-about h2 {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 0;
}

.home-about .description {
  margin-bottom: 20px;
  margin-top: 0;
}

@media (min-width: 768px) {
  .home-about .description {
    margin-bottom: 40px;
  }
}

.home-about .description p {
  text-align: center;
}

.home-about .read-more {
  float: left;
  width: 100%;
}

.home-about .read-more a {
  float: none;
  display: table;
  margin: 0 auto;
}

.home-issues {
  float: left;
  width: 100%;
  background: #eee;
  padding: 50px 20px;
}

@media (min-width: 768px) {
  .home-issues {
    padding: 85px 40px;
  }
}

@media (min-width: 992px) {
  .home-issues {
    padding: 125px 40px;
  }
}

.home-issues .col-md-8 {
  float: none;
  display: table;
  margin: 0 auto;
}

.home-issues .container {
  padding: 0;
  width: 100%;
  max-width: 1145px;
}

.home-issues h3 {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 0;
}

.home-issues .description {
  margin-top: 0;
}

.home-issues .description p {
  text-align: center;
  margin-bottom: 0;
}

.home-issues .read-more {
  float: left;
  width: 100%;
}

.home-issues .read-more a {
  float: none;
  display: table;
  margin: 0 auto;
}

.landing-page {
  -ms-transform: none;
  transform: none;
  position: relative;
}

.landing-page .landing-social {
  position: relative;
  float: left;
  width: 100%;
  padding: 25px 15px 10px 15px;
}

@media (min-width: 768px) {
  .landing-page .landing-social {
    float: none;
    width: auto;
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 0;
    z-index: 100;
  }
}

.landing-page .landing-social .social {
  float: none;
  display: table;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .landing-page .landing-social .social {
    float: right;
    display: block;
    margin: 0;
  }
}

.landing-page .landing-social .social span {
  float: left;
  width: auto;
  font-family: "Montserrat", sans-serif;
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding-top: 11px;
}

@media (min-width: 768px) {
  .landing-page .landing-social .social span {
    color: #fff;
  }
}

.landing-page .landing-social .social ul {
  float: left;
  margin-left: 10px;
}

.landing-page .landing-social .social ul li {
  margin: 0 0 0 10px;
}

.landing-page .landing-social .social ul li:last-of-type a {
  padding-left: 2px;
  padding-top: 9px;
}

.landing-page .landing-social .social ul li a {
  float: left;
  width: 40px;
  height: 40px;
  background: #eaeaea;
  border-radius: 40px;
  text-align: center;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .landing-page .landing-social .social ul li a {
    background: #fff;
  }
}

.landing-page .landing-social .social ul li a i {
  font-size: 21px;
  color: #999;
}

.landing-page .landing-social .social ul li a:hover {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background: #2d5487;
}

.landing-page .landing-social .social ul li a:hover i {
  color: #fff;
}

.landing-page .dotted-nav {
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
}

@media (min-width: 768px) {
  .landing-page .dotted-nav {
    width: 56px;
    position: fixed;
    right: 0 !important;
    top: 50% !important;
    left: auto !important;
    bottom: auto;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.landing-page .dotted-nav.white .social-side p {
  color: #fff;
}

.landing-page .dotted-nav .social-side {
  display: table;
  width: 56px;
  display: none;
}

@media (min-width: 768px) {
  .landing-page .dotted-nav .social-side {
    display: block;
  }
}

.landing-page .dotted-nav .social-side:hover .box {
  border: 1px solid #0b9220;
  background: #0b9220;
}

.landing-page .dotted-nav .social-side:hover .box i {
  color: #fff;
}

.landing-page .dotted-nav .social-side:hover .share-slide {
  left: -160px;
  opacity: 1;
}

.landing-page .dotted-nav .social-side p {
  display: block;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #535454;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  width: 100%;
  font-family: acumin-pro-wide, sans-serif;
  position: fixed;
  right: auto !important;
  top: 0 !important;
  left: auto !important;
  bottom: auto;
  transition: all 0.2s ease;
}

.landing-page .dotted-nav .social-side p .dark {
  color: #fff;
}

.landing-page .dotted-nav .social-side .share-slide {
  position: absolute;
  top: 23px;
  width: 160px;
  height: 25px;
  background: #fff;
  left: 0;
  opacity: 0;
  height: 56px;
  padding-left: 9px;
  border: 1px solid #cfcfcf;
  border-right: none;
  transition: 0.35s;
  z-index: 5;
}

.landing-page .dotted-nav .social-side .share-slide .social.links {
  margin-top: 6px;
}

.landing-page .dotted-nav .social-side .share-slide span {
  display: none;
}

.landing-page .dotted-nav .social-side .box {
  background: #fff;
  border: 1px solid #cfcfcf;
  border-right: none;
  text-align: center;
  padding: 12px 0;
  cursor: pointer;
  color: #989e9e;
  margin-bottom: 10px;
  z-index: 6;
  position: relative;
  transition: 0.35s;
  margin-top: 23px;
}

.landing-page .dotted-nav .social-side .box i {
  font-size: 22px;
  font-weight: 400;
  color: #989e9e;
  transition: 0.35s;
}

.landing-page .dotted-nav .social-side .box:hover {
  border: 1px solid #0b9220;
  background: #0b9220;
}

.landing-page .dotted-nav .social-side .box:hover i {
  color: #fff;
}

.landing-page .dotted-nav .dotted-style {
  list-style: none;
  display: table;
  margin: 0 auto;
  padding: 15px 10px;
  background: #252626;
}

@media (min-width: 768px) {
  .landing-page .dotted-nav .dotted-style {
    width: 14px;
    background: #252626;
    float: left;
    padding: 18px 11px;
    padding: 18px 11px;
  }
}

.landing-page .dotted-nav .dotted-style li {
  width: 100%;
  width: 14px;
  float: left;
  margin-bottom: 0;
  margin: 0 10px;
  position: relative;
}

@media (min-width: 768px) {
  .landing-page .dotted-nav .dotted-style li {
    margin-bottom: 14px;
  }
}

.landing-page .dotted-nav .dotted-style li .tool {
  position: absolute;
  background: #0b9220;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 38px;
  width: 145px;
  text-align: center;
  padding: 4px 8px;
  line-height: 110%;
  transition: all 0.2s ease;
  opacity: 0;
  display: none;
}

@media (min-width: 768px) {
  .landing-page .dotted-nav .dotted-style li .tool {
    display: block;
  }
}

.landing-page .dotted-nav .dotted-style li .tool:after {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -7px;
  width: 0;
  height: 0;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  border-left: 7px solid #0b9220;
  font-size: 0;
  line-height: 0;
}

.landing-page .dotted-nav .dotted-style li .tool span {
  font-size: 16px;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 600;
  color: #fff;
}

.landing-page .dotted-nav .dotted-style li:last-of-type {
  margin-bottom: 0;
}

.landing-page .dotted-nav .dotted-style li a {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #cfcfcf;
  float: left;
}

.landing-page .dotted-nav .dotted-style li a:hover {
  background: #0b9220;
}

.landing-page .dotted-nav .dotted-style li a.active {
  background: #2d5487;
}

.landing-hero {
  height: 100%;
  padding-top: 65px;
  padding-bottom: 45px;
  position: relative;
  margin: 0 !important;
  background: #2d5487;
  overflow: hidden;
}

@media (min-width: 1090px) {
  .landing-hero {
    min-height: 650px;
    max-height: 1200px;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    height: 100vh;
  }
}

.landing-hero.has-image {
  background: #000;
}

.landing-hero .scroll-down {
  position: absolute;
  bottom: 25px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 45px;
  text-align: center;
  cursor: pointer;
  display: none;
}

@media (min-width: 992px) {
  .landing-hero .scroll-down {
    display: block;
  }
}

.landing-hero .scroll-down svg {
  max-width: 43px;
  height: 26px;
  margin-bottom: 8px;
  transition: 0.35s;
}

.landing-hero .scroll-down svg .st0 {
  fill: #fff;
  stroke: #fff;
  stroke-miterlimit: 10;
  transition: 0.35s;
}

.landing-hero .scroll-down span {
  float: left;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  transition: 0.35s;
}

.landing-hero .scroll-down:hover svg {
  margin-bottom: 6px;
}

.landing-hero .scroll-down:hover svg .st0 {
  fill: #0b9220;
  stroke: #0b9220;
}

.landing-hero .scroll-down:hover span {
  color: #0b9220;
}

.landing-hero .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: 50% 50%;
  opacity: 0.7;
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .landing-hero .image-overlay {
    display: block;
  }
}

.landing-hero .hero__mobile-image {
  opacity: 0.7;
}

.landing-hero .shadow {
  opacity: 0.5;
}

.landing-hero .col-xs-12 {
  padding: 15px;
}

@media (min-width: 1090px) {
  .landing-hero .col-xs-12 {
    padding: 30px;
  }
}

.landing-hero .bottom-float {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  z-index: 11;
  opacity: 1;
}

@media (min-width: 1090px) {
  .landing-hero .bottom-float {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
}

.landing-hero .bottom-float h1 {
  text-align: center;
  color: #fff;
  margin: 0 0 25px 0;
}

.landing-hero .bottom-float p {
  color: #fff;
  margin: 0 auto;
  text-align: center;
  max-width: 650px;
}

.landing-hero .bottom-float .logo {
  width: 160px;
  margin: 0 auto 35px auto;
}

@media (min-width: 1090px) {
  .landing-hero .bottom-float .logo {
    margin: 0 auto 60px auto;
    width: 160px;
  }
}

.landing-hero .bottom-float .logo svg {
  height: 113px;
}

.landing-hero .bottom-float .logo svg .st0,
.landing-hero .bottom-float .logo svg .st1,
.landing-hero .bottom-float .logo svg .st2,
.landing-hero .bottom-float .logo svg .st3,
.landing-hero .bottom-float .logo svg .st4 {
  fill: #fff;
}

.secondary-footer {
  float: left;
  width: 100%;
  background: #010926;
  position: relative;
  padding: 32px 15px 30px 15px;
}

.secondary-footer .container {
  max-width: 980px;
}

.secondary-footer .col-sm-4,
.secondary-footer .col-sm-8 {
  min-width: 100%;
}

@media (min-width: 768px) {
  .secondary-footer .col-sm-4,
  .secondary-footer .col-sm-8 {
    min-width: auto;
  }
}

.secondary-footer p {
  margin: 10px 0 0 0;
  padding: 0;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #999f9f;
  font-family: acumin-pro-wide, sans-serif;
  text-align: left;
}

@media (min-width: 768px) {
  .secondary-footer p {
    text-align: left;
  }
}

.secondary-footer p span {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .secondary-footer p span {
    float: none;
    width: auto;
    margin-bottom: 0;
  }
}

.secondary-footer p .privacy {
  position: relative;
}

@media (min-width: 768px) {
  .secondary-footer p .privacy {
    padding-left: 15px;
    margin-left: 15px;
  }
}

.secondary-footer p .privacy a {
  color: #999f9f;
}

.secondary-footer p .privacy a:hover {
  color: #0b9220;
}

@media (min-width: 768px) {
  .secondary-footer p .privacy:before {
    content: "";
    left: 0;
    top: 5px;
    height: 11px;
    width: 1px;
    position: absolute;
    background: #999f9f;
  }
}

.secondary-footer .social {
  width: 100%;
  text-align: center;
  margin: 0;
}

.secondary-footer .social ul {
  display: table;
  margin: 15px auto 5px auto;
}

@media (min-width: 768px) {
  .secondary-footer .social ul {
    float: right;
    margin: 0;
  }
}

.secondary-footer .social ul li {
  margin: 0 0 0 5px;
}

.secondary-footer .social ul li a {
  font-size: 18px;
  padding: 6px 10px;
  color: #999f9f;
}

.secondary-footer .social ul li a:hover {
  color: #0b9220;
}

.secondary-footer .site-by p {
  width: 100%;
  text-align: center;
  font-size: 12px;
  padding-top: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #999f9f;
  font-family: acumin-pro-wide, sans-serif;
  text-transform: none;
}

@media (min-width: 960px) {
  .secondary-footer .site-by p {
    text-align: left;
  }
}

.secondary-footer a {
  color: #999f9f;
}

.secondary-footer a:hover {
  color: #0b9220;
}

.top-introduction {
  float: left;
  width: 100%;
  background: #fff;
  margin-top: 35px;
}

@media (min-width: 768px) {
  .top-introduction {
    margin-top: 55px;
  }
}

.top-introduction .col-md-8,
.top-introduction .col-md-9 {
  float: none;
  display: table;
  margin: 0 auto;
}

.issues-page {
  float: left;
  width: 100%;
  font-size: 0;
}

.issues-page .container {
  max-width: 1230px;
  width: 100%;
}

.issues-page.inpage h3,
.issues-page.inpage p {
  text-align: center;
}

.issues-page.inpage p {
  margin-bottom: 0;
}

.issues-page.person .issues-grid {
  padding: 0;
}

@media (min-width: 992px) {
  .issues-page.person .issues-grid {
    margin: -0.75%;
    width: 101.5%;
  }
}

.issues-page.person .single-issue {
  background: #fff;
  height: 380px;
}

.issues-page.person .single-issue .grid-image-container {
  height: 45%;
  background: #0b9220;
}

.issues-page.person .single-issue .grid-image-container .grid-image {
  opacity: 1;
}

.issues-page.person .single-issue .wrapper {
  top: auto;
  -ms-transform: none;
  transform: none;
  bottom: 0;
  padding: 35px 35px 50px 35px;
  z-index: 99;
}

.issues-page.person .single-issue .wrapper h6,
.issues-page.person .single-issue .wrapper p,
.issues-page.person .single-issue .wrapper small {
  padding: 0;
  text-align: left;
  word-wrap: break-word;
}

.issues-page.person .single-issue .wrapper h6 {
  margin: 0 0 5px;
}

.issues-page.person .single-issue .wrapper small {
  color: #919191;
}

.issues-page.person .single-issue .wrapper p {
  font-size: 15px;
  max-height: 0;
  opacity: 0;
  margin: 0;
  overflow: hidden;
  transition: 0.35s;
}

.issues-page.person .single-issue .wrapper .text-container__btn {
  font-family: acumin-pro-wide, sans-serif;
  font-size: 15px;
  color: #fff;
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 4px 5px 5px 5px;
  border: 2px solid;
  border-radius: 4px;
  position: relative;
  z-index: 99;
  transition: 0.35s;
}

.issues-page.person .single-issue .wrapper .text-container__btn:hover {
  background-color: #fff;
  color: #0b9220;
  border-color: #fff;
}

.issues-page.person .single-issue .wrapper .text-container {
  max-width: 100%;
  display: block;
  float: left;
  transition: 0.35s;
}

.issues-page.person .single-issue:hover .grid-image-container .grid-image {
  opacity: 0;
}

.issues-page.person .single-issue:hover .wrapper p {
  max-height: 380px;
  opacity: 1;
  margin-top: 30px;
}

.issues-page.person .single-issue:hover .wrapper .text-container__btn {
  max-height: 380px;
  opacity: 1;
  margin-top: 18px;
}

.issues-page.person .single-issue:hover .wrapper .text-container {
  margin-bottom: 45px;
}

.issues-page.person .single-issue:hover .wrapper .text-container.no-social {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .issues-page.person .single-issue {
    width: calc(50% - 3%);
    margin: 1.5%;
    max-width: calc(50% - 3%);
  }
}

@media (min-width: 992px) {
  .issues-page.person .single-issue {
    width: calc(25% - 1.5%);
    max-width: calc(25% - 1.5%);
    margin: 0.75%;
  }
}

.issues-grid {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
}

@media (min-width: 768px) {
  .issues-grid {
    margin: -1.5%;
    width: 103%;
  }
}

.issues-grid.has-intro {
  padding-top: 25px;
}

@media (min-width: 768px) {
  .issues-grid.has-intro {
    padding-top: 40px;
  }
}

@media (min-width: 992px) {
  .issues-grid.has-intro {
    padding-top: 60px;
  }
}

.issues-grid.has-buttons {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .issues-grid.has-buttons {
    padding-bottom: 35px;
  }
}

@media (min-width: 992px) {
  .issues-grid.has-buttons {
    padding-bottom: 55px;
  }
}

@media (min-width: 992px) {
  .issues-grid {
    text-align: center;
  }
}

.issues-grid .single-issue {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  float: none;
  width: 100%;
  max-width: 385px;
  margin: 6px auto;
  background: #2d5487;
  border-radius: 4px;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.15);
  height: 275px;
  position: relative;
  transition: 0.35s;
  overflow: hidden;
}

@media (min-width: 768px) {
  .issues-grid .single-issue {
    width: calc(50% - 3%);
    max-width: calc(50% - 3%);
    height: 325px;
    float: none;
    display: inline-block;
    margin: 1.5%;
    min-width: 200px;
  }
}

@media (min-width: 992px) {
  .issues-grid .single-issue {
    width: calc(33.33333% - 3%);
    max-width: calc(33.33333% - 3%);
    min-height: 350px;
  }
}

.activeSection .issues-grid .single-issue {
  will-change: transform, background-color;
}

.activeSection .issues-grid .single-issue p.teaser,
.activeSection .issues-grid .single-issue small.teaser {
  will-change: transform, max-height, opacity;
}

.issues-grid .single-issue:hover {
  background: #0b9220;
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 6px 9px 12px rgba(0, 0, 0, 0.12);
}

.issues-grid .single-issue:hover .grid-image-container {
  background: #0b9220;
}

.issues-grid .single-issue:hover .grid-image-container .grid-image {
  opacity: 0.1;
}

.issues-grid .single-issue:hover .wrapper h5,
.issues-grid .single-issue:hover .wrapper h6,
.issues-grid .single-issue:hover .wrapper p,
.issues-grid .single-issue:hover .wrapper small {
  color: #fff;
}

.issues-grid .single-issue:hover .wrapper h5 {
  margin: 0 0 20px;
}

.issues-grid .single-issue:hover .wrapper p.teaser,
.issues-grid .single-issue:hover .wrapper small.teaser {
  opacity: 1;
  position: relative;
  max-height: 275px;
  transition: 0.35s;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (min-width: 768px) {
  .issues-grid .single-issue:hover .wrapper p.teaser,
  .issues-grid .single-issue:hover .wrapper small.teaser {
    max-height: 325px;
  }
}

@media (min-width: 992px) {
  .issues-grid .single-issue:hover .wrapper p.teaser,
  .issues-grid .single-issue:hover .wrapper small.teaser {
    max-height: 350px;
  }
}

.issues-grid .single-issue:hover .wrapper .social.links {
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.issues-grid .single-issue a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.issues-grid .single-issue.has-image .wrapper h5,
.issues-grid .single-issue.has-image .wrapper p,
.issues-grid .single-issue.has-image .wrapper small {
  color: #fff;
}

.issues-grid .single-issue .grid-image-container {
  height: 100%;
  background: #000;
}

.issues-grid .single-issue .grid-image-container .grid-image {
  background-size: cover !important;
  background-position: 50% 50% !important;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  transition: 0.35s;
}

.issues-grid .single-issue .wrapper {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 98;
  left: 0;
  right: 0;
}

.issues-grid .single-issue .wrapper h5,
.issues-grid .single-issue .wrapper h6 {
  text-align: center;
  margin: 0;
  transition: 0.35s;
}

.issues-grid .single-issue .wrapper h5 {
  padding: 0 60px;
}

.issues-grid .single-issue .wrapper h5,
.issues-grid .single-issue .wrapper p.teaser {
  color: #fff;
}

.issues-grid .single-issue .wrapper small {
  display: block;
}

.issues-grid .single-issue .wrapper p,
.issues-grid .single-issue .wrapper small {
  text-align: center;
  margin: 0;
  transition: 0.2s;
}

.issues-grid .single-issue .wrapper p.teaser,
.issues-grid .single-issue .wrapper small.teaser {
  position: absolute;
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  transition: 0.15s;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0 60px;
  opacity: 0;
  line-height: 130%;
  max-height: 0;
  overflow: hidden;
}

.issues-grid .single-issue .wrapper .social.links {
  width: auto;
  position: absolute;
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  transition: 0.35s;
  bottom: 35px;
  z-index: 99;
}

.issues-grid .single-issue .wrapper .social.links ul {
  position: relative;
  width: 100%;
  top: 8px;
}

.issues-grid .single-issue .wrapper .social.links ul li {
  display: inline-block;
  float: left;
  font-size: 18px;
}

.issues-grid .single-issue .wrapper .social.links ul li .fa-facebook {
  font-size: 17px;
}

.issues-grid .single-issue .wrapper .social.links ul li a {
  position: relative;
  padding: 2px 7px 0;
  color: #fff;
}

.issues-grid .single-issue .wrapper .social.links ul li a:hover {
  color: #010926;
}

.issues-grid .single-issue .wrapper .social.links ul li:first-child a {
  padding-left: 0;
}

.articles {
  float: left;
  width: 100%;
}

.single-post .featured-image,
.single-post .featured-video {
  max-width: 100%;
  margin: 50px auto 0;
  margin-bottom: 0;
  position: relative;
}

.single-post .featured-image img,
.single-post .featured-video img {
  width: 100%;
  height: auto;
}

.single-post .featured-image .caption,
.single-post .featured-video .caption {
  margin-top: 15px;
}

.single-post .featured-image .caption p,
.single-post .featured-video .caption p {
  text-align: center;
  font-size: 13px;
}

.single-post .featured-image iframe,
.single-post .featured-video iframe {
  width: 100%;
  height: 280px;
}

@media (min-width: 768px) {
  .single-post .featured-image iframe,
  .single-post .featured-video iframe {
    height: 100%;
    min-height: 600px;
  }
}

@media (min-width: 992px) {
  .single-post .featured-image iframe,
  .single-post .featured-video iframe {
    min-height: 700px;
  }
}

.post-feed .content {
  background: #eee;
  padding: 30px 20px;
}

@media (min-width: 768px) {
  .post-feed .content {
    padding: 50px 40px;
  }
}

.post-feed .content .container {
  padding: 0;
}

@media (min-width: 768px) {
  .post-feed .content .container {
    width: 1115px;
  }
}

.post-feed .featured-content {
  position: relative;
}

.post-feed .featured-content a.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-feed .featured-content .featured-image {
  width: 100%;
  background-size: cover !important;
  background-position: 50% 50%;
  height: 240px;
}

@media (min-width: 768px) {
  .post-feed .featured-content .featured-image {
    height: 380px;
  }
}

@media (min-width: 992px) {
  .post-feed .featured-content .featured-image {
    height: 520px;
  }
}

@media (min-width: 1250px) {
  .post-feed .featured-content .featured-image {
    height: 555px;
  }
}

.post-feed .featured-content .featured-video {
  margin-bottom: 0;
}

.post-feed .featured-content .featured-video iframe {
  width: 100%;
  height: 240px;
}

@media (min-width: 768px) {
  .post-feed .featured-content .featured-video iframe {
    height: 380px;
  }
}

@media (min-width: 992px) {
  .post-feed .featured-content .featured-video iframe {
    height: 520px;
  }
}

@media (min-width: 1250px) {
  .post-feed .featured-content .featured-video iframe {
    height: 555px;
  }
}

article {
  float: left;
  width: 100%;
  position: relative;
  background: #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  article {
    margin-bottom: 45px;
  }
  article:hover .overlay-share {
    opacity: 1;
  }
  article:hover .main-content h3 a {
    color: #2d5487;
  }
  article:hover .main-content .read-more a {
    color: #0b9220;
  }
}

article .overlay-share {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.35s;
  opacity: 0;
  z-index: 100;
}

article .overlay-share .social {
  margin: 0;
  float: right;
  display: none;
  height: 77px;
  background: 0 0;
  padding: 25px;
}

@media (min-width: 992px) {
  article .overlay-share .social {
    display: block;
  }
}

article .overlay-share .social span {
  margin: 4px 10px 0;
  font-family: acumin-pro-wide, sans-serif;
  color: #666;
  text-transform: none;
  font-weight: 600;
  font-size: 14px;
  display: none;
}

article .overlay-share .social ul li a {
  font-size: 18px;
  padding: 0 8px;
  color: #666;
}

article .overlay-share .social ul li a:hover {
  color: #0b9220;
}

article:last-child {
  margin: 0;
  border-bottom: 0;
}

article img {
  max-width: 100%;
  height: auto;
  margin: 0;
}

article .main-content {
  width: 100%;
  float: left;
  padding: 25px 20px;
  position: relative;
}

@media (min-width: 768px) {
  article .main-content {
    padding: 70px 40px;
  }
}

article .main-content .full-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

article .excerpt,
article h3 {
  display: table;
  width: 100%;
  margin: 0 auto 20px;
  max-width: 785px;
  text-align: center;
}

article .excerpt p:last-of-type {
  margin-bottom: 0;
}

article h3 a {
  color: #010926;
}

article .read-more {
  display: table;
  width: 100%;
  margin: 0 auto 10px;
  max-width: 785px;
  text-align: center;
}

article .read-more a {
  color: #2d5487;
  font-size: 16px;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 600;
  position: relative;
  padding-right: 15px;
}

article .read-more a:after {
  right: 0;
  content: "\f105";
  position: absolute;
  font-size: 18px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  bottom: -4px;
}

article .meta {
  display: table;
  width: 100%;
  margin: 0 auto 10px;
  max-width: 785px;
  text-align: center;
}

article .meta span {
  margin: 0 20px;
  font-size: 15px;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 600;
  color: #999;
}

@media (min-width: 768px) {
  article .meta span {
    font-size: 17px;
  }
}

article .meta span a {
  color: #999;
}

article .meta span a:hover {
  color: #0b9220;
}

@media (min-width: 768px) {
  .cms-wrapper article input[type="submit"],
  article .btn,
  article .cms-wrapper input[type="submit"] {
    float: left;
  }
}

.learn-more {
  position: relative;
  float: left;
  width: 100%;
}

.learn-more .go-back {
  margin: 20px auto 0 auto;
  max-width: 750px;
  padding: 0 20px;
  text-align: center;
}

.learn-more .go-back a {
  position: relative;
  font-family: acumin-pro-wide, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #666;
  padding-left: 15px;
}

.learn-more .go-back a:after {
  left: 0;
  content: "\f104";
  position: absolute;
  font-size: 19px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  bottom: -4px;
}

.learn-more .go-back a:hover {
  color: #0b9220;
}

.learn-more .inner-nav {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 35px;
}

.learn-more .inner-nav .next-post {
  float: left;
  width: 100%;
  background: #010926;
  height: auto;
  position: relative;
  transition: 0.35s;
}

@media (min-width: 768px) {
  .learn-more .inner-nav .next-post {
    width: 50%;
    height: 500px;
  }
}

.learn-more .inner-nav .next-post:hover {
  background: #0b9220 !important;
}

.learn-more .inner-nav .next-post a.full-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
}

.learn-more .inner-nav .next-post .wrapper {
  max-width: 550px;
  padding: 55px 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 98;
  transition: 0.35s;
}

@media (min-width: 768px) {
  .learn-more .inner-nav .next-post .wrapper {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 25px;
  }
}

.learn-more .inner-nav .next-post .wrapper h3,
.learn-more .inner-nav .next-post .wrapper p {
  color: #fff;
  text-align: center;
}

.learn-more .inner-nav .next-post .wrapper h3 {
  margin: 20px 0;
}

.learn-more .inner-nav .next-post .wrapper p.tiny {
  font-family: acumin-pro-wide, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  position: relative;
}

.learn-more .inner-nav .next-post .wrapper p.tiny span {
  position: relative;
  padding-left: 15px;
}

.learn-more .inner-nav .next-post .wrapper p.tiny span:after {
  left: 0;
  content: "\f104";
  position: absolute;
  font-size: 18px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
}

.learn-more .inner-nav .next-post .wrapper p.date {
  font-size: 18px;
  margin: 0;
}

.learn-more .inner-nav .next-post.float-right {
  background: #2d5487;
}

.learn-more .inner-nav .next-post.float-right .wrapper .tiny span {
  padding-left: 0;
  padding-right: 15px;
}

.learn-more .inner-nav .next-post.float-right .wrapper .tiny span:after {
  left: auto;
  right: 0;
  content: "\f105";
}

.learn-more .inner-nav .only-post {
  width: 100% !important;
}

.all-events {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.all-events .col-md-8 {
  margin: 0 auto;
  display: table;
  float: none;
}

.event-info {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.event-info .map {
  width: 100%;
  height: 400px;
  margin: 20px 0;
}

.event-info .map img {
  max-width: inherit !important;
}

.top-link {
  text-align: center;
  margin-bottom: 35px;
  margin-top: -15px;
}

.top-link a {
  float: none;
  display: inline-block;
}

.bottom-link {
  text-align: center;
  margin-top: 35px;
}

.bottom-link a {
  float: none;
  display: inline-block;
}

.module.full-content .col-md-10 {
  float: none;
  margin: 0 auto;
}

.module.full-content .event-info .col-md-8 {
  float: left;
  margin: 0;
}

.event-info-block {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}

.event-set {
  float: left;
  width: 100%;
  margin: 0 0 40px;
}

@media (min-width: 768px) {
  .event-set {
    margin: 0 0 75px;
  }
}

.event-set h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .event-set h3 {
    margin-bottom: 45px;
    margin-top: 0;
  }
}

.event-set .event-item:last-child {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.event-item {
  float: left;
  width: 100%;
  border-bottom: 2px solid #1591d0;
  padding: 0 0 40px;
  margin: 0 0 40px;
}

.event-item .col-sm-8 {
  float: left;
  margin: 0;
}

.event-item .col-sm-4 {
  float: right;
}

.event-item .col-sm-4 img {
  width: 100%;
  height: auto;
}

.single-event .full-content {
  margin-top: 30px;
}

h4.event-title {
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left !important;
}

.event-meta {
  float: left;
  width: 100%;
  margin: 5px 0 10px;
  font-size: 17px;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 400;
}

@media (min-width: 768px) {
  .event-meta {
    margin: 10px 0 15px;
  }
}

.event-links {
  margin-top: 15px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .event-links {
    margin-top: 25px;
  }
}

.event-links a {
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-right: 35px;
  position: relative;
  padding-right: 15px;
}

.event-links a.learn:after {
  right: 0;
  content: "\f105";
  position: absolute;
  font-size: 18px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  bottom: -4px;
}

.static-map {
  max-width: 100%;
}

.static-map img {
  max-width: 100%;
}

.list-page .list-page__intro {
  margin-bottom: 40px;
}

.list-page .top-introduction {
  padding-bottom: 0;
  margin-bottom: 0;
}

.list-page .list-grid.search {
  padding: 65px 0 15px 0;
}

@media (min-width: 768px) {
  .list-page .list-grid.search {
    padding: 85px 0 50px 0;
  }
}

.list-page .list-grid.search .search-highlight,
.list-page .list-grid.search .searchwp-highlight {
  background-color: rgba(255, 255, 0, 0.5);
}

.list-page .list-grid .col-md-9 {
  float: none;
  display: table;
  margin: 0 auto;
}

.list-page .list-grid .main-headline {
  margin-top: 40px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .list-page .list-grid .main-headline {
    margin-bottom: 45px;
    margin-top: 50px;
  }
}

.list-page .list-grid .main-headline h3 {
  text-align: center;
  margin: 0;
}

.list-page .list-grid .single-row {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #ccc;
}

@media (min-width: 768px) {
  .list-page .list-grid .single-row {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
}

.list-page .list-grid .single-row .description p:last-of-type {
  margin-bottom: 0;
}

.list-page .list-grid .single-row .links {
  margin-top: 15px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .list-page .list-grid .single-row .links {
    margin-top: 25px;
  }
}

.list-page .list-grid .single-row .links a {
  display: inline-block;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-right: 35px;
  position: relative;
  padding-right: 15px;
}

.list-page .list-grid .single-row .links a.learn:after {
  right: 0;
  content: "\f105";
  position: absolute;
  font-size: 18px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  top: -50%;
  margin-top: 1px;
}

.list-page .list-grid .single-row .links a.download {
  padding-right: 20px;
}

.list-page .list-grid .single-row .links a.download span {
  right: 0;
  top: -1px;
  position: absolute;
}

.list-page .list-grid .single-row .links a.download span svg {
  width: 11px;
  height: auto;
}

.list-page .list-grid .single-row .links a.download span svg .st0 {
  transition: 0.35s;
  fill: none;
  stroke: #2d5487;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.list-page .list-grid .single-row .links a.download:hover span svg .st0 {
  stroke: #0b9220;
}

.cms-wrapper .logo {
  text-align: center;
}

.cms-wrapper #signupheader {
  margin-top: 40px;
  margin-bottom: 20px;
}

.cms-wrapper #signupfooter {
  margin-bottom: 20px;
}

.cms-wrapper textarea {
  height: auto;
}

.cms-wrapper input[type="checkbox"],
.cms-wrapper input[type="radio"] {
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.cms-wrapper select {
  border-width: 1px;
  -moz-appearance: menulist-button;
  -webkit-appearance: menulist-button;
}

.cms-wrapper table {
  table-layout: fixed;
}

.cms-wrapper form {
  max-width: 600px;
}

.cms-wrapper .content > br {
  display: none;
}

@media print {
  .alert-bar,
  .main-header,
  .menuOverlay,
  .mfp-bg,
  .mfp-wrap,
  .read-more,
  .searchOverlay,
  .social-nav,
  nav {
    display: none !important;
  }
  .top {
    position: static;
  }
  a {
    color: #000 !important;
  }
  p a[href^="#"]:after {
    display: none;
  }
}

.nolink {
  text-decoration: none;
}
