@charset "UTF-8";
/**
 * @license
 * MyFonts Webfont Build ID 3623218, 2018-08-16T12:30:57-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: SofiaPro-Bold by Mostardesign
 * URL: https://www.myfonts.com/fonts/mostardesign/sofia-pro/bold/
 *
 * Webfont: SofiaProRegular by Mostardesign
 * URL: https://www.myfonts.com/fonts/mostardesign/sofia-pro/regular/
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3623218
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright &#x00A9; Olivier Gourvat - Mostardesign Type Foundry, 2016. All rights reserved.
 *
 * © 2018 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/374932");
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: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

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

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

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

.fancybox-bg {
  background: rgb(30, 30, 30);
  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-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  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;
  user-select: none;
}

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

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

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  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 {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-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-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

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

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

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  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;
  user-select: none;
  width: 100%;
}

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

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.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;
}

/* Buttons */
.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:visited,
.fancybox-button:link {
  color: #ccc;
}

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

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

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

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

/* Fix IE11 */
.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

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

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

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  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;
}

/* Navigation arrows */
.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;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

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

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  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;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

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

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

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

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

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

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.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 0;
}

.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 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  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: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  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 {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  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: none;
  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;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@font-face {
  font-family: "SofiaPro-Bold";
  src: url("../../webfonts/374932_0_0.eot");
  src: url("../../webfonts/374932_0_0.eot?#iefix") format("embedded-opentype"), url("../../webfonts/374932_0_0.woff2") format("woff2"), url("../../webfonts/374932_0_0.woff") format("woff"), url("../../webfonts/374932_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "SofiaProRegular";
  src: url("../../webfonts/374932_1_0.eot");
  src: url("../../webfonts/374932_1_0.eot?#iefix") format("embedded-opentype"), url("../../webfonts/374932_1_0.woff2") format("woff2"), url("../../webfonts/374932_1_0.woff") format("woff"), url("../../webfonts/374932_1_0.ttf") format("truetype");
}
/*
@mixin font($font-family) {
	@if $font-family == light {
		font-family: "Antenna Light";
	}
	@else if $font-family == regular {
		font-family: Antenna;
	}
	@else if $font-family == condensed {
		font-family: "Antenna Extra Cond Medium";
	}
	font-style: normal;
	font-weight: normal;
}
*/
/*
 * Image replacement
 * HTML5 Boilerplate 4.3.0
 */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 * HTML5 Boilerplate 4.3.0
 */
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 * HTML5 Boilerplate 4.3.0
 * 1. Extends the .visuallyhidden class to allow the element to be focusable
 *    when navigated to via the keyboard: h5bp.com/p
 */
/*
 * Hide visually and from screenreaders, but maintain layout
 * HTML5 Boilerplate 4.3.0
 */
/*
 * Clearfix: contain floats
 * HTML5 Boilerplate 4.3.0
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 * For IE 6/7 only
 * 3. Include this rule to trigger hasLayout and contain floats.
 */
/*
 * Responsive Image
 * Twitter Bootstrap 3.0.2
 */
.block-features .image, .post .thumbnail {
  transition: opacity 0.25s ease-in-out;
}

.statistic-image, .block-program .program-image, .block-billboard, .banner--campaign, .banner--centered .banner__image, .banner--program .banner__image, .banner--impact-heard, .banner--http404 .banner__image, .banner--contact .banner__image, .banner--about .banner__image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-size: cover;
  overflow: hidden;
}

.block-single, .block-resources h2, .block-questionnaires, .block-partners, .block-instagram, .block-guidelines, .block-faq, .block-duplex, .block-download, .block-cta, .block-buttons, .find-content, .county-header {
  text-align: center;
}

/*
%button {
	a {
		background-color: transparent;
		border: 2px solid $blue;
		color: $blue !important;
	}
	a:hover {
		background-color: $blue;
		border: 2px solid $blue;
		color: $white !important;
	}
}
%button_reverse {
	a {
		background-color: transparent;
		border: 2px solid $white;
		color: $white !important;
	}
	a:hover {
		background-color: $white;
		border: 2px solid $white;
		color: $blue !important;
	}
}
*/
.button {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.button a:link,
.button a:visited,
.button a:focus,
.button span {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  display: inline-flex;
  font-size: 16px;
  justify-content: center;
  line-height: 1;
  min-width: 180px;
  padding: 16px 15px 13px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button--blue a:link, .block-download .button a:link, .cta-content .button a:link, .kits .col-md-4 .button a:link,
.button--blue a:visited,
.block-download .button a:visited,
.cta-content .button a:visited,
.kits .col-md-4 .button a:visited,
.button--blue a:focus,
.block-download .button a:focus,
.cta-content .button a:focus,
.kits .col-md-4 .button a:focus,
.button--blue span,
.block-download .button span,
.cta-content .button span,
.kits .col-md-4 .button span {
  background-color: transparent;
  border: 2px solid #00a9e0;
  color: #00a9e0;
  text-decoration: none;
}

.button--white a:link, .block-questionnaires .button a:link,
.button--white a:visited,
.block-questionnaires .button a:visited,
.button--white a:focus,
.block-questionnaires .button a:focus,
.button--white span,
.block-questionnaires .button span {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
}

#logout a:link,
#logout a:visited,
#logout a:focus,
#logout span {
  background-color: #fecb00;
  border: 2px solid #fecb00;
  color: #fff;
  text-decoration: none;
}
#logout a:hover,
#logout a:active,
#logout span:hover {
  background-color: #00a9e0;
  border: 2px solid #00a9e0;
  color: #fff;
  text-decoration: none;
}

.button--hover-blue a:hover, .block-download .button a:hover, .cta-content .button a:hover,
.button--hover-blue a:active,
.block-download .button a:active,
.cta-content .button a:active,
.button--hover-blue span:hover,
.block-download .button span:hover,
.cta-content .button span:hover {
  background-color: #00a9e0 !important;
  border: 2px solid #00a9e0 !important;
  color: #fff !important;
  text-decoration: none;
}

.button--hover-green a:hover, .kits .col-md-4:last-child .button a:hover,
.button--hover-green a:active,
.kits .col-md-4:last-child .button a:active,
.button--hover-green span:hover,
.kits .col-md-4:last-child .button span:hover {
  background-color: #9de7d7 !important;
  border: 2px solid #9de7d7 !important;
  color: #fff !important;
  text-decoration: none;
}

.button--hover-purple a:hover,
.button--hover-purple a:active,
.button--hover-purple span:hover {
  background-color: #51284F !important;
  border: 2px solid #51284F !important;
  color: #fff !important;
}

.button--hover-red a:hover, .kits .col-md-4 .button a:hover,
.button--hover-red a:active,
.kits .col-md-4 .button a:active,
.button--hover-red span:hover,
.kits .col-md-4 .button span:hover {
  background-color: #f9461c !important;
  border: 2px solid #f9461c !important;
  color: #fff !important;
  text-decoration: none;
}

.button--hover-white a:hover, .block-questionnaires .button a:hover,
.button--hover-white a:active,
.block-questionnaires .button a:active,
.button--hover-white span:hover,
.block-questionnaires .button span:hover {
  background-color: #fff !important;
  border: 2px solid #fff !important;
  color: #00a9e0 !important;
  text-decoration: none;
}

.button--hover-yellow a:hover, .kits .col-md-4:first-child .button a:hover,
.button--hover-yellow a:active,
.kits .col-md-4:first-child .button a:active,
.button--hover-yellow span:hover,
.kits .col-md-4:first-child .button span:hover {
  background-color: #fecb00 !important;
  border: 2px solid #fecb00 !important;
  color: #fff !important;
  text-decoration: none;
}

.block-resources h2, .block-questionnaires h2, .block-partners h2, .block-guidelines h2, .block-faq h2, .block-duplex h2, .block-duet h2, .block-download h2, .cta-content h2, .find-content h2 {
  font-size: 2.5em;
}

.block-questionnaires .body, .block-program .body, .guidelines-header strong, .block-duet .body, .block-download .body, .cta-content .body, .find-content .body, .county-main .body, .vcard, .banner--http404 .banner__main {
  font-size: 1.125em;
}

.promo u, #login__form button, #search__form button, .text-link a, .text-link span, .utilities a, .button a:link,
.button a:visited,
.button a:focus,
.button span {
  transition: 0.3s;
}

/*
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=fbe160580a5bc5e2de5e)
 * Config saved to config.json and https://gist.github.com/fbe160580a5bc5e2de5e
 */
/*
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}

[role=button] {
  cursor: pointer;
}

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

.clearfix: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;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-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;
  }
  th.visible-xs,
  td.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;
  }
  th.visible-sm,
  td.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;
  }
  th.visible-md,
  td.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;
  }
  th.visible-lg,
  td.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;
  }
  th.visible-print,
  td.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;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

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

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  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-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    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-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    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-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    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%;
  }
}
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

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

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

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

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.edit-page {
  height: 36px;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 50%;
  width: 36px;
  z-index: 799;
}
.edit-page a {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
  background: transparent url("images/admin/edit-page.png") no-repeat 0 0;
  display: inline-block;
  height: 36px;
  width: 36px;
}
.edit-page a:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.edit-component {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
  background: transparent url("images/admin/edit-component.png") no-repeat 0 0;
  display: block;
  height: 36px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  z-index: 799;
}
.edit-component:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

img.align_left {
  float: left;
  margin: 12px 24px 12px 0;
}

img.align_right {
  float: right;
  margin: 12px 0 12px 24px;
}

img.align_center {
  clear: both;
  display: block;
  margin: 12px auto;
}

/**
 * Box Pseudo
 * Best use: Vertically align text or images.
 * Will resize proportionally if used with fluid-ratio.
 */
.box-pseudo-container {
  position: relative;
}

/* Must reside within a postion:relative element */
.box-pseudo {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

/* Width may be overridden but never at 100% */
.box-pseudo-wrap {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  vertical-align: middle;
  width: 95%;
  z-index: 3;
}

/* Requires pseudo helper */
.box-pseudo-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

/*
.box-container {
}
.box-pseudo {
	height      : 100%;
	left        : 0;
	position    : absolute;
	text-align  : center;
	top         : 0;
	width       : 100%;
}
.box-pseudo-wrap {
	display        : inline-block;
	margin         : 0 auto;
	position       : relative;
	vertical-align : middle;
	width          : 80%;
	z-index        : 3;
}
.box-pseudo-helper {
	display        : inline-block;
	height         : 100%;
	vertical-align : middle;
	width          : 0;
}

<div class='box-pseudo-container'>
	<div class='box-pseudo'>
		<div class='box-pseudo-wrap'>
			<!-- CONTENT -->
		</div>
		<div class='box-pseudo-helper'></div>
	</div>
</div>
*/
/**
 * BOOTSTRAP EXAMPLE

<section class='flush'>
	<div class='container-fluid'>
		<div class='row'>
			<div class='hidden-xs col-sm-6 col-sm-push-6'>
				<div class='cover fluid-ratio ratio-16-9' style='background-image: url(\"/site/assets/files/1061/unknown.jpg\");'>
				</div>
			</div> // col
			<div class='col-xs-12 col-sm-6 col-sm-pull-6'>
				<div class='fluid-ratio ratio-16-9'>
					<div class='box-pseudo'>
						<div class='box-pseudo-wrap'>
							<h3>Strategy &amp; Consulting</h3>
							<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam semper, nibh et ultricies tincidunt, tortor erat tristique neque, non tempor lorem lorem at turpis. Integer viverra lectus et augue euismod, sit amet cursus sem varius.</p>
						</div>
						<div class='box-pseudo-helper'></div>
					</div>
				</div>
			</div> // col
		</div>
	</div>
</section>

*/
/**
 * Box Table
 * Best use: Vertically align text on a background with a fixed height.
 * Will not resize proportionally.
 */
/*
 * Add background, height, and/or padding attributes to the box container.
 * Should be overridden in specific instances.
 */
/*
 * Outside table.
 * Do not add any styles to this class.
 */
.box-table {
  display: table;
  width: 100%;
}

/*
 * Inside table cell.
 * Set vertical-align here. Can be overridden in specific instances.
 */
.box-cell {
  display: table-cell;
  vertical-align: middle;
}

/*
 * Inside center block.
 * Only set width and text-align here.
 */
.box-center {
  margin: 0 auto; /* required */
  text-align: center;
  width: 100%; /* required */
}

/**
 * EXAMPLE
 * Requirements:
 *    1) Height must be assigned to the .box-container
 *    2) .box-center must have auto margin on left/right sides

.box-container {
	background-color: red;
	height: 400px;
}
.box-table {
	display: table;
}
.box-cell {
	display: table-cell;
	vertical-align: middle;
}
.box-center {
	margin: 0 auto;
	text-align: center;
	width: 50%;
}

<div class='box-container box-table'>
	<div class='box-cell'>
		<div class='box-center'>
			<!-- CONTENT -->
		</div>
	</div>
</div>

*/
/**
 * BOOTSTRAP EXAMPLE
 * Requirements:
 *  1) Outer most container requires the assignment of .flush class that sets a
 *     zero padding to all columns
 *  2) .box-container should reside within a Bootstrap column
 *  3) Height must be assigned to the .box-container
 *  4) .box-center must have auto margin on left/right sides

.flush {
	background-color: red;
}
.box-container {
	height: 400px;
}
.box-table {
	display: table;
}
.box-cell {
	display: table-cell;
	vertical-align: middle;
}
.box-center {
	margin: 0 auto;
	text-align: center;
	width: 50%;
}

<section class='flush'>
	<div class='container-fluid'>
		<div class='row'>
			<div class='hidden-xs col-sm-6 col-sm-push-6'>
				<div class='box-container cover' style='background-image: url("/site/assets/files/1061/unknown.jpg");'>
				</div>
			</div> // col
			<div class='col-xs-12 col-sm-6 col-sm-pull-6'>
				<div class='box-container box-table'>
					<div class='box-cell'>
						<div class='box-center'>
							<h3>Web Development</h3>
							<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam semper, nibh et ultricies tincidunt, tortor erat tristique neque, non tempor lorem lorem at turpis. Integer viverra lectus et augue euismod, sit amet cursus sem varius.</p>
						</div>
					</div>
				</div>
			</div> // col
		</div>
	</div>
</section>

*/
.flexbox-xs,
.flexbox-sm,
.flexbox-md,
.flexbox-lg {
  display: block !important;
  align-items: normal !important;
}

.flexbox-all {
  display: flex !important;
  align-items: center !important;
}

@media (max-width: 767px) {
  .flexbox-xs {
    display: flex !important;
    align-items: center !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flexbox-sm {
    display: flex !important;
    align-items: center !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flexbox-md {
    display: flex !important;
    align-items: center !important;
  }
}
@media (min-width: 1200px) {
  .flexbox-lg {
    display: flex !important;
    align-items: center !important;
  }
}
.flexbox-top-xs,
.flexbox-top-sm,
.flexbox-top-md,
.flexbox-top-lg {
  align-self: stretch !important;
}

.flexbox-top-all {
  align-self: flex-start !important;
}

@media (max-width: 767px) {
  .flexbox-top-xs {
    align-self: flex-start !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flexbox-top-sm {
    align-self: flex-start !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flexbox-top-md {
    align-self: flex-start !important;
  }
}
@media (min-width: 1200px) {
  .flexbox-top-lg {
    align-self: flex-start !important;
  }
}
.flexbox-bottom-xs,
.flexbox-bottom-sm,
.flexbox-bottom-md,
.flexbox-bottom-lg {
  align-self: stretch !important;
}

.flexbox-bottom-all {
  align-self: flex-end !important;
}

@media (max-width: 767px) {
  .flexbox-bottom-xs {
    align-self: flex-end !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flexbox-bottom-sm {
    align-self: flex-end !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flexbox-bottom-md {
    align-self: flex-end !important;
  }
}
@media (min-width: 1200px) {
  .flexbox-bottom-lg {
    align-self: flex-end !important;
  }
}
.flexbox-main-map.flexbox-md, .flexbox-main-map.flexbox-lg {
  align-items: initial !important;
}

.edit {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  padding: 0;
  right: 0;
  z-index: 99999;
}
.edit:hover {
  background-color: Gray;
}

.edit--home {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI0OHB4IiBoZWlnaHQ9IjQ4cHgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTIxLDM2Ljd2LTloNnY5aDcuNXYtMTJIMzlMMjQsMTEuM0w5LDI0LjdoNC41djEySDIxeiIvPgo8L3N2Zz4K");
  height: 48px;
  margin: -72px 0 0 0;
  position: fixed;
  top: 50%;
  width: 48px;
}

.edit--page {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI0OHB4IiBoZWlnaHQ9IjQ4cHgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZGlzcGxheTpub25lO2ZpbGw6I0VFRUVFRTt9Cgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxyZWN0IGNsYXNzPSJzdDAiIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIvPgo8cGF0aCBjbGFzcz0ic3QxIiBkPSJNOSwzMi44VjM5aDYuMmwxOC40LTE4LjRsLTYuMi02LjJMOSwzMi44eiBNMzguNSwxNS43YzAuNi0wLjYsMC42LTEuNywwLTIuM2wtMy45LTMuOWMtMC42LTAuNi0xLjctMC42LTIuMywwCglsLTMsM2w2LjIsNi4yQzM1LjUsMTguOCwzOC41LDE1LjcsMzguNSwxNS43eiIvPgo8L3N2Zz4K");
  height: 48px;
  margin: -24px 0 0 0;
  position: fixed;
  top: 50%;
  width: 48px;
}

.edit--block {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI0OHB4IiBoZWlnaHQ9IjQ4cHgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZGlzcGxheTpub25lO2ZpbGw6I0VFRUVFRTt9Cgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxyZWN0IGNsYXNzPSJzdDAiIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIvPgo8cGF0aCBjbGFzcz0ic3QxIiBkPSJNOSwzMi44VjM5aDYuMmwxOC40LTE4LjRsLTYuMi02LjJMOSwzMi44eiBNMzguNSwxNS43YzAuNi0wLjYsMC42LTEuNywwLTIuM2wtMy45LTMuOWMtMC42LTAuNi0xLjctMC42LTIuMywwCglsLTMsM2w2LjIsNi4yQzM1LjUsMTguOCwzOC41LDE1LjcsMzguNSwxNS43eiIvPgo8L3N2Zz4K");
  height: 24px;
  margin: 0;
  position: absolute;
  top: 0;
  width: 24px;
  z-index: 99;
}

.edit--form {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI0OHB4IiBoZWlnaHQ9IjQ4cHgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTM0LjUsMTJoLTYuM0MyNy42LDEwLjMsMjYsOSwyNCw5cy0zLjYsMS4zLTQuMiwzaC02LjNjLTEuNiwwLTMsMS40LTMsM3YyMWMwLDEuNywxLjQsMywzLDNoMjEKCWMxLjcsMCwzLTEuMywzLTNWMTVDMzcuNSwxMy40LDM2LjIsMTIsMzQuNSwxMnogTTI0LDEyYzAuOCwwLDEuNSwwLjcsMS41LDEuNWMwLDAuOC0wLjcsMS41LTEuNSwxLjVzLTEuNS0wLjctMS41LTEuNQoJUzIzLjIsMTIsMjQsMTJ6IE0yNywzM0gxNi41di0zSDI3VjMzeiBNMzEuNSwyN2gtMTV2LTNoMTVWMjd6IE0zMS41LDIxaC0xNXYtM2gxNVYyMXoiLz4KPC9zdmc+Cg==");
  height: 24px;
  margin: 0;
  position: absolute;
  top: 0;
  width: 24px;
  z-index: 99;
}

.anchor {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: inline-block;
  font-family: "Andale Mono", AndaleMono, monospace;
  font-size: 12px;
  left: 0;
  letter-spacing: 1px;
  line-height: 1;
  padding: 4px 8px;
  position: absolute;
  text-align: center;
  text-transform: lowercase;
  width: auto;
  z-index: 99;
}

.anchor--block {
  border-radius: 0px 8px 8px 0px;
  -moz-border-radius: 0px 8px 8px 0px;
  -webkit-border-radius: 0px 8px 8px 0px;
  top: 20px;
}

.anchor--item {
  border-radius: 0px 0px 8px 0px;
  -moz-border-radius: 0px 0px 8px 0px;
  -webkit-border-radius: 0px 0px 8px 0px;
  top: 0;
}

#breakpoint {
  background-color: #000;
  border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  -webkit-border-radius: 8px 8px 0px 0px;
  bottom: 0;
  color: #fff;
  display: inline-block;
  font-family: "Andale Mono", AndaleMono, monospace;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1;
  margin-right: -50px;
  padding: 5px;
  position: fixed;
  right: 50%;
  text-align: center;
  width: 100px;
  z-index: 99999;
}

.template {
  border-radius: 0px 8px 0px 0px;
  -moz-border-radius: 0px 8px 0px 0px;
  -webkit-border-radius: 0px 8px 0px 0px;
  bottom: 0;
  color: #fff;
  display: inline-block;
  font-family: "Andale Mono", AndaleMono, monospace;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1;
  padding: 4px 8px;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  z-index: 9999;
}

.template--page {
  background-color: #000;
  position: fixed;
}

.template--block {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0px 0px 8px 0px;
  -moz-border-radius: 0px 0px 8px 0px;
  -webkit-border-radius: 0px 0px 8px 0px;
  bottom: auto;
  position: absolute;
  top: 0;
  z-index: 99;
}

#debug {
  background-color: #eee;
  color: #1e1e1e;
  font-size: 14px;
  padding: 30px;
  white-space: pre-wrap;
}
#debug span {
  font-weight: bold;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: SofiaProRegular, sans-serif;
  font-style: normal;
  font-weight: normal;
  background-color: #fff;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 1.4375;
}

a {
  outline: none;
  text-decoration: none;
}

a:link,
a:visited,
a:focus {
  color: #000;
}

a:hover,
a:active {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  position: relative;
}

strong {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
}

h1 {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #00a9e0;
  font-size: 3em;
  letter-spacing: -2px;
  line-height: 1;
  text-decoration: underline;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.5em;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 4em;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 4.5em;
  }
}

h2 {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #00a9e0;
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

h3 {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #00a9e0;
  font-size: 20px;
  letter-spacing: -0.02px;
  line-height: 1.3;
  margin-bottom: 0.6em;
}

hr {
  margin-top: 2em;
  margin-bottom: 2em;
  border: 0;
  border-top: 3px solid #C9CAC8;
}

p {
  margin: 0 0 1em;
}
p:last-child {
  margin: 0;
}

/* -------------------- Select Box Styles: bavotasan.com Method (with special adaptations by ericrasch.com) */
/* -------------------- Source: http://bavotasan.com/2011/style-select-box-using-only-css/ */
.select {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDIwIDExIj4KICA8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMyIgcG9pbnRzPSIxNTQuMjk0IDExLjcwNiAxNjEuMjk2IDE5LjUwMSAxNTQuMjk0IDI3LjI5NiIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgOTAuNzk1IC02MS41KSIvPgo8L3N2Zz4K");
  background-position: center right 12px;
  background-repeat: no-repeat;
  border-radius: 0;
  border: solid 2px #fff;
  box-sizing: border-box;
  clear: both;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  float: left;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 30px;
  outline: none;
  overflow: hidden;
  padding: 16px 15px 13px 15px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  white-space: nowrap;
  width: 100%;
}

.breadcrumb {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  background-color: #e8e8e8;
  display: block;
  font-size: 14px;
  line-height: 1;
  padding: 15px 20px 12px 20px;
}
.breadcrumb a:link,
.breadcrumb a:visited,
.breadcrumb a:focus {
  color: #00a9e0;
  text-decoration: none;
}
.breadcrumb a:hover,
.breadcrumb a:active {
  color: #00a9e0;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

/*
#modal-subscribe {
	position: relative;
	h2 {
		color: $white;
	}

	form {
		margin: 0;
	}
	label {
		display: none;
	}
	input {
		color: $text_color;
	}

	.InputfieldSubmit {
		margin: 0;
		button {
			border: 2px solid $white;
			color: $white !important;
			margin: 0;
			&:hover {
				background-color: $white;
				border: 2px solid $white;
				color: $blue !important;
			}
		}
	}



}

*/
/*
<div id="promailer">	<div class="FormBuilder">
		<form id="promailer-form" class="FormBuilder InputfieldForm" action="/?list=1#promailer-form" method="post">

			<div class="row">
				<div class="col">
					<div class="Inputfield InputfieldEmail InputfieldStateRequired">
						<label class="InputfieldHeader" for="subscribe_email">Email address to subscribe</label>
						<div class="InputfieldContent">
							<input type="email" id="subscribe_email" name="subscribe_email" class="required InputfieldMaxWidth" placeholder="email@domain.com" value="" required="required">
						</div>
					</div>
				</div>
			</div>

			<input type="text" id="subscribe_name" name="subscribe_name" value="">

			<div class="row">
				<div class="col">
					<div class="Inputfield InputfieldSubmit">
						<div class="InputfieldContent">
							<button type="submit" name="subscribe_submit" value="1">Subscribe</button>
						</div>
					</div>
				</div>

			</div>

			<input type="hidden" name="TOKEN1843669763X1574447880" value="HCnKPDTI6JNt5vUedHjpkT.vJN4Z8yGk" class="_post_token"><style type="text/css">#subscribe_name{display:none;}</style>
		</form>
	</div></div>
*/
.Inputfield .notes {
  opacity: 1 !important;
}

#page {
  display: block;
  position: relative;
}

#main {
  position: relative;
}
.template-find #main {
  padding-bottom: 45px;
}

.content {
  position: relative;
}

.constrain {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.image {
  margin: 0 auto 28px auto;
}

.deck {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.2;
  padding: 10px 10px 35px 10px;
  text-align: center;
}
.banner .deck {
  margin-bottom: 0;
}

.body ul.lines {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.body ul.lines li {
  border-bottom: 2px solid #00a9e0;
  margin: 0 0 1em;
  padding: 0 0 1em;
}
.body ul li:last-child {
  border: none;
}

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

.heading {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
}

.subhead {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #00a9e0;
  font-size: 30px;
  line-height: 1.2;
  margin: 1.2em 0 0 0;
  text-align: center;
}

#header {
  overflow: visible;
  position: relative;
  z-index: 1000;
}
#header .constrain {
  display: block;
  height: 84px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  #header .constrain {
    height: 170px;
  }
}

/*
.logo {
	display: inline-block;
	left: 20px;
	position: absolute;
	top: 10px;
	width: 184px;
	z-index: 10;
	a {
		cursor: pointer;
		display: block;
	}
	@media (min-width: $screen-sm-min) {
		top: 20px;
		width: 230px;
	}
}
*/
.logo {
  display: inline-block;
  left: 20px;
  position: absolute;
  top: 10px;
  width: 259px;
  z-index: 10;
}
.logo a {
  cursor: pointer;
  display: block;
}
@media (min-width: 768px) {
  .logo {
    top: 20px;
    width: 323px;
  }
}

#toggle {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI0OHB4IiBoZWlnaHQ9IjQ4cHgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojMDBBOUUwO3N0cm9rZS13aWR0aDozLjU5Mjk7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO30KPC9zdHlsZT4KPGxpbmUgY2xhc3M9InN0MCIgeDE9IjEyIiB5MT0iMTMiIHgyPSIzNiIgeTI9IjEzIi8+CjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIxMiIgeTE9IjI0IiB4Mj0iMzYiIHkyPSIyNCIvPgo8bGluZSBjbGFzcz0ic3QwIiB4MT0iMTIiIHkxPSIzNSIgeDI9IjM2IiB5Mj0iMzUiLz4KPC9zdmc+Cg==");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 48px;
  position: absolute;
  right: 20px;
  top: 18px;
  width: 48px;
}
#toggle.open {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI0OHB4IiBoZWlnaHQ9IjQ4cHgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojOEU4RThFO3N0cm9rZS13aWR0aDozLjU5MztzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7fQo8L3N0eWxlPgo8bGluZSBjbGFzcz0ic3QwIiB4MT0iMTIiIHkxPSIxMiIgeDI9IjM2IiB5Mj0iMzYiLz4KPGxpbmUgY2xhc3M9InN0MCIgeDE9IjEyIiB5MT0iMzYiIHgyPSIzNiIgeTI9IjEyIi8+Cjwvc3ZnPgo=");
}
@media (min-width: 768px) {
  #toggle {
    display: none;
  }
}

