/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;1,400;1,600&family=Zilla+Slab:wght@400;600&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

* {
  box-sizing: border-box;
}

main {
  display: block;
}

p, ul, ol {
  margin: 0 0 1.5em;
}

ul li {
  list-style: disc outside none;
  margin: 0 0 5px 40px;
}
ul li ul {
  margin: 5px 0;
}
ul li p:last-child {
  margin: 0;
}

ol li {
  list-style: decimal outside none;
  margin: 0 0 5px 40px;
}
ol li p:last-child {
  margin: 0;
}

img {
  box-sizing: border-box;
  max-width: 100%;
}

select, input[type=text], input[type=email], input[type=tel], textarea {
  box-sizing: border-box;
  width: 100%;
}

input[type=text], input[type=email], input[type=tel], textarea {
  font: normal 14px/19px sans-serif;
  padding: 8px;
}

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

.visually-hidden {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.group:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.centered, .aligncenter, .centred, .aligncentre {
  text-align: center;
}

.entry-nav {
  margin: 10px 0;
  padding: 10px 0;
}

.entry-nav p {
  margin: 0;
  width: 45%;
}

.prev-entry {
  float: left;
  text-align: left;
}

.next-entry {
  float: right;
  text-align: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month { /*
/*rtl:begin:ignore*/
  left: 0;
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month { /*
/*rtl:begin:ignore*/
  right: 0;
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #4d2a69;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #4d2a69;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #4d2a69;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #4d2a69;
  box-shadow: -10px 0 0 #4d2a69;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #4d2a69, 5px 0 0 #4d2a69;
  box-shadow: -5px 0 0 #4d2a69, 5px 0 0 #4d2a69;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
[data-sal] {
  transition-delay: 0s;
  transition-delay: var(--sal-delay, 0s);
  transition-duration: 0.2s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-timing-function: ease;
  transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s;
}

[data-sal][data-sal-easing=linear] {
  transition-timing-function: linear;
}

[data-sal][data-sal-easing=ease] {
  transition-timing-function: ease;
}

[data-sal][data-sal-easing=ease-in] {
  transition-timing-function: ease-in;
}

[data-sal][data-sal-easing=ease-out] {
  transition-timing-function: ease-out;
}

[data-sal][data-sal-easing=ease-in-out] {
  transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-circ] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing=ease-out-circ] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing=ease-in-out-circ] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing=ease-in-expo] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing=ease-out-expo] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing=ease-in-out-expo] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing=ease-in-quint] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing=ease-out-quint] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing=ease-in-out-quint] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-sal|=fade] {
  opacity: 0;
  transition-property: opacity;
}

[data-sal|=fade].sal-animate, body.sal-disabled [data-sal|=fade] {
  opacity: 1;
}

[data-sal|=slide] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=slide-up] {
  transform: translateY(20%);
}

[data-sal=slide-down] {
  transform: translateY(-20%);
}

[data-sal=slide-left] {
  transform: translateX(20%);
}

[data-sal=slide-right] {
  transform: translateX(-20%);
}

[data-sal|=slide].sal-animate, body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  transform: none;
}

[data-sal|=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=zoom-in] {
  transform: scale(0.5);
}

[data-sal=zoom-out] {
  transform: scale(1.1);
}

[data-sal|=zoom].sal-animate, body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  transform: none;
}

[data-sal|=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform;
}

[data-sal=flip-left] {
  transform: perspective(2000px) rotateY(-91deg);
}

[data-sal=flip-right] {
  transform: perspective(2000px) rotateY(91deg);
}

[data-sal=flip-up] {
  transform: perspective(2000px) rotateX(-91deg);
}

[data-sal=flip-down] {
  transform: perspective(2000px) rotateX(91deg);
}

[data-sal|=flip].sal-animate, body.sal-disabled [data-sal|=flip] {
  transform: none;
}


/*
	Colors
*/
/*
	Fonts
*/
/*
	Global
*/
body {
  background: #edf9f5;
  color: #000;
  font: 400 18px/24px "Source Sans Pro", sans-serif;
  text-align: center;
  hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
}
body.stuck {
  padding-top: 180px;
}

h1 {
  font: 600 48px/50px "Zilla Slab", serif;
  margin-bottom: 30px;
}
h1 a {
  text-decoration: none;
}
h1 span {
  color: #6C6D6F;
  font: 400 32px/34px "Source Sans Pro", sans-serif;
}

h2 {
  font: 600 36px/40px "Zilla Slab", serif;
  margin-bottom: 30px;
}
h2 a {
  text-decoration: none;
}
h2.block-heading {
  border-bottom: 4px solid #4EC4A3;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
h2.block-heading svg {
  color: #4EC4A3;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

h3 {
  font: 600 28px/30px "Source Sans Pro", sans-serif;
  margin-bottom: 15px;
}
h3 a {
  text-decoration: none;
}
h3.insights-role {
  margin-top: -20px;
}

blockquote {
  margin: 1.5em 3em;
}
blockquote p {
  margin-bottom: 0;
}
blockquote.pullquote {
  border-top: 4px solid #4EC4A3;
  font: 400 24px/32px "Zilla Slab", serif;
  margin: 2em 0;
  padding: 1em 2em 0;
  text-align: left;
}
blockquote.pullquote cite {
  display: block;
  font: italic 16px/22px "Source Sans Pro", sans-serif;
  margin-top: 10px;
  text-align: right;
}
blockquote.left {
  float: left;
  margin: 0 3.8961038961% 1em 0;
  padding: 1em 1em 0;
  width: 48.0519480519%;
}
blockquote.right {
  float: right;
  margin: 0 0 1em 3.8961038961%;
  padding: 1em 1em 0;
  width: 48.0519480519%;
}

a {
  color: #2A8194;
  font-weight: 600;
  transition: all 0.2s linear;
}
a:hover {
  color: #000;
  text-decoration: none;
}

.wrapper {
  margin: 0 auto;
  max-width: 1210px;
  padding: 0 20px;
  position: relative;
  text-align: left;
}

figure img {
  display: block;
  margin: 0 auto;
}
figure.left {
  float: left;
  margin: 0 2.5641025641% 2em 0;
  width: 48.7179487179%;
}
figure.right {
  float: right;
  margin: 0 0 2em 2.5641025641%;
  width: 50%;
}
figure.center, figure.centered, figure.video {
  margin-bottom: 2em;
}
figure figcaption {
  color: #6C6D6F;
  font-size: 16px;
  line-height: 21px;
  padding: 10px 0 0;
  text-align: left;
}
figure figcaption p {
  margin: 0;
}

.mfp-figure figcaption {
  padding: 0 !important;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 25%;
}
.gallery img {
  display: block;
}
.gallery a {
  border: 1px solid #FFF;
  display: block;
}

.btn {
  background: #2A8194;
  border: 0;
  border-radius: 12px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font: 600 16px/18px "Source Sans Pro", sans-serif;
  margin: 0;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s linear;
}
.btn:hover {
  background: #000;
  color: #FFF;
}
.btn svg {
  color: #FFF;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.btn.icon-left svg {
  margin-right: 8px;
}
.btn.icon-right svg {
  margin-left: 8px;
}

.icon-btn {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 24px;
  line-height: 24px;
  padding: 1px;
  transition: color 0.2s linear;
}
.icon-btn:hover {
  color: #2A8194;
}

.icon-btn-alt {
  background: #000;
  border: 0;
  color: #FFF;
  cursor: pointer;
  font-size: 24px;
  line-height: 24px;
  padding: 4px 8px;
  transition: background-color 0.2s linear;
}
.icon-btn-alt:hover {
  background-color: #2A8194;
}

/*
 * Header	
*/
.header-primary {
  background: #edf9f5;
  border-bottom: 4px solid #4EC4A3;
  padding: 10px 0;
}
.header-primary form {
  background: #FFF;
  border-bottom: 1px solid #6C6D6F;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 270px;
}
.header-primary form input {
  border: 0;
  width: calc(100% - 42px);
}
.header-primary form button {
  bottom: 4px;
  position: absolute;
  right: 6px;
}
.stuck .header-primary {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  left: 0;
  padding-top: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3;
}
.stuck .header-primary form {
  display: none;
}
.stuck .header-primary .logo {
  margin-left: 25px;
  position: relative;
  top: 4px;
  width: 46px;
}
.stuck .header-primary .primary-logo {
  display: none;
}
.stuck .header-primary .eyebrow-logo {
  display: block;
}
.header-primary .eyebrow-logo {
  display: none;
}

.logo {
  width: 270px;
}

.nav-primary {
  font: normal 18px/20px "Source Sans Pro", sans-serif;
  bottom: 4px;
  left: 400px;
  position: absolute;
  text-transform: uppercase;
}
.nav-primary ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.nav-primary li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav-primary li.active > a {
  background: #4EC4A3;
  color: #000;
}
.nav-primary li ul {
  background: #FFF;
  border: 1px solid #4EC4A3;
  display: none;
  padding: 8px 0;
  position: absolute;
  text-transform: none;
  width: 260px;
  z-index: 2;
}
.nav-primary li ul li {
  display: block;
  font-size: 16px;
  line-height: 18px;
  width: 100%;
}
.nav-primary li ul li a {
  padding: 8px 20px;
}
.nav-primary a {
  color: #000;
  display: block;
  font-weight: 400;
  padding: 20px;
  text-decoration: none;
}
.nav-primary a:hover {
  color: #2A8194;
}

/**
 * Lists	
*/
.simple {
  font-size: 16px;
  line-height: 21px;
  margin: 0;
}
.simple li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.simple li:last-child {
  margin-bottom: 0;
}

.results {
  background: #edf9f5;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 20px;
}
.results svg {
  color: #4EC4A3;
  margin-right: 6px;
  vertical-align: middle;
}
.results p {
  margin: 0;
}
.results p.current-filters {
  margin-top: 2px;
}
.results p.current-filters span {
  margin-right: 8px;
}

.action-meta {
  background: #edf9f5;
  border-radius: 12px;
  margin: 20px 0;
  padding: 20px;
}
.action-meta li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.action-meta li:last-child {
  margin-bottom: 0;
}
.action-meta strong {
  margin-right: 5px;
}
.action-meta a {
  margin-right: 10px;
}
.action-meta svg {
  color: #4EC4A3;
  margin-right: 4px;
}
.action-meta .outcome-explanation a {
  margin-right: 0;
}

.cards li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  border-radius: 12px;
  border: 1px solid #4EC4A3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.cards li.has-thumbnail .card-content {
  padding-top: 15px;
}
.cards li.last-child {
  margin-bottom: 0;
}
.cards img {
  display: block;
}
.cards .card-content {
  padding: 40px 20px 15px;
}
.cards .badge {
  border-bottom-left-radius: 0;
  border-top-left-radius: 11px;
  border-top-right-radius: 0;
  left: 0;
  position: absolute;
  top: 0;
}
.cards h3 {
  font: 600 18px/21px "Source Sans Pro", sans-serif;
  margin: 0 0 10px;
  padding: 0 !important;
}
.cards p {
  font-size: 16px;
  line-height: 21px;
  margin: 5px 0 0;
}
.cards .card-event-date {
  font-weight: 700;
  margin: 10px 0;
  text-transform: uppercase;
}
.cards .card-event-date svg {
  color: #4EC4A3;
  margin-right: 6px;
}
.cards .card-metadata {
  color: #6C6D6F;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  margin-top: auto;
  padding: 0 20px 20px;
  position: relative;
  text-transform: uppercase;
}
.cards .actions-card-metadata {
  color: #000;
  font-weight: normal;
  text-transform: none;
}
.cards .actions-card-metadata a {
  display: inline-block;
  margin-right: 5px;
  white-space: nowrap;
}
.cards .actions-card-metadata svg {
  color: #6C6D6F;
}
.cards .actions-card-metadata p {
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 2px;
}

.grid {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
}
.grid li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  margin-right: 3.4482758621%;
  width: 31.0344827586%;
}
.grid li:nth-child(3n+0) {
  margin-right: 0;
}