#menu {
  background-color: #fefbf0;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.2);
  display: none;
  height: auto;
  left: 0;
  overflow: visible;
  position: absolute;
  right: 0;
  text-align: left;
  top: 84px;
  z-index: 999;
}

.primary ul {
  border-bottom: 2px solid #00a9e0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.primary li {
  border-top: 2px solid #00a9e0;
  display: block;
  margin: 0;
  padding: 0 66px 0 0;
  position: relative;
}
.primary li a {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  align-items: center;
  background-color: transparent;
  color: #00a9e0;
  display: flex;
  font-size: 20px;
  line-height: 1;
  padding: 16px 15px 13px 15px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.primary .trigger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDE2IDEwIj4KICA8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDBBOUUwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMyIgcG9pbnRzPSI1NDUgMjMgNTM5LjE2OCAyOC41ODUgNTMzIDIzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMxIC0yMSkiLz4KPC9zdmc+Cg==");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  bottom: 0;
  cursor: pointer;
  display: block;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 100;
}
.primary .trigger.open {
  transform: rotate(-180deg);
}
.primary ul ul {
  background-color: transparent;
  border: none;
  display: none;
  margin-bottom: 20px;
  position: relative;
}
.primary ul ul li {
  border: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.primary ul ul a {
  font-family: SofiaProRegular, sans-serif;
  font-style: normal;
  font-weight: normal;
  background-image: none !important;
  font-size: 18px;
  height: 50px;
  padding-left: 40px;
  text-align: left;
  text-transform: none;
}
.primary ul ul a {
  color: #00a9e0;
  text-decoration: none;
}

#nav {
  padding: 30px 10px;
  position: relative;
}

@media (min-width: 768px) {
  #menu {
    background-color: rgba(201, 202, 200, 0.5);
    box-shadow: none;
    display: block !important;
    height: 50px;
    text-align: center;
    top: 120px;
  }
  .primary ul {
    border: none;
  }
  .primary li {
    border: none;
    display: inline-flex;
    margin: 0 18px;
    padding: 0;
    position: relative;
  }
  .primary li a {
    cursor: pointer !important;
    display: flex;
    font-size: 16px;
    height: 50px;
    padding: 0 36px;
    padding-top: 3px;
    text-decoration: none;
    width: 100%;
  }
  .primary li .trigger {
    display: none;
  }
  .primary li:hover > a,
  .primary li > a.current {
    background-color: #00a9e0;
    color: #fff;
  }
  .primary li.has-children a {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDE2IDEwIj4KICA8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDBBOUUwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMyIgcG9pbnRzPSI1NDUgMjMgNTM5LjE2OCAyOC41ODUgNTMzIDIzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMxIC0yMSkiLz4KPC9zdmc+Cg==");
    background-position: right 20px center;
    background-repeat: no-repeat;
    padding-right: 52px;
  }
  .primary li.has-children:hover a,
  .primary li.has-children a.current {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDE2IDEwIj4KICA8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMyIgcG9pbnRzPSIxNTMgMjggMTQ3LjE2OCAzMy41ODUgMTQxIDI4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM5IC0yNikiLz4KPC9zdmc+Cg==");
  }
  .primary li.has-children a.current .hover-underline:after {
    width: 100%;
  }
  .primary ul ul {
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 169, 224, 0.8);
    display: none !important;
    left: 0;
    position: absolute;
    top: 50px;
    width: auto;
  }
  .primary ul li:hover ul {
    display: block !important;
  }
  .primary ul ul a {
    font-family: SofiaPro-Bold, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    padding: 0 36px;
  }
  .primary li a .hover-underline:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 1px;
    transition: width 0.2s;
    width: 0;
  }
  .primary li a:hover .hover-underline:after {
    width: 100%;
  }
  .primary ul ul a:link,
  .primary ul ul a:visited,
  .primary ul ul a:focus {
    color: #fff;
  }
  .primary ul ul a:hover,
  .primary ul ul a:active {
    background-color: transparent;
    color: #fff;
  }
  .primary ul ul a.current {
    background-color: transparent;
    color: #fff;
  }
  #nav {
    padding: 0;
  }
}
.utilities {
  display: none;
  position: absolute;
  right: 10px;
  text-align: right;
  top: 35px;
  z-index: 1;
}
.utilities ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.utilities li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
}
.utilities a {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  background-color: #fff;
  border: 2px solid #00a9e0;
  color: #00a9e0;
  display: inline-flex;
  font-size: 16px;
  justify-content: center;
  line-height: 1;
  min-width: 180px;
  padding: 16px 0 13px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 180px;
}
.utilities a:hover {
  background-color: #00a9e0;
  color: #fff;
}
@media (min-width: 768px) {
  .utilities {
    display: block;
  }
}

#nav .utilities {
  display: block;
  margin: 0 0 30px;
  position: relative;
  right: auto;
  top: auto;
}
#nav .utilities li {
  margin: 0;
  width: 50%;
}
#nav .utilities li:first-child {
  padding: 0 10px 0 0;
}
#nav .utilities li:last-child {
  padding: 0 0 0 10px;
}
#nav .utilities a {
  background-color: #fefbf0;
  min-width: 100%;
  width: 100%;
}
#nav .utilities a:hover {
  background-color: #fefbf0;
  color: #00a9e0;
}
@media (min-width: 768px) {
  #nav .utilities {
    display: none;
  }
}

.banner {
  display: block;
  position: relative;
}

/*
.banner--default {
	height: auto;
	padding: 0 20px;
	text-align: center;
	.banner__main {
		border-bottom: 10px solid #e8e8e8;
		padding: 70px 0;
		position: relative;
		width: 100%;
		z-index: 10;
		h1 {
			margin-bottom: 40px;
		}
	}
}
*/
.banner--default {
  height: auto;
  padding: 0 20px;
  text-align: center;
}
.banner--default .banner__main {
  border-bottom: 10px solid #e8e8e8;
  padding: 70px 0 50px 0;
  position: relative;
  width: 100%;
  z-index: 10;
}
.banner--default h1 {
  margin-bottom: 40px;
}