.issues li {
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
}
.issues h3 {
  font-family: "Zilla Slab", serif;
  font-size: 36px;
  line-height: 38px;
  margin: 0;
  text-shadow: 0 0 18px #000;
}
.issues a {
  align-items: center;
  background-blend-mode: soft-light;
  background-size: cover;
  color: #FFF;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 200px;
  opacity: 0.75;
  padding: 20px;
  text-decoration: none;
  /*
  &.tint-1 {
  	background-color: #13687a;
  }

  &.tint-2 {
  	background-color: #1e8c6d;
  }

  &.tint-3 {
  	background-color: #088087;
  }

  &.tint-4 {
  	background-color: #096249;
  }
  */
}
.issues a:hover {
  opacity: 1;
}
footer .issues h3 {
  font-size: 24px;
  line-height: 26px;
}
footer .issues li {
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  border-radius: 0;
  margin: 0;
  width: 25%;
}
footer .issues li:nth-child(4n+0) {
  border-right: 0;
}
footer .issues li:nth-child(5n+0) {
  border-bottom-left-radius: 12px;
}
footer .issues li:nth-child(8n+0) {
  border-bottom-right-radius: 12px;
}
footer .issues li a {
  min-height: 140px;
}

.thumbnail-lockup {
  align-content: flex-start;
  align-items: flex-start;
  border-top: 1px solid #4EC4A3;
  display: flex;
  margin-bottom: 20px;
  padding-top: 20px;
}
.thumbnail-lockup .thumbnail {
  flex-shrink: 0;
  margin-right: 20px;
  width: 120px;
}
.thumbnail-lockup .lockup-content h3 {
  margin: 0;
}
.thumbnail-lockup .lockup-content p {
  margin: 0;
}
.thumbnail-lockup .lockup-content .metadata {
  color: #6C6D6F;
  margin: 5px 0;
}

.biden-tracker-viz, .ag-litigation-viz {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.biden-tracker-viz > div, .ag-litigation-viz > div {
  margin: 0 auto;
  width: 48%;
}
.biden-tracker-viz h2 sup, .ag-litigation-viz h2 sup {
  font-size: 0.5em;
}
.biden-tracker-viz h3, .ag-litigation-viz h3 {
  font-size: 18px;
  line-height: 24px;
}

.viz-pie-chart {
  height: 400px;
  width: 100%;
}

.biden-tracker-header {
  background: #4EC4A3;
  color: #FFF;
  display: flex;
  font-weight: 700;
}
.biden-tracker-header a {
  color: #FFF;
}

.biden-tracker-case {
  border: 1px solid #4EC4A3;
  border-width: 1px 0 4px;
}
.biden-tracker-case.even {
  background: #edf9f5;
}

.biden-tracker-row {
  display: flex;
}
.biden-tracker-row .biden-tracker-cell {
  border-right: 1px solid #4EC4A3;
}
.biden-tracker-row .biden-tracker-cell-appt {
  border-right: 0;
}
.biden-tracker-row .biden-tracker-cell-case {
  font-weight: 700;
}

.biden-tracker-cell {
  flex-shrink: 0;
  font-size: 16px;
  line-height: 21px;
  padding: 12px 10px;
  width: 15%;
}
.biden-tracker-cell.biden-tracker-cell-case {
  width: 25%;
}

.biden-tracker-description {
  border-top: 1px dashed #4EC4A3;
  font-size: 16px;
  line-height: 21px;
  padding: 12px 10px 15px;
}
.biden-tracker-description p {
  margin: 0;
}

.ferc-case {
  border: 1px solid #4EC4A3;
  border-radius: 12px;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0 0 5px;
}
.ferc-case h2 {
  background: #2A8194;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  display: flex;
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  padding: 10px 20px;
}
.ferc-case h2 svg {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  margin-left: 8px;
  position: relative;
  top: -2px;
}
.ferc-case h2 span {
  color: rgba(255, 255, 255, 0.75);
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-left: auto;
  padding-left: 10px;
}
.ferc-case h2 a {
  color: #FFF;
}
.ferc-case h3 {
  background: #edf9f5;
  border-bottom: 1px solid #4EC4A3;
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  padding: 10px 20px;
  text-transform: uppercase;
}

.ferc-headings, .ferc-content {
  display: flex;
  flex-wrap: wrap;
}

.ferc-headings {
  font-weight: 700;
}

.ferc-cell {
  border: 1px solid #4EC4A3;
  border-width: 0 1px 1px 0;
  padding: 5px 20px;
}
.ferc-cell.end {
  border-right: 0;
}

.ferc-description {
  padding: 10px 20px;
  width: 100%;
}
.ferc-description p {
  margin: 0;
}

.plastics-tracker .ferc-cell {
  width: 20%;
}

.judicial-review .ferc-cell {
  width: 20%;
}

.ferc-proceeding .ferc-cell {
  width: 25%;
}

.ferc-charts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
}

.ferc-chart {
  margin-bottom: 20px;
  min-height: 300px;
  width: 48%;
}

.search li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.search li a {
  display: block;
}
.search li .badge {
  margin: 0 0 5px 0;
}

/**
 * Main Content	
*/
main {
  background: #FFF;
  padding: 40px 0;
}

.page.narrow {
  max-width: 770px;
}

article header {
  margin-bottom: 30px;
  width: 74.358974359%;
}
article header .badge {
  margin-bottom: 5px;
}
article header h1 {
  margin-bottom: 0;
}
article footer {
  border-top: 4px solid #4EC4A3;
  padding-top: 20px;
}
article.issue {
  margin-top: -20px;
}
article.issue header {
  width: auto;
}
article.issue .content {
  background: #FFF;
  border-top-right-radius: 12px;
  margin-top: -160px;
  padding-right: 20px;
  padding-top: 20px;
}
article.issue footer {
  border-top: none;
}
article.issue footer h2.block-heading {
  margin-bottom: 1px;
}