.banner--about {
  height: auto;
  text-align: center;
}
.banner--about .banner__image {
  height: 500px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner--about .banner__main {
  margin-top: -3.5em;
  padding: 0 20px;
  position: relative;
  width: 100%;
  z-index: 10;
}

@media (min-width: 992px) {
  .banner--about {
    align-items: center;
    display: flex;
    height: 500px;
    text-align: left;
  }
  .banner--about .banner__image {
    bottom: 0;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    width: 52.83%;
  }
  .banner--about .banner__main {
    margin-left: 50.83%;
    margin-top: 0;
    padding: 0;
    width: 45%;
  }
}
.banner--apply {
  height: auto;
  padding: 0 20px;
  text-align: center;
}
.banner--apply .banner__main {
  border-bottom: 10px solid #e8e8e8;
  padding: 70px 0;
  position: relative;
  width: 100%;
  z-index: 10;
}
.banner--apply .banner__main h1 {
  margin-bottom: 0;
}

.banner--contact {
  height: auto;
  margin: 0 0 45px;
  text-align: center;
}
.banner--contact .banner__image {
  height: 500px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner--contact .banner__main {
  margin-top: -3.5em;
  padding: 0 20px;
  position: relative;
  width: 100%;
  z-index: 10;
}
.banner--contact .banner__content {
  position: relative;
}
.banner--contact h1 {
  margin-bottom: 35px;
}
.banner--contact h3 {
  font-size: 24px;
}

@media (min-width: 992px) {
  .banner--contact {
    align-items: center;
    display: flex;
    height: 640px;
    text-align: left;
  }
  .banner--contact .banner__image {
    bottom: 0;
    height: 640px;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    width: 57.5%;
  }
  .banner--contact .banner__main {
    margin-left: 53.33%;
    margin-top: 0;
    padding: 0;
    width: 42.5%;
  }
  .banner--contact .banner__content {
    margin-left: 29%;
  }
}
.banner--http404 {
  height: auto;
  margin: 0 0 45px;
  text-align: center;
}
.banner--http404 .banner__image {
  height: 500px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner--http404 .banner__main {
  margin-top: -3.5em;
  padding: 0 20px;
  position: relative;
  width: 100%;
  z-index: 10;
}
.banner--http404 h1 {
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  .banner--http404 {
    align-items: center;
    display: flex;
    height: 500px;
    text-align: left;
  }
  .banner--http404 .banner__image {
    bottom: 0;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    width: 57.5%;
  }
  .banner--http404 .banner__main {
    margin-left: 60.33%;
    margin-top: 0;
    padding: 0;
    width: 36.84%;
  }
}
.banner--impact-heard {
  height: 540px;
  padding: 0 10px;
}
.banner--impact-heard .banner__main {
  align-items: center;
  display: flex;
  height: 100%;
}
.banner--impact-heard .banner__main a:link,
.banner--impact-heard .banner__main a:visited,
.banner--impact-heard .banner__main a:focus {
  color: #fff;
}
.banner--impact-heard .banner__main a:hover,
.banner--impact-heard .banner__main a:active {
  color: #fff;
}
.banner--impact-heard .banner__main h1 {
  color: #fff;
  margin-bottom: 15px;
}
.banner--impact-heard .banner__main h1 a {
  text-decoration: underline;
}

.banner--impact {
  align-items: center;
  background-attachment: scroll;
  background-image: url("./images/pattern.svg");
  background-position: 50% 50%;
  background-repeat: repeat;
  display: flex;
  height: 450px;
  justify-content: center;
  overflow: hidden;
  padding: 0 20px;
  text-align: center;
}

.banner--media {
  height: auto;
  padding: 0 20px;
  text-align: center;
}
.banner--media .banner__main {
  padding: 70px 0;
  position: relative;
  width: 100%;
  z-index: 10;
}
.banner--media .banner__main h1 {
  margin-bottom: 40px;
}

.banner--program {
  height: auto;
  text-align: center;
}
.banner--program .banner__image {
  height: 500px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner--program .banner__main {
  margin-top: -3.5em;
  padding: 0 20px;
  position: relative;
  width: 100%;
  z-index: 10;
}
.banner--program h1 {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .banner--program .banner__main {
    margin-top: -4em;
  }
}
@media (min-width: 1200px) {
  .banner--program .banner__main {
    margin-top: -4.5em;
  }
}
.banner--centered {
  height: auto;
  text-align: center;
}
.banner--centered .banner__image {
  height: 500px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.banner--centered .banner__main {
  margin-top: 0;
  padding: 0 20px;
  position: relative;
  width: 100%;
  z-index: 10;
}
.banner--centered h1 {
  align-items: center;
  display: flex;
  height: 500px;
  justify-content: center;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .banner--program-centered .banner__main {
    margin-top: -4em;
  }
}
@media (min-width: 1200px) {
  .banner--program-centered .banner__main {
    margin-top: -4.5em;
  }
}
.banner--campaign {
  height: auto;
  padding: 0 20px;
  text-align: center;
}
.banner--campaign .banner__main {
  padding: 70px 0;
  position: relative;
  width: 100%;
  z-index: 10;
}
.banner--campaign .banner__main h1 {
  margin-bottom: 40px;
}

#footer {
  font-family: SofiaProRegular, sans-serif;
  font-style: normal;
  font-weight: normal;
  background-color: #00a9e0;
  font-size: 20px;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  #footer {
    font-size: 16px;
    text-align: left;
  }
}

#sitemap {
  padding: 70px 10px 50px 10px;
  position: relative;
}
#sitemap ul {
  border-top: 3px solid #000;
  line-height: 1;
  list-style-type: none;
  margin: 0 0 35px;
  padding: 20px 0 0 0;
}
#sitemap li {
  margin: 0 0 0.75em;
  padding: 0;
}
#sitemap li:last-child {
  margin: 0;
}
#sitemap li a, #sitemap .footer-subscribe a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
#sitemap li a span.hover-underline:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  transition: width 0.2s;
  width: 0;
}
#sitemap li a:hover span.hover-underline:after {
  width: 100%;
}
#sitemap li:first-child {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
#sitemap li:first-child a {
  color: #1e1e1e;
}
#sitemap li:first-child a span.hover-underline:after {
  background-color: #1e1e1e;
}

.footer-subscribe {
  margin: 0 0 35px;
}
.footer-subscribe a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
.footer-subscribe a span.hover-underline:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  transition: width 0.2s;
  width: 0;
}
.footer-subscribe a:hover span.hover-underline:after {
  width: 100%;
}

.footer-logo {
  display: inline-block;
  margin: 0 0 40px;
  position: relative;
}
.footer-logo a {
  cursor: pointer;
  display: block;
}

.tagline {
  color: #fff;
  margin: 0 0 40px;
}

#legal {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  padding: 30px 10px;
  position: relative;
}
#legal ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#legal li {
  margin: 0 0 0.5em;
  padding: 0;
}
#legal li:last-child {
  margin: 0;
}
#legal li a:link,
#legal li a:visited,
#legal li a:focus {
  color: #fff;
  text-decoration: none;
}
#legal li a:hover,
#legal li a:active {
  color: #fff;
  text-decoration: underline;
}

.copyright {
  text-align: center;
}
@media (min-width: 992px) {
  .copyright {
    text-align: left;
  }
}

.text-link {
  margin: 0 0 1em;
}
.text-link a, .text-link span {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgOCAxMCI+CiAgPHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwQTlFMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHBvaW50cz0iOTIgNiA5NyAxMCA5MiAxNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkxIC01KSIvPgo8L3N2Zz4K");
  background-position: right 50%;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding-right: 15px;
}
.text-link a:link,
.text-link a:visited,
.text-link a:focus {
  color: #00a9e0;
}
.text-link a:hover,
.text-link a:active {
  color: #00a9e0;
}

.social {
  margin: 0 0 1em;
  position: relative;
}
.social a {
  display: inline-block;
  height: 46px;
  margin: 0 20px 20px 0;
  position: relative;
  width: 46px;
}
.social a.youtube {
  margin-right: 0;
}
.social a::before, .social a::after {
  background-repeat: no-repeat;
  background-size: 46px 46px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s;
}
.social a.email::before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI1N3B4IiBoZWlnaHQ9IjU3cHgiIHZpZXdCb3g9IjAgMCA1NyA1NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTcgNTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO30KCS5zdDF7ZmlsbDojRkZGRkZGO30KCS5zdDJ7ZmlsbDpub25lO3N0cm9rZTojMDBBOUUwO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9Cjwvc3R5bGU+CjxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjI4LjUiIGN5PSIyOC41IiByPSIyNy41Ii8+CjxyZWN0IHg9IjExIiB5PSIxNi41IiBjbGFzcz0ic3QxIiB3aWR0aD0iMzUiIGhlaWdodD0iMjQiLz4KPGc+Cgk8cG9seWxpbmUgY2xhc3M9InN0MiIgcG9pbnRzPSIxMS44LDE2IDI4LDMwLjUgNDUuNywxNiAJIi8+Cgk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNMjMuMywyOC4xTDkuOSw0MSIvPgoJPHBhdGggY2xhc3M9InN0MiIgZD0iTTMyLjYsMjguMUw0Ny4xLDQxIi8+CjwvZz4KPC9zdmc+Cg==");
  opacity: 1;
}
.social a.email::after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI1N3B4IiBoZWlnaHQ9IjU3cHgiIHZpZXdCb3g9IjAgMCA1NyA1NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTcgNTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO30KCS5zdDF7ZmlsbDojMDBBOUUwO30KCS5zdDJ7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9Cjwvc3R5bGU+CjxnPgoJPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMjguNSIgY3k9IjI4LjUiIHI9IjI3LjUiLz4KCTxyZWN0IHg9IjExIiB5PSIxNi41IiBjbGFzcz0ic3QxIiB3aWR0aD0iMzUiIGhlaWdodD0iMjQiLz4KCTxnPgoJCTxwb2x5bGluZSBjbGFzcz0ic3QyIiBwb2ludHM9IjExLjgsMTYgMjgsMzAuNSA0NS43LDE2IAkJIi8+CgkJPHBhdGggY2xhc3M9InN0MiIgZD0iTTIzLjMsMjguMUw5LjksNDEiLz4KCQk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNMzIuNiwyOC4xTDQ3LjEsNDEiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K");
  opacity: 0;
}
.social a.facebook::before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI1N3B4IiBoZWlnaHQ9IjU3cHgiIHZpZXdCb3g9IjAgMCA1NyA1NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTcgNTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO30KCS5zdDF7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMjguNSIgY3k9IjI4LjUiIHI9IjI3LjUiLz4KPHBhdGggaWQ9ImYiIGNsYXNzPSJzdDEiIGQ9Ik0zMC44LDQzLjVWMjkuOGg0LjZsMC43LTUuM2gtNS4zdi0zLjRjMC0xLjUsMC40LTIuNiwyLjYtMi42bDIuOCwwdi00LjhjLTAuNS0wLjEtMi4yLTAuMi00LjEtMC4yCgljLTQuMSwwLTYuOSwyLjUtNi45LDd2My45aC00LjZ2NS4zaDQuNnYxMy43SDMwLjh6Ii8+Cjwvc3ZnPgo=");
  opacity: 1;
}
.social a.facebook::after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI1N3B4IiBoZWlnaHQ9IjU3cHgiIHZpZXdCb3g9IjAgMCA1NyA1NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTcgNTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO30KCS5zdDF7ZmlsbDojMDBBOUUwO30KPC9zdHlsZT4KPGc+Cgk8Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSIyOC41IiBjeT0iMjguNSIgcj0iMjcuNSIvPgoJPHBhdGggaWQ9ImYiIGNsYXNzPSJzdDEiIGQ9Ik0zMC44LDQzLjVWMjkuOGg0LjZsMC43LTUuM2gtNS4zdi0zLjRjMC0xLjUsMC40LTIuNiwyLjYtMi42aDIuOHYtNC44Yy0wLjUtMC4xLTIuMi0wLjItNC4xLTAuMgoJCWMtNC4xLDAtNi45LDIuNS02LjksN3YzLjloLTQuNnY1LjNoNC42djEzLjdMMzAuOCw0My41TDMwLjgsNDMuNXoiLz4KPC9nPgo8L3N2Zz4K");
  opacity: 0;
}
.social a.instagram::before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI1N3B4IiBoZWlnaHQ9IjU3cHgiIHZpZXdCb3g9IjAgMCA1NyA1NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTcgNTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO30KCS5zdDF7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMjguNSIgY3k9IjI4LjUiIHI9IjI3LjUiLz4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMjguNSwxN2MzLjcsMCw0LjIsMCw1LjcsMC4xYzEuNCwwLjEsMi4xLDAuMywyLjYsMC41YzAuNywwLjMsMS4xLDAuNiwxLjYsMWMwLjUsMC41LDAuOCwxLDEsMS42CgkJYzAuMiwwLjUsMC40LDEuMiwwLjUsMi42YzAuMSwxLjUsMC4xLDEuOSwwLjEsNS43czAsNC4yLTAuMSw1LjdjLTAuMSwxLjQtMC4zLDIuMS0wLjUsMi42Yy0wLjMsMC43LTAuNiwxLjEtMSwxLjYKCQljLTAuNSwwLjUtMSwwLjgtMS42LDFjLTAuNSwwLjItMS4yLDAuNC0yLjYsMC41QzMyLjcsNDAsMzIuMiw0MCwyOC41LDQwcy00LjIsMC01LjctMC4xYy0xLjQtMC4xLTIuMS0wLjMtMi42LTAuNQoJCWMtMC43LTAuMy0xLjEtMC42LTEuNi0xYy0wLjUtMC41LTAuOC0xLTEtMS42Yy0wLjItMC41LTAuNC0xLjItMC41LTIuNkMxNywzMi43LDE3LDMyLjIsMTcsMjguNXMwLTQuMiwwLjEtNS43CgkJYzAuMS0xLjQsMC4zLTIuMSwwLjUtMi42YzAuMy0wLjcsMC42LTEuMSwxLTEuNmMwLjUtMC41LDEtMC44LDEuNi0xYzAuNS0wLjIsMS4yLTAuNCwyLjYtMC41QzI0LjMsMTcsMjQuOCwxNywyOC41LDE3IE0yOC41LDE0LjUKCQljLTMuOCwwLTQuMywwLTUuOCwwLjFjLTEuNSwwLjEtMi41LDAuMy0zLjQsMC43Yy0wLjksMC40LTEuNywwLjgtMi41LDEuNmMtMC44LDAuOC0xLjMsMS42LTEuNiwyLjVjLTAuMywwLjktMC42LDEuOS0wLjcsMy40CgkJYy0wLjEsMS41LTAuMSwyLTAuMSw1LjhjMCwzLjgsMCw0LjMsMC4xLDUuOGMwLjEsMS41LDAuMywyLjUsMC43LDMuNGMwLjQsMC45LDAuOCwxLjcsMS42LDIuNWMwLjgsMC44LDEuNiwxLjMsMi41LDEuNgoJCWMwLjksMC4zLDEuOSwwLjYsMy40LDAuN2MxLjUsMC4xLDIsMC4xLDUuOCwwLjFzNC4zLDAsNS44LTAuMWMxLjUtMC4xLDIuNS0wLjMsMy40LTAuN2MwLjktMC40LDEuNy0wLjgsMi41LTEuNgoJCWMwLjgtMC44LDEuMy0xLjYsMS42LTIuNWMwLjMtMC45LDAuNi0xLjksMC43LTMuNGMwLjEtMS41LDAuMS0yLDAuMS01LjhzMC00LjMtMC4xLTUuOGMtMC4xLTEuNS0wLjMtMi41LTAuNy0zLjQKCQljLTAuNC0wLjktMC44LTEuNy0xLjYtMi41Yy0wLjgtMC44LTEuNi0xLjMtMi41LTEuNmMtMC45LTAuMy0xLjktMC42LTMuNC0wLjdDMzIuOCwxNC41LDMyLjMsMTQuNSwyOC41LDE0LjVMMjguNSwxNC41eiIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTI4LjUsMjEuM2MtNCwwLTcuMiwzLjItNy4yLDcuMnMzLjIsNy4yLDcuMiw3LjJzNy4yLTMuMiw3LjItNy4yUzMyLjUsMjEuMywyOC41LDIxLjN6IE0yOC41LDMzLjIKCQljLTIuNiwwLTQuNy0yLjEtNC43LTQuN3MyLjEtNC43LDQuNy00LjdzNC43LDIuMSw0LjcsNC43UzMxLjEsMzMuMiwyOC41LDMzLjJ6Ii8+Cgk8Y2lyY2xlIGNsYXNzPSJzdDEiIGN4PSIzNiIgY3k9IjIxIiByPSIxLjciLz4KPC9nPgo8L3N2Zz4K");
  opacity: 1;
}
.social a.instagram::after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI1N3B4IiBoZWlnaHQ9IjU3cHgiIHZpZXdCb3g9IjAgMCA1NyA1NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTcgNTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO30KCS5zdDF7ZmlsbDojMDBBOUUwO30KPC9zdHlsZT4KPGc+Cgk8Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSIyOC41IiBjeT0iMjguNSIgcj0iMjcuNSIvPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MSIgZD0iTTI4LjUsMTYuMmM0LDAsNC41LDAsNi4xLDAuMWMxLjUsMC4xLDIuMywwLjMsMi44LDAuNWMwLjcsMC4zLDEuMiwwLjYsMS43LDEuMXMwLjgsMSwxLjEsMS43CgkJCWMwLjIsMC41LDAuNCwxLjMsMC41LDIuOGMwLjEsMS42LDAuMSwyLjEsMC4xLDYuMXMwLDQuNS0wLjEsNi4xYy0wLjEsMS41LTAuMywyLjMtMC41LDIuOGMtMC4zLDAuNy0wLjYsMS4yLTEuMSwxLjcKCQkJcy0xLDAuOC0xLjcsMS4xYy0wLjUsMC4yLTEuMywwLjQtMi44LDAuNWMtMS42LDAuMS0yLjEsMC4xLTYuMSwwLjFzLTQuNSwwLTYuMS0wLjFjLTEuNS0wLjEtMi4zLTAuMy0yLjgtMC41CgkJCWMtMC43LTAuMy0xLjItMC42LTEuNy0xLjFzLTAuOC0xLTEuMS0xLjdjLTAuMi0wLjUtMC40LTEuMy0wLjUtMi44Yy0wLjEtMS42LTAuMS0yLjEtMC4xLTYuMXMwLTQuNSwwLjEtNi4xCgkJCWMwLjEtMS41LDAuMy0yLjMsMC41LTIuOGMwLjMtMC43LDAuNi0xLjIsMS4xLTEuN3MxLTAuOCwxLjctMS4xYzAuNS0wLjIsMS4zLTAuNCwyLjgtMC41QzI0LDE2LjIsMjQuNSwxNi4yLDI4LjUsMTYuMiBNMjguNSwxMy41CgkJCWMtNC4xLDAtNC42LDAtNi4yLDAuMXMtMi43LDAuMy0zLjYsMC43Yy0xLDAuNC0xLjgsMC45LTIuNywxLjdjLTAuOCwwLjgtMS4zLDEuNy0xLjcsMi43cy0wLjYsMi0wLjcsMy42CgkJCWMtMC4xLDEuNi0wLjEsMi4xLTAuMSw2LjJzMCw0LjYsMC4xLDYuMmMwLjEsMS42LDAuMywyLjcsMC43LDMuNmMwLjQsMSwwLjksMS44LDEuNywyLjdjMC44LDAuOCwxLjcsMS4zLDIuNywxLjdzMiwwLjYsMy42LDAuNwoJCQljMS42LDAuMSwyLjEsMC4xLDYuMiwwLjFzNC42LDAsNi4yLTAuMWMxLjYtMC4xLDIuNy0wLjMsMy42LTAuN2MxLTAuNCwxLjgtMC45LDIuNy0xLjdjMC44LTAuOCwxLjMtMS43LDEuNy0yLjdzMC42LTIsMC43LTMuNgoJCQljMC4xLTEuNiwwLjEtMi4xLDAuMS02LjJzMC00LjYtMC4xLTYuMnMtMC4zLTIuNy0wLjctMy42Yy0wLjQtMS0wLjktMS44LTEuNy0yLjdjLTAuOC0wLjgtMS43LTEuMy0yLjctMS43cy0yLTAuNi0zLjYtMC43CgkJCUMzMy4xLDEzLjUsMzIuNiwxMy41LDI4LjUsMTMuNUwyOC41LDEzLjV6Ii8+CgkJPHBhdGggY2xhc3M9InN0MSIgZD0iTTI4LjUsMjAuOGMtNC4zLDAtNy43LDMuNC03LjcsNy43czMuNCw3LjcsNy43LDcuN3M3LjctMy40LDcuNy03LjdTMzIuOCwyMC44LDI4LjUsMjAuOHogTTI4LjUsMzMuNQoJCQljLTIuOCwwLTUtMi4yLTUtNXMyLjItNSw1LTVzNSwyLjIsNSw1UzMxLjMsMzMuNSwyOC41LDMzLjV6Ii8+CgkJPGNpcmNsZSBjbGFzcz0ic3QxIiBjeD0iMzYuNSIgY3k9IjIwLjUiIHI9IjEuOCIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=");
  opacity: 0;
}
.social a.twitter::before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTdweCIgaGVpZ2h0PSI1N3B4IiB2aWV3Qm94PSIwIDAgNTcgNTciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDU3IDU3IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxjaXJjbGUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiIGN4PSIyOC41IiBjeT0iMjguNSIgcj0iMjcuNSIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTIzLjE4MSw0My44NzRjMTIuNTc0LDAsMTkuNDU0LTEwLjQyNywxOS40NTQtMTkuNDU0YzAtMC4yOTMsMC0wLjU4NS0wLjAxNC0wLjg4DQoJYzEuMzMzLTAuOTU4LDIuNDkzLTIuMTcyLDMuNDEzLTMuNTQ3Yy0xLjIyNywwLjU0OC0yLjU0NywwLjkwNy0zLjkzNCwxLjA4MWMxLjQxMy0wLjgzOSwyLjQ5NC0yLjE4NywzLjAxNC0zLjc4Nw0KCWMtMS4zMTksMC43ODctMi43ODYsMS4zNDgtNC4zNDcsMS42NTRjLTEuMjUzLTEuMzM0LTMuMDI2LTIuMTYxLTQuOTg3LTIuMTYxYy0zLjc3MiwwLTYuODQsMy4wNjYtNi44NCw2Ljg0MQ0KCWMwLDAuNTMzLDAuMDY2LDEuMDUyLDAuMTczLDEuNTZjLTUuNjgtMC4yOC0xMC43MTktMy4wMTQtMTQuMDkzLTcuMTQ3Yy0wLjU4NiwxLjAxMy0wLjkyLDIuMTg3LTAuOTIsMy40NA0KCWMwLDIuMzczLDEuMjE0LDQuNDY3LDMuMDQxLDUuNjk0Yy0xLjEyMS0wLjA0MS0yLjE3NC0wLjM0OC0zLjA5NC0wLjg1NHYwLjA5NGMwLDMuMzA3LDIuMzYsNi4wOCw1LjQ4LDYuNzA2DQoJYy0wLjU3NCwwLjE2MS0xLjE3MywwLjI0LTEuOCwwLjI0Yy0wLjQ0LDAtMC44NjctMC4wNC0xLjI4LTAuMTJjMC44NjcsMi43MjEsMy40LDQuNjkzLDYuMzg3LDQuNzQ4DQoJYy0yLjM0NywxLjgzOS01LjI5NCwyLjkzMy04LjQ5MywyLjkzM2MtMC41NDcsMC0xLjA5My0wLjAyNi0xLjYyNy0wLjA5NEMxNS43MjcsNDIuNzQxLDE5LjMyOCw0My44NzQsMjMuMTgxLDQzLjg3NCIvPg0KPC9zdmc+DQo=");
  opacity: 1;
}
.social a.twitter::after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTdweCIgaGVpZ2h0PSI1N3B4IiB2aWV3Qm94PSIwIDAgNTcgNTciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDU3IDU3IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxjaXJjbGUgZmlsbD0iI0ZGRkZGRiIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiIGN4PSIyOC41IiBjeT0iMjguNSIgcj0iMjcuNSIvPg0KPHBhdGggZmlsbD0iIzAwQTlFMCIgZD0iTTIzLjE4MSw0My44NzRjMTIuNTc0LDAsMTkuNDU0LTEwLjQyNywxOS40NTQtMTkuNDU0YzAtMC4yOTMsMC0wLjU4NS0wLjAxNC0wLjg4DQoJYzEuMzMzLTAuOTU4LDIuNDkzLTIuMTcyLDMuNDEzLTMuNTQ3Yy0xLjIyNywwLjU0OC0yLjU0NywwLjkwNy0zLjkzNCwxLjA4MWMxLjQxMy0wLjgzOSwyLjQ5NC0yLjE4NywzLjAxNC0zLjc4Nw0KCWMtMS4zMTksMC43ODctMi43ODYsMS4zNDgtNC4zNDcsMS42NTRjLTEuMjUzLTEuMzM0LTMuMDI2LTIuMTYxLTQuOTg3LTIuMTYxYy0zLjc3MiwwLTYuODQsMy4wNjYtNi44NCw2Ljg0MQ0KCWMwLDAuNTMzLDAuMDY2LDEuMDUyLDAuMTczLDEuNTZjLTUuNjgtMC4yOC0xMC43MTktMy4wMTQtMTQuMDkzLTcuMTQ3Yy0wLjU4NiwxLjAxMy0wLjkyLDIuMTg3LTAuOTIsMy40NA0KCWMwLDIuMzczLDEuMjE0LDQuNDY3LDMuMDQxLDUuNjk0Yy0xLjEyMS0wLjA0MS0yLjE3NC0wLjM0OC0zLjA5NC0wLjg1NHYwLjA5NGMwLDMuMzA3LDIuMzYsNi4wOCw1LjQ4LDYuNzA2DQoJYy0wLjU3NCwwLjE2MS0xLjE3MywwLjI0LTEuOCwwLjI0Yy0wLjQ0LDAtMC44NjctMC4wNC0xLjI4LTAuMTJjMC44NjcsMi43MjEsMy40LDQuNjkzLDYuMzg3LDQuNzQ4DQoJYy0yLjM0NywxLjgzOS01LjI5NCwyLjkzMy04LjQ5MywyLjkzM2MtMC41NDcsMC0xLjA5My0wLjAyNi0xLjYyNy0wLjA5NEMxNS43MjcsNDIuNzQxLDE5LjMyOCw0My44NzQsMjMuMTgxLDQzLjg3NCIvPg0KPC9zdmc+DQo=");
  opacity: 0;
}
.social a.youtube::before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI1N3B4IiBoZWlnaHQ9IjU3cHgiIHZpZXdCb3g9IjAgMCA1NyA1NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTcgNTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO30KCS5zdDF7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMjguNSIgY3k9IjI4LjUiIHI9IjI3LjUiLz4KPHBhdGggY2xhc3M9InN0MSIgZD0iTTQyLjksMjEuM2MtMC4zLTEuMy0xLjQtMi4zLTIuNy0yLjdDMzcuOSwxOCwyOC41LDE4LDI4LjUsMThzLTkuNCwwLTExLjcsMC42Yy0xLjMsMC4zLTIuMywxLjQtMi43LDIuNwoJYy0wLjYsMi4zLTAuNiw3LjItMC42LDcuMnMwLDQuOSwwLjYsNy4yYzAuMywxLjMsMS40LDIuMywyLjcsMi43QzE5LjEsMzksMjguNSwzOSwyOC41LDM5czkuNCwwLDExLjctMC42YzEuMy0wLjMsMi4zLTEuNCwyLjctMi43CgljMC42LTIuMywwLjYtNy4yLDAuNi03LjJTNDMuNSwyMy42LDQyLjksMjEuM3ogTTI1LjUsMzN2LTlsNy44LDQuNUwyNS41LDMzeiIvPgo8L3N2Zz4K");
  opacity: 1;
}
.social a.youtube::after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI1N3B4IiBoZWlnaHQ9IjU3cHgiIHZpZXdCb3g9IjAgMCA1NyA1NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTcgNTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO30KCS5zdDF7ZmlsbDojMDBBOUUwO30KPC9zdHlsZT4KPGc+Cgk8Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSIyOC41IiBjeT0iMjguNSIgcj0iMjcuNSIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTQyLjksMjEuM2MtMC4zLTEuMy0xLjQtMi4zLTIuNy0yLjdDMzcuOSwxOCwyOC41LDE4LDI4LjUsMThzLTkuNCwwLTExLjcsMC42Yy0xLjMsMC4zLTIuMywxLjQtMi43LDIuNwoJCWMtMC42LDIuMy0wLjYsNy4yLTAuNiw3LjJzMCw0LjksMC42LDcuMmMwLjMsMS4zLDEuNCwyLjMsMi43LDIuN0MxOS4xLDM5LDI4LjUsMzksMjguNSwzOXM5LjQsMCwxMS43LTAuNmMxLjMtMC4zLDIuMy0xLjQsMi43LTIuNwoJCWMwLjYtMi4zLDAuNi03LjIsMC42LTcuMlM0My41LDIzLjYsNDIuOSwyMS4zeiBNMjUuNSwzM3YtOWw3LjgsNC41TDI1LjUsMzN6Ii8+CjwvZz4KPC9zdmc+Cg==");
  opacity: 0;
}
.social a:hover::before {
  opacity: 0;
}
.social a:hover::after {
  opacity: 1;
}