.podcast-embed {
  margin-bottom: 2em;
}

.podcast-transcript {
  background: #edf9f5;
  border-radius: 12px;
  max-height: 400px;
  overflow-y: scroll;
  padding: 20px;
}

.podcast-follow {
  margin-bottom: 2em;
  text-align: center;
}
.podcast-follow a {
  margin: 0 20px;
}
.podcast-follow svg {
  color: #4EC4A3;
  margin-right: 5px;
}

.pr-summary {
  font: italic 21px/26px "Source Sans Pro", sans-serif;
  margin: 20px 0;
}
.pr-summary p {
  margin: 0;
}

.pr-contact {
  border: 1px solid #4EC4A3;
  border-radius: 12px;
  padding: 20px;
}

.footer-author {
  font-style: italic;
  padding: 10px 0;
}
.footer-author em, .footer-author i {
  font-style: normal;
}
.footer-author p {
  margin: 0;
}
.footer-author p.author-twitter {
  font-style: normal;
  margin-top: 5px;
}
.footer-author p.author-twitter svg {
  color: #4EC4A3;
  margin-right: 6px;
  vertical-align: middle;
}

.byline {
  color: #6C6D6F;
  font-size: 16px;
  line-height: 19px;
  margin: 10px 0 0;
}

.breadcrumbs {
  font: 400 14px/17px "Source Sans Pro", sans-serif;
  margin-bottom: 40px;
}
.breadcrumbs li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.breadcrumbs svg {
  margin: 0 10px;
}
.breadcrumbs a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.text.left {
  float: left;
  margin: 0 2.5641025641% 2em 0;
  width: 48.7179487179%;
}
.text.right {
  float: right;
  margin: 0 0 2em 2.5641025641%;
  width: 50%;
}

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

.callout {
  background: #edf9f5;
  border: 1px solid #4EC4A3;
  border-radius: 12px;
  margin-bottom: 2em;
  padding: 20px;
}
.callout > :last-child {
  margin-bottom: 0;
}

.text-with-logos {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.text-with-logos .logos {
  flex-shrink: 0;
  margin-bottom: 2em;
  margin-left: 20px;
  text-align: center;
  width: 270px;
}
.text-with-logos .logos figure {
  margin: 0 auto 20px;
}
.text-with-logos .logos img {
  max-height: 100px;
}

.person {
  align-content: flex-start;
  display: flex;
  margin-bottom: 3em;
}
.person .person-photo {
  flex-shrink: 0;
  width: 22.0779220779%;
}
.person .person-content {
  margin-left: auto;
  width: 74.025974026%;
}
.person .person-content h4 {
  font: italic 18px/24px "Source Sans Pro", sans-serif;
  margin: -10px 0 15px;
}
.person .person-content p:last-child {
  margin-bottom: 0;
}

.divider {
  background: #4EC4A3;
  margin: 40px 0;
}
.divider.thin {
  height: 1px;
}
.divider.thicker {
  height: 4px;
}
.divider.thickest {
  height: 8px;
}

.timeline {
  border-left: 4px solid #4EC4A3;
  margin-left: 30px;
  padding-left: 30px;
}
.timeline li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin: 3em 0;
  position: relative;
}
.timeline li::before {
  background: #4EC4A3;
  border-radius: 12px;
  color: #4EC4A3;
  content: ".";
  display: block;
  height: 24px;
  left: -44px;
  position: absolute;
  top: -18px;
  width: 24px;
}
.timeline .timeline-content {
  border: 1px solid #4EC4A3;
  border-radius: 12px;
  padding: 20px;
}
.timeline .timeline-content h3 {
  margin: -46px 0 15px;
  text-transform: uppercase;
}
.timeline .timeline-content p:last-child {
  margin: 0;
}

.badge {
  background: #2A8194;
  border-radius: 12px;
  color: #FFF;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  padding: 6px 12px;
  text-transform: uppercase;
}

.content-with-sidebar {
  align-content: flex-start;
  display: flex;
  padding-bottom: 20px;
}
.content-with-sidebar .content {
  width: 74.358974359%;
}

.collapsible-toggle {
  cursor: pointer;
  margin-bottom: 1em !important;
  transition: color 0.2s linear;
}
.collapsible-toggle svg {
  color: #4EC4A3;
  margin-left: 10px;
}
.collapsible-toggle:hover {
  color: #2A8194;
}

h2.collapsible-toggle svg {
  font-size: 24px;
  line-height: 24px;
}

h3.collapsible-toggle svg {
  font-size: 21px;
  line-height: 21px;
}

h4.collapsible-toggle {
  font-weight: 700;
}
h4.collapsible-toggle svg {
  font-size: 18px;
  line-height: 18px;
}

.collapsible {
  border: 1px solid #4EC4A3;
  border-radius: 12px;
  margin-bottom: 2em;
  padding: 20px;
}
.collapsible.closed {
  display: none;
}
.collapsible .last-block p:last-child, .collapsible .last-block ul:last-child, .collapsible .last-block ol:last-child {
  margin-bottom: 0;
}
.collapsible .person:last-of-type {
  margin-bottom: 0;
}

.footnotes {
  border-top: 1px solid #4EC4A3;
  color: #6C6D6F;
  font-size: 16px;
  line-height: 21px;
  padding-top: 30px;
}
.footnotes svg {
  margin-left: 8px;
}