.lateral {
  background-color: #f6f6f6;
  color: #00a9e0;
  padding: 6rem 15px 2rem 15px;
}

.lateral__sibling {
  display: block;
  margin: 0 0 4rem;
  position: relative;
}
.lateral__sibling a:link,
.lateral__sibling a:visited,
.lateral__sibling a:focus {
  color: #00a9e0;
  text-decoration: none;
}
.lateral__sibling a:hover,
.lateral__sibling a:active {
  color: #00a9e0;
  text-decoration: underline;
}

.lateral__label {
  color: #1e1e1e;
  margin-bottom: 1.5rem;
}

.lateral__title {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 1rem;
  position: relative;
}

.lateral__sibling--next .lateral__label::after {
  content: " »";
  position: relative;
}
@media (min-width: 992px) {
  .lateral__sibling--next {
    text-align: right;
  }
}

.lateral__sibling--prev .lateral__label::before {
  content: "« ";
  position: relative;
}
@media (min-width: 992px) {
  .lateral__sibling--prev {
    text-align: left;
  }
}

.applications {
  position: relative;
  padding: 60px 10px 10px 10px;
}

.application {
  margin: 0 0 60px;
  text-align: center;
}
.application .kicker {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #8e8e8e;
  line-height: 1;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.application h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 20px;
  /*
  		&:after {
  			border-bottom: 5px solid #e8e8e8;
  			content: '';
  			display: block;
  			height: 5px;
  			margin: 0 auto;
  			padding-bottom: 20px;
  			width: 50%;
  		}
  */
}
.application h3:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDE2IDEwIj4KICA8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDBBOUUwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMyIgcG9pbnRzPSI1NDUgMjMgNTM5LjE2OCAyOC41ODUgNTMzIDIzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMxIC0yMSkiLz4KPC9zdmc+Cg==");
  background-position: center bottom;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 10px;
  width: 16px;
  margin: 10px auto 0 auto;
}
.application ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.application li {
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0;
}
.application li:after {
  border-bottom: 3px solid #e8e8e8;
  content: "";
  display: block;
  height: 2px;
  margin: 0 auto;
  padding-bottom: 20px;
  width: 25%;
}

.application-content {
  padding: 0 35px;
}

.vcard {
  position: relative;
}

.vcard-label, .fn, .tel, .email, .subscribe {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
}

.role, .adr, .tel, .email, .subscribe {
  margin-bottom: 1em;
}

.tel a:link,
.tel a:visited,
.tel a:focus, .email a:link,
.email a:visited,
.email a:focus, .subscribe a:link,
.subscribe a:visited,
.subscribe a:focus {
  color: #00a9e0;
  text-decoration: none;
}
.tel a:hover,
.tel a:active, .email a:hover,
.email a:active, .subscribe a:hover,
.subscribe a:active {
  color: #00a9e0;
  text-decoration: underline;
}

.county {
  margin: 0 0 45px;
  padding: 0 10px;
  position: relative;
}

.county-main {
  background-color: #fff7d9;
  padding: 70px 20px;
  position: relative;
}
.county-main .body {
  margin-bottom: 30px;
}

.county-header {
  margin: 0 0 70px;
  position: relative;
}
.county-header h1 {
  font-size: 40px;
  letter-spacing: -0.07px;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.county-content .heading {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  border-bottom: 7px solid #00a9e0;
  color: #00a9e0;
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
}
.county-content .body {
  margin: 0;
  padding-top: 20px;
}
.county-content .text-link {
  margin: 0;
}

.county-stats {
  margin: 0 0 50px;
  position: relative;
}

.table {
  margin: 0;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: none;
  padding-left: 40px;
}

.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-bottom: 1px solid #7f7f7f;
}

.table > thead > tr > th {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  border-bottom: none;
  color: #00a9e0;
  font-size: 20px;
  padding-top: 20px;
}

.table > thead > tr > th:first-child,
.table > tbody > tr > td:first-child {
  border-right: 2px solid #00a9e0;
  padding-left: 0;
  width: 70%;
}

.table > thead > tr > th:last-child,
.table > tbody > tr > td:last-child {
  width: 30%;
}

.table--rx > thead > tr > th:first-child,
.table--rx > tbody > tr > td:first-child {
  border: none;
}

.facts {
  padding: 35px 10px;
}

.facts-content {
  border-top: 10px solid #e8e8e8;
  padding-top: 70px;
}

.fact {
  font-family: SofiaProRegular, sans-serif;
  font-style: normal;
  font-weight: normal;
  align-items: center;
  color: #000;
  display: flex;
  font-size: 18px;
  height: auto;
  justify-content: center;
  line-height: 1.44;
  margin: 0 0 35px;
  position: relative;
  text-align: center;
  width: 100%;
}
.fact strong {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
}
@media (min-width: 768px) {
  .fact {
    height: 380px;
  }
}

.fact-content {
  padding: 35px;
  width: 100%;
}

.fact--blue {
  background-color: #00a9e0;
  color: #fff;
}

.fact--gray {
  background-color: #e8e8e8;
  color: #00a9e0;
}

.fact--blue-outline {
  background-color: #fff;
  border: 11px solid #00a9e0;
  color: #00a9e0;
}

.fact--gray-circle {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIzMjBweCIgaGVpZ2h0PSIzMjBweCIgdmlld0JveD0iMCAwIDMyMCAzMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyMCAzMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojMUUxRTFFO3N0cm9rZS13aWR0aDoxMjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2Utb3BhY2l0eTowLjE7fQo8L3N0eWxlPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2IDYpIj4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yODUuNSw4Mi41QzI2MywzNC44LDIxMi42LDEuNSwxNTQsMS41Qzk1LjQsMS41LDQ1LDM0LjcsMjIuNSw4Mi4zIi8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjIuNSwyMjUuNWMyMi41LDQ3LjcsNzIuOSw4MSwxMzEuNSw4MWM1OC42LDAsMTA5LTMzLjIsMTMxLjUtODAuOCIvPgo8L2c+Cjwvc3ZnPgo=");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 380px;
}

.fact--white-circle {
  background-color: #00a9e0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIzMjBweCIgaGVpZ2h0PSIzMjBweCIgdmlld0JveD0iMCAwIDMyMCAzMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyMCAzMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoxMjtzdHJva2UtbGluZWNhcDpyb3VuZDt9Cjwvc3R5bGU+CjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYgNikiPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTI4NS41LDgyLjVDMjYzLDM0LjgsMjEyLjYsMS41LDE1NCwxLjVTNDUsMzQuNywyMi41LDgyLjMiLz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMi41LDIyNS41YzIyLjUsNDcuNyw3Mi45LDgxLDEzMS41LDgxczEwOS0zMy4yLDEzMS41LTgwLjgiLz4KPC9nPgo8L3N2Zz4K");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #fff;
  min-height: 380px;
}

.underline:after {
  border-bottom: 6px solid #e8e8e8;
  content: "";
  display: block;
  height: 6px;
  margin: 0 auto;
  padding-bottom: 30px;
  width: 25%;
}

.color-black {
  color: #000;
}

.color-blue {
  color: #00a9e0;
}

.color-red {
  color: #f9461c;
}

.size-130 {
  font-size: 70px;
  line-height: 1;
}
@media (min-width: 768px) {
  .size-130 {
    font-size: 100px;
  }
}
@media (min-width: 992px) {
  .size-130 {
    font-size: 130px;
  }
}

.size-100 {
  font-size: 70px;
  line-height: 1;
}
@media (min-width: 768px) {
  .size-100 {
    font-size: 100px;
  }
}

.size-50 {
  font-size: 50px;
  line-height: 1;
}

.size-45 {
  font-size: 40px;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .size-45 {
    font-size: 45px;
  }
}

.size-36 {
  font-size: 32px;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .size-36 {
    font-size: 36px;
  }
}

.size-30 {
  font-size: 30px;
  line-height: 1.2;
}

.size-24 {
  font-size: 24px;
  line-height: 1.2;
}

.margin {
  margin-bottom: 0.25em;
}

.find {
  margin: 0;
  padding: 45px 10px 0 10px;
  position: relative;
}
.template-impact .find {
  padding-bottom: 45px;
}

.find-content {
  background-color: #51284F;
  color: #fff;
  padding: 70px 20px;
}
.find-content .body {
  margin-bottom: 30px;
}

.impact-heading {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 1.2;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .impact-heading {
    font-size: 40px;
  }
}

.impact-statistic {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #00a9e0;
  font-size: 80px;
  line-height: 1;
  margin: 0;
}
.impact-statistic:after {
  border-bottom: 11px solid #00a9e0;
  content: "";
  display: block;
  height: 11px;
  margin: 0 auto;
  padding-bottom: 0;
  width: 50%;
}
@media (min-width: 768px) {
  .impact-statistic {
    font-size: 120px;
  }
}
@media (min-width: 992px) {
  .impact-statistic {
    font-size: 160px;
  }
}
@media (min-width: 1200px) {
  .impact-statistic {
    font-size: 200px;
  }
}