.event-box {
  background: #edf9f5;
  border-radius: 12px;
  margin-bottom: 2em;
  overflow: hidden;
  padding: 20px;
  position: relative;
}
.event-box.has-map {
  padding-right: 51.9480519481%;
}
.event-box ul {
  margin: 0;
}
.event-box li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font: 700 21px/24px "Source Sans Pro", sans-serif;
  margin-bottom: 10px;
}
.event-box li.event-registration-link {
  margin: 20px 0 0;
}
.event-box li > svg {
  color: #4EC4A3;
  margin-right: 10px;
}
.event-box .gm-map {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 48.0519480519%;
}

.person-detail {
  align-content: flex-start;
  display: flex;
}

.person-detail-photo {
  flex-shrink: 0;
  width: 31.6239316239%;
}

.person-detail-content {
  margin-left: auto;
  width: 65.811965812%;
}
.person-detail-content h2.person-position {
  color: #6C6D6F;
  font: normal 24px/26px "Source Sans Pro", sans-serif;
  margin-top: -20px;
}

.person-links li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 10px;
}
.person-links svg {
  color: #4EC4A3;
  font-size: 24px;
  margin-right: 6px;
  vertical-align: middle;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2em;
}
.buttons .btn {
  margin: 0 20px;
}

/**
 * State Map	
*/
.state-map svg {
  width: 100%;
}
.state-map .state {
  fill: #2A8194;
}
.state-map .state:hover {
  fill: #4EC4A3;
}
.state-map .line {
  stroke: #4EC4A3;
}
.state-map .label {
  font-family: "Source Sans Pro", sans-serif !important;
}

/**
 * Home	
*/
.feature {
  margin-bottom: 20px;
}

.feature-image {
  display: block;
}

.feature-content {
  background: #FFF;
  border-radius: 12px;
  margin: -100px auto 0;
  max-width: 770px;
  padding: 20px;
  position: relative;
}
.feature-content .badge {
  display: inline-block;
  position: absolute;
  top: -12px;
}
.feature-content h2 {
  margin-bottom: 10px;
}
.feature-content h2 a {
  color: #000;
}
.feature-content h2 a:hover {
  color: #2A8194;
}

.feature-summary {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
}
.feature-summary p {
  margin: 0;
}

.home-blurb {
  background: #edf9f5;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top: 4px solid #4EC4A3;
  font: 400 32px/36px "Zilla Slab", serif;
  margin-bottom: 40px;
  padding: 40px;
  text-align: center;
}
.home-blurb p {
  margin: 0;
}

.home-links {
  margin-bottom: 60px;
}
.home-links li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-top: -20px;
}
.home-links li.first {
  margin-top: 0;
}
.home-links li.odd img, .home-links li.odd .home-link-content {
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.home-links li.even img, .home-links li.even .home-link-content {
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.home-links li.even .home-link-content {
  margin-left: auto;
  margin-right: -100px;
  order: 1;
  text-align: right;
}
.home-links li.even img {
  order: 2;
}
.home-links a {
  align-items: center;
  color: #000;
  display: flex;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
}
.home-links a:hover h2 {
  color: #2A8194;
}
.home-links img {
  width: 370px;
}
.home-links .home-link-content {
  background: #FFF;
  margin-left: -100px;
  padding: 20px;
  position: relative;
  width: 53.8461538462%;
  z-index: 2;
}
.home-links h2 {
  margin-bottom: 5px;
  transition: color 0.2s linear;
}
.home-links p {
  font-size: 16px;
  line-height: 21px;
  margin: 0;
}

.home-lower {
  display: flex;
}

.home-lower-block {
  margin-right: 2.5641025641%;
  width: 31.6239316239%;
}
.home-lower-block.home-alerts {
  background: #edf9f5;
  border-radius: 12px;
  margin-top: -20px;
  padding: 20px;
}
.home-lower-block.home-alerts h2 {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.home-lower-block.home-podcasts {
  margin-right: 0;
}
.home-lower-block .btn {
  margin-top: 20px;
}

/**
 * Sidebar	
*/
.sidebar {
  align-self: flex-start;
  margin-left: auto;
  position: sticky;
  top: 100px;
  width: 23.0769230769%;
}
.sidebar ul {
  margin: 0;
}
.sidebar h3 {
  border-bottom: 4px solid #FFF;
  font: 600 18px/20px "Source Sans Pro", sans-serif;
  margin: 0;
  padding: 12px 20px;
}
.sidebar > h3 {
  text-transform: uppercase;
}

.calendar-links li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
.calendar-links li svg {
  color: #4EC4A3;
  margin-right: 8px;
}

nav.sidebar h3 {
  border-bottom: 0;
  padding: 0;
}
nav.sidebar h3 a {
  background: #2A8194;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  color: #FFF;
  display: block;
  padding: 12px 20px;
  transition: background 0.2s linear;
}
nav.sidebar h3 a:hover {
  background: #000;
}
nav.sidebar ul {
  background: #edf9f5;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin: 0;
  padding: 0 0 10px;
}
nav.sidebar li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
}
nav.sidebar li a {
  display: block;
  padding: 5px 20px;
}
nav.sidebar li a.active {
  background: #2A8194;
  border-top: 1px solid #FFF;
  color: #FFF;
  text-decoration: none;
}
nav.sidebar li svg {
  color: #2A8194;
  font-size: 32px;
  left: -8px;
  line-height: 32px;
  margin-top: -16px;
  position: absolute;
  top: 50%;
}
nav.sidebar.page-nav {
  align-self: flex-start;
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
}
nav.sidebar.page-nav ul {
  border-radius: 12px;
  padding: 10px 0;
}
nav.sidebar.page-nav li.level-2 a {
  font-size: 16px;
  line-height: 19px;
  padding-left: 30px;
}
nav.sidebar.page-nav li.level-3 a {
  font-size: 16px;
  line-height: 19px;
  padding-left: 40px;
}

.sidebar form, .sidebar-filter form, .sidebar-block {
  background: #edf9f5;
  border-radius: 12px;
}
.sidebar form .filter, .sidebar-filter form .filter, .sidebar-block .filter {
  border-bottom: 4px solid #FFF;
  padding: 12px 20px;
}
.sidebar form label, .sidebar-filter form label, .sidebar-block label {
  margin-bottom: 5px;
}
.sidebar form label svg, .sidebar-filter form label svg, .sidebar-block label svg {
  color: #4EC4A3;
  margin-right: 4px;
  vertical-align: middle;
}
.sidebar form .checkbox-group-filter > label, .sidebar-filter form .checkbox-group-filter > label, .sidebar-block .checkbox-group-filter > label {
  margin-bottom: 0;
  position: relative;
}
.sidebar form .checkbox-group-filter > label svg, .sidebar-filter form .checkbox-group-filter > label svg, .sidebar-block .checkbox-group-filter > label svg {
  position: absolute;
  right: 0;
  top: 2px;
}
.sidebar form .checkbox-toggler, .sidebar-filter form .checkbox-toggler, .sidebar-block .checkbox-toggler {
  margin-top: 5px;
}
.sidebar form .checkboxes, .sidebar-filter form .checkboxes, .sidebar-block .checkboxes {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
}
.sidebar form .checkboxes li, .sidebar-filter form .checkboxes li, .sidebar-block .checkboxes li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.sidebar form .checkboxes label, .sidebar-filter form .checkboxes label, .sidebar-block .checkboxes label {
  font-weight: 400;
  padding: 2px;
}
.sidebar form .filter-submit .btn, .sidebar-filter form .filter-submit .btn, .sidebar-block .filter-submit .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
}
.sidebar form .filter-submit .btn svg, .sidebar-filter form .filter-submit .btn svg, .sidebar-block .filter-submit .btn svg {
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  right: 20px;
  top: 8px;
}
.sidebar form p, .sidebar-filter form p, .sidebar-block p {
  margin: 0;
  padding: 12px 20px;
}

.checkbox-group {
  max-height: 160px;
  margin-right: -20px;
  padding-right: 20px;
  overflow-y: scroll;
}
.checkbox-group div {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.checkbox-group label {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  padding-left: 25px;
  position: relative;
}
.checkbox-group label.child-checkbox {
  padding-left: 45px;
}
.checkbox-group label input {
  left: 0;
  position: absolute;
  top: 2px;
}

.sidebar-signup, .sidebar-block {
  margin-bottom: 40px;
}

/**
 * Pagination	
*/
.pagination {
  padding: 20px 0;
  text-align: center;
}
.pagination a, .pagination span {
  background: #2A8194;
  border: 1px solid #2A8194;
  border-radius: 8px;
  color: #FFF;
  display: inline-block;
  font-weight: 400;
  margin: 0 5px;
  padding: 4px 12px;
  text-decoration: none;
}
.pagination span.current {
  background: #FFF;
  border-color: #FFF;
  color: #2A8194;
}

/**
 * Footer	
*/
.footer-primary {
  border-top: 4px solid #4EC4A3;
  font-size: 16px;
  line-height: 22px;
  padding: 40px 0;
}
.footer-primary .wrapper {
  display: flex;
}

.footer-newsletter {
  width: 40.1709401709%;
}
.footer-newsletter h2 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 15px;
}
.footer-newsletter p {
  margin-bottom: 15px;
}
.footer-newsletter form {
  position: relative;
}
.footer-newsletter input {
  width: calc(100% - 34px);
}
.footer-newsletter button {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

.footer-address {
  background: transparent url(../img/logo-icon.png) no-repeat left top;
  background-size: 70px 104px;
  margin-left: auto;
  margin-top: -12px;
  padding-left: 100px;
  padding-top: 20px;
  width: 40.1709401709%;
}
.footer-address p {
  margin: 0;
}
.footer-address ul {
  margin: 20px 0 0;
}
.footer-address ul li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 10px;
}
.footer-address svg {
  font-size: 24px;
  line-height: 24px;
}

.footer-nyu {
  margin-top: 20px;
  width: 170px;
}

/**
 * Mailchimp Archives	
*/
.campaign {
  border-top: 1px dotted #4EC4A3;
  display: block;
  padding: 10px 0;
}

/* 
	Forms
*/
.signup {
  background: #edf9f5;
  border: 1px solid #4EC4A3;
  border-radius: 12px;
  margin-bottom: 2em;
  padding: 20px;
}
.signup.single-row .row-group .row {
  margin: 0;
  width: 80%;
}
.signup.single-row .row-group .submit-row {
  margin-left: auto;
  margin-top: auto;
  width: 18%;
}
.signup.single-row .row-group .submit-row .btn {
  display: block;
  width: 100%;
}

.form {
  background: #edf9f5;
  border-radius: 12px;
  padding: 20px;
}

.row {
  margin-bottom: 10px;
}
.row label {
  margin-bottom: 5px;
}

.row-group {
  display: flex;
}
.row-group .row {
  width: 49%;
}
.row-group .row:nth-child(even) {
  margin-left: auto;
}

label {
  cursor: pointer;
  display: block;
  font-weight: bold;
}

input.datepicker {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

.error {
  color: #CC0000;
  font-weight: 600;
}

.errors, .parsley-errors-list {
  color: #CC0000;
  font-weight: 600;
  margin: 0;
}
.errors li, .parsley-errors-list li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  padding: 4px;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #CC0000;
  border: 1px solid #CC0000;
}

.required {
  color: #CC0000;
  font-weight: 600;
  margin-left: 5px;
}

/**
 * Plastics Tracker	
*/
.header-plastics-tracker {
  background: #FFF;
  border-bottom: 4px solid #2A8194;
  padding: 20px 0;
}
.header-plastics-tracker .wrapper {
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}
.header-plastics-tracker h1 {
  color: #000;
  font: 700 36px/38px "Zilla Slab", serif;
  margin: 0;
}
.header-plastics-tracker .plastics-tracker-header-logos {
  margin-left: auto;
}
.header-plastics-tracker .plastics-tracker-header-logos img {
  height: 80px;
  vertical-align: middle;
}
.header-plastics-tracker .plastics-tracker-header-logos img:nth-child(odd) {
  height: 60px;
  margin-right: 20px;
}

.footer-plastics-tracker {
  border-top: 4px solid #2A8194;
  font-size: 14px;
  line-height: 20px;
  padding: 40px 0;
}
.footer-plastics-tracker .wrapper {
  display: flex;
}
.footer-plastics-tracker .plastics-org-blurb {
  width: 45%;
}
.footer-plastics-tracker .plastics-org-blurb:nth-child(odd) img {
  mix-blend-mode: multiply;
  width: 220px;
}
.footer-plastics-tracker .plastics-org-blurb:nth-child(even) {
  margin-left: auto;
}
.footer-plastics-tracker img {
  float: left;
  margin: 0 20px 10px 0;
  width: 180px;
}

@media screen and (max-width: 1100px) {
  .nav-primary {
    left: auto;
    right: 0;
  }
  .nav-primary a {
    padding: 20px 15px;
  }
  .nav-primary li ul li a {
    padding: 8px 15px;
  }
}
@media screen and (max-width: 960px) {
  .header-primary {
    border-bottom: 0;
    padding: 0;
  }
  .header-primary .wrapper {
    padding: 10px 10px 0;
  }
  .logo {
    width: 300px;
  }
  .filter-toggle {
    margin-left: -20px;
    margin-right: -20px;
    background: #edf9f5;
    display: block;
    margin-bottom: 20px;
    padding: 15px 20px;
    width: auto;
  }
  .filter-toggle svg {
    color: #4EC4A3;
    font-size: 24px;
    margin-right: 5px;
    vertical-align: middle;
  }
  a.toggle {
    background: #2A8194;
    border-bottom: 2px solid #4EC4A3;
    border-top: 4px solid #4EC4A3;
    color: #FFF;
    display: block;
    font: 400 18px/24px "Source Sans Pro", sans-serif;
    margin: 0 -10px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
  }
  a.toggle svg {
    font-size: 24px;
    line-height: 24px;
    margin-right: 10px;
    position: relative;
    top: 3px;
  }
  .nav-primary {
    background: #edf9f5;
    border-bottom: 2px solid #4EC4A3;
    margin-left: -10px;
    margin-right: -10px;
    position: static;
  }
  .nav-primary ul {
    display: block !important;
  }
  .nav-primary li {
    border-bottom: 1px solid #4EC4A3;
    display: block;
  }
  .nav-primary li ul {
    background: transparent;
    border: 0;
    columns: 2;
    margin-bottom: 5px;
    margin-top: -15px;
    position: static;
    width: auto;
  }
  .nav-primary li ul li {
    border-bottom: 0;
  }
  .nav-primary li ul li a {
    font-weight: 400;
    padding: 5px 20px;
  }
  .nav-primary a {
    font-weight: 600;
    text-transform: none;
    padding: 10px 20px;
  }
  .nav-primary form {
    background: #FFF;
    margin: 20px;
    position: relative;
    right: 0;
    top: auto;
    width: auto;
  }
  .nav-primary form button {
    bottom: 4px;
    right: 6px;
  }
  .content-with-sidebar {
    display: block;
    padding-bottom: 0;
  }
  .content-with-sidebar .content {
    width: auto;
  }
  .content, article header {
    width: auto;
  }
  article.issue header {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
  }
  article.issue .content {
    margin-top: 0;
    padding: 0;
  }
  .sidebar {
    margin-top: 40px;
    position: static;
    width: auto;
  }
  .sidebar .cards {
    display: flex;
  }
  .sidebar .cards li {
    margin: 0 2.5641025641% 0 0;
    width: 31.6239316239%;
  }
  .sidebar .cards li:last-child {
    margin-right: 0;
  }
  .sidebar.page-nav {
    margin-bottom: 40px;
    margin-top: 0;
    position: static !important;
  }
  .sidebar.page-nav ul {
    border-radius: 0 !important;
  }
  .calendar-links ul {
    display: flex;
    flex-wrap: wrap;
  }
  .calendar-links ul li {
    width: 50%;
  }
  .sidebar-filter {
    margin-top: -16px;
  }
  .sidebar form, .sidebar-filter form, .sidebar-block {
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
    margin-bottom: 20px;
  }
  .sidebar form .filter-submit .btn, .sidebar-filter form .filter-submit .btn, .sidebar-block .filter-submit .btn {
    border-radius: 0;
  }
  nav.sidebar {
    margin-left: -20px;
    margin-right: -20px;
  }
  nav.sidebar h3 a {
    border-radius: 0;
  }
  nav.sidebar ul {
    border-radius: 0;
  }
  .action-meta {
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
  .issue footer {
    margin-left: -20px;
    margin-right: -20px;
  }
  .issue footer h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .issue footer .issues li {
    border-radius: 0 !important;
  }
  .feature {
    margin: -20px -20px 0;
  }
  .feature .feature-content {
    border-radius: 0;
    margin-top: 0;
    max-width: none;
  }
  .home-blurb {
    margin-left: -20px;
    margin-right: -20px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    padding: 20px;
  }
  .footer-primary {
    padding: 0;
  }
  .footer-primary .wrapper {
    display: block;
    padding: 0;
  }
  .footer-newsletter {
    border-bottom: 4px solid #FFF;
    padding: 20px;
    text-align: center;
    width: auto;
  }
  .footer-address {
    background-position: center 20px;
    margin: 0;
    padding: 140px 20px 20px;
    text-align: center;
    width: auto;
  }
  .footer-nyu {
    margin: 20px auto;
  }
  .header-plastics-tracker h1 {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
  .header-plastics-tracker .plastics-tracker-header-logos {
    text-align: center;
    width: 100%;
  }
  .footer-plastics-tracker {
    padding: 20px 0;
  }
  .footer-plastics-tracker .wrapper {
    display: block;
    text-align: center;
  }
  .footer-plastics-tracker .plastics-org-blurb {
    width: 100%;
  }
  .footer-plastics-tracker .plastics-org-blurb img {
    float: none;
    margin: 0 0 10px;
  }
  .footer-plastics-tracker img {
    float: left;
    margin: 0 20px 10px 0;
    width: 180px;
  }
}
@media screen and (max-width: 840px) {
  h1 {
    font-size: 36px;
    line-height: 38px;
  }
  h2 {
    font-size: 28px;
    line-height: 30px;
  }
  h3 {
    font-size: 24px;
    line-height: 26px;
  }
  .intro {
    font-size: 21px;
    line-height: 26px;
  }
  .text-with-logos {
    display: block;
  }
  .text-with-logos .logos {
    margin: 0;
    text-align: center;
    width: auto;
  }
  .text-with-logos .logos figure {
    display: inline-block;
    margin: 0 20px 20px;
  }
  .feature-image {
    height: 200px;
  }
  .feature-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .feature-content h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .home-blurb {
    border-bottom: 1px solid #4EC4A3;
    border-radius: 0;
    margin-bottom: 0;
  }
  .home-links {
    margin-left: -20px;
    margin-right: -20px;
  }
  .home-links h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .home-links li {
    margin: 0;
  }
  .home-links li a {
    display: block;
  }
  .home-links li img, .home-links li .home-link-content {
    border-radius: 0 !important;
  }
  .home-links li img {
    display: block;
    width: 75%;
  }
  .home-links li .home-link-content {
    margin: -80px 0 0;
    padding: 15px 20px 30px;
    width: 75%;
  }
  .home-links li.odd img {
    margin-left: 0;
    margin-right: auto;
  }
  .home-links li.odd .home-link-content {
    margin-left: auto;
    margin-right: 0;
  }
  .home-links li.even img {
    margin-left: auto;
    margin-right: 0;
  }
  .home-links li.even .home-link-content {
    margin-left: 0;
    margin-right: auto;
  }
  .home-lower {
    display: block;
  }
  .home-lower-block {
    margin-bottom: 20px;
    width: auto;
  }
  .home-lower-block h2 {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-lower-block.home-alerts {
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
    margin-top: 0;
  }
  .home-lower-block.home-podcasts {
    margin-bottom: 0;
  }
  .event-box.has-map {
    padding-right: 20px;
  }
  .event-box.has-map .gm-map {
    height: 160px;
    margin: 20px -20px -20px;
    position: static;
    width: auto;
  }
  .divider {
    margin: 20px 0;
  }
  .person-detail {
    display: block;
  }
  .person-detail-photo {
    float: left;
    margin: 0 20px 10px 0;
    width: 170px;
  }
  .person-detail-content {
    width: auto;
  }
  .person-detail-content h2.person-position {
    font-size: 21px;
    line-height: 24px;
  }
  blockquote.pullquote {
    float: none !important;
    margin: 0 0 2em !important;
    padding: 1em 1em 0;
    width: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .biden-tracker-viz, .ag-litigation-viz {
    display: block;
    margin: 0;
  }
  .biden-tracker-viz h2, .ag-litigation-viz h2 {
    margin-bottom: 10px;
  }
  .biden-tracker-viz > div, .ag-litigation-viz > div {
    width: auto;
  }
  .viz-pie-chart {
    height: 300px;
    margin-bottom: 20px;
  }
  .biden-tracker-header, .biden-tracker-row {
    flex-wrap: wrap;
  }
  .biden-tracker-header .biden-tracker-cell-case {
    display: none;
  }
  .biden-tracker-row {
    border-left: 1px solid #4EC4A3;
  }
  .biden-tracker-cell {
    border-right: 1px solid #4EC4A3 !important;
    width: 20%;
  }
  .biden-tracker-cell.biden-tracker-cell-case {
    border-bottom: 1px solid #4EC4A3;
    border-top: 1px solid #4EC4A3;
    width: 100%;
  }
  .biden-tracker-description {
    border: 1px solid #4EC4A3;
  }
  .gallery li {
    width: 33.3333333333%;
  }
  .ferc-charts {
    margin: 20px 0;
  }
  .ferc-chart {
    width: 100%;
  }
  .ferc-group {
    overflow-y: scroll;
  }
  .ferc-headings, .ferc-content {
    flex-wrap: nowrap;
  }
  .ferc-cell {
    flex-basis: 140px;
    flex-shrink: 0;
  }
  .signup.single-row .row-group {
    display: flex;
  }
  .signup.single-row .row-group .row {
    width: 65%;
  }
  .signup.single-row .row-group .submit-row {
    width: 32%;
  }
  .row-group {
    display: block;
  }
  .row-group .row {
    width: auto;
  }
  body {
    font-size: 16px;
    line-height: 22px;
  }
  .left, .right {
    float: none;
    margin: 0 0 2em;
    width: auto;
  }
  main {
    padding: 20px 0;
  }
  h2.block-heading {
    font-size: 24px;
    line-height: 26px;
  }
  .sidebar .cards, .grid {
    display: block;
  }
  .sidebar .cards li, .grid li {
    margin: 0 0 20px;
    width: auto;
  }
  .person .person-photo {
    width: 22.0779220779%;
  }
  .person .person-content {
    margin-left: auto;
    width: 74.025974026%;
  }
  .person-detail-photo {
    float: none;
    margin: 0 0 20px;
    width: auto;
  }
  .person-links li {
    display: block;
    margin: 0 0 10px;
  }
  .issues {
    margin-bottom: 30px;
  }
  .issue footer .issues {
    display: flex;
    margin: 0;
  }
  .issue footer .issues li {
    width: 50%;
  }
  .header-plastics-tracker h1 {
    margin-bottom: 0;
  }
  .header-plastics-tracker .plastics-tracker-header-logos {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .gallery li {
    width: 50%;
  }
  .person {
    display: block;
    margin-bottom: 2em;
  }
  .person .person-photo, .person .person-content {
    width: auto;
  }
  .person .person-photo {
    margin-bottom: 10px;
  }
}