.kits {
  background-color: rgba(248, 228, 152, 0.2);
  position: relative;
  padding: 60px 10px 10px 10px;
}
.kits .col-md-4:first-child h3 {
  border-top-color: #fecb00;
}
.kits .col-md-4 h3 {
  border-top-color: #f9461c;
}
.kits .col-md-4:last-child h3 {
  border-top-color: #9de7d7;
}
.kit {
  margin: 0 0 60px;
  text-align: center;
}
.kit .kicker {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #8e8e8e;
  line-height: 1;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.kit h3 {
  border-top-style: solid;
  border-top-width: 5px;
  font-size: 24px;
  line-height: 1.2;
  padding-top: 20px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.kit .abstract {
  margin: 0 0 1em;
}

.kit-content {
  padding: 0 35px;
}

.login {
  position: relative;
  padding: 60px 10px 10px 10px;
}
.login a {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
}
.login a:link,
.login a:visited,
.login a:focus {
  color: #00a9e0;
  text-decoration: none;
}
.login a:hover,
.login a:active {
  color: #00a9e0;
  text-decoration: underline;
}

.support {
  margin: 2em 0 0 0;
  text-align: center;
}

.error {
  color: #f9461c;
  margin: 2em 0 0 0;
  text-align: center;
}

.search__instructions {
  padding: 60px 0;
}

.order__result {
  margin: 0 0 3em;
}
.order__result:after {
  border-bottom: 1px solid #C9CAC8;
  content: "";
  display: block;
  height: 1px;
  margin: 0 auto;
  padding-bottom: 1.5em;
  width: 100%;
}

#login__form, #search__form {
  margin: 0;
  text-align: left;
}
#login__form .instructions, #search__form .instructions {
  margin: 0 0 2em;
  padding-bottom: 0.25em;
  text-align: center;
}
#login__form label, #search__form label {
  margin: 0 0 !important;
  padding-bottom: 0.25em;
}
#login__form input, #search__form input {
  padding: 0.5em;
  width: 100%;
}
#login__form input[type=text], #search__form input[type=text] {
  display: inline-block;
  width: 100% !important;
  -webkit-appearance: none !important;
}
#login__form input,
#login__form button, #search__form input,
#search__form button {
  font-family: SofiaProRegular, sans-serif;
  font-style: normal;
  font-weight: normal;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4375;
}
#login__form button, #search__form button {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  background-color: transparent;
  border: 2px solid #00a9e0;
  color: #00a9e0 !important;
  display: inline-flex;
  font-size: 16px;
  justify-content: center;
  line-height: 1;
  margin: 24px 0 0 0 !important;
  min-width: 180px;
  padding: 16px 15px 13px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
#login__form button:hover, #search__form button:hover {
  background-color: #00a9e0;
  border: 2px solid #00a9e0;
  color: #fff !important;
}
#login__form .alert-success, #search__form .alert-success {
  text-align: center;
}

.search__fields {
  width: 100%;
}
.search__fields .Inputfield {
  margin: 0 0 1em;
}
@media (min-width: 768px) {
  .search__fields .Inputfield {
    margin: 0;
  }
}

.search__results {
  border-bottom: 10px solid #e8e8e8;
  font-size: 16px;
}

.results-header {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  padding: 1em 0;
}

.result {
  border-top: 1px solid #e8e8e8;
  padding: 1em 0;
}
.result a:link,
.result a:visited,
.result a:focus {
  color: #1e1e1e;
  text-decoration: none;
}
.result a:hover,
.result a:active {
  color: #00a9e0;
  text-decoration: none;
}
.result .tel {
  font-family: SofiaProRegular, sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 0;
}

.label {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  padding-bottom: 0.25em;
}

.fieldset {
  margin: 0 0 3em;
}
.fieldset [class*=col-] {
  margin: 0 0 1.5em;
}

.fieldset:after {
  border-bottom: 1px solid #C9CAC8;
  content: "";
  display: block;
  height: 1px;
  margin: 0 auto;
  padding-bottom: 1.5em;
  width: 100%;
}

#logout {
  display: block;
  height: 50px;
  position: absolute;
  right: -65px;
  top: 300px;
  transform: rotate(90deg);
  width: 180px;
  z-index: 1030;
}

.program-logo {
  background-color: #00a9e0;
  padding: 45px 15px;
}
.program-logo img {
  margin: 0 auto;
}

.participants {
  margin: 60px 0;
  padding: 0 10px;
}
.participants a:link,
.participants a:visited,
.participants a:focus {
  color: #00a9e0;
  text-decoration: none;
}
.participants a:hover,
.participants a:active {
  color: #00a9e0;
  text-decoration: underline;
}
.participants .body {
  margin: 0 0 60px;
  text-align: center;
}
@media (min-width: 992px) {
  .participants {
    padding: 0 40px;
  }
}

.participants__header {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #00a9e0;
  display: none;
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  .participants__header {
    display: block;
  }
}

.participant {
  border-top: 2px solid #e8e8e8;
  padding: 1.5rem 0;
}
.participant .title {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 0;
}
.participant .tel {
  font-family: SofiaProRegular, sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 0;
}
.participant .note {
  margin: 0;
}

.blog__categories {
  padding: 50px 0;
  text-align: center;
}
.blog__categories ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.blog__categories li {
  display: inline-block;
  margin: 0 12px;
  padding: 0;
}
.blog__categories a {
  display: block;
  font-size: 18px;
}
.blog__categories a:link,
.blog__categories a:visited,
.blog__categories a:focus {
  color: #00a9e0;
  text-decoration: none;
}
.blog__categories a:hover,
.blog__categories a:active {
  color: #51284F;
  text-decoration: underline;
}
.blog__categories li.current a {
  text-decoration: underline;
}

.post__categories {
  padding: 50px 0;
}
.post__categories ul {
  font-size: 15px;
  line-height: 25px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post__categories li {
  display: inline-block;
  margin-bottom: 1em;
  margin-right: 1em;
}
.post__categories a {
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #00a9e0;
  color: #00a9e0;
  display: block;
  font-size: 15px;
  line-height: 1;
  padding: 8px 12px 6px 12px;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  white-space: nowrap;
}
.post__categories a:hover {
  background-color: #00a9e0;
  border-color: #00a9e0;
  color: #fff;
}

.blog__header {
  text-align: center;
}
.blog__header h1 {
  margin-bottom: 40px;
}

.blog__posts {
  position: relative;
}

.post {
  margin-bottom: 60px;
  position: relative;
}
.post .thumbnail {
  margin-bottom: 15px;
  opacity: 1;
}
.post .thumbnail:hover {
  opacity: 0.8;
}
.post h2 {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125em;
  margin-bottom: 1.25em;
}
.post h2 a:link,
.post h2 a:visited,
.post h2 a:focus {
  color: #00a9e0;
  text-decoration: none;
}
.post h2 a:hover,
.post h2 a:active {
  color: #00a9e0;
  text-decoration: underline;
}
.post .summary {
  margin-bottom: 1em;
}
.post .more a:link,
.post .more a:visited,
.post .more a:focus {
  color: #00a9e0;
  text-decoration: underline;
}
.post .more a:hover,
.post .more a:active {
  color: #00a9e0;
  text-decoration: underline;
}

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

#blog, #post {
  padding: 0 10px 50px 10px;
}

.hero {
  margin: 0 auto 40px auto;
}

#post .body img {
  display: block;
  height: auto;
  max-width: 100%;
}
#post .body a:link,
#post .body a:visited,
#post .body a:focus {
  color: #00a9e0;
  text-decoration: underline;
}
#post .body a:hover,
#post .body a:active {
  color: #51284F;
  text-decoration: underline;
}

.block {
  position: relative;
}

.block-billboard {
  background-position: top left -120px;
  display: block;
  height: 540px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .block-billboard {
    background-position: top left;
  }
}
.block-billboard:hover .billboard-content .text-link span {
  text-decoration: underline;
}

.billboard-content {
  align-items: center;
  color: #fff;
  display: flex;
  height: 100%;
}
.billboard-content h1 {
  color: inherit;
  margin: 0 0 15px;
}
.billboard-content h1 a {
  text-decoration: underline;
}
.billboard-content .text-link {
  color: inherit;
}
.billboard-content .text-link span {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgOCAxMCI+CiAgPHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHBvaW50cz0iOTIgNiA5NyAxMCA5MiAxNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkxIC01KSIvPgo8L3N2Zz4K");
}

/*
#block-1332 {
	background-position: top left -120px;
	@media (min-width: $screen-sm-min) {
		background-position: top left;
	}
}
*/
.block-buttons {
  background-color: #00a9e0;
  font-size: 18px;
  line-height: 1.45;
  padding: 70px 10px 50px 10px;
}
.block-buttons h2 {
  color: #fff;
}
.block-cta {
  padding: 45px 10px;
}

.cta-content {
  background-color: #51284F;
  color: #fff;
  padding: 70px 20px;
}
.block-download {
  background-attachment: scroll;
  background-image: url("./images/pattern.svg");
  background-position: top center;
  background-repeat: repeat;
  overflow: hidden;
  padding: 85px 10px;
}
.block-duet {
  background-color: #fff;
  padding: 55px 20px;
}
.block-duet .quote {
  color: #00a9e0;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 24px;
  text-align: center;
}
.block-duet .reviewer {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #00a9e0;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}
.block-duet .quote + .body,
.block-duet .reviewer + .body {
  margin-top: 2em;
}

.block-duet + .block-duet {
  padding-top: 0;
}

@media (min-width: 992px) {
  .block-duet .image {
    margin: 0;
  }
  .duet-row {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .duet-row--reverse {
    flex-direction: row-reverse;
  }
  .duet-image {
    width: 52.5%;
  }
  .duet-content {
    padding: 0 5%;
    width: 47.5%;
  }
}
.block-duplex {
  padding: 35px 10px;
}
.block-duplex a:link,
.block-duplex a:visited,
.block-duplex a:focus {
  color: #00a9e0;
  text-decoration: none;
}
.block-duplex a:hover,
.block-duplex a:active {
  color: #00a9e0;
  text-decoration: underline;
}

.duplex-content {
  border-top: 10px solid #e8e8e8;
  padding: 35px 0 0 0;
}

.duplexes {
  position: relative;
}
.duplexes .col-md-6:first-child .duplex-column {
  border-bottom: 2px solid #e8e8e8;
}
.duplexes .col-md-6:last-child .duplex-column {
  margin-bottom: 0;
  padding-bottom: 0;
}

.duplex-column {
  margin: 0 0 35px;
  padding: 0 0 35px;
  text-align: left;
}
.duplex-column strong {
  color: #00a9e0;
}

@media (min-width: 992px) {
  .duplexes {
    padding: 35px 0;
  }
  .duplexes .col-md-6:first-child .duplex-column {
    border: none !important;
  }
  .duplexes:after {
    border-right: 2px solid #e8e8e8;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 2px;
  }
  .duplex-column {
    margin: 0;
    padding: 0 40px;
  }
}
.block-faq {
  padding: 90px 10px;
}
.faq {
  margin: 0 0 4px;
}

.faq:last-child {
  margin: 0;
}

.faq-question {
  background-color: #00a9e0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE0IDE4Ij4KICA8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMyIgcG9pbnRzPSI3MzkgMjg2IDc0OCAyOTMgNzM5IDMwMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTczNyAtMjg0KSIvPgo8L3N2Zz4K");
  background-position: right 30px center;
  background-repeat: no-repeat;
  color: #1e1e1e;
  cursor: pointer;
  margin: 0;
  padding: 25px 50px 20px 25px;
  position: relative;
  text-align: left;
}
.faq-question.closed {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDE3IDEzIj4KICA8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMyIgcG9pbnRzPSI3MzggMTAzIDc0NyAxMTAgNzM4IDExNyIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNDI3LjUgLTMwOSkiLz4KPC9zdmc+Cg==");
}

.faq-answer {
  background-color: #efefee;
  display: none;
  position: relative;
}
.faq-answer a:link,
.faq-answer a:visited,
.faq-answer a:focus {
  color: #00a9e0;
  text-decoration: underline;
}
.faq-answer a:hover,
.faq-answer a:active {
  color: #1e1e1e;
  text-decoration: underline;
}

.faq-content {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #00a9e0;
  font-size: 18px;
  padding: 25px 25px 20px 25px;
}

.block-features {
  padding: 70px 10px 20px 10px;
  text-align: center;
}
.block-features .body {
  margin: 0 0 5px;
}
.block-features .feature {
  margin: 0 0 50px;
}
.block-features .image {
  opacity: 1;
}
.block-features .image:hover {
  opacity: 0.8;
}
.block-guidelines {
  background-color: #fefbf0;
  padding: 70px 10px 40px 10px;
}
.guidelines-header {
  margin-bottom: 70px;
}
.guidelines-column {
  border-top: 7px solid #00a9e0;
  margin: 0 0 30px;
  padding-top: 25px;
  text-align: left;
}
.guidelines-column strong {
  color: #00a9e0;
}

.block-instagram {
  margin: 0 12px 60px 12px;
  overflow: hidden;
  position: relative;
}

.block-partners {
  padding: 40px 10px;
}
.block-partners .constrain {
  max-width: 960px;
}
.block-partners img {
  margin: 0 auto 24px auto;
}
.block-partners h2 {
  margin-bottom: 1em;
}
.block-partners a:link,
.block-partners a:visited,
.block-partners a:focus {
  color: #00a9e0;
  text-decoration: none;
}
.block-partners a:hover,
.block-partners a:active {
  color: #00a9e0;
  text-decoration: underline;
}

.partners-content {
  background-color: #51284F;
  color: #fff;
  padding: 60px 35px 35px 35px;
}

.partners {
  position: relative;
}
.partners .col-md-6:last-child .partner {
  border-top: 1px solid #00a9e0;
}

.partner {
  padding: 30px 0;
  position: relative;
}
.partner p:last-child {
  margin: 0 0 1em;
}

@media (min-width: 992px) {
  .partners-content {
    padding-bottom: 60px;
  }
  .partners .col-md-6:last-child .partner {
    border: none;
  }
  .partners:after {
    border-right: 1px solid #00a9e0;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .partner {
    padding: 30px;
  }
}
.programs {
  margin: 0 0 35px;
}

.block-program {
  position: relative;
}
.block-program .program-image {
  display: block;
  height: 540px;
  z-index: 1;
}
.block-program .program-main {
  padding: 35px 20px;
  text-align: center;
  z-index: 10;
}
.block-program h2 {
  font-size: 3em;
  line-height: 1;
}
.block-program h2 a {
  color: #00a9e0;
  display: inline-block;
  text-decoration: underline;
}
.block-program .body {
  margin-bottom: 10px;
}
.block-program .program-image {
  position: relative;
  width: 100%;
}
.block-program .program-main {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .block-program h2 {
    font-size: 3.5em;
  }
}
@media (min-width: 992px) {
  .block-program h2 {
    font-size: 4em;
  }
}
@media (min-width: 1200px) {
  .block-program h2 {
    font-size: 4.5em;
  }
}
@media (min-width: 992px) {
  .block-program {
    align-items: center;
    display: flex;
    height: 540px;
    position: relative;
  }
  .block-program .program-image {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
  }
  .block-program .program-main {
    padding: 0;
    text-align: left;
  }
  #block-1270 .program-image {
    width: 50%;
  }
  #block-1270 .program-main {
    margin-left: 47.16%;
    width: 47.16%;
  }
  #block-1270 .program-content {
    margin-left: 26.66%;
  }
  #block-1271 .program-image {
    left: auto;
    right: 0;
    width: 50%;
  }
  #block-1271 .program-main {
    margin-left: 4.58%;
    width: 40.83%;
  }
  #block-1271 .program-content {
    width: 73.34%;
  }
  #block-1272 .program-image {
    width: 50%;
  }
  #block-1272 .program-main {
    margin-left: 44.33%;
    width: 44.33%;
  }
  #block-1272 .program-content {
    margin-left: 32.33%;
  }
}
@media (min-width: 1200px) {
  #block-1270 .program-main {
    width: 31.66%;
  }
  #block-1271 .program-main {
    margin-left: 9.16%;
    width: 31.66%;
  }
  #block-1272 .program-main {
    width: 34.5%;
  }
}
.block-promos {
  padding: 35px 10px 5px 10px;
}
.block-promos .col-sm-6:first-child .promo:hover u {
  color: #f9461c;
}
.block-promos .col-sm-6:last-child .promo:hover u {
  color: #51284F;
}

.promo {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  align-items: center;
  background-color: rgba(248, 228, 152, 0.2);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTgiIGhlaWdodD0iMjEwIiB2aWV3Qm94PSIwIDAgMTk4IDIxMCI+CiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiMwMEE5RTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSI1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzIDMpIj4KICAgIDxwYXRoIGQ9Ik0wLDIwMS44ODgxNTYgQzE4LjM3NzgwNywxNjQuNDMxNjgzIDU0LjI1MDM1OTQsMTM5IDk1LjQ5NDE4NDIsMTM5IEMxMzcuNTA4NTQ2LDEzOSAxNzMuOTQ5MDY0LDE2NS4zOTA4MTMgMTkyLDIwNCIgdHJhbnNmb3JtPSJyb3RhdGUoLTE4MCA5NiAxNzEuNSkiLz4KICAgIDxwYXRoIGQ9Ik0wLDYyLjg4ODE1NiBDMTguMzc3ODA3LDI1LjQzMTY4MjYgNTQuMjUwMzU5NCwwIDk1LjQ5NDE4NDIsMCBDMTM3LjUwODU0NiwwIDE3My45NDkwNjQsMjYuMzkwODEzMyAxOTIsNjUiLz4KICA8L2c+Cjwvc3ZnPgo=");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #00a9e0;
  display: flex;
  font-size: 24px;
  justify-content: center;
  line-height: 1.2;
  margin: 0 0 30px;
  min-height: 280px;
  padding: 80px 0;
  text-align: center;
  text-decoration: none !important;
}
.promo .body {
  color: #00a9e0;
}
.block-questionnaires {
  background-color: #00a9e0;
  padding: 90px 10px 60px 10px;
}
.block-questionnaires h2 {
  color: #fff;
}
.block-questionnaires .body {
  margin-bottom: 30px;
}
.block-resources {
  background-color: #fefbf0;
  padding: 70px 10px 40px 10px;
}
.resource {
  border-top: 7px solid #00a9e0;
  margin-bottom: 30px;
  padding-top: 15px;
}
.resource .body {
  margin-bottom: 1em;
}

.block-single {
  font-size: 18px;
  line-height: 1.45;
  padding: 70px 10px;
}

.template-home .block-single {
  background-color: #00a9e0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDI4IDE5Ij4KICA8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iNCIgcG9pbnRzPSI1IC00IDE5LjM5MyA3LjM5NCA1IDE4Ljc4OCIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgMTIuMTk2IDkuMzk0KSIvPgo8L3N2Zz4K");
  background-position: center bottom 35px;
  background-repeat: no-repeat;
  color: #fff;
}
.template-home .block-single h2 {
  color: inherit;
}
.template-home .block-single strong {
  color: #1e1e1e;
}

.block-statistic {
  position: relative;
}

.statistic-image {
  display: block;
  height: 420px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.statistic-main {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 420px;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 10;
}

.statistic-box {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIzMjBweCIgaGVpZ2h0PSIzMjBweCIgdmlld0JveD0iMCAwIDMyMCAzMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyMCAzMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojMUUxRTFFO3N0cm9rZS13aWR0aDoxMjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2Utb3BhY2l0eTowLjE7fQo8L3N0eWxlPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2IDYpIj4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yODUuNSw4Mi41QzI2MywzNC44LDIxMi42LDEuNSwxNTQsMS41Qzk1LjQsMS41LDQ1LDM0LjcsMjIuNSw4Mi4zIi8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjIuNSwyMjUuNWMyMi41LDQ3LjcsNzIuOSw4MSwxMzEuNSw4MWM1OC42LDAsMTA5LTMzLjIsMTMxLjUtODAuOCIvPgo8L2c+Cjwvc3ZnPgo=");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 320px;
  position: relative;
  text-align: center;
  width: 320px;
}
.statistic-box .text-link {
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 260px;
}

.statistic-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 200px;
  justify-content: center;
  margin-top: 60px;
}
.statistic-content .statistic {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 72px;
  letter-spacing: -2px;
  line-height: 1;
  margin: 0 0 5px;
}
.statistic-content .body {
  font-size: 18px;
  line-height: 1.44;
  margin: 0 0 5px;
}

.statistic-hover {
  align-items: center;
  display: none;
  flex-direction: column;
  height: 200px;
  justify-content: center;
  margin-top: 60px;
}
.statistic-hover .quote {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 5px;
}
.statistic-hover .reviewer {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #00a9e0;
  font-size: 18px;
  line-height: 1.44;
  margin: 0 0 5px;
}

#block-1292 .statistic {
  color: #fecb00;
}
#block-1293 .statistic {
  color: #f9461c;
}
#block-1294 .statistic {
  color: #9de7d7;
}

@media (min-width: 992px) {
  .block-statistic {
    align-items: center;
    display: flex;
    height: 420px;
  }
  .statistic-image {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    width: 50%;
  }
  .statistic-main {
    margin-left: 50%;
    width: 50%;
  }
  .statistic-box:hover {
    cursor: help;
  }
  .statistic-box:hover .statistic-content {
    display: none;
  }
  .statistic-box:hover .statistic-hover {
    display: flex;
  }
  #block-1293 .statistic-image {
    left: auto;
    right: 0;
  }
  #block-1293 .statistic-main {
    margin-left: 0;
  }
}
.block-testimonial {
  font-family: SofiaPro-Bold, sans-serif;
  font-style: normal;
  font-weight: normal;
  background-color: #fff;
  margin: 0 0 35px;
  padding: 40px 10px;
  text-align: center;
}
.block-testimonial .testimonial {
  padding: 0;
  position: relative;
}
.block-testimonial .testimonial:before {
  border-top-color: #e8e8e8;
  border-top-style: solid;
  border-top-width: 2px;
  content: "";
  display: block;
  height: 2px;
  margin: 0 auto;
  padding-top: 40px;
  width: 50%;
}
.block-testimonial .testimonial:after {
  border-bottom-color: #e8e8e8;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  content: "";
  display: block;
  height: 2px;
  margin: 0 auto;
  padding-bottom: 40px;
  width: 50%;
}
.block-testimonial .quote {
  color: #8e8e8e;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 24px;
}
.block-testimonial .reviewer {
  color: #00a9e0;
  font-size: 20px;
  line-height: 1.3;
}

.block-testimonial--light-on-dark {
  background-color: #00a9e0;
  padding: 80px 10px;
}
.block-testimonial--light-on-dark .testimonial:before {
  border-top-color: #fff;
}
.block-testimonial--light-on-dark .testimonial:after {
  border-bottom-color: #fff;
}
.block-testimonial--light-on-dark .quote,
.block-testimonial--light-on-dark .reviewer {
  color: #fff;
}

.block-testimonial--dark-on-light {
  background-color: #fff;
  padding: 40px 10px;
}
.block-testimonial--dark-on-light .testimonial:before {
  border-top-color: #e8e8e8;
}
.block-testimonial--dark-on-light .testimonial:after {
  border-bottom-color: #e8e8e8;
}
.block-testimonial--dark-on-light .quote {
  color: #8e8e8e;
}
.block-testimonial--dark-on-light .reviewer {
  color: #00a9e0;
}

.buttons {
  text-align: center;
}

.body + .buttons {
  margin-top: 30px;
}

/*
%button {
	a {
		background-color: transparent;
		border: 2px solid $blue;
		color: $blue !important;
	}
	a:hover {
		background-color: $blue;
		border: 2px solid $blue;
		color: $white !important;
	}
}
%button_reverse {
	a {
		background-color: transparent;
		border: 2px solid $white;
		color: $white !important;
	}
	a:hover {
		background-color: $white;
		border: 2px solid $white;
		color: $blue !important;
	}
}
*/
.button--disabled span, .button--disabled span:hover {
  background-color: transparent;
  border: 2px solid #00a9e0;
  color: #00a9e0 !important;
}

.button--narrow {
  display: inline-block;
}

.button--wide {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.button--wide a, .button--wide span {
  width: 100%;
}
.button--wide:last-child {
  margin-bottom: 0;
}

.fancybox-bg {
  background: #fff !important;
}

.fancybox-slide--iframe .fancybox-content {
  background-color: #00a9e0 !important;
  height: 400px !important;
  margin: 0;
  max-height: 400px !important;
  max-width: 600px !important;
  width: 100% !important;
}

.fancybox-toolbar,
.fancybox-infobar,
.fancybox-navigation,
.fancybox-caption {
  display: none;
}

/*
#modal {
	background-color: $blue;
	align-items: center;
	display: flex;
	justify-content: center;

	position: absolute;
	top: 0;
	bottom: 0;
	border: 1px solid blue;
	padding: 40px;
	text-align: center;
	height: 100%;
	width: 100%;
}
*/
