/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '\2190';
}

[dir='rtl'] .slick-prev:before {
  content: '\2192';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '\2192';
}

[dir='rtl'] .slick-next:before {
  content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\2022';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/* 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;
  -webkit-box-sizing: border-box;
  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: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-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;
  -ms-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;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  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%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  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;
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  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;
    -webkit-box-sizing: border-box;
    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;
  }
}
@charset "UTF-8";
.font-secondary {
  font-family: "republic-web", sans-serif !important;
}

.card-drop-shadow {
  -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.09);
}

a:focus {
  outline: 4px solid #087F8C;
}

a:focus .c-commitees-meetings {
  outline: 2px solid #087F8C;
}

button:focus {
  outline: 4px solid #087F8C;
}

.close-live-modal:focus {
  outline: 4px solid #087F8C;
}

.fixed-header .button-basic-container:focus {
  outline: 4px solid #087F8C;
}

a, button {
  outline: 0;
}

body {
  font-size: 100%;
}

.u-txt-c {
  text-align: center;
}

.u-txt-c .button {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .large-2_5 {
    width: 21.3% !important;
  }
}

@media screen and (min-width: 1024px) {
  .large-8_5 {
    width: 72% !important;
  }
}

@media screen and (min-width: 1024px) {
  .large-pull-2_8 {
    position: relative;
    left: -28%;
  }
}

.card-drop-shadow {
  -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.09);
}

@media screen and (max-width: 640px) {
  .mobile-column-padding {
    padding: 0px 2px !important;
  }
}

.c-modal--authority-meetings-archive {
  top: 0px !important;
}

.large-10-5 {
  width: 87%;
}

.large-2-5 {
  width: 13%;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.5.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: pointer;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

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

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

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

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

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

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

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

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

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

::placeholder {
  color: #cacaca;
}

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

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

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

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

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

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

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

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

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

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

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

.form-error.is-visible {
  display: block;
}

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

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #1468a0;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 78.125rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

dl {
  margin-bottom: 1rem;
}

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "\2014   ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

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

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

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

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

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

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

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

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

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

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

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

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

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

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

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

.row {
  max-width: 78.125rem;
  margin-right: auto;
  margin-left: auto;
}

.row::before, .row::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.row::after {
  clear: both;
}

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

.row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 75em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

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

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

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

.small-1 {
  width: 8.33333333%;
}

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

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

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

.small-2 {
  width: 16.66666667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.33333333%;
}

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

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

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

.small-5 {
  width: 41.66666667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.33333333%;
}

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

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

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

.small-8 {
  width: 66.66666667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.33333333%;
}

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

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

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

.small-11 {
  width: 91.66666667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333333%;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66666667%;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571429%;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

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

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

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

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

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

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

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

.small-uncentered, .small-uncentered:last-child:not(:first-child),
.small-push-0,
.small-push-0:last-child:not(:first-child),
.small-pull-0,
.small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.small-uncentered:last-child:not(:first-child),
.small-push-0:last-child:not(:first-child),
.small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66666667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66666667%;
  }
  .medium-4 {
    width: 33.33333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66666667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66666667%;
  }
  .medium-7 {
    width: 58.33333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66666667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66666667%;
  }
  .medium-10 {
    width: 83.33333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66666667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571429%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child),
  .medium-push-0,
  .medium-push-0:last-child:not(:first-child),
  .medium-pull-0,
  .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child),
  .medium-push-0:last-child:not(:first-child),
  .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66666667%;
  }
  .large-offset-1 {
    margin-left: 8.33333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66666667%;
  }
  .large-4 {
    width: 33.33333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66666667%;
  }
  .large-offset-4 {
    margin-left: 33.33333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66666667%;
  }
  .large-7 {
    width: 58.33333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66666667%;
  }
  .large-offset-7 {
    margin-left: 58.33333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66666667%;
  }
  .large-10 {
    width: 83.33333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66666667%;
  }
  .large-offset-10 {
    margin-left: 83.33333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571429%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child),
  .large-push-0,
  .large-push-0:last-child:not(:first-child),
  .large-pull-0,
  .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child),
  .large-push-0:last-child:not(:first-child),
  .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.33333333%;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333333%;
  }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    width: 16.66666667%;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.66666667%;
  }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66666667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.33333333%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.66666667%;
  }
  .xlarge-4 {
    width: 33.33333333%;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333333%;
  }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    width: 41.66666667%;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.66666667%;
  }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66666667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.33333333%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.66666667%;
  }
  .xlarge-7 {
    width: 58.33333333%;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333333%;
  }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    width: 66.66666667%;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.66666667%;
  }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66666667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.33333333%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.66666667%;
  }
  .xlarge-10 {
    width: 83.33333333%;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333333%;
  }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    width: 91.66666667%;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.66666667%;
  }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66666667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.33333333%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.66666667%;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.33333333%;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.66666667%;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.28571429%;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-uncentered, .xlarge-uncentered:last-child:not(:first-child),
  .xlarge-push-0,
  .xlarge-push-0:last-child:not(:first-child),
  .xlarge-pull-0,
  .xlarge-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .xlarge-uncentered:last-child:not(:first-child),
  .xlarge-push-0:last-child:not(:first-child),
  .xlarge-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

.column-block {
  margin-bottom: 1.875rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover, .button:focus {
  background-color: #14679e;
  color: #fefefe;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary {
  background-color: #1779ba;
  color: #fefefe;
}

.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}

.button.secondary {
  background-color: #767676;
  color: #fefefe;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

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

.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}

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

.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #1779ba;
  color: #fefefe;
}

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

.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #767676;
  color: #fefefe;
}

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

.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

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

.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

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

.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}

.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}

.button.clear:hover, .button.clear:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}

.button.clear.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}

.button.clear.secondary {
  border: 1px solid #767676;
  color: #767676;
}

.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}

.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.clear.success:hover, .button.clear.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}

.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}

.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}

.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-group::before, .button-group::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.button-group.primary .button {
  background-color: #1779ba;
  color: #fefefe;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #126195;
  color: #fefefe;
}

.button-group.secondary .button {
  background-color: #767676;
  color: #fefefe;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button-group.alert .button {
  background-color: #cc4b37;
  color: #fefefe;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

@media screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}

.label.primary {
  background: #1779ba;
  color: #fefefe;
}

.label.secondary {
  background: #767676;
  color: #fefefe;
}

.label.success {
  background: #3adb76;
  color: #0a0a0a;
}

.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}

.progress.primary .progress-meter {
  background-color: #1779ba;
}

.progress.secondary .progress-meter {
  background-color: #767676;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #cc4b37;
}

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

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

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #14679e;
}

.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

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

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

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

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: '';
}

input:checked ~ .switch-paddle {
  background: #1779ba;
}

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

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

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

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

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

.switch.tiny {
  height: 1.5rem;
}

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

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

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

.switch.small {
  height: 1.75rem;
}

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

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

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

.switch.large {
  height: 2.5rem;
}

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

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

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

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}

.badge.primary {
  background: #1779ba;
  color: #fefefe;
}

.badge.secondary {
  background: #767676;
  color: #fefefe;
}

.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}

.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

.breadcrumbs a {
  color: #1779ba;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #d7ecfa;
  color: #0a0a0a;
}

.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}

.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}

.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

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

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

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

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

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

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #0a0a0a;
}

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

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

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

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

.is-active > .accordion-title::before {
  content: '\2013';
}

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

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.media-object-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section.main-section {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.orbit {
  position: relative;
}

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

.orbit-slide {
  width: 100%;
  position: absolute;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

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

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

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

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

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

.tabs::before, .tabs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.tabs::after {
  clear: both;
}

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

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

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

.tabs.primary {
  background: #1779ba;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

[data-whatinput='mouse'] .tabs-title > a {
  outline: 0;
}

.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #1779ba;
}

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

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

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

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
}

a.thumbnail:hover, a.thumbnail:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}

a.thumbnail image {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu, .menu.horizontal {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.menu.vertical {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu.expanded li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.menu.simple {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu.large-expanded li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu.xlarge-vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu.xlarge-expanded li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}

.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}

.menu.align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu.align-right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu.align-right li .submenu li {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu.align-center li .submenu li {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.menu-centered > .menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-centered > .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}

.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

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

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}

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

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

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

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

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

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

.dropdown.menu > li > a {
  background: #fefefe;
  padding: 0.7rem 1rem;
}

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}

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

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

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

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

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

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

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

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

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

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

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

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

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

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 12;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}

.position-left.is-transition-push {
  -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
  transform: translateY(250px);
}

.position-top.is-transition-push {
  -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}

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

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column, .reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 78.125rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 78.125rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 78.125rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 78.125rem;
  }
}

.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

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

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

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

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

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #13284B;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 89.99875em) {
  .top-bar.stacked-for-xlarge {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

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

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

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.clearfix::after {
  clear: both;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

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

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

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

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

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

/*!
  Ionicons, v2.0.1
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.1");
  src: url("../fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("../fonts/ionicons.woff?v=2.0.1") format("woff"), url("../fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ion, .ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
  content: "\F101";
}

.ion-alert-circled:before {
  content: "\F100";
}

.ion-android-add:before {
  content: "\F2C7";
}

.ion-android-add-circle:before {
  content: "\F359";
}

.ion-android-alarm-clock:before {
  content: "\F35A";
}

.ion-android-alert:before {
  content: "\F35B";
}

.ion-android-apps:before {
  content: "\F35C";
}

.ion-android-archive:before {
  content: "\F2C9";
}

.ion-android-arrow-back:before {
  content: "\F2CA";
}

.ion-android-arrow-down:before {
  content: "\F35D";
}

.ion-android-arrow-dropdown:before {
  content: "\F35F";
}

.ion-android-arrow-dropdown-circle:before {
  content: "\F35E";
}

.ion-android-arrow-dropleft:before {
  content: "\F361";
}

.ion-android-arrow-dropleft-circle:before {
  content: "\F360";
}

.ion-android-arrow-dropright:before {
  content: "\F363";
}

.ion-android-arrow-dropright-circle:before {
  content: "\F362";
}

.ion-android-arrow-dropup:before {
  content: "\F365";
}

.ion-android-arrow-dropup-circle:before {
  content: "\F364";
}

.ion-android-arrow-forward:before {
  content: "\F30F";
}

.ion-android-arrow-up:before {
  content: "\F366";
}

.ion-android-attach:before {
  content: "\F367";
}

.ion-android-bar:before {
  content: "\F368";
}

.ion-android-bicycle:before {
  content: "\F369";
}

.ion-android-boat:before {
  content: "\F36A";
}

.ion-android-bookmark:before {
  content: "\F36B";
}

.ion-android-bulb:before {
  content: "\F36C";
}

.ion-android-bus:before {
  content: "\F36D";
}

.ion-android-calendar:before {
  content: "\F2D1";
}

.ion-android-call:before {
  content: "\F2D2";
}

.ion-android-camera:before {
  content: "\F2D3";
}

.ion-android-cancel:before {
  content: "\F36E";
}

.ion-android-car:before {
  content: "\F36F";
}

.ion-android-cart:before {
  content: "\F370";
}

.ion-android-chat:before {
  content: "\F2D4";
}

.ion-android-checkbox:before {
  content: "\F374";
}

.ion-android-checkbox-blank:before {
  content: "\F371";
}

.ion-android-checkbox-outline:before {
  content: "\F373";
}

.ion-android-checkbox-outline-blank:before {
  content: "\F372";
}

.ion-android-checkmark-circle:before {
  content: "\F375";
}

.ion-android-clipboard:before {
  content: "\F376";
}

.ion-android-close:before {
  content: "\F2D7";
}

.ion-android-cloud:before {
  content: "\F37A";
}

.ion-android-cloud-circle:before {
  content: "\F377";
}

.ion-android-cloud-done:before {
  content: "\F378";
}

.ion-android-cloud-outline:before {
  content: "\F379";
}

.ion-android-color-palette:before {
  content: "\F37B";
}

.ion-android-compass:before {
  content: "\F37C";
}

.ion-android-contact:before {
  content: "\F2D8";
}

.ion-android-contacts:before {
  content: "\F2D9";
}

.ion-android-contract:before {
  content: "\F37D";
}

.ion-android-create:before {
  content: "\F37E";
}

.ion-android-delete:before {
  content: "\F37F";
}

.ion-android-desktop:before {
  content: "\F380";
}

.ion-android-document:before {
  content: "\F381";
}

.ion-android-done:before {
  content: "\F383";
}

.ion-android-done-all:before {
  content: "\F382";
}

.ion-android-download:before {
  content: "\F2DD";
}

.ion-android-drafts:before {
  content: "\F384";
}

.ion-android-exit:before {
  content: "\F385";
}

.ion-android-expand:before {
  content: "\F386";
}

.ion-android-favorite:before {
  content: "\F388";
}

.ion-android-favorite-outline:before {
  content: "\F387";
}

.ion-android-film:before {
  content: "\F389";
}

.ion-android-folder:before {
  content: "\F2E0";
}

.ion-android-folder-open:before {
  content: "\F38A";
}

.ion-android-funnel:before {
  content: "\F38B";
}

.ion-android-globe:before {
  content: "\F38C";
}

.ion-android-hand:before {
  content: "\F2E3";
}

.ion-android-hangout:before {
  content: "\F38D";
}

.ion-android-happy:before {
  content: "\F38E";
}

.ion-android-home:before {
  content: "\F38F";
}

.ion-android-image:before {
  content: "\F2E4";
}

.ion-android-laptop:before {
  content: "\F390";
}

.ion-android-list:before {
  content: "\F391";
}

.ion-android-locate:before {
  content: "\F2E9";
}

.ion-android-lock:before {
  content: "\F392";
}

.ion-android-mail:before {
  content: "\F2EB";
}

.ion-android-map:before {
  content: "\F393";
}

.ion-android-menu:before {
  content: "\F394";
}

.ion-android-microphone:before {
  content: "\F2EC";
}

.ion-android-microphone-off:before {
  content: "\F395";
}

.ion-android-more-horizontal:before {
  content: "\F396";
}

.ion-android-more-vertical:before {
  content: "\F397";
}

.ion-android-navigate:before {
  content: "\F398";
}

.ion-android-notifications:before {
  content: "\F39B";
}

.ion-android-notifications-none:before {
  content: "\F399";
}

.ion-android-notifications-off:before {
  content: "\F39A";
}

.ion-android-open:before {
  content: "\F39C";
}

.ion-android-options:before {
  content: "\F39D";
}

.ion-android-people:before {
  content: "\F39E";
}

.ion-android-person:before {
  content: "\F3A0";
}

.ion-android-person-add:before {
  content: "\F39F";
}

.ion-android-phone-landscape:before {
  content: "\F3A1";
}

.ion-android-phone-portrait:before {
  content: "\F3A2";
}

.ion-android-pin:before {
  content: "\F3A3";
}

.ion-android-plane:before {
  content: "\F3A4";
}

.ion-android-playstore:before {
  content: "\F2F0";
}

.ion-android-print:before {
  content: "\F3A5";
}

.ion-android-radio-button-off:before {
  content: "\F3A6";
}

.ion-android-radio-button-on:before {
  content: "\F3A7";
}

.ion-android-refresh:before {
  content: "\F3A8";
}

.ion-android-remove:before {
  content: "\F2F4";
}

.ion-android-remove-circle:before {
  content: "\F3A9";
}

.ion-android-restaurant:before {
  content: "\F3AA";
}

.ion-android-sad:before {
  content: "\F3AB";
}

.ion-android-search:before {
  content: "\F2F5";
}

.ion-android-send:before {
  content: "\F2F6";
}

.ion-android-settings:before {
  content: "\F2F7";
}

.ion-android-share:before {
  content: "\F2F8";
}

.ion-android-share-alt:before {
  content: "\F3AC";
}

.ion-android-star:before {
  content: "\F2FC";
}

.ion-android-star-half:before {
  content: "\F3AD";
}

.ion-android-star-outline:before {
  content: "\F3AE";
}

.ion-android-stopwatch:before {
  content: "\F2FD";
}

.ion-android-subway:before {
  content: "\F3AF";
}

.ion-android-sunny:before {
  content: "\F3B0";
}

.ion-android-sync:before {
  content: "\F3B1";
}

.ion-android-textsms:before {
  content: "\F3B2";
}

.ion-android-time:before {
  content: "\F3B3";
}

.ion-android-train:before {
  content: "\F3B4";
}

.ion-android-unlock:before {
  content: "\F3B5";
}

.ion-android-upload:before {
  content: "\F3B6";
}

.ion-android-volume-down:before {
  content: "\F3B7";
}

.ion-android-volume-mute:before {
  content: "\F3B8";
}

.ion-android-volume-off:before {
  content: "\F3B9";
}

.ion-android-volume-up:before {
  content: "\F3BA";
}

.ion-android-walk:before {
  content: "\F3BB";
}

.ion-android-warning:before {
  content: "\F3BC";
}

.ion-android-watch:before {
  content: "\F3BD";
}

.ion-android-wifi:before {
  content: "\F305";
}

.ion-aperture:before {
  content: "\F313";
}

.ion-archive:before {
  content: "\F102";
}

.ion-arrow-down-a:before {
  content: "\F103";
}

.ion-arrow-down-b:before {
  content: "\F104";
}

.ion-arrow-down-c:before {
  content: "\F105";
}

.ion-arrow-expand:before {
  content: "\F25E";
}

.ion-arrow-graph-down-left:before {
  content: "\F25F";
}

.ion-arrow-graph-down-right:before {
  content: "\F260";
}

.ion-arrow-graph-up-left:before {
  content: "\F261";
}

.ion-arrow-graph-up-right:before {
  content: "\F262";
}

.ion-arrow-left-a:before {
  content: "\F106";
}

.ion-arrow-left-b:before {
  content: "\F107";
}

.ion-arrow-left-c:before {
  content: "\F108";
}

.ion-arrow-move:before {
  content: "\F263";
}

.ion-arrow-resize:before {
  content: "\F264";
}

.ion-arrow-return-left:before {
  content: "\F265";
}

.ion-arrow-return-right:before {
  content: "\F266";
}

.ion-arrow-right-a:before {
  content: "\F109";
}

.ion-arrow-right-b:before {
  content: "\F10A";
}

.ion-arrow-right-c:before {
  content: "\F10B";
}

.ion-arrow-shrink:before {
  content: "\F267";
}

.ion-arrow-swap:before {
  content: "\F268";
}

.ion-arrow-up-a:before {
  content: "\F10C";
}

.ion-arrow-up-b:before {
  content: "\F10D";
}

.ion-arrow-up-c:before {
  content: "\F10E";
}

.ion-asterisk:before {
  content: "\F314";
}

.ion-at:before {
  content: "\F10F";
}

.ion-backspace:before {
  content: "\F3BF";
}

.ion-backspace-outline:before {
  content: "\F3BE";
}

.ion-bag:before {
  content: "\F110";
}

.ion-battery-charging:before {
  content: "\F111";
}

.ion-battery-empty:before {
  content: "\F112";
}

.ion-battery-full:before {
  content: "\F113";
}

.ion-battery-half:before {
  content: "\F114";
}

.ion-battery-low:before {
  content: "\F115";
}

.ion-beaker:before {
  content: "\F269";
}

.ion-beer:before {
  content: "\F26A";
}

.ion-bluetooth:before {
  content: "\F116";
}

.ion-bonfire:before {
  content: "\F315";
}

.ion-bookmark:before {
  content: "\F26B";
}

.ion-bowtie:before {
  content: "\F3C0";
}

.ion-briefcase:before {
  content: "\F26C";
}

.ion-bug:before {
  content: "\F2BE";
}

.ion-calculator:before {
  content: "\F26D";
}

.ion-calendar:before {
  content: "\F117";
}

.ion-camera:before {
  content: "\F118";
}

.ion-card:before {
  content: "\F119";
}

.ion-cash:before {
  content: "\F316";
}

.ion-chatbox:before {
  content: "\F11B";
}

.ion-chatbox-working:before {
  content: "\F11A";
}

.ion-chatboxes:before {
  content: "\F11C";
}

.ion-chatbubble:before {
  content: "\F11E";
}

.ion-chatbubble-working:before {
  content: "\F11D";
}

.ion-chatbubbles:before {
  content: "\F11F";
}

.ion-checkmark:before {
  content: "\F122";
}

.ion-checkmark-circled:before {
  content: "\F120";
}

.ion-checkmark-round:before {
  content: "\F121";
}

.ion-chevron-down:before {
  content: "\F123";
}

.ion-chevron-left:before {
  content: "\F124";
}

.ion-chevron-right:before {
  content: "\F125";
}

.ion-chevron-up:before {
  content: "\F126";
}

.ion-clipboard:before {
  content: "\F127";
}

.ion-clock:before {
  content: "\F26E";
}

.ion-close:before {
  content: "\F12A";
}

.ion-close-circled:before {
  content: "\F128";
}

.ion-close-round:before {
  content: "\F129";
}

.ion-closed-captioning:before {
  content: "\F317";
}

.ion-cloud:before {
  content: "\F12B";
}

.ion-code:before {
  content: "\F271";
}

.ion-code-download:before {
  content: "\F26F";
}

.ion-code-working:before {
  content: "\F270";
}

.ion-coffee:before {
  content: "\F272";
}

.ion-compass:before {
  content: "\F273";
}

.ion-compose:before {
  content: "\F12C";
}

.ion-connection-bars:before {
  content: "\F274";
}

.ion-contrast:before {
  content: "\F275";
}

.ion-crop:before {
  content: "\F3C1";
}

.ion-cube:before {
  content: "\F318";
}

.ion-disc:before {
  content: "\F12D";
}

.ion-document:before {
  content: "\F12F";
}

.ion-document-text:before {
  content: "\F12E";
}

.ion-drag:before {
  content: "\F130";
}

.ion-earth:before {
  content: "\F276";
}

.ion-easel:before {
  content: "\F3C2";
}

.ion-edit:before {
  content: "\F2BF";
}

.ion-egg:before {
  content: "\F277";
}

.ion-eject:before {
  content: "\F131";
}

.ion-email:before {
  content: "\F132";
}

.ion-email-unread:before {
  content: "\F3C3";
}

.ion-erlenmeyer-flask:before {
  content: "\F3C5";
}

.ion-erlenmeyer-flask-bubbles:before {
  content: "\F3C4";
}

.ion-eye:before {
  content: "\F133";
}

.ion-eye-disabled:before {
  content: "\F306";
}

.ion-female:before {
  content: "\F278";
}

.ion-filing:before {
  content: "\F134";
}

.ion-film-marker:before {
  content: "\F135";
}

.ion-fireball:before {
  content: "\F319";
}

.ion-flag:before {
  content: "\F279";
}

.ion-flame:before {
  content: "\F31A";
}

.ion-flash:before {
  content: "\F137";
}

.ion-flash-off:before {
  content: "\F136";
}

.ion-folder:before {
  content: "\F139";
}

.ion-fork:before {
  content: "\F27A";
}

.ion-fork-repo:before {
  content: "\F2C0";
}

.ion-forward:before {
  content: "\F13A";
}

.ion-funnel:before {
  content: "\F31B";
}

.ion-gear-a:before {
  content: "\F13D";
}

.ion-gear-b:before {
  content: "\F13E";
}

.ion-grid:before {
  content: "\F13F";
}

.ion-hammer:before {
  content: "\F27B";
}

.ion-happy:before {
  content: "\F31C";
}

.ion-happy-outline:before {
  content: "\F3C6";
}

.ion-headphone:before {
  content: "\F140";
}

.ion-heart:before {
  content: "\F141";
}

.ion-heart-broken:before {
  content: "\F31D";
}

.ion-help:before {
  content: "\F143";
}

.ion-help-buoy:before {
  content: "\F27C";
}

.ion-help-circled:before {
  content: "\F142";
}

.ion-home:before {
  content: "\F144";
}

.ion-icecream:before {
  content: "\F27D";
}

.ion-image:before {
  content: "\F147";
}

.ion-images:before {
  content: "\F148";
}

.ion-information:before {
  content: "\F14A";
}

.ion-information-circled:before {
  content: "\F149";
}

.ion-ionic:before {
  content: "\F14B";
}

.ion-ios-alarm:before {
  content: "\F3C8";
}

.ion-ios-alarm-outline:before {
  content: "\F3C7";
}

.ion-ios-albums:before {
  content: "\F3CA";
}

.ion-ios-albums-outline:before {
  content: "\F3C9";
}

.ion-ios-americanfootball:before {
  content: "\F3CC";
}

.ion-ios-americanfootball-outline:before {
  content: "\F3CB";
}

.ion-ios-analytics:before {
  content: "\F3CE";
}

.ion-ios-analytics-outline:before {
  content: "\F3CD";
}

.ion-ios-arrow-back:before {
  content: "\F3CF";
}

.ion-ios-arrow-down:before {
  content: "\F3D0";
}

.ion-ios-arrow-forward:before {
  content: "\F3D1";
}

.ion-ios-arrow-left:before {
  content: "\F3D2";
}

.ion-ios-arrow-right:before {
  content: "\F3D3";
}

.ion-ios-arrow-thin-down:before {
  content: "\F3D4";
}

.ion-ios-arrow-thin-left:before {
  content: "\F3D5";
}

.ion-ios-arrow-thin-right:before {
  content: "\F3D6";
}

.ion-ios-arrow-thin-up:before {
  content: "\F3D7";
}

.ion-ios-arrow-up:before {
  content: "\F3D8";
}

.ion-ios-at:before {
  content: "\F3DA";
}

.ion-ios-at-outline:before {
  content: "\F3D9";
}

.ion-ios-barcode:before {
  content: "\F3DC";
}

.ion-ios-barcode-outline:before {
  content: "\F3DB";
}

.ion-ios-baseball:before {
  content: "\F3DE";
}

.ion-ios-baseball-outline:before {
  content: "\F3DD";
}

.ion-ios-basketball:before {
  content: "\F3E0";
}

.ion-ios-basketball-outline:before {
  content: "\F3DF";
}

.ion-ios-bell:before {
  content: "\F3E2";
}

.ion-ios-bell-outline:before {
  content: "\F3E1";
}

.ion-ios-body:before {
  content: "\F3E4";
}

.ion-ios-body-outline:before {
  content: "\F3E3";
}

.ion-ios-bolt:before {
  content: "\F3E6";
}

.ion-ios-bolt-outline:before {
  content: "\F3E5";
}

.ion-ios-book:before {
  content: "\F3E8";
}

.ion-ios-book-outline:before {
  content: "\F3E7";
}

.ion-ios-bookmarks:before {
  content: "\F3EA";
}

.ion-ios-bookmarks-outline:before {
  content: "\F3E9";
}

.ion-ios-box:before {
  content: "\F3EC";
}

.ion-ios-box-outline:before {
  content: "\F3EB";
}

.ion-ios-briefcase:before {
  content: "\F3EE";
}

.ion-ios-briefcase-outline:before {
  content: "\F3ED";
}

.ion-ios-browsers:before {
  content: "\F3F0";
}

.ion-ios-browsers-outline:before {
  content: "\F3EF";
}

.ion-ios-calculator:before {
  content: "\F3F2";
}

.ion-ios-calculator-outline:before {
  content: "\F3F1";
}

.ion-ios-calendar:before {
  content: "\F3F4";
}

.ion-ios-calendar-outline:before {
  content: "\F3F3";
}

.ion-ios-camera:before {
  content: "\F3F6";
}

.ion-ios-camera-outline:before {
  content: "\F3F5";
}

.ion-ios-cart:before {
  content: "\F3F8";
}

.ion-ios-cart-outline:before {
  content: "\F3F7";
}

.ion-ios-chatboxes:before {
  content: "\F3FA";
}

.ion-ios-chatboxes-outline:before {
  content: "\F3F9";
}

.ion-ios-chatbubble:before {
  content: "\F3FC";
}

.ion-ios-chatbubble-outline:before {
  content: "\F3FB";
}

.ion-ios-checkmark:before {
  content: "\F3FF";
}

.ion-ios-checkmark-empty:before {
  content: "\F3FD";
}

.ion-ios-checkmark-outline:before {
  content: "\F3FE";
}

.ion-ios-circle-filled:before {
  content: "\F400";
}

.ion-ios-circle-outline:before {
  content: "\F401";
}

.ion-ios-clock:before {
  content: "\F403";
}

.ion-ios-clock-outline:before {
  content: "\F402";
}

.ion-ios-close:before {
  content: "\F406";
}

.ion-ios-close-empty:before {
  content: "\F404";
}

.ion-ios-close-outline:before {
  content: "\F405";
}

.ion-ios-cloud:before {
  content: "\F40C";
}

.ion-ios-cloud-download:before {
  content: "\F408";
}

.ion-ios-cloud-download-outline:before {
  content: "\F407";
}

.ion-ios-cloud-outline:before {
  content: "\F409";
}

.ion-ios-cloud-upload:before {
  content: "\F40B";
}

.ion-ios-cloud-upload-outline:before {
  content: "\F40A";
}

.ion-ios-cloudy:before {
  content: "\F410";
}

.ion-ios-cloudy-night:before {
  content: "\F40E";
}

.ion-ios-cloudy-night-outline:before {
  content: "\F40D";
}

.ion-ios-cloudy-outline:before {
  content: "\F40F";
}

.ion-ios-cog:before {
  content: "\F412";
}

.ion-ios-cog-outline:before {
  content: "\F411";
}

.ion-ios-color-filter:before {
  content: "\F414";
}

.ion-ios-color-filter-outline:before {
  content: "\F413";
}

.ion-ios-color-wand:before {
  content: "\F416";
}

.ion-ios-color-wand-outline:before {
  content: "\F415";
}

.ion-ios-compose:before {
  content: "\F418";
}

.ion-ios-compose-outline:before {
  content: "\F417";
}

.ion-ios-contact:before {
  content: "\F41A";
}

.ion-ios-contact-outline:before {
  content: "\F419";
}

.ion-ios-copy:before {
  content: "\F41C";
}

.ion-ios-copy-outline:before {
  content: "\F41B";
}

.ion-ios-crop:before {
  content: "\F41E";
}

.ion-ios-crop-strong:before {
  content: "\F41D";
}

.ion-ios-download:before {
  content: "\F420";
}

.ion-ios-download-outline:before {
  content: "\F41F";
}

.ion-ios-drag:before {
  content: "\F421";
}

.ion-ios-email:before {
  content: "\F423";
}

.ion-ios-email-outline:before {
  content: "\F422";
}

.ion-ios-eye:before {
  content: "\F425";
}

.ion-ios-eye-outline:before {
  content: "\F424";
}

.ion-ios-fastforward:before {
  content: "\F427";
}

.ion-ios-fastforward-outline:before {
  content: "\F426";
}

.ion-ios-filing:before {
  content: "\F429";
}

.ion-ios-filing-outline:before {
  content: "\F428";
}

.ion-ios-film:before {
  content: "\F42B";
}

.ion-ios-film-outline:before {
  content: "\F42A";
}

.ion-ios-flag:before {
  content: "\F42D";
}

.ion-ios-flag-outline:before {
  content: "\F42C";
}

.ion-ios-flame:before {
  content: "\F42F";
}

.ion-ios-flame-outline:before {
  content: "\F42E";
}

.ion-ios-flask:before {
  content: "\F431";
}

.ion-ios-flask-outline:before {
  content: "\F430";
}

.ion-ios-flower:before {
  content: "\F433";
}

.ion-ios-flower-outline:before {
  content: "\F432";
}

.ion-ios-folder:before {
  content: "\F435";
}

.ion-ios-folder-outline:before {
  content: "\F434";
}

.ion-ios-football:before {
  content: "\F437";
}

.ion-ios-football-outline:before {
  content: "\F436";
}

.ion-ios-game-controller-a:before {
  content: "\F439";
}

.ion-ios-game-controller-a-outline:before {
  content: "\F438";
}

.ion-ios-game-controller-b:before {
  content: "\F43B";
}

.ion-ios-game-controller-b-outline:before {
  content: "\F43A";
}

.ion-ios-gear:before {
  content: "\F43D";
}

.ion-ios-gear-outline:before {
  content: "\F43C";
}

.ion-ios-glasses:before {
  content: "\F43F";
}

.ion-ios-glasses-outline:before {
  content: "\F43E";
}

.ion-ios-grid-view:before {
  content: "\F441";
}

.ion-ios-grid-view-outline:before {
  content: "\F440";
}

.ion-ios-heart:before {
  content: "\F443";
}

.ion-ios-heart-outline:before {
  content: "\F442";
}

.ion-ios-help:before {
  content: "\F446";
}

.ion-ios-help-empty:before {
  content: "\F444";
}

.ion-ios-help-outline:before {
  content: "\F445";
}

.ion-ios-home:before {
  content: "\F448";
}

.ion-ios-home-outline:before {
  content: "\F447";
}

.ion-ios-infinite:before {
  content: "\F44A";
}

.ion-ios-infinite-outline:before {
  content: "\F449";
}

.ion-ios-information:before {
  content: "\F44D";
}

.ion-ios-information-empty:before {
  content: "\F44B";
}

.ion-ios-information-outline:before {
  content: "\F44C";
}

.ion-ios-ionic-outline:before {
  content: "\F44E";
}

.ion-ios-keypad:before {
  content: "\F450";
}

.ion-ios-keypad-outline:before {
  content: "\F44F";
}

.ion-ios-lightbulb:before {
  content: "\F452";
}

.ion-ios-lightbulb-outline:before {
  content: "\F451";
}

.ion-ios-list:before {
  content: "\F454";
}

.ion-ios-list-outline:before {
  content: "\F453";
}

.ion-ios-location:before {
  content: "\F456";
}

.ion-ios-location-outline:before {
  content: "\F455";
}

.ion-ios-locked:before {
  content: "\F458";
}

.ion-ios-locked-outline:before {
  content: "\F457";
}

.ion-ios-loop:before {
  content: "\F45A";
}

.ion-ios-loop-strong:before {
  content: "\F459";
}

.ion-ios-medical:before {
  content: "\F45C";
}

.ion-ios-medical-outline:before {
  content: "\F45B";
}

.ion-ios-medkit:before {
  content: "\F45E";
}

.ion-ios-medkit-outline:before {
  content: "\F45D";
}

.ion-ios-mic:before {
  content: "\F461";
}

.ion-ios-mic-off:before {
  content: "\F45F";
}

.ion-ios-mic-outline:before {
  content: "\F460";
}

.ion-ios-minus:before {
  content: "\F464";
}

.ion-ios-minus-empty:before {
  content: "\F462";
}

.ion-ios-minus-outline:before {
  content: "\F463";
}

.ion-ios-monitor:before {
  content: "\F466";
}

.ion-ios-monitor-outline:before {
  content: "\F465";
}

.ion-ios-moon:before {
  content: "\F468";
}

.ion-ios-moon-outline:before {
  content: "\F467";
}

.ion-ios-more:before {
  content: "\F46A";
}

.ion-ios-more-outline:before {
  content: "\F469";
}

.ion-ios-musical-note:before {
  content: "\F46B";
}

.ion-ios-musical-notes:before {
  content: "\F46C";
}

.ion-ios-navigate:before {
  content: "\F46E";
}

.ion-ios-navigate-outline:before {
  content: "\F46D";
}

.ion-ios-nutrition:before {
  content: "\F470";
}

.ion-ios-nutrition-outline:before {
  content: "\F46F";
}

.ion-ios-paper:before {
  content: "\F472";
}

.ion-ios-paper-outline:before {
  content: "\F471";
}

.ion-ios-paperplane:before {
  content: "\F474";
}

.ion-ios-paperplane-outline:before {
  content: "\F473";
}

.ion-ios-partlysunny:before {
  content: "\F476";
}

.ion-ios-partlysunny-outline:before {
  content: "\F475";
}

.ion-ios-pause:before {
  content: "\F478";
}

.ion-ios-pause-outline:before {
  content: "\F477";
}

.ion-ios-paw:before {
  content: "\F47A";
}

.ion-ios-paw-outline:before {
  content: "\F479";
}

.ion-ios-people:before {
  content: "\F47C";
}

.ion-ios-people-outline:before {
  content: "\F47B";
}

.ion-ios-person:before {
  content: "\F47E";
}

.ion-ios-person-outline:before {
  content: "\F47D";
}

.ion-ios-personadd:before {
  content: "\F480";
}

.ion-ios-personadd-outline:before {
  content: "\F47F";
}

.ion-ios-photos:before {
  content: "\F482";
}

.ion-ios-photos-outline:before {
  content: "\F481";
}

.ion-ios-pie:before {
  content: "\F484";
}

.ion-ios-pie-outline:before {
  content: "\F483";
}

.ion-ios-pint:before {
  content: "\F486";
}

.ion-ios-pint-outline:before {
  content: "\F485";
}

.ion-ios-play:before {
  content: "\F488";
}

.ion-ios-play-outline:before {
  content: "\F487";
}

.ion-ios-plus:before {
  content: "\F48B";
}

.ion-ios-plus-empty:before {
  content: "\F489";
}

.ion-ios-plus-outline:before {
  content: "\F48A";
}

.ion-ios-pricetag:before {
  content: "\F48D";
}

.ion-ios-pricetag-outline:before {
  content: "\F48C";
}

.ion-ios-pricetags:before {
  content: "\F48F";
}

.ion-ios-pricetags-outline:before {
  content: "\F48E";
}

.ion-ios-printer:before {
  content: "\F491";
}

.ion-ios-printer-outline:before {
  content: "\F490";
}

.ion-ios-pulse:before {
  content: "\F493";
}

.ion-ios-pulse-strong:before {
  content: "\F492";
}

.ion-ios-rainy:before {
  content: "\F495";
}

.ion-ios-rainy-outline:before {
  content: "\F494";
}

.ion-ios-recording:before {
  content: "\F497";
}

.ion-ios-recording-outline:before {
  content: "\F496";
}

.ion-ios-redo:before {
  content: "\F499";
}

.ion-ios-redo-outline:before {
  content: "\F498";
}

.ion-ios-refresh:before {
  content: "\F49C";
}

.ion-ios-refresh-empty:before {
  content: "\F49A";
}

.ion-ios-refresh-outline:before {
  content: "\F49B";
}

.ion-ios-reload:before {
  content: "\F49D";
}

.ion-ios-reverse-camera:before {
  content: "\F49F";
}

.ion-ios-reverse-camera-outline:before {
  content: "\F49E";
}

.ion-ios-rewind:before {
  content: "\F4A1";
}

.ion-ios-rewind-outline:before {
  content: "\F4A0";
}

.ion-ios-rose:before {
  content: "\F4A3";
}

.ion-ios-rose-outline:before {
  content: "\F4A2";
}

.ion-ios-search:before {
  content: "\F4A5";
}

.ion-ios-search-strong:before {
  content: "\F4A4";
}

.ion-ios-settings:before {
  content: "\F4A7";
}

.ion-ios-settings-strong:before {
  content: "\F4A6";
}

.ion-ios-shuffle:before {
  content: "\F4A9";
}

.ion-ios-shuffle-strong:before {
  content: "\F4A8";
}

.ion-ios-skipbackward:before {
  content: "\F4AB";
}

.ion-ios-skipbackward-outline:before {
  content: "\F4AA";
}

.ion-ios-skipforward:before {
  content: "\F4AD";
}

.ion-ios-skipforward-outline:before {
  content: "\F4AC";
}

.ion-ios-snowy:before {
  content: "\F4AE";
}

.ion-ios-speedometer:before {
  content: "\F4B0";
}

.ion-ios-speedometer-outline:before {
  content: "\F4AF";
}

.ion-ios-star:before {
  content: "\F4B3";
}

.ion-ios-star-half:before {
  content: "\F4B1";
}

.ion-ios-star-outline:before {
  content: "\F4B2";
}

.ion-ios-stopwatch:before {
  content: "\F4B5";
}

.ion-ios-stopwatch-outline:before {
  content: "\F4B4";
}

.ion-ios-sunny:before {
  content: "\F4B7";
}

.ion-ios-sunny-outline:before {
  content: "\F4B6";
}

.ion-ios-telephone:before {
  content: "\F4B9";
}

.ion-ios-telephone-outline:before {
  content: "\F4B8";
}

.ion-ios-tennisball:before {
  content: "\F4BB";
}

.ion-ios-tennisball-outline:before {
  content: "\F4BA";
}

.ion-ios-thunderstorm:before {
  content: "\F4BD";
}

.ion-ios-thunderstorm-outline:before {
  content: "\F4BC";
}

.ion-ios-time:before {
  content: "\F4BF";
}

.ion-ios-time-outline:before {
  content: "\F4BE";
}

.ion-ios-timer:before {
  content: "\F4C1";
}

.ion-ios-timer-outline:before {
  content: "\F4C0";
}

.ion-ios-toggle:before {
  content: "\F4C3";
}

.ion-ios-toggle-outline:before {
  content: "\F4C2";
}

.ion-ios-trash:before {
  content: "\F4C5";
}

.ion-ios-trash-outline:before {
  content: "\F4C4";
}

.ion-ios-undo:before {
  content: "\F4C7";
}

.ion-ios-undo-outline:before {
  content: "\F4C6";
}

.ion-ios-unlocked:before {
  content: "\F4C9";
}

.ion-ios-unlocked-outline:before {
  content: "\F4C8";
}

.ion-ios-upload:before {
  content: "\F4CB";
}

.ion-ios-upload-outline:before {
  content: "\F4CA";
}

.ion-ios-videocam:before {
  content: "\F4CD";
}

.ion-ios-videocam-outline:before {
  content: "\F4CC";
}

.ion-ios-volume-high:before {
  content: "\F4CE";
}

.ion-ios-volume-low:before {
  content: "\F4CF";
}

.ion-ios-wineglass:before {
  content: "\F4D1";
}

.ion-ios-wineglass-outline:before {
  content: "\F4D0";
}

.ion-ios-world:before {
  content: "\F4D3";
}

.ion-ios-world-outline:before {
  content: "\F4D2";
}

.ion-ipad:before {
  content: "\F1F9";
}

.ion-iphone:before {
  content: "\F1FA";
}

.ion-ipod:before {
  content: "\F1FB";
}

.ion-jet:before {
  content: "\F295";
}

.ion-key:before {
  content: "\F296";
}

.ion-knife:before {
  content: "\F297";
}

.ion-laptop:before {
  content: "\F1FC";
}

.ion-leaf:before {
  content: "\F1FD";
}

.ion-levels:before {
  content: "\F298";
}

.ion-lightbulb:before {
  content: "\F299";
}

.ion-link:before {
  content: "\F1FE";
}

.ion-load-a:before {
  content: "\F29A";
}

.ion-load-b:before {
  content: "\F29B";
}

.ion-load-c:before {
  content: "\F29C";
}

.ion-load-d:before {
  content: "\F29D";
}

.ion-location:before {
  content: "\F1FF";
}

.ion-lock-combination:before {
  content: "\F4D4";
}

.ion-locked:before {
  content: "\F200";
}

.ion-log-in:before {
  content: "\F29E";
}

.ion-log-out:before {
  content: "\F29F";
}

.ion-loop:before {
  content: "\F201";
}

.ion-magnet:before {
  content: "\F2A0";
}

.ion-male:before {
  content: "\F2A1";
}

.ion-man:before {
  content: "\F202";
}

.ion-map:before {
  content: "\F203";
}

.ion-medkit:before {
  content: "\F2A2";
}

.ion-merge:before {
  content: "\F33F";
}

.ion-mic-a:before {
  content: "\F204";
}

.ion-mic-b:before {
  content: "\F205";
}

.ion-mic-c:before {
  content: "\F206";
}

.ion-minus:before {
  content: "\F209";
}

.ion-minus-circled:before {
  content: "\F207";
}

.ion-minus-round:before {
  content: "\F208";
}

.ion-model-s:before {
  content: "\F2C1";
}

.ion-monitor:before {
  content: "\F20A";
}

.ion-more:before {
  content: "\F20B";
}

.ion-mouse:before {
  content: "\F340";
}

.ion-music-note:before {
  content: "\F20C";
}

.ion-navicon:before {
  content: "\F20E";
}

.ion-navicon-round:before {
  content: "\F20D";
}

.ion-navigate:before {
  content: "\F2A3";
}

.ion-network:before {
  content: "\F341";
}

.ion-no-smoking:before {
  content: "\F2C2";
}

.ion-nuclear:before {
  content: "\F2A4";
}

.ion-outlet:before {
  content: "\F342";
}

.ion-paintbrush:before {
  content: "\F4D5";
}

.ion-paintbucket:before {
  content: "\F4D6";
}

.ion-paper-airplane:before {
  content: "\F2C3";
}

.ion-paperclip:before {
  content: "\F20F";
}

.ion-pause:before {
  content: "\F210";
}

.ion-person:before {
  content: "\F213";
}

.ion-person-add:before {
  content: "\F211";
}

.ion-person-stalker:before {
  content: "\F212";
}

.ion-pie-graph:before {
  content: "\F2A5";
}

.ion-pin:before {
  content: "\F2A6";
}

.ion-pinpoint:before {
  content: "\F2A7";
}

.ion-pizza:before {
  content: "\F2A8";
}

.ion-plane:before {
  content: "\F214";
}

.ion-planet:before {
  content: "\F343";
}

.ion-play:before {
  content: "\F215";
}

.ion-playstation:before {
  content: "\F30A";
}

.ion-plus:before {
  content: "\F218";
}

.ion-plus-circled:before {
  content: "\F216";
}

.ion-plus-round:before {
  content: "\F217";
}

.ion-podium:before {
  content: "\F344";
}

.ion-pound:before {
  content: "\F219";
}

.ion-power:before {
  content: "\F2A9";
}

.ion-pricetag:before {
  content: "\F2AA";
}

.ion-pricetags:before {
  content: "\F2AB";
}

.ion-printer:before {
  content: "\F21A";
}

.ion-pull-request:before {
  content: "\F345";
}

.ion-qr-scanner:before {
  content: "\F346";
}

.ion-quote:before {
  content: "\F347";
}

.ion-radio-waves:before {
  content: "\F2AC";
}

.ion-record:before {
  content: "\F21B";
}

.ion-refresh:before {
  content: "\F21C";
}

.ion-reply:before {
  content: "\F21E";
}

.ion-reply-all:before {
  content: "\F21D";
}

.ion-ribbon-a:before {
  content: "\F348";
}

.ion-ribbon-b:before {
  content: "\F349";
}

.ion-sad:before {
  content: "\F34A";
}

.ion-sad-outline:before {
  content: "\F4D7";
}

.ion-scissors:before {
  content: "\F34B";
}

.ion-search:before {
  content: "\F21F";
}

.ion-settings:before {
  content: "\F2AD";
}

.ion-share:before {
  content: "\F220";
}

.ion-shuffle:before {
  content: "\F221";
}

.ion-skip-backward:before {
  content: "\F222";
}

.ion-skip-forward:before {
  content: "\F223";
}

.ion-social-android:before {
  content: "\F225";
}

.ion-social-android-outline:before {
  content: "\F224";
}

.ion-social-angular:before {
  content: "\F4D9";
}

.ion-social-angular-outline:before {
  content: "\F4D8";
}

.ion-social-apple:before {
  content: "\F227";
}

.ion-social-apple-outline:before {
  content: "\F226";
}

.ion-social-bitcoin:before {
  content: "\F2AF";
}

.ion-social-bitcoin-outline:before {
  content: "\F2AE";
}

.ion-social-buffer:before {
  content: "\F229";
}

.ion-social-buffer-outline:before {
  content: "\F228";
}

.ion-social-chrome:before {
  content: "\F4DB";
}

.ion-social-chrome-outline:before {
  content: "\F4DA";
}

.ion-social-codepen:before {
  content: "\F4DD";
}

.ion-social-codepen-outline:before {
  content: "\F4DC";
}

.ion-social-css3:before {
  content: "\F4DF";
}

.ion-social-css3-outline:before {
  content: "\F4DE";
}

.ion-social-designernews:before {
  content: "\F22B";
}

.ion-social-designernews-outline:before {
  content: "\F22A";
}

.ion-social-dribbble:before {
  content: "\F22D";
}

.ion-social-dribbble-outline:before {
  content: "\F22C";
}

.ion-social-dropbox:before {
  content: "\F22F";
}

.ion-social-dropbox-outline:before {
  content: "\F22E";
}

.ion-social-euro:before {
  content: "\F4E1";
}

.ion-social-euro-outline:before {
  content: "\F4E0";
}

.ion-social-facebook:before {
  content: "\F231";
}

.ion-social-facebook-outline:before {
  content: "\F230";
}

.ion-social-foursquare:before {
  content: "\F34D";
}

.ion-social-foursquare-outline:before {
  content: "\F34C";
}

.ion-social-freebsd-devil:before {
  content: "\F2C4";
}

.ion-social-github:before {
  content: "\F233";
}

.ion-social-github-outline:before {
  content: "\F232";
}

.ion-social-google:before {
  content: "\F34F";
}

.ion-social-google-outline:before {
  content: "\F34E";
}

.ion-social-googleplus:before {
  content: "\F235";
}

.ion-social-googleplus-outline:before {
  content: "\F234";
}

.ion-social-hackernews:before {
  content: "\F237";
}

.ion-social-hackernews-outline:before {
  content: "\F236";
}

.ion-social-html5:before {
  content: "\F4E3";
}

.ion-social-html5-outline:before {
  content: "\F4E2";
}

.ion-social-instagram:before {
  content: "\F351";
}

.ion-social-instagram-outline:before {
  content: "\F350";
}

.ion-social-javascript:before {
  content: "\F4E5";
}

.ion-social-javascript-outline:before {
  content: "\F4E4";
}

.ion-social-linkedin:before {
  content: "\F239";
}

.ion-social-linkedin-outline:before {
  content: "\F238";
}

.ion-social-markdown:before {
  content: "\F4E6";
}

.ion-social-nodejs:before {
  content: "\F4E7";
}

.ion-social-octocat:before {
  content: "\F4E8";
}

.ion-social-pinterest:before {
  content: "\F2B1";
}

.ion-social-pinterest-outline:before {
  content: "\F2B0";
}

.ion-social-python:before {
  content: "\F4E9";
}

.ion-social-reddit:before {
  content: "\F23B";
}

.ion-social-reddit-outline:before {
  content: "\F23A";
}

.ion-social-rss:before {
  content: "\F23D";
}

.ion-social-rss-outline:before {
  content: "\F23C";
}

.ion-social-sass:before {
  content: "\F4EA";
}

.ion-social-skype:before {
  content: "\F23F";
}

.ion-social-skype-outline:before {
  content: "\F23E";
}

.ion-social-snapchat:before {
  content: "\F4EC";
}

.ion-social-snapchat-outline:before {
  content: "\F4EB";
}

.ion-social-tumblr:before {
  content: "\F241";
}

.ion-social-tumblr-outline:before {
  content: "\F240";
}

.ion-social-tux:before {
  content: "\F2C5";
}

.ion-social-twitch:before {
  content: "\F4EE";
}

.ion-social-twitch-outline:before {
  content: "\F4ED";
}

.ion-social-twitter:before {
  content: "\F243";
}

.ion-social-twitter-outline:before {
  content: "\F242";
}

.ion-social-usd:before {
  content: "\F353";
}

.ion-social-usd-outline:before {
  content: "\F352";
}

.ion-social-vimeo:before {
  content: "\F245";
}

.ion-social-vimeo-outline:before {
  content: "\F244";
}

.ion-social-whatsapp:before {
  content: "\F4F0";
}

.ion-social-whatsapp-outline:before {
  content: "\F4EF";
}

.ion-social-windows:before {
  content: "\F247";
}

.ion-social-windows-outline:before {
  content: "\F246";
}

.ion-social-wordpress:before {
  content: "\F249";
}

.ion-social-wordpress-outline:before {
  content: "\F248";
}

.ion-social-yahoo:before {
  content: "\F24B";
}

.ion-social-yahoo-outline:before {
  content: "\F24A";
}

.ion-social-yen:before {
  content: "\F4F2";
}

.ion-social-yen-outline:before {
  content: "\F4F1";
}

.ion-social-youtube:before {
  content: "\F24D";
}

.ion-social-youtube-outline:before {
  content: "\F24C";
}

.ion-soup-can:before {
  content: "\F4F4";
}

.ion-soup-can-outline:before {
  content: "\F4F3";
}

.ion-speakerphone:before {
  content: "\F2B2";
}

.ion-speedometer:before {
  content: "\F2B3";
}

.ion-spoon:before {
  content: "\F2B4";
}

.ion-star:before {
  content: "\F24E";
}

.ion-stats-bars:before {
  content: "\F2B5";
}

.ion-steam:before {
  content: "\F30B";
}

.ion-stop:before {
  content: "\F24F";
}

.ion-thermometer:before {
  content: "\F2B6";
}

.ion-thumbsdown:before {
  content: "\F250";
}

.ion-thumbsup:before {
  content: "\F251";
}

.ion-toggle:before {
  content: "\F355";
}

.ion-toggle-filled:before {
  content: "\F354";
}

.ion-transgender:before {
  content: "\F4F5";
}

.ion-trash-a:before {
  content: "\F252";
}

.ion-trash-b:before {
  content: "\F253";
}

.ion-trophy:before {
  content: "\F356";
}

.ion-tshirt:before {
  content: "\F4F7";
}

.ion-tshirt-outline:before {
  content: "\F4F6";
}

.ion-umbrella:before {
  content: "\F2B7";
}

.ion-university:before {
  content: "\F357";
}

.ion-unlocked:before {
  content: "\F254";
}

.ion-upload:before {
  content: "\F255";
}

.ion-usb:before {
  content: "\F2B8";
}

.ion-videocamera:before {
  content: "\F256";
}

.ion-volume-high:before {
  content: "\F257";
}

.ion-volume-low:before {
  content: "\F258";
}

.ion-volume-medium:before {
  content: "\F259";
}

.ion-volume-mute:before {
  content: "\F25A";
}

.ion-wand:before {
  content: "\F358";
}

.ion-waterdrop:before {
  content: "\F25B";
}

.ion-wifi:before {
  content: "\F25C";
}

.ion-wineglass:before {
  content: "\F2B9";
}

.ion-woman:before {
  content: "\F25D";
}

.ion-wrench:before {
  content: "\F2BA";
}

.ion-xbox:before {
  content: "\F30C";
}

@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\E095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\E094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\E070";
}

.lg-toolbar .lg-download:after {
  content: "\E0F2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\E1FF";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../images/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../images/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../images/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../images/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../images/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\E01D";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\E01A";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\E311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\E033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\E312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\E20C";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\E20D";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\E80D";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\E901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\E904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\E902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\E903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
figure,
table,
th,
td,
caption,
hr {
  margin: 0;
  padding: 0;
}

abbr[title],
dfn[title] {
  cursor: help;
}

h1,
h2,
h3 {
  margin: 0 0 0.5rem;
  font-weight: inherit;
  line-height: 1.2;
}

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

.o-link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #43811D;
  font-family: "republic-web", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 2.125rem;
  text-align: center;
  display: block;
}

@media print, screen and (min-width: 40em) {
  .o-link {
    text-align: left;
  }
}

.o-link:hover i {
  color: #1D4672 !important;
}

.o-link i {
  color: #43811D;
  font-family: "ionicons";
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 2rem;
  vertical-align: middle;
  margin-left: 0.375rem;
}

.o-news-link:hover {
  color: #43811D;
  text-decoration: underline;
  -webkit-text-decoration-color: white;
  text-decoration-color: white;
}

.c-modal__intro-link:hover, .download-all-dates__link:hover, .c-meetings-modal__links:hover, .c-table--download:hover {
  color: #1D4672 !important;
}

.c-modal__intro-link:hover i, .download-all-dates__link:hover i, .c-meetings-modal__links:hover i, .c-table--download:hover i {
  color: #1D4672 !important;
}

.c-modal__intro-link i, .download-all-dates__link i, .c-meetings-modal__links i, .c-table--download i {
  color: #43811D;
  font-family: "ionicons";
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 2rem;
  vertical-align: middle;
  margin-left: 0.375rem;
}

.hero-details .directions-link {
  color: white;
}

.o-meetings-card .directions-link {
  color: #13284B;
}

p {
  margin-bottom: 0.9375rem;
}

select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 30,0 15,16' style='fill:$navy'></polygon></svg>") !important;
  background-size: 14px 7px;
  padding-right: 2rem;
}

.o-articlecard {
  background-color: #F4F4F4;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  border-radius: 0.5rem;
}

@media screen and (min-width: 40em) {
  .o-articlecard {
    border-radius: 0;
    margin-bottom: 1.875rem;
  }
}

.o-articlecard--content h4 {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 0.625rem;
}

.o-articlecard--content h4 a {
  color: #43811D;
}

.o-articlecard--content h4 a:hover {
  color: #43811D;
  text-decoration: underline;
  -webkit-text-decoration-color: white;
  text-decoration-color: white;
}

.o-cta-bubble {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 15.25rem;
  text-align: center;
  width: 15.25rem;
  border: 0.0625rem solid #92CA64;
  border-radius: 100%;
  position: relative;
}

.o-cta-bubble--text {
  font-weight: 600;
  color: white;
  font-family: "republic-web", sans-serif;
  position: absolute;
  text-align: center;
  top: 35%;
  padding: 0 0.625rem;
  font-size: 1.375rem;
  line-height: 1.75rem;
}

.o-cta-bubble:after {
  content: "\F3D6";
  font-family: "ionicons";
  color: #FFF;
  font-size: 2.75rem;
  font-weight: 500;
  padding: 0.3125rem 1.5625rem;
  background-color: #92CA64;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.o-cta-bubble:hover {
  background-color: #fff;
}

.o-cta-bubble:hover h4 {
  color: #13284B;
  text-decoration: underline;
  -webkit-text-decoration-color: #92CA64;
  text-decoration-color: #92CA64;
}

@media screen and (max-width: 1066px) {
  .o-cta-bubble {
    min-height: 14.25rem;
    width: 14.25rem;
  }
}

@media screen and (max-width: 800px) {
  .o-cta-bubble {
    min-height: 13.25rem;
    width: 13.25rem;
  }
}

.ordered-list-header,
.styled-list-header {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.625rem;
  margin-bottom: 0.875rem;
}

.ordered-list {
  list-style: none;
  counter-reset: li;
  margin-left: 1.25rem;
}

.ordered-list li {
  color: #262626;
  font-family: "republic-web", sans-serif;
  font-size: 1.25rem;
  line-height: 1.375rem;
  margin-bottom: 0.625rem;
  counter-increment: li;
  margin-bottom: 1.25rem;
}

.ordered-list li::before {
  content: counter(li) ". ";
  color: #488A1F;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.text-page-list li {
  font-family: "gineso-extended", sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

@media print, screen and (min-width: 40em) {
  .text-page-list li {
    color: #262626;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.text-page-list ol {
  list-style: none;
  counter-reset: li;
  margin-left: 1.25rem;
}

.text-page-list ol li {
  counter-increment: li;
}

.text-page-list ol li::before {
  content: counter(li) ". ";
  color: #488A1F;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.text-page-list ul {
  list-style-position: outside;
  list-style-type: none;
  margin-left: 1.25rem;
}

.text-page-list ul li::before {
  content: "\2022";
  color: #488A1F;
  display: inline-block;
  width: .7em;
  font-size: 30px;
}

/* ==========================================================================
   #MEDIA
   ========================================================================== */
/**
 * Place any image- and text-like content side-by-side, as per:
 * http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 */
.o-media {
  display: block;
}

.o-media::before, .o-media::after {
  content: ' ';
  display: table;
}

.o-media::after {
  clear: both;
}

.o-media__img {
  float: left;
  margin-right: 0.625rem;
}

.o-media__img > img {
  display: block;
}

.o-media__body {
  overflow: hidden;
  display: block;
}

.o-media__body,
.o-media__body > :last-child {
  margin-bottom: 0;
}

/* Size variants
   ========================================================================== */
/**
 * Modify the amount of space between our image and our text. We also have
 * reversible options for all available sizes.
 */
.o-media--tiny > .o-media__img {
  margin-right: 0.3125rem;
}

.o-media--tiny.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 0.3125rem;
}

.o-media--small > .o-media__img {
  margin-right: 0.625rem;
}

.o-media--small.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 0.625rem;
}

.o-media--large > .o-media__img {
  margin-right: 1.25rem;
}

.o-media--large.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 1.25rem;
}

.o-media--huge > .o-media__img {
  margin-right: 1.875rem;
}

.o-media--huge.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 1.875rem;
}

/* Reversed media objects
   ========================================================================== */
.o-media--reverse > .o-media__img {
  float: right;
  margin-right: 0;
  margin-left: 0.625rem;
}

/* Gutterless media objects
   ========================================================================== */
.o-media--flush > .o-media__img {
  margin-right: 0;
  margin-left: 0;
}

/**
 * 1. Fill all available space.
 * 2. Cause children to be automatically equally sized.
 */
.o-pack {
  width: 100%;
  /* [1] */
  display: table;
  table-layout: fixed;
  /* [2] */
}

.o-pack__item {
  display: table-cell;
}

.o-pack__item--middle {
  display: table-cell;
  vertical-align: middle;
}

.o-pack__item--bottom {
  display: table-cell;
  vertical-align: bottom;
}

/*---------------------
  Speech Bubble Object
----------------------*/
.o-speechbubble {
  background-color: #13284B;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 1.25rem;
}

.o-speechbubble:after {
  content: '';
  position: absolute;
  right: 0;
  top: 15%;
  width: 0;
  height: 0;
  border: 1.25rem solid transparent;
  border-left-color: #13284B;
  border-right: 0;
  margin-right: -0.875rem;
  border-width: 0.9375rem 0 0.9375rem 1.5625rem;
}

.o-speechbubble--content {
  font-family: "republic-web", sans-serif;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  padding: 1.25rem;
  text-align: left;
}

@media screen and (min-width: 40em) {
  .o-speechbubble--content {
    text-align: center;
    line-height: 1.5rem;
  }
}

@media screen and (max-width: 63.99875em) {
  .o-speechbubble:after, .o-speechbubble:before {
    top: 100%;
    left: 3.5rem;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .o-speechbubble:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #13284B;
    border-width: 0.625rem;
    margin-left: -0.625rem;
  }
  .o-speechbubble:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #13284B;
    border-width: 0.6875rem;
    margin-left: -0.6875rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .o-speechbubble:after, .o-speechbubble:before {
    left: 50%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .o-speechbubble {
    margin-bottom: 1.875rem;
  }
}

@media screen and (min-width: 64em) {
  .o-speechbubble {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.99875em) {
  .o-speechbubble {
    margin-top: 0.625rem;
  }
}

.c-accordion--title {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  padding-right: 3.125rem;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  margin: 0.625rem 0;
  background-color: #F8F8F8;
  margin-bottom: 1.25rem;
  border: 0;
}

@media screen and (min-width: 40em) {
  .c-accordion--title {
    padding-right: 2.5rem;
    margin-bottom: 1.875rem;
  }
}

.c-accordion--title:hover {
  background: #fefefe;
}

.c-accordion--title:focus {
  color: #1D4672;
  background-color: #fefefe;
}

@media screen and (min-width: 40em) {
  .c-accordion--title {
    padding-right: 2.875rem;
  }
}

.c-accordion .accordion-title::before {
  content: '\F48A';
  font-family: "ionicons";
  font-size: 1.9375rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-align: right;
  color: #43811D;
  top: 46% !important;
}

.c-accordion .accordion-item.is-active .accordion-title {
  margin-bottom: 0;
  background-color: #13284B;
  color: #fff;
}

.c-accordion .accordion-item.is-active .accordion-title::before {
  content: '\F463';
  font-family: "ionicons";
  color: #fff;
}

.c-accordion .accordion-item .accordion-content {
  color: #3A3A3A;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  border: 0;
  font-size: 1.125rem;
}

@media screen and (min-width: 40em) {
  .c-accordion .accordion-item .accordion-content {
    padding-right: 1rem;
  }
}

.c-accordion .accordion-item .accordion-content a {
  color: #427E1C;
}

@media screen and (min-width: 40em) {
  .c-accordion .accordion-item p {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 40em) {
  .faq h3 {
    margin-top: 2.5rem;
  }
}

.add-to-calendar:hover, .add-to-calendar:focus {
  outline: 1px solid #92CA64;
}

.add-to-calendar:hover .date-circle__share-container, .add-to-calendar:focus .date-circle__share-container {
  display: block;
  top: 90%;
  z-index: 1;
}

.add-calendar-link {
  margin: .625rem 4px;
  float: left;
}

@media screen and (min-width: 40em) {
  .add-calendar-link {
    margin: 1.0625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .add-calendar-link {
    margin: 0;
    margin-bottom: .625rem;
  }
  .add-calendar-link:hover {
    max-height: 8.1875rem;
    float: left;
  }
}

.add-calendar-link .add-to-calendar {
  display: inline-block;
  position: relative;
  height: 5.625rem;
  width: 5.625rem;
  border-radius: 3.125rem;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.08);
}

@media print, screen and (min-width: 40em) {
  .add-calendar-link .add-to-calendar {
    height: 8.1875rem;
    width: 8.1875rem;
    border-radius: 6.25rem;
  }
}

.add-calendar-link .add-to-calendar .add-to-calendar-heading {
  color: #1D4672;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.625rem;
  line-height: 1.625rem;
  text-align: center;
  margin-top: 1.3125rem;
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .add-calendar-link .add-to-calendar .add-to-calendar-heading {
    margin-top: 2.125rem;
    font-size: 0.75rem;
    line-height: 1.625rem;
    margin-bottom: 0.25rem;
  }
}

.add-calendar-link .add-to-calendar .add-to-calendar-heading.calendar-block {
  visibility: hidden;
  margin-top: .8rem;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .add-calendar-link .add-to-calendar .add-to-calendar-heading.calendar-block {
    margin-top: 30px;
  }
}

@media screen and (min-width: 64em) {
  .add-calendar-link .add-to-calendar .add-to-calendar-heading.calendar-block {
    margin-top: 1.6rem;
  }
}

.add-calendar-link .add-to-calendar .date-holder {
  margin-top: -0.625rem;
  padding-left: 0.375rem;
}

@media screen and (max-width: 39.99875em) {
  .add-calendar-link .add-to-calendar .date-holder {
    padding-left: 0.375rem !important;
  }
}

@media print, screen and (min-width: 40em) {
  .add-calendar-link .add-to-calendar .date-holder {
    padding-left: 0.6875rem !important;
  }
}

.add-calendar-link .add-to-calendar .date-holder .heading {
  color: #C82C2C;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.5rem;
  line-height: 0.0625rem;
  text-align: center;
  margin-left: -0.3125rem;
}

@media print, screen and (min-width: 40em) {
  .add-calendar-link .add-to-calendar .date-holder .heading {
    font-size: 0.75rem;
    line-height: 0.875rem;
    margin-top: -0.5625rem;
  }
}

.add-calendar-link .add-to-calendar .date-holder .day {
  height: 3.5rem;
  color: #1D4672;
  font-family: "republic-web", sans-serif !important;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 2.25rem;
  text-align: center;
  padding-right: 0.125rem;
}

@media print, screen and (min-width: 40em) {
  .add-calendar-link .add-to-calendar .date-holder .day {
    font-size: 2.1875rem;
    font-weight: 600;
    line-height: 2.25rem;
  }
}

.add-calendar-link .add-to-calendar .date-holder .month {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 0.5625rem;
  font-weight: 600;
  line-height: 0.875rem;
  text-align: left;
  padding: 0.3125rem 0 0 0.1875rem;
}

@media print, screen and (min-width: 40em) {
  .add-calendar-link .add-to-calendar .date-holder .month {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 0.875rem;
    padding-left: 0;
    margin-bottom: 0.25rem;
    padding: 0;
    margin-top: 0.125rem;
  }
}

.add-calendar-link .add-to-calendar .date-holder .year {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 0.5625rem;
  font-weight: 600;
  line-height: 0.875rem;
  text-align: left;
  padding: 0;
  margin-top: -0.1875rem;
  padding-left: 0.125rem;
}

@media print, screen and (min-width: 40em) {
  .add-calendar-link .add-to-calendar .date-holder .year {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 0.875rem;
    padding-left: 0;
  }
}

.add-calendar-link .add-to-calendar .date-holder .time {
  font-size: 0.5rem;
  line-height: 1.625rem;
  text-align: center;
  margin-top: -0.9375rem;
  color: #1D4672;
  margin-left: -0.3125rem;
  font-family: "gineso-extended", sans-serif;
}

@media print, screen and (min-width: 40em) {
  .add-calendar-link .add-to-calendar .date-holder .time {
    font-size: 0.75rem;
    line-height: 1.625rem;
    margin-top: -0.625rem;
  }
}

.add-calendar-link .add-to-calendar .flipside {
  display: none;
}

.add-calendar-link .add-to-calendar:hover {
  background-color: #13284B;
}

.add-calendar-link .add-to-calendar:hover .flipside {
  margin-top: 1.625rem;
  display: block;
}

.add-calendar-link .add-to-calendar:hover .flipside .learn-more {
  display: inherit;
  display: initial;
  color: #FFFFFF;
  font-family: "republic-web", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 2.125rem;
  text-align: center;
  margin-top: -50px;
}

.add-calendar-link .add-to-calendar:hover .flipside .learn-more img {
  margin-top: -1.5625rem;
  width: 19px;
  height: 19px;
}

@media print, screen and (min-width: 40em) {
  .add-calendar-link .add-to-calendar:hover .flipside .learn-more img {
    width: 30px;
    height: 30px;
    margin-bottom: 22px;
  }
}

@media screen and (min-width: 64em) {
  .add-calendar-link .add-to-calendar:hover .flipside .learn-more img {
    margin-bottom: 9px;
  }
}

.add-calendar-link .add-to-calendar:hover .flipside .arrow {
  display: inherit;
  display: initial;
  text-align: center;
  margin-top: -0.875rem;
}

.add-calendar-link .add-to-calendar:hover .flipside .arrow p {
  color: #FFFFFF;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: bold;
  width: 4.25rem;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  margin-top: -18px;
}

@media print, screen and (min-width: 40em) {
  .add-calendar-link .add-to-calendar:hover .flipside .arrow p {
    font-size: 0.875rem;
  }
}

.add-calendar-link .add-to-calendar:hover .add-to-calendar-heading {
  visibility: hidden;
}

@media print, screen and (min-width: 40em) {
  .add-calendar-link .add-to-calendar:hover .date-holder {
    margin-top: 0.5625rem !important;
  }
}

.add-calendar-link .add-to-calendar:hover .date-holder .day {
  display: none;
}

.add-calendar-link .add-to-calendar:hover .date-holder .month {
  display: none;
}

.add-calendar-link .add-to-calendar:hover .date-holder .year {
  display: none;
}

.authority-meetings-into {
  background: #F4F4F4;
}

.o-appointmentsSlider-overall {
  text-align: center;
  background-color: #F4F4F4;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.09);
  padding: 2rem 1.4375rem 1.875rem;
  height: 100%;
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .o-appointmentsSlider-overall {
    height: initial;
    margin-bottom: 1.875rem;
    margin-top: 1.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-appointmentsSlider-overall {
    margin-bottom: 1.9375rem;
  }
}

.o-appointmentsSlider-overall h3 {
  color: #43811D;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.8125rem;
  line-height: 2.125rem;
  margin-bottom: 1.3125rem;
  font-weight: 600;
}

@media print, screen and (min-width: 40em) {
  .o-appointmentsSlider-overall h3 {
    line-height: 2.125rem;
    text-align: left;
  }
}

.o-appointmentsSlider-overall h4 {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 0.4375rem;
}

@media print, screen and (min-width: 40em) {
  .o-appointmentsSlider-overall h4 {
    text-align: left;
  }
}

@media print, screen and (min-width: 64em) {
  .o-appointmentsSlider-overall h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.o-appointmentsSlider-overall p {
  color: #2D2D2D;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
}

@media print, screen and (min-width: 40em) {
  .o-appointmentsSlider-overall p {
    line-height: 1.625rem;
    text-align: left;
  }
}

.o-appointmentsSlider-overall .slick-dots {
  position: initial;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .o-appointmentsSlider-overall .slick-dots {
    text-align: left;
    padding-left: 26%;
  }
}

.o-appointmentsSlider-overall .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 64em) {
  .o-appointmentsSlider-overall:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .o-appointmentsSlider-overall:hover h4 {
    text-decoration: underline;
    -webkit-text-decoration-color: #92CA64;
    text-decoration-color: #92CA64;
  }
  .o-appointmentsSlider-overall:hover .date-circle__news {
    background-color: #13284B;
  }
  .o-appointmentsSlider-overall:hover .date-holder {
    margin-top: 0.5625rem !important;
  }
  .o-appointmentsSlider-overall:hover .date-holder .flipside {
    margin-top: 2.1875rem;
    margin-left: -1.625rem;
  }
  .o-appointmentsSlider-overall:hover .date-holder .heading {
    display: none;
  }
  .o-appointmentsSlider-overall:hover .date-holder .day {
    display: none;
  }
  .o-appointmentsSlider-overall:hover .date-holder .month {
    display: none;
  }
  .o-appointmentsSlider-overall:hover .date-holder .year {
    display: none;
  }
  .o-appointmentsSlider-overall:hover .date-holder .learn-more {
    display: inherit;
    display: initial;
    color: white;
    font-family: "republic-web", sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 2.125rem;
    text-align: center;
  }
  .o-appointmentsSlider-overall:hover .date-holder .arrow {
    display: inherit;
    display: initial;
    text-align: center;
    margin-top: -0.875rem;
  }
  .o-appointmentsSlider-overall:hover .date-holder .arrow i {
    color: #92CA64;
    font-family: Ionicons;
    font-size: 1.6875rem;
    font-weight: 500;
    line-height: 2rem;
    text-align: center;
  }
}

.o-appointmentsSlider-holder .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
  border: 1px solid #43811D;
  border-radius: 50%;
}

.o-appointmentsSlider-holder .slick-dots li.slick-active {
  background-color: #43811D;
}

.o-appointmentsSlider-holder .o-appointmentsSlider .slick-dots {
  bottom: 2.25rem;
}

.o-appointmentsSlider-holder .o-appointmentsSlider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
  border: 1px solid #92CA64;
  border-radius: 50%;
}

.o-appointmentsSlider-holder .o-appointmentsSlider .slick-dots li.slick-active {
  background-color: #92CA64;
}

.o-appointmentsSlider-holder .homepage-news {
  background-color: #13284B;
  padding-top: 2rem;
}

.o-appointmentsSlider-holder .news-link {
  display: block;
  color: #fff;
  font-family: "republic-web", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 2.125rem;
  margin-top: 0.925rem;
  text-align: center;
}

@media screen and (min-width: 40em) {
  .o-appointmentsSlider-holder .news-link {
    margin-top: 0.625rem;
  }
}

.o-appointmentsSlider-holder .news-link i {
  color: #43811D;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 2rem;
  vertical-align: middle;
}

.c-block {
  padding: 0.6375rem 0 1.5rem;
}

@media screen and (min-width: 64em) {
  .c-block {
    padding: 2.8125rem 0 2.1875rem;
  }
}

.c-block.top {
  padding: 1.875rem 0 1.25rem;
}

@media screen and (min-width: 64em) {
  .c-block.top {
    padding: 5.625rem 0 2.1875rem;
  }
}

.c-block.top.has-title {
  padding-top: 30px;
}

@media screen and (min-width: 40em) {
  .c-block.top--medium {
    padding: 1.875rem 0 1.25rem;
  }
}

@media screen and (min-width: 40em) and (min-width: 64em) {
  .c-block.top--medium {
    padding: 5.625rem 0 2.1875rem;
  }
}

.c-block.top--title {
  margin-bottom: 1.875rem;
  margin-top: 20px;
}

.c-block.bottom {
  padding: 1.875rem 0 1.25rem;
}

@media screen and (max-width: 39.99875em) {
  .c-block.bottom {
    padding-top: -1rem;
  }
}

@media screen and (min-width: 64em) {
  .c-block.bottom {
    padding: 1.875rem 0 7.3125rem;
  }
}

.c-block.single {
  padding: 1.875rem 0 1.25rem;
}

@media screen and (min-width: 64em) {
  .c-block.single {
    padding: 5.625rem 0 7.9375rem;
  }
}

.c-block.notop {
  padding: 0 0 1.25rem;
}

@media screen and (min-width: 64em) {
  .c-block.notop {
    padding: 0 0 7.9375rem;
  }
}

.c-block.large {
  padding: 1.875rem 0 1.25rem;
}

@media screen and (min-width: 64em) {
  .c-block.large {
    padding: 5.625rem 0;
  }
}

.c-block.booking-button-block {
  padding: 0.9375rem 0 1.25rem;
}

@media screen and (min-width: 64em) {
  .c-block.booking-button-block {
    padding: 2.8125rem 0 1.25rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .c-block.no-top-small {
    padding-top: 0;
  }
}

@media screen and (min-width: 64em) {
  .c-block.no-top-medium-up {
    padding-top: 0;
  }
}

.c-block.sidebar {
  padding: 0;
}

@media screen and (min-width: 64em) {
  .c-block.sidebar {
    padding: 5.625rem 0 4.375rem;
  }
}

@media screen and (min-width: 64em) {
  .c-block.sidebar.alt {
    margin-top: -10px;
  }
}

.c-block.no-top {
  padding-top: 0;
}

@media screen and (min-width: 40em) {
  .c-block.no-top--medium {
    padding-top: 0;
  }
}

.c-block.no-bottom, .c-block.no-btm {
  padding-bottom: 0;
}

@media screen and (min-width: 40em) {
  .c-block.no-bottom--medium, .c-block.no-btm--medium {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 39.99875em) {
  .c-block.no-top-small {
    padding-top: 0;
  }
}

@media screen and (max-width: 39.99875em) {
  .c-block--40 {
    padding-top: 2.5rem;
  }
}

.c-block--50 {
  padding: 1.25rem 0;
}

@media screen and (min-width: 64em) {
  .c-block--50 {
    padding: 3.125rem 0;
  }
}

.c-block--20 {
  padding: 0.625rem 0;
}

@media screen and (min-width: 64em) {
  .c-block--20 {
    padding: 1.25rem 0;
  }
}

@media screen and (max-width: 74.99875em) {
  .c-block .faq {
    padding: 0;
  }
}

.c-block.bottom.staff {
  padding-top: 0.125rem;
}

@media screen and (max-width: 39.99875em) {
  .c-block.bottom.staff .o-staff-card:first-of-type {
    margin-top: 20px;
  }
}

@media screen and (min-width: 40em) {
  .c-block.bottom.staff {
    padding-top: 3.0625rem;
  }
}

@media screen and (min-width: 64em) {
  .c-block.bottom.staff {
    padding-top: 1.8125rem;
  }
}

@media screen and (min-width: 40em) {
  .c-block.search {
    padding-bottom: 1.25rem;
  }
}

.text-block-heading {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 2rem;
  line-height: 2.625rem;
  font-weight: 600;
}

.o-booking-button {
  display: inline-block;
  background-color: #13284B;
  color: #fff;
  border-radius: 2.3125rem;
  padding: 0.9375rem 2.375rem 0.9375rem 0.9375rem;
  width: 100%;
  max-width: 15rem;
}

@media screen and (min-width: 40em) {
  .o-booking-button {
    padding: 1.25rem 2.375rem;
    border-radius: 2.3125rem;
    max-width: 23.125rem;
  }
}

.o-booking-button:hover {
  background-color: #F4F4F4;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.2);
}

.o-booking-button:hover .button-text {
  color: #13284B;
  text-decoration: underline !important;
  -webkit-text-decoration-color: #92CA64 !important;
  text-decoration-color: #92CA64 !important;
}

.o-booking-button .button-text {
  font-family: "republic-web", sans-serif;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 30px);
  padding-right: 0.9375rem;
}

@media screen and (min-width: 40em) {
  .o-booking-button .button-text {
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
}

.o-booking-button i {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6875rem;
  line-height: 2rem;
  font-weight: 500;
  color: #92CA64;
}

.o-lower-hero__breadcrumbs {
  background-color: #92CA64;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  text-align: initial;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
}

.o-lower-hero__breadcrumbs ul {
  list-style-type: none;
}

.o-lower-hero__breadcrumbs ul li {
  display: inline;
}

.o-lower-hero__breadcrumbs ul li a {
  color: #13284B;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.8125rem;
  line-height: 2.125rem;
}

@media print, screen and (min-width: 40em) {
  .o-lower-hero__breadcrumbs ul li a {
    font-size: 0.875rem;
    color: #133559;
  }
}

.o-lower-hero__breadcrumbs ul li:nth-child(n+2):before {
  content: "|";
  font-size: 0.75rem;
}

.button-arrow {
  display: inline-block;
  background-color: #13284B;
  color: #fff;
  border-radius: 2.3125rem;
  padding: 0.9375rem 2.375rem 0.9375rem 0.9375rem;
  width: 100%;
  max-width: 15rem;
}

@media screen and (min-width: 40em) {
  .button-arrow {
    padding: 1.25rem 2.375rem;
    border-radius: 2.3125rem;
    max-width: 22.1875rem;
  }
}

.button-arrow .button-text {
  font-family: "republic-web", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 30px);
  padding-right: 0.225rem;
}

.button-arrow i {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6875rem;
  line-height: 2rem;
  font-weight: 500;
  color: #92CA64;
}

.button-arrow:hover {
  background-color: #F4F4F4;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.2);
}

.button-arrow:hover .button-text {
  color: #13284B;
  text-decoration: underline !important;
  -webkit-text-decoration-color: #92CA64 !important;
  text-decoration-color: #92CA64 !important;
}

.button-arrow__white {
  background-color: #fff;
  color: #1D4672;
}

.button-arrow__white .button-text {
  color: #1D4672;
}

.button-arrow__green {
  color: #43811D;
}

.button-arrow__green .button-text {
  font-weight: 600;
  color: #43811D;
}

.button-arrow__green i {
  color: #43811D;
}

.button-arrow.share {
  padding: 0.4rem;
  margin: auto;
  text-align: center;
  border: 1px solid #92CA64;
  border-radius: 1.4375rem;
  min-width: 14.375rem;
  max-width: 14.375rem;
  min-height: 2.8125rem;
  max-height: 2.8125rem;
}

@media screen and (min-width: 40em) {
  .button-arrow.share {
    margin: 0;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .button-arrow.share {
    margin: 10px 0px 0px;
  }
}

.button-arrow.share:hover {
  background-color: #F4F4F4;
  color: #13284B;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.2);
  border: 0.0625rem solid #F4F4F4;
}

.button-arrow.share:hover .button-text {
  text-decoration: underline;
  -webkit-text-decoration-color: #91C863;
  text-decoration-color: #91C863;
}

.button-arrow.share:hover i {
  color: #91C863;
}

.button-arrow.share .button-text {
  font-size: 0.9375rem !important;
  line-height: 1.125rem !important;
  padding-right: 0.225rem;
}

.button-arrow.share i {
  color: #133559;
}

.updates {
  text-align: center;
  background-color: #92CA64;
}

.previous-meetings-details .button-arrow {
  width: 9.25rem;
  margin: 0 auto 0.625rem;
}

.previous-meetings .o-heading-with-link a {
  text-align: right;
}

@media screen and (max-width: 39.99875em) {
  .addthis_toolbox {
    text-align: center !important;
  }
}

.button-basic {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 2.875rem;
  border: 0.0625rem solid #B0C5DB;
  border-radius: 1.4375rem;
  color: #13284B;
  font-family: "gineso-extended", sans-serif;
  line-height: 1.25rem;
  background: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .button-basic {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.button-basic:hover {
  background-color: #F4F4F4;
  color: #13284B;
  text-decoration: underline;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.2);
  border: 0.0625rem solid #F4F4F4;
  -webkit-text-decoration-color: #92CA64;
  text-decoration-color: #92CA64;
}

.button-basic span {
  color: #13284B;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.25rem;
  margin-left: 0.5rem;
}

.button-basic:focus {
  background-color: transparent;
  color: #13284B;
}

.button-basic a {
  color: #13284B;
}

.button-basic.dropdown:hover {
  text-decoration: none;
  border: 0.0625rem solid #13284B;
  background-color: #F4F4F4;
  color: #13284B;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.2);
  text-decoration: underline;
  -webkit-text-decoration-color: #92CA64;
  text-decoration-color: #92CA64;
}

.button-basic.dropdown:hover:after {
  border-color: #92CA64 transparent transparent;
}

.button-basic.dropdown {
  background: white;
  color: #13284B;
  padding: 0.85em 1em;
  font-size: 0.9375rem;
}

.button-basic.dropdown:after {
  border-color: #13284B transparent transparent;
}

.button-basic.dropdown.hover {
  border: 0.0625rem solid #13284B;
  background-color: #13284B;
  color: #92CA64;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  position: relative;
}

.button-basic.dropdown.hover:after {
  border-color: #92CA64 transparent transparent;
}

.button-basic.dropdown.hover:before {
  outline: 0;
  content: '';
  display: block;
  position: absolute;
  bottom: -1.5625rem;
  right: 1.125rem;
  z-index: 11;
  width: 0;
  height: 0;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 0.4375rem;
  -webkit-box-shadow: -0.1875rem 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.16);
  box-shadow: -0.1875rem 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.16);
  border-color: transparent transparent #fff #fff;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .button-basic.dropdown.hover:before {
    right: 0.8rem;
  }
}

.button-basic.dropdown.hover a {
  color: #fff;
}

.button-dropdown {
  -webkit-box-shadow: 0 0.1875rem 0.9375rem 0.125rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.1875rem 0.9375rem 0.125rem rgba(0, 0, 0, 0.3);
  padding-right: 1.25rem;
}

.button-dropdown.date-filter {
  margin-top: 2.75rem;
}

.button-dropdown.category-filter {
  margin-top: 1.8125rem;
}

.button-dropdown ul {
  list-style-type: none;
}

.button-dropdown ul li {
  margin-bottom: 1.5625rem;
}

.button-dropdown ul li a {
  color: #231F20;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.125rem;
}

.button-dropdown.date-filter {
  width: 8.875rem;
}

.button-dropdown.date-filter.alt {
  width: 10rem;
}

.button-dropdown.category-filter {
  width: 100%;
  right: 0;
  left: 0 !important;
  padding: 1.25rem;
  max-width: 75rem;
  margin: 0 auto;
}

.extra_wide {
  width: 36%;
  position: relative;
}

.extra_wide span {
  position: absolute;
  right: 0.875rem;
}

.mobile-search-button {
  position: absolute;
  top: 14px;
  right: 11px;
  width: 46px;
  height: 44px;
  border: 0;
  background: rgba(255, 255, 255, 0);
  outline: 0;
  cursor: pointer;
}

@media screen and (max-width: 39.99875em) {
  .button-arrow-link.learn-more .button-arrow {
    min-width: 14rem;
    margin-top: 2px;
  }
  .button-arrow-link.learn-more .button-arrow p {
    width: 9.625rem;
    padding: 5px;
  }
  .button-arrow-link.learn-more .button-text {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: left;
  }
  .button-arrow-link.alt {
    font-family: "republic-web", sans-serif !important;
  }
}

.at-resp-share-element .at-share-btn {
  background-color: #fefefe !important;
  border: 0.0625rem solid #92CA64 !important;
  position: relative;
}

.at-resp-share-element .at-share-btn span {
  color: #13284B !important;
}

.at-resp-share-element .at-share-btn span svg {
  fill: #13284B !important;
}

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

.center-load-more .ias-trigger-next {
  max-width: 9.375rem;
}

@media screen and (min-width: 64em) {
  .center-load-more .ias-trigger-next {
    margin-bottom: 3.125rem !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .news-detail-button-group .related-pdf {
    display: inline;
    margin-right: 20px;
  }
  .news-detail-button-group .addthis_toolbox {
    display: inline;
  }
}

@media screen and (min-width: 64em) {
  .button-arrow.irish {
    width: 13.1875rem !important;
    margin-bottom: 14px !important;
    margin-left: -35px !important;
  }
}

@media screen and (min-width: 64em) {
  .button-search {
    line-height: 1.4 !important;
  }
}

.o-circle-icon {
  display: inline-block;
  height: 5.625rem;
  width: 5.625rem;
  border-radius: 3.125rem;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.o-circle-icon.alt {
  margin-bottom: 0;
  position: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}

@media print, screen and (min-width: 40em) {
  .o-circle-icon {
    height: 8.1875rem;
    width: 8.1875rem;
    border-radius: 6.25rem;
  }
}

.o-circle-icon i {
  color: #488A1F;
  font-size: 2.75rem;
}

@media print, screen and (min-width: 40em) {
  .o-circle-icon i {
    font-size: 3.9375rem;
  }
}

.o-circle-with-arrow {
  position: relative;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .o-circle-with-arrow {
    margin-bottom: 3.25rem;
    display: inline-block;
  }
}

@media print, screen and (min-width: 64em) {
  .o-circle-with-arrow {
    float: right;
  }
}

.o-circle-with-arrow:hover .arrow {
  background-color: #fff;
}

.o-circle-with-arrow:hover .arrow i {
  color: #13284B;
}

.o-circle-with-arrow.level {
  margin-top: -2rem;
}

.o-circle-with-arrow .oval {
  height: 14rem;
  width: 14rem;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 7.375rem;
}

@media print, screen and (min-width: 40em) {
  .o-circle-with-arrow .oval {
    margin-top: 2rem;
  }
}

.o-circle-with-arrow .oval:hover {
  background-color: #8fc95d;
}

.o-circle-with-arrow .oval:hover p {
  color: #13284B;
  text-decoration: underline;
  -webkit-text-decoration-color: #13284B;
  text-decoration-color: #13284B;
}

.o-circle-with-arrow.alt .oval {
  border: 1px solid #92CA64;
}

.o-circle-with-arrow.alt:hover {
  border: none;
}

.o-circle-with-arrow p {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.75rem;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.o-circle-with-arrow .arrow {
  height: 4.130625rem;
  width: 4.130625rem;
  background-color: #92CA64;
  border-radius: 3.125rem;
  position: absolute;
  top: 2rem;
  left: 10.125rem;
}

.o-circle-with-arrow .arrow i {
  color: #13284B;
  font-size: 2.75rem;
  line-height: 3.0625rem;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  float: left;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.o-circle-with-arrow__blue .oval {
  background-color: #13284B;
}

.o-circle-with-arrow__blue p {
  color: #fff;
  width: 10.75rem;
  margin: 0 auto;
}

.o-circle-with-arrow__blue:hover .oval {
  background-color: #fff;
}

.o-circle-with-arrow__blue:hover .oval p {
  color: #1D4672;
  text-decoration: underline;
  -webkit-text-decoration-color: #92CA64;
  text-decoration-color: #92CA64;
}

.o-circle-with-arrow__blue:hover .arrow {
  background-color: #92CA64;
}

.o-circle-with-arrow__blue:hover .arrow i {
  color: #fff;
}

.c-commitees-meetings {
  padding: 1.25rem;
  background-color: #F4F4F4;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 40em) {
  .c-commitees-meetings {
    text-align: left;
    padding: 2.5rem;
    margin-bottom: 2rem;
  }
}

.c-commitees-meetings--container {
  padding: 0.625rem 0;
}

@media screen and (min-width: 1024px) and (max-width: 1119px) {
  .c-commitees-meetings--container {
    margin-left: 0.625rem;
  }
}

.c-commitees-meetings--container h4 {
  color: #43811D;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.8125rem;
  line-height: 2.125rem;
  font-weight: 600;
}

@media print, screen and (min-width: 40em) {
  .c-commitees-meetings--container h4 {
    margin-top: 0.625rem;
    line-height: 1rem;
  }
}

.c-commitees-meetings--title {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}

@media print, screen and (min-width: 40em) {
  .c-commitees-meetings--title {
    line-height: 1.875rem;
    margin-top: 0.4375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .c-commitees-meetings--title {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}

.c-commitees-meetings--category {
  color: #43811D;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.8125rem;
  line-height: 2.125rem;
  font-weight: 600;
  margin-bottom: 0;
}

@media (max-width: 40rem) {
  .c-commitees-meetings .o-circle-icon {
    margin: 0 auto;
  }
}

@media screen and (min-width: 64em) {
  .c-commitees-meetings:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .c-commitees-meetings:hover h3 {
    text-decoration: underline;
    -webkit-text-decoration-color: #92CA64;
    text-decoration-color: #92CA64;
  }
  .c-commitees-meetings:hover .date-circle__news {
    background-color: #13284B;
  }
  .c-commitees-meetings:hover .date-circle__news .flipside {
    margin-top: 2.1875rem;
    margin-left: -1.625rem;
  }
  .c-commitees-meetings:hover .date-circle__news .date-holder {
    margin-top: 0.5625rem !important;
  }
  .c-commitees-meetings:hover .date-circle__news .date-holder .day {
    display: none;
  }
  .c-commitees-meetings:hover .date-circle__news .date-holder .month {
    display: none;
  }
  .c-commitees-meetings:hover .date-circle__news .date-holder .year {
    display: none;
  }
  .c-commitees-meetings:hover .date-circle__news .date-holder .learn-more {
    display: inherit;
    display: initial;
    color: white;
    font-family: "republic-web", sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 2.125rem;
    text-align: center;
  }
  .c-commitees-meetings:hover .date-circle__news .date-holder .arrow {
    display: inherit;
    display: initial;
    text-align: center;
    margin-top: -0.875rem;
  }
  .c-commitees-meetings:hover .date-circle__news .date-holder .arrow i {
    color: #92CA64;
    font-family: Ionicons;
    font-size: 1.6875rem;
    font-weight: 500;
    line-height: 2rem;
    text-align: center;
  }
}

.c-commitees-meetings .date-circle {
  margin-bottom: 0.125rem;
}

.c-commitees-meetings p {
  color: #3A3A3A;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
}

.c-commitees-meetings:hover .o-circle-icon.alt {
  background-color: #13284B;
}

@media screen and (min-width: 40em) {
  .publications-date,
  .publications-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 40em) {
  .publications-date .date-circle {
    margin-bottom: 0;
  }
}

.c-commitees-members {
  margin-bottom: 1.25rem;
  background-color: #F8F8F8;
  padding: 1.5625rem;
}

@media screen and (max-width: 39.99875em) {
  .c-commitees-members {
    border-radius: 0.5rem;
  }
}

@media screen and (min-width: 40em) {
  .c-commitees-members {
    margin-bottom: 1.875rem;
  }
}

.c-commitees-members a {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  pointer-events: none;
}

@media screen and (min-width: 40em) {
  .c-commitees-members a {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.c-commitees-members p {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  pointer-events: none;
}

@media screen and (min-width: 40em) {
  .c-commitees-members p {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.o-commitees-touchpoint {
  background-color: #F4F4F4;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  padding: 1.875rem 1rem 1.75rem;
  margin-bottom: 1.1875rem;
}

@media print, screen and (min-width: 40em) {
  .o-commitees-touchpoint {
    padding: 2.125rem 1.9375rem 2.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-commitees-touchpoint {
    padding-left: 2.4375rem;
    padding-right: 2.4375rem;
    padding-top: 1.875rem;
  }
}

.o-commitees-touchpoint h2 {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

@media print, screen and (min-width: 40em) {
  .o-commitees-touchpoint h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-commitees-touchpoint h2 {
    font-size: 1.625rem;
    line-height: 2.2rem;
  }
}

.o-commitees-touchpoint p {
  color: #3B3B3B;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 0.3125rem;
}

@media print, screen and (min-width: 40em) {
  .o-commitees-touchpoint p {
    line-height: 1.625rem;
    color: #3A3A3A;
  }
}

.o-commitees-touchpoint p a {
  color: #427E1C;
}

.o-commitees-touchpoint p a:hover {
  text-decoration: underline;
}

.o-commitees-touchpoint__disbanded {
  background-color: #13284B;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .o-commitees-touchpoint__disbanded {
    text-align: left;
  }
}

.o-commitees-touchpoint__disbanded h3 {
  color: #92CA64;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.8125rem;
  line-height: 2.125rem;
  font-weight: 600;
}

.o-commitees-touchpoint__disbanded h2 {
  color: #fff;
}

.o-commitees-touchpoint__disbanded p {
  color: #fff;
}

.o-commitees-touchpoint__disbanded a {
  color: #fff;
}

.o-commitees-touchpoint a {
  color: #1D4672;
}

.o-commitees-touchpoint:hover h2 {
  text-decoration: underline;
  -webkit-text-decoration-color: #92CA64;
  text-decoration-color: #92CA64;
}

@media print, screen and (min-width: 40em) {
  .committees-into .o-heading {
    margin-top: -1.875rem;
  }
}

.o-competitions-card {
  text-align: center;
  background-color: #F4F4F4;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.09);
  padding: 2rem 1.4375rem 1.875rem;
  height: 100%;
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .o-competitions-card {
    margin-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-competitions-card {
    margin-bottom: 1.9375rem;
  }
}

.o-competitions-card h3 {
  color: #43811D;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.8125rem;
  line-height: 1rem;
  margin-bottom: 0.25rem;
  font-weight: 600;
  display: inline;
}

@media print, screen and (min-width: 40em) {
  .o-competitions-card h3 {
    line-height: 2.125rem;
    text-align: left;
  }
}

.o-competitions-card h3:nth-child(n+2):before {
  content: "|";
  font-size: 0.75rem;
  padding-left: 0.1875rem;
  padding-right: 0.1875rem;
}

.o-competitions-card h4 {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 0.4375rem;
  margin-top: 0.4375rem;
}

@media print, screen and (min-width: 40em) {
  .o-competitions-card h4 {
    text-align: left;
  }
}

@media print, screen and (min-width: 64em) {
  .o-competitions-card h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.o-competitions-card p {
  color: #2D2D2D;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
}

@media print, screen and (min-width: 40em) {
  .o-competitions-card p {
    line-height: 1.625rem;
    text-align: left;
  }
}

@media screen and (min-width: 64em) {
  .o-competitions-card {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .o-competitions-card:hover h4 {
    text-decoration: underline;
    -webkit-text-decoration-color: #92CA64;
    text-decoration-color: #92CA64;
  }
  .o-competitions-card:hover .date-circle__news {
    background-color: #fefefe;
  }
}

@media screen and (min-width: 64em) and (min-width: 64em) {
  .o-competitions-card:hover .date-circle__news {
    margin-right: -70px;
  }
}

@media screen and (min-width: 64em) {
  .o-competitions-card:hover .date-holder {
    margin-top: 0.5625rem !important;
  }
  .o-competitions-card:hover .date-holder .flipside {
    margin-top: 2.1875rem;
    margin-left: -1.625rem;
  }
  .o-competitions-card:hover .date-holder .heading {
    display: none;
  }
  .o-competitions-card:hover .date-holder .day {
    display: none;
  }
  .o-competitions-card:hover .date-holder .month {
    display: none;
  }
  .o-competitions-card:hover .date-holder .year {
    display: none;
  }
  .o-competitions-card:hover .date-holder .time {
    display: none;
  }
  .o-competitions-card:hover .date-holder .learn-more {
    display: inherit;
    display: initial;
    color: #13284B !important;
    font-family: "republic-web", sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 2.125rem;
    text-align: center;
  }
  .o-competitions-card:hover .date-holder .arrow {
    display: inherit;
    display: initial;
    text-align: center;
    margin-top: -0.875rem;
  }
  .o-competitions-card:hover .date-holder .arrow i {
    color: #92CA64;
    font-family: Ionicons;
    font-size: 1.6875rem;
    font-weight: 500;
    line-height: 2rem;
    text-align: center;
  }
}

.o-competitions-card--blue {
  background-color: #13284B;
}

.o-competitions-card--blue h3 {
  color: #92CA64;
}

.o-competitions-card--blue h4 {
  color: #fff;
}

.o-competitions-card--blue p {
  color: #fff;
}

@media screen and (min-width: 64em) {
  .o-competitions-card--blue:hover h3 {
    text-decoration: underline;
    -webkit-text-decoration-color: #92CA64;
    text-decoration-color: #92CA64;
  }
}

@media print, screen and (min-width: 40em) {
  .o-competitions-card .row:first-child .large-2 {
    margin-left: 12px;
  }
  .o-competitions-card .row:first-child .large-10 {
    margin-left: -15px;
  }
}

@media print, screen and (min-width: 64em) {
  .o-competitions-card .date-circle__news {
    margin-right: -70px;
  }
}

.competitions-details {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .competitions-details {
    text-align: left;
  }
}

@media screen and (min-width: 64em) {
  .competitions-details {
    padding-left: 4.4375rem;
    padding-right: 2.625rem;
  }
}

@media screen and (min-width: 64em) {
  .garda-appointments-into .competitions-details {
    padding-left: 4.1875rem;
  }
}

.appointments {
  background-color: #13284B;
  padding-top: 1.25rem;
}

@media screen and (min-width: 64em) {
  .appointments {
    padding-bottom: 6rem;
    margin-bottom: 5.625rem;
  }
}

@media screen and (min-width: 64em) {
  .appointments .competitions-details {
    padding-left: 4.875rem;
  }
}

.verticle-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.previous-competitions {
  margin-bottom: 0;
  padding-top: 6.125rem;
  padding-bottom: 6.125rem;
  background-color: #F4F4F4;
}

.o-consultationsCard {
  display: inline-block;
  text-align: center;
  background-color: #F4F4F4;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.09);
  padding: 2rem 1.4375rem;
  height: 100%;
  width: 100%;
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .o-consultationsCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: initial;
    margin-bottom: 1.875rem;
    padding-left: 0;
    padding-right: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .o-consultationsCard {
    margin-bottom: 1.9375rem;
    padding: 2rem 1.4375rem 1.875rem;
  }
}

.o-consultationsCard h3 {
  color: #43811D;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.8125rem;
  line-height: 0.625rem;
  margin-bottom: 1.3125rem;
  display: inline;
  font-weight: 600;
}

@media print, screen and (min-width: 40em) {
  .o-consultationsCard h3 {
    line-height: 2.125rem;
  }
}

.o-consultationsCard h4 {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0.4375rem;
}

@media print, screen and (min-width: 64em) {
  .o-consultationsCard h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.o-consultationsCard p {
  color: #3B3B3B;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
}

@media print, screen and (min-width: 40em) {
  .o-consultationsCard p {
    line-height: 1.625rem;
  }
}

.o-consultationsCard .o-consultationsCard-categories {
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .o-consultationsCard .o-consultationsCard-categories {
    text-align: left;
  }
}

.o-consultationsCard .o-consultationsCard-categories span {
  color: #43811D;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.8125rem;
  line-height: 2.125rem;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .o-consultationsCard .o-consultationsCard-text {
    margin-top: -14px;
  }
}

@media print, screen and (min-width: 40em) {
  .o-consultationsCard .o-consultationsCard-text h4 {
    text-align: left;
    line-height: 2.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-consultationsCard .o-consultationsCard-text h4 {
    line-height: 2.125rem;
  }
}

@media print, screen and (min-width: 40em) {
  .o-consultationsCard .o-consultationsCard-text p {
    text-align: left;
  }
}

@media screen and (min-width: 64em) {
  .o-consultationsCard {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .o-consultationsCard:hover h4 {
    text-decoration: underline;
    -webkit-text-decoration-color: #92CA64;
    text-decoration-color: #92CA64;
  }
  .o-consultationsCard:hover .date-circle {
    background-color: #fff;
  }
  .o-consultationsCard:hover .date-circle .flipside {
    margin-top: 2.375rem;
    margin-left: -1.375rem;
    display: block;
  }
  .o-consultationsCard:hover .date-circle .flipside .learn-more {
    display: inherit;
    display: initial;
    font-family: "republic-web", sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 2.125rem;
    text-align: center;
  }
  .o-consultationsCard:hover .date-circle .flipside .arrow {
    display: inherit;
    display: initial;
    text-align: center;
    margin-top: -0.875rem;
  }
  .o-consultationsCard:hover .date-circle .flipside .arrow i {
    color: #92CA64 !important;
    font-family: Ionicons;
    font-size: 1.6875rem;
    font-weight: 500;
    line-height: 2rem;
    text-align: center;
  }
  .o-consultationsCard:hover .date-circle .date-holder {
    margin-top: 0.5625rem !important;
  }
  .o-consultationsCard:hover .date-circle .date-holder .day {
    display: none;
  }
  .o-consultationsCard:hover .date-circle .date-holder .month {
    display: none;
  }
  .o-consultationsCard:hover .date-circle .date-holder .large-year {
    display: none;
  }
}

@media screen and (min-width: 64em) and (max-width: 39.99875em) {
  .o-consultationsCard:hover .date-circle {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 64em) and (min-width: 40em) {
  .o-consultationsCard:hover .date-circle {
    overflow: hidden;
  }
}

@media screen and (min-width: 64em) {
  .o-consultationsCard:hover .date-circle .date-circle-heading {
    display: none;
  }
  .o-consultationsCard:hover .date-circle .day {
    display: none;
  }
  .o-consultationsCard:hover .date-circle .month {
    display: none;
  }
  .o-consultationsCard:hover .date-circle .year {
    display: none;
  }
  .o-consultationsCard:hover .date-circle__year {
    background-color: #13284B;
  }
  .o-consultationsCard:hover .date-circle__year .flipside {
    margin-top: 2.375rem;
    margin-left: -1.375rem;
    display: block;
  }
  .o-consultationsCard:hover .date-circle__year .date-circle-heading {
    display: none;
  }
  .o-consultationsCard:hover .date-circle__year .date-holder {
    margin-top: 0.5625rem !important;
  }
  .o-consultationsCard:hover .date-circle__year .date-holder .day {
    display: none;
  }
  .o-consultationsCard:hover .date-circle__year .date-holder .month {
    display: none;
  }
  .o-consultationsCard:hover .date-circle__year .date-holder .large-year {
    display: none;
  }
  .o-consultationsCard:hover .date-circle__year .date-holder .learn-more {
    display: inherit;
    display: initial;
    color: #fff;
    font-family: "republic-web", sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 2.125rem;
    text-align: center;
  }
  .o-consultationsCard:hover .date-circle__year .date-holder .arrow {
    display: inherit;
    display: initial;
    text-align: center;
    margin-top: -0.875rem;
  }
  .o-consultationsCard:hover .date-circle__year .date-holder .arrow i {
    color: white;
    font-family: Ionicons;
    font-size: 1.6875rem;
    font-weight: 500;
    line-height: 2rem;
    text-align: center;
  }
}

.o-consultationsCard__completed {
  background-color: #13284B;
}

.o-consultationsCard__completed h3 {
  color: #92CA64;
}

.o-consultationsCard__completed h4 {
  color: #fff;
}

.o-consultationsCard__completed p {
  color: #fff;
}

@media screen and (min-width: 64em) {
  .o-consultationsCard__completed:hover .date-circle__year {
    background-color: #fff;
  }
  .o-consultationsCard__completed:hover .flipside .learn-more {
    color: #13284B !important;
  }
}

@media screen and (min-width: 64em) {
  .o-consultationsCard__none {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }
  .o-consultationsCard__none:hover h4 {
    text-decoration: none;
  }
}

.o-consultationsCard .date-circle {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 39.99875em) {
  .o-consultationsCard .date-circle .submissions_headline {
    line-height: 11px;
    margin-bottom: 10px;
  }
  .o-consultationsCard .date-circle .month {
    padding-left: 0 !important;
  }
  .o-consultationsCard .date-circle .year {
    padding-left: 0 !important;
  }
}

.o-consultationsCard .date-circle .date-circle-heading {
  line-height: 0.8rem;
  margin-bottom: 0.6rem;
}

.o-consultationsCard .date-circle .submissions_deadline_date {
  margin-left: 13px !important;
}

.o-consultationsCard .date-circle .flipside {
  display: none;
}

.o-consultationsCard .o-consultationsCard-date {
  max-height: 131px;
}

.o-consultationsCard a {
  color: #427E1C;
}

@media screen and (min-width: 40em) {
  .consultations-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 131px;
  }
  .consultations-date .date-circle__year {
    margin-left: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .consultations-date .o-circle-icon {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 40em) {
  .consultations-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media print, screen and (min-width: 64em) {
  .consultations-page-completed .o-consultationsCard-text,
  .consultations-page-into .o-consultationsCard-text {
    padding-left: 2.625rem;
  }
}

.consultations-page-completed {
  background-color: #F4F4F4;
}

@media screen and (max-width: 39.99875em) {
  .submissions_headline {
    line-height: 11px !important;
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .submissions_deadline-padding {
    padding-left: 6px;
  }
}

.members-section {
  margin-top: 120px;
}

@media print, screen and (min-width: 64em) {
  .extra-padding-top {
    padding-top: 5px;
  }
}

.o-contact-card {
  overflow: hidden;
  background-color: #13284B;
  padding: 2.5rem 1.25rem;
  text-align: center;
}

.o-contact-card h3 {
  color: #FFFFFF;
  font-family: "republic-web", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 40em) {
  .o-contact-card h3 {
    line-height: 2rem;
  }
}

.o-contact-card h4 {
  color: #FFFFFF;
  font-family: "republic-web", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.o-contact-card p {
  color: #FFFFFF;
  font-family: "gineso-extended", sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-align: center;
  margin-bottom: 1.5625rem;
}

.o-contact-card p a {
  margin-bottom: -1.5625rem;
}

.o-contact-card p a:last-of-type {
  margin-bottom: 0;
}

.o-contact-card p:last-of-type {
  margin-bottom: 0;
}

.o-contact-card a {
  color: #92CA64;
  font-family: "gineso-extended", sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-bottom: 1.5625rem;
  display: block;
}

@media screen and (max-width: 39.99875em) {
  .o-contact-card.small-email p a {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    word-break: break-all;
  }
}

.news-contact {
  background: #F8F8F8;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

@media screen and (max-width: 39.99875em) {
  .news-contact {
    padding-top: 2.5rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .news-contact .o-contact-card {
    margin-bottom: 1.1875rem;
  }
}

.c-cta {
  padding: 2.5rem;
  background-color: #13284B;
}

.c-cta--title {
  color: white;
  font-family: "republic-web", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.25rem;
}

@media screen and (min-width: 64em) {
  .c-cta--title {
    padding: 1.5625rem 0 0.625rem;
  }
}

@media (min-width: 40rem) and (max-width: 46.25rem) {
  .c-cta--bubble {
    width: 30.83333333%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .c-cta--bubble, .c-cta--bubble:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .c-cta--bubble:last-child:not(:first-child) {
    float: right;
  }
}

@media (min-width: 40rem) and (max-width: 46.25rem) {
  .c-cta--content {
    width: 60.83333333%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .c-cta--content, .c-cta--content:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .c-cta--content:last-child:not(:first-child) {
    float: right;
  }
}

.c-cta--text {
  color: white;
  font-family: "gineso-extended", sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem;
  padding-bottom: 1.5625rem;
}

@media screen and (max-width: 39.99875em) {
  .c-cta--text {
    padding-bottom: 0;
  }
}

.c-cta a {
  display: inline-block;
}

.c-cta a .button-arrow {
  cursor: pointer;
  border: 0.0625rem solid #92CA64;
  border-radius: 2.25rem;
}

@media screen and (max-width: 39.99875em) {
  .c-cta a .button-arrow {
    margin-bottom: 0;
  }
}

.apply {
  margin-bottom: 6.5625rem;
}

.o-hero-competitions__banner .c-cta {
  padding: 0;
}

.o-dateBox {
  text-align: center;
  background-color: #F4F4F4;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.09);
  padding: 2rem 1.4375rem 1.875rem;
  height: 100%;
}

.o-dateBox .date-circle {
  overflow: hidden;
}

@media screen and (max-width: 63.99875em) {
  .o-dateBox .date-circle:focus, .o-dateBox .date-circle:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .o-dateBox .date-circle:focus h3, .o-dateBox .date-circle:hover h3 {
    text-decoration: underline;
    -webkit-text-decoration-color: #92CA64;
    text-decoration-color: #92CA64;
  }
  .o-dateBox .date-circle:focus .date-circle, .o-dateBox .date-circle:hover .date-circle {
    background-color: #13284B;
  }
  .o-dateBox .date-circle:focus .date-circle .date-circle-heading, .o-dateBox .date-circle:hover .date-circle .date-circle-heading {
    display: none;
  }
  .o-dateBox .date-circle:focus .date-circle .flipside, .o-dateBox .date-circle:hover .date-circle .flipside {
    display: block;
    margin-top: 1.25rem;
  }
  .o-dateBox .date-circle:focus .date-circle .flipside .learn-more, .o-dateBox .date-circle:hover .date-circle .flipside .learn-more {
    color: #FFFFFF !important;
    font-family: "republic-web", sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 2.125rem;
    text-align: center;
  }
  .o-dateBox .date-circle:focus .date-circle .flipside .arrow, .o-dateBox .date-circle:hover .date-circle .flipside .arrow {
    display: block;
    text-align: center;
    margin-bottom: 0.625rem;
  }
  .o-dateBox .date-circle:focus .date-circle .flipside .arrow i, .o-dateBox .date-circle:hover .date-circle .flipside .arrow i {
    color: #92CA64;
    font-family: Ionicons;
    font-size: 1.6875rem;
    font-weight: 500;
    line-height: 2rem;
    text-align: center;
  }
  .o-dateBox .date-circle:focus .date-circle .date-holder, .o-dateBox .date-circle:hover .date-circle .date-holder {
    margin-top: 0.5625rem !important;
  }
  .o-dateBox .date-circle:focus .date-circle .date-holder .day, .o-dateBox .date-circle:hover .date-circle .date-holder .day {
    display: none;
  }
  .o-dateBox .date-circle:focus .date-circle .date-holder .month, .o-dateBox .date-circle:hover .date-circle .date-holder .month {
    display: none;
  }
  .o-dateBox .date-circle:focus .date-circle .date-holder .year, .o-dateBox .date-circle:hover .date-circle .date-holder .year {
    display: none;
  }
}

@media screen and (min-width: 64em) {
  .o-dateBox:focus, .o-dateBox:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .o-dateBox:focus h3, .o-dateBox:hover h3 {
    text-decoration: underline;
    -webkit-text-decoration-color: #92CA64;
    text-decoration-color: #92CA64;
  }
  .o-dateBox:focus .date-circle, .o-dateBox:hover .date-circle {
    background-color: #13284B;
  }
  .o-dateBox:focus .date-circle .date-circle-heading, .o-dateBox:hover .date-circle .date-circle-heading {
    display: none;
  }
  .o-dateBox:focus .date-circle .flipside, .o-dateBox:hover .date-circle .flipside {
    display: block;
    margin-top: 1.25rem;
  }
  .o-dateBox:focus .date-circle .flipside .learn-more, .o-dateBox:hover .date-circle .flipside .learn-more {
    color: #FFFFFF !important;
    font-family: "republic-web", sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 2.125rem;
    text-align: center;
  }
  .o-dateBox:focus .date-circle .flipside .arrow, .o-dateBox:hover .date-circle .flipside .arrow {
    display: block;
    text-align: center;
    margin-bottom: 0.625rem;
  }
  .o-dateBox:focus .date-circle .flipside .arrow i, .o-dateBox:hover .date-circle .flipside .arrow i {
    color: #92CA64;
    font-family: Ionicons;
    font-size: 1.6875rem;
    font-weight: 500;
    line-height: 2rem;
    text-align: center;
  }
  .o-dateBox:focus .date-circle .date-holder, .o-dateBox:hover .date-circle .date-holder {
    margin-top: 0.5625rem !important;
  }
  .o-dateBox:focus .date-circle .date-holder .day, .o-dateBox:hover .date-circle .date-holder .day {
    display: none;
  }
  .o-dateBox:focus .date-circle .date-holder .month, .o-dateBox:hover .date-circle .date-holder .month {
    display: none;
  }
  .o-dateBox:focus .date-circle .date-holder .year, .o-dateBox:hover .date-circle .date-holder .year {
    display: none;
  }
}

.o-dateBox h3 {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
  .o-dateBox h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
  }
}

.o-dateBox h4 {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.o-dateBox ul {
  color: #13284B;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.625rem;
  list-style-type: none;
}

.o-dateBox ul li i {
  color: #488A1F;
  font-family: Ionicons;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-right: 0.3125rem;
  vertical-align: middle;
}

.o-dateBox ul li span {
  vertical-align: middle;
}

.o-dateBox__blue {
  background-color: #13284B;
  overflow: visible;
}

.o-dateBox__blue h3 {
  color: #fff;
}

.o-dateBox__blue h4 {
  color: #fff;
}

.o-dateBox__blue ul {
  color: #fff;
}

@media screen and (min-width: 64em) {
  .o-dateBox__blue:focus h3, .o-dateBox__blue:hover h3 {
    text-decoration: underline;
    -webkit-text-decoration-color: #92CA64;
    text-decoration-color: #92CA64;
  }
}

@media screen and (max-width: 63.99875em) {
  .o-dateBox__blue .date-circle:focus, .o-dateBox__blue .date-circle:hover {
    background-color: #fff !important;
    border: 1px solid #92CA64;
  }
  .o-dateBox__blue .date-circle:focus .date-circle-heading, .o-dateBox__blue .date-circle:hover .date-circle-heading {
    display: none;
  }
  .o-dateBox__blue .date-circle:focus .o-dateBox__add, .o-dateBox__blue .date-circle:hover .o-dateBox__add {
    color: white;
    font-family: "$primary-extended", sans-serif;
    text-transform: uppercase;
  }
  .o-dateBox__blue .date-circle:focus .date-holder, .o-dateBox__blue .date-circle:hover .date-holder {
    margin-top: -1rem !important;
  }
  .o-dateBox__blue .date-circle:focus .date-holder .day, .o-dateBox__blue .date-circle:hover .date-holder .day {
    color: #13284B !important;
  }
  .o-dateBox__blue .date-circle:focus .date-holder .month, .o-dateBox__blue .date-circle:hover .date-holder .month {
    color: #13284B !important;
  }
  .o-dateBox__blue .date-circle:focus .date-holder .year, .o-dateBox__blue .date-circle:hover .date-holder .year {
    color: #13284B !important;
  }
}

@media screen and (min-width: 64em) {
  .o-dateBox__blue .date-circle .arrow img {
    margin-top: -25px;
  }
  .o-dateBox__blue .date-circle .o-dateBox__add {
    margin-top: -12px;
  }
}

@media screen and (max-width: 39.99875em) {
  .o-dateBox__blue .date-circle:focus .flipside img, .o-dateBox__blue .date-circle:hover .flipside img {
    width: 19px;
    height: 19px;
  }
  .o-dateBox__blue .date-circle:focus .flipside .arrow, .o-dateBox__blue .date-circle:hover .flipside .arrow {
    margin-bottom: 0;
    margin-top: -6px;
  }
  .o-dateBox__blue .date-circle:focus .date-circle__share-container, .o-dateBox__blue .date-circle:hover .date-circle__share-container {
    left: -15px;
  }
  .o-dateBox__blue .date-circle:focus .o-dateBox__add, .o-dateBox__blue .date-circle:hover .o-dateBox__add {
    font-size: 0.75rem;
    line-height: 0.92rem;
    margin-top: 2px;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 64em) {
  .o-dateBox__blue {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .o-dateBox__blue:focus h4, .o-dateBox__blue:hover h4 {
    text-decoration: underline;
    -webkit-text-decoration-color: #92CA64;
    text-decoration-color: #92CA64;
  }
  .o-dateBox__blue:focus .date-circle__news, .o-dateBox__blue:hover .date-circle__news {
    background-color: #13284B;
  }
  .o-dateBox__blue:focus .date-holder, .o-dateBox__blue:hover .date-holder {
    margin-top: 0.5625rem !important;
  }
  .o-dateBox__blue:focus .date-holder .flipside, .o-dateBox__blue:hover .date-holder .flipside {
    display: none !important;
  }
  .o-dateBox__blue:focus .date-holder .heading, .o-dateBox__blue:hover .date-holder .heading {
    display: none;
  }
  .o-dateBox__blue:focus .date-holder .day, .o-dateBox__blue:hover .date-holder .day {
    display: none;
  }
  .o-dateBox__blue:focus .date-holder .month, .o-dateBox__blue:hover .date-holder .month {
    display: none;
  }
  .o-dateBox__blue:focus .date-holder .year, .o-dateBox__blue:hover .date-holder .year {
    display: none;
  }
  .o-dateBox__blue:focus .date-holder .time, .o-dateBox__blue:hover .date-holder .time {
    display: none;
  }
  .o-dateBox__blue:focus .date-holder .learn-more, .o-dateBox__blue:hover .date-holder .learn-more {
    display: inherit;
    display: initial;
    color: white;
    font-family: "republic-web", sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 2.125rem;
    text-align: center;
  }
  .o-dateBox__blue:focus .date-holder .arrow, .o-dateBox__blue:hover .date-holder .arrow {
    display: inherit;
    display: initial;
    text-align: center;
    margin-top: -0.875rem;
  }
  .o-dateBox__blue:focus .date-holder .arrow i, .o-dateBox__blue:hover .date-holder .arrow i {
    color: #92CA64;
    font-family: Ionicons;
    font-size: 1.6875rem;
    font-weight: 500;
    line-height: 2rem;
    text-align: center;
  }
}

.o-dateBox__blue .directions-link {
  display: inline !important;
  color: #fff;
}

.o-dateBox__blue .directions-link:hover {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-color: #92CA64;
  text-decoration-color: #92CA64;
}

.o-dateBox .flipside {
  display: none;
}

.o-dateBox.next-meeting .date-circle {
  overflow: visible;
}

.o-dateBox.next-meeting .date-circle:focus, .o-dateBox.next-meeting .date-circle:hover {
  outline: 1px solid #92CA64;
}

.o-dateBox.next-meeting h3 {
  padding-top: 10px;
}

.o-dateBox.next-meeting .o-dateBox:hover .date-circle .date-holder {
  margin-top: -0.625rem !important;
}

.o-dateBox a {
  display: block;
}

.meetings-link {
  display: block;
  color: #43811D;
  font-family: "republic-web", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 2.125rem;
  margin-top: 1.2rem;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .meetings-link {
    margin-top: 0.625rem;
    margin-bottom: 1.8125rem;
  }
}

.meetings-link i {
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 2rem;
  vertical-align: middle;
}

.meetings-link a {
  color: #43811D;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .date-container-block .add-calendar-link {
    float: right;
    margin-right: 0;
    margin-bottom: 0;
  }
  .date-container-block .add-calendar-link .add-to-calendar {
    height: 7.8rem;
    width: 7.8rem;
  }
  .date-container-block .vertical menu {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 64em) {
  .date-container-block .add-calendar-link .add-to-calendar:hover .flipside .learn-more img {
    height: 27px;
    width: 27px;
  }
  .date-container-block .add-calendar-link .add-to-calendar:hover .flipside .arrow p {
    margin-top: -12px;
    font-size: 15px;
    line-height: 15px;
  }
  .date-container-block .o-dateBox:hover .date-circle .date-holder {
    margin-top: -0.625rem !important;
  }
  .date-container-block .add-calendar-link .add-to-calendar:hover .add-to-calendar-heading {
    margin-top: 1.3125rem !important;
  }
}

.directions-link {
  color: #13284B;
}

.o-dateBox__blue:hover .date-circle {
  background-color: #fff !important;
}

.o-dateBox__blue:hover .date-circle-heading {
  display: inherit !important;
  color: #1D4672;
}

.o-dateBox__blue:hover .date-circle .date-holder {
  margin-top: -0.625rem !important;
}

.o-dateBox__blue:hover .date-circle .day {
  color: #1D4672 !important;
  display: inherit !important;
}

.o-dateBox__blue:hover .date-circle .month {
  color: #1D4672 !important;
  display: inherit !important;
}

.o-dateBox__blue:hover .date-circle .year {
  color: #1D4672 !important;
  display: inherit !important;
}

.o-dateBox__blue:hover .date-circle:hover .day {
  display: none !important;
}

.o-dateBox__blue:hover .date-circle:hover .month {
  display: none !important;
}

.o-dateBox__blue:hover .date-circle:hover .year {
  display: none !important;
}

.o-dateBox__blue:hover .date-circle:hover .date-heading {
  display: none !important;
}

.o-dateBox__blue:hover .date-circle:hover .date-circle-heading {
  display: inherit !important;
  color: #fff;
}

.o-dateBox__blue:hover .date-circle .flipside {
  display: none !important;
}

.o-dateBox__blue:hover .date-circle:hover .flipside {
  display: inherit !important;
}

.o-dateBox__blue .date-circle:hover .arrow img {
  margin-top: -142px;
}

.o-dateBox__blue .date-circle:hover .o-dateBox__add-container {
  margin-top: -3px;
  display: table;
}

.o-dateBox__blue .date-circle:hover .o-dateBox__add {
  margin-top: -65px;
  color: #1D4672;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.date-circle {
  display: inline-block;
  position: relative;
  height: 5.625rem;
  width: 5.625rem;
  border-radius: 3.125rem;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 0.6875rem;
}

@media print, screen and (min-width: 40em) {
  .date-circle {
    height: 8.1875rem;
    width: 8.1875rem;
    border-radius: 6.25rem;
  }
}

.date-circle .date-circle-heading {
  color: #1D4672;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.625rem;
  line-height: 1.625rem;
  text-align: center;
  margin-top: 1.3125rem;
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .date-circle .date-circle-heading {
    margin-top: 2.325rem;
    font-size: 0.75rem;
    line-height: 1.625rem;
    margin-bottom: 0.25rem;
  }
}

.date-circle .date-circle-heading.closing-date {
  color: #C82C2C;
}

.date-circle .date-holder {
  margin-top: -0.625rem;
  padding-left: 0.375rem;
}

@media screen and (max-width: 39.99875em) {
  .date-circle .date-holder {
    padding-left: 0.375rem !important;
  }
}

@media print, screen and (min-width: 40em) {
  .date-circle .date-holder {
    padding-left: 0.6875rem !important;
  }
}

.date-circle .date-holder .heading {
  color: #C82C2C;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.625rem;
  line-height: 0.0625rem;
  text-align: center;
  margin-left: -0.3125rem;
}

@media print, screen and (min-width: 40em) {
  .date-circle .date-holder .heading {
    font-size: 0.75rem;
    line-height: 0.875rem;
    margin-top: -0.5625rem;
  }
}

.date-circle .date-holder .day {
  height: 3.5rem;
  color: #1D4672;
  font-family: "republic-web", sans-serif !important;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 2.25rem;
  text-align: center;
  padding-right: 0.125rem;
}

@media print, screen and (min-width: 40em) {
  .date-circle .date-holder .day {
    font-size: 2.1875rem;
    font-weight: 600;
    line-height: 2.25rem;
  }
}

.date-circle .date-holder .month {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 0.5625rem;
  font-weight: 600;
  line-height: 0.875rem;
  text-align: left;
  padding: 0.3125rem 0 0 5px;
}

@media print, screen and (min-width: 40em) {
  .date-circle .date-holder .month {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 0.875rem;
    padding-left: 0;
    margin-bottom: 0.25rem;
    padding: 0;
    margin-top: 0.125rem;
  }
}

.date-circle .date-holder .year {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 0.5625rem;
  font-weight: 600;
  line-height: 0.875rem;
  text-align: left;
  padding: 0;
  margin-top: -0.1875rem;
  padding-left: 2px;
}

@media print, screen and (min-width: 40em) {
  .date-circle .date-holder .year {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 0.875rem;
    padding-left: 0;
  }
}

.date-circle .date-holder .time {
  font-size: 0.5rem;
  line-height: 1.625rem;
  text-align: center;
  margin-top: -0.9375rem;
  color: #1D4672;
  margin-left: -0.3125rem;
  font-family: "gineso-extended", sans-serif;
}

@media print, screen and (min-width: 40em) {
  .date-circle .date-holder .time {
    font-size: 0.75rem;
    line-height: 1.625rem;
    margin-top: -0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .date-circle__large {
    pointer-events: none;
    height: 15.55625rem;
    width: 15.55625rem;
    border-radius: 8.125rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .date-circle__large .date-circle-heading {
    margin-top: 3.5rem !important;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .date-circle__large .date-circle-heading {
    font-size: 1.1125rem;
    line-height: 3.0625rem;
    text-align: center;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .date-circle__large .date-holder .day {
    font-size: 4.15625rem;
    font-weight: 600;
    line-height: 4.25rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .date-circle__large .date-holder .month {
    font-size: 1.425rem;
    font-weight: 600;
    line-height: 1.625rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .date-circle__large .date-holder .year {
    font-size: 1.425rem;
    font-weight: 600;
    line-height: 1.625rem;
  }
}

.date-circle__year .large-year {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 2.25rem;
  margin-left: -0.1875rem;
}

@media print, screen and (min-width: 40em) {
  .date-circle__year .large-year {
    padding-left: 0;
    text-align: center;
    margin-left: 0;
    font-size: 2.1875rem;
  }
}

.date-circle__year .learn-more {
  display: none;
}

.date-circle__year .arrow {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .date-circle__yearlarge {
    height: 15.55625rem;
    width: 15.55625rem;
    border-radius: 8.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .date-circle__yearlarge .date-circle-heading {
    font-size: 1.1125rem;
    line-height: 3.0625rem;
    margin-top: 3.3125rem;
  }
}

.date-circle__yearlarge .date-holder {
  padding-left: 0 !important;
}

.date-circle__yearlarge .large-year {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 2.25rem;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  .date-circle__yearlarge .large-year {
    font-size: 4.15625rem;
    font-weight: 600;
    line-height: 4.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .date-circle__large {
    height: 15.55625rem;
    width: 15.55625rem;
    border-radius: 8.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .date-circle__large .date-circle-heading {
    font-size: 1.1125rem;
    line-height: 3.0625rem;
    margin-top: 3.3125rem;
  }
}

.date-circle__large .large-year {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 2.25rem;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  .date-circle__large .large-year {
    font-size: 4.15625rem;
    font-weight: 600;
    line-height: 4.25rem;
  }
}

@media screen and (min-width: 64em) {
  .date-circle__large .date-holder {
    padding-left: 1.75rem !important;
  }
}

.date-circle__large .date-holder .time {
  font-size: 0.5rem;
  line-height: 1.625rem;
  font-family: "gineso-extended", sans-serif;
}

@media print, screen and (min-width: 40em) {
  .date-circle__large .date-holder .time {
    font-size: 0.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .date-circle__large .date-holder .time {
    font-size: 1.1125rem;
    line-height: 3.0625rem;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .date-circle__large .date-holder .month {
    margin-top: 0.3125rem;
    margin-bottom: 0.5rem;
  }
}

.date-circle__share-container {
  display: none;
  position: absolute;
  width: 120px;
  top: 90%;
  left: -10px;
}

@media print, screen and (min-width: 40em) {
  .date-circle__share-container {
    left: -15px;
    width: 160px;
  }
}

.date-circle__share {
  position: relative;
  background-color: #fefefe;
  padding: 1.25rem 1rem 0.5rem;
  text-align: left;
  -webkit-box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.3);
}

.date-circle__share-link {
  display: block;
  color: #312d2f;
  font-family: "$primary-extended", sans-serif;
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 40em) {
  .date-circle__share-link {
    font-size: 0.875rem;
  }
}

.date-circle__share:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fefefe;
  border-width: 15px;
  margin-left: -15px;
}

.date-circle:focus .date-circle__share-container, .date-circle:hover .date-circle__share-container {
  display: block;
}

@media print, screen and (min-width: 40em) {
  .date-circle__news {
    height: 8.1875rem !important;
    width: 8.1875rem !important;
    border-radius: 6.25rem !important;
  }
}

.date-circle__news .date-holder {
  margin-top: 1.8125rem;
}

@media print, screen and (min-width: 40em) {
  .date-circle__news .date-holder {
    margin-top: 3.125rem !important;
  }
}

@media print, screen and (min-width: 40em) {
  .date-circle__news .date-holder .day {
    font-size: 2.1875rem !important;
    font-weight: 600 !important;
    line-height: 2.25rem !important;
  }
}

.date-circle__news .date-holder .month {
  padding-left: 2px;
}

@media print, screen and (min-width: 40em) {
  .date-circle__news .date-holder .month {
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    line-height: 0.875rem !important;
  }
}

.date-circle__news .date-holder .year {
  padding-left: 2px;
  margin-top: -0.1875rem;
}

@media print, screen and (min-width: 40em) {
  .date-circle__news .date-holder .year {
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    line-height: 0.875rem !important;
  }
}

.date-circle__news .date-holder .learn-more {
  display: none;
}

.date-circle__news .date-holder .arrow {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .date-circle__news:hover {
    background-color: #13284B;
  }
  .date-circle__news:hover .date-holder {
    margin-top: 0.5625rem !important;
  }
  .date-circle__news:hover .date-holder .flipside {
    margin-top: 2.1875rem;
    margin-left: -1.625rem;
  }
  .date-circle__news:hover .date-holder .heading {
    display: none;
  }
  .date-circle__news:hover .date-holder .day {
    display: none;
  }
  .date-circle__news:hover .date-holder .month {
    display: none;
  }
  .date-circle__news:hover .date-holder .year {
    display: none;
  }
  .date-circle__news:hover .date-holder .learn-more {
    display: inherit;
    color: #FFFFFF;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 2.125rem;
    text-align: center;
  }
  .date-circle__news:hover .date-holder .arrow {
    display: inherit;
    text-align: center;
    margin-top: -0.875rem;
  }
  .date-circle__news:hover .date-holder .arrow i {
    color: #92CA64;
    font-family: Ionicons;
    font-size: 1.6875rem;
    font-weight: 500;
    line-height: 2rem;
    text-align: center;
  }
}

.homepage-next-meetings .flipside {
  display: none;
}

@media print, screen and (min-width: 40em) {
  .homepage-next-meetings .o-heading h3 {
    margin-top: 1.25rem;
    padding-right: 40px;
  }
}

@media screen and (min-width: 64em) {
  .date-container-block {
    margin-left: -30px;
  }
}

@media screen and (min-width: 64em) {
  .small-icon {
    height: 7.4rem !important;
    width: 7.4rem !important;
  }
  .small-day {
    margin-top: -0.1rem !important;
    font-size: 1.9rem !important;
    line-height: 2.4rem !important;
  }
  .small-month {
    margin-top: 0.1rem !important;
  }
}

@media print, screen and (min-width: 40em) {
  .date-circle-heading--gallery {
    margin-top: 1.9rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .o-gallery-card__content .date-holder {
    margin-left: -6px;
  }
}

@media screen and (max-width: 39.99875em) {
  .day-fix {
    text-align: right !important;
  }
}

@media print, screen and (min-width: 40em) {
  .month-fix {
    margin-left: -10px;
    margin-bottom: 1px;
  }
}

@media print, screen and (min-width: 40em) {
  .year-fix {
    margin-left: -10px !important;
    float: initial !important;
    margin-top: -4px !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .date-holder-fix {
    padding-left: 1.175rem !important;
  }
}

@media print, screen and (min-width: 64em) {
  section.navigation {
    background-color: #13284B;
  }
  section.navigation .nav-dropdown {
    margin-top: -0.59375rem;
  }
}

.top-bar {
  background-color: #13284B;
  padding: 0.1875rem 0 0;
  height: 3.75rem;
}

.top-bar .top-bar-left {
  background-color: #13284B;
  position: relative;
  z-index: 999 !important;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 64em) {
  .top-bar .top-bar-left {
    max-height: 3.5rem;
  }
}

.top-bar .top-bar-left .primary-nav {
  background-color: #13284B;
  display: table;
  width: 100%;
  padding-top: 0.4375rem;
}

@media screen and (min-width: 64em) {
  .top-bar .top-bar-left .primary-nav {
    padding-top: 0;
    position: initial;
  }
}

@media screen and (min-width: 64em) {
  .top-bar .top-bar-left .primary-nav .inner-primary-nav {
    padding-top: 0;
    max-width: 78.125rem;
    margin: 0 auto;
    position: initial;
    display: table;
    width: 100%;
  }
}

.top-bar .top-bar-left .primary-nav li:first-of-type a:hover {
  background-color: none;
}

.top-bar .top-bar-left .primary-nav li {
  display: table-cell;
  text-align: center;
  list-style-type: none;
  margin-bottom: 1px;
  margin: 3px;
}

.top-bar .top-bar-left .primary-nav li a {
  background-color: #13284B;
  color: #fff;
  font-family: "gineso-extended", sans-serif;
  line-height: 1.25rem;
  margin-top: 0.0625rem;
  height: 3.375rem;
  padding-top: 0.75rem;
}

.top-bar .top-bar-left .primary-nav li a:hover {
  background-color: #fff;
  color: #13284B;
  border-radius: 0.3125rem 0.3125rem 0 0;
}

.top-bar .top-bar-left .primary-nav li a span {
  color: #92CA64;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.top-bar .top-bar-left .primary-nav li .hover {
  background-color: #fff;
  color: #13284B;
  border-radius: 0.3125rem 0.3125rem 0 0;
}

.top-bar .top-bar-left .primary-nav .dropdown-pane li a {
  background-color: white !important;
  font-family: "gineso-extended", sans-serif;
  line-height: 1.25rem;
  margin-top: 0.0625rem;
  height: auto;
  padding: 0.7rem 1rem;
  padding-top: 0.75rem;
  text-align: left;
}

.top-bar .top-bar-left .primary-nav .dropdown-pane .menu li {
  display: block;
  margin: 5px;
}

.top-bar .top-bar-left .primary-nav .dropdown-pane .menu li a {
  max-width: calc(100% - 2px);
  margin-left: auto;
  margin-right: auto;
}

.mega-menu .dropdown-pane {
  min-width: 100vw;
  max-width: 100vw;
  width: 100vw;
  display: block;
  margin: 0 auto !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 999;
}

.mega-menu > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.375rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  margin-left: 0.625rem;
  margin-top: 11%;
}

.mega-menu .menu a {
  margin-right: 1px;
}

.top-bar {
  background-color: #13284B;
}

.nav-dropdown.is-open {
  left: 0 !important;
  width: 100%;
  border: 0;
  padding: 25px 0 20px 0;
  top: 4.125rem !important;
  border-bottom: 0.25rem solid #92CA64;
}

.nav-dropdown.is-open .item-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
}

.nav-dropdown.is-open .item-holder .menu-block {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding: 0;
  margin: 0;
}

.nav-dropdown.is-open .item-holder .menu-block .vertical {
  background: #fff;
}

.nav-dropdown.is-open .item-holder .menu-block .vertical li:first-of-type a {
  color: #43811D;
  font-family: "republic-web", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.nav-dropdown.is-open .item-holder .menu-block .vertical li {
  text-align: initial;
}

.nav-dropdown.is-open .item-holder .menu-block .vertical li a {
  color: #13284B;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

.kids {
  margin-top: -0.9375rem !important;
}

.kids ul li a {
  background-color: white !important;
  color: #13284B !important;
  font-family: "$primary" !important;
  font-size: 0.9375rem !important;
  line-height: 1.25rem !important;
  font-weight: 400 !important;
}

@media print, screen and (min-width: 40em) {
  .filter-align {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: right;
  }
}

@media screen and (max-width: 39.99875em) {
  .filter-align .button-basic-container {
    text-align: center;
    margin-bottom: 1.25rem;
  }
}

.filter-align .button-basic-container:first-child {
  margin-right: 0.625rem;
}

@media screen and (max-width: 39.99875em) {
  .filter-align .button-basic-container {
    margin-bottom: 0.625rem;
  }
}

.filter-align .button-basic-container.no-margin-right {
  margin-right: 0 !important;
}

@media screen and (max-width: 39.99875em) {
  .filter-bar .filter-align {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 39.99875em) {
  .filter-results-bar {
    padding-top: 49px !important;
  }
}

@media print, screen and (min-width: 64em) {
  .filter-results-bar {
    padding-top: 1.7125rem !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .filter-results-bar .filter-align {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .filter-results-bar .filter-align.first {
    padding-top: 40px;
  }
}

@media print, screen and (min-width: 40em) {
  .filter-results-bar .filter-align {
    float: initial;
  }
}

.filter-label {
  color: #13284B;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  margin-top: 0.625rem;
  margin-right: 1.125rem;
}

.filter-results-heading {
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 39.99875em) {
  .center-on-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100% !important;
  }
}

.o-switcher {
  width: 6.0625rem;
  border: 0.0625rem solid #B0C5DB;
  border-radius: 1.4375rem;
  padding: 0.625rem 1.25rem;
  text-align: center;
  margin-right: -0.5rem;
}

.o-switcher a {
  color: #13284B;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

.o-switcher span {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.o-switcher:hover {
  background-color: #F4F4F4;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.2);
  border: 0.0625rem solid #F4F4F4;
}

.o-switcher:hover a {
  text-decoration: underline;
  -webkit-text-decoration-color: #92CA64;
  text-decoration-color: #92CA64;
}

footer {
  background-color: #13284B;
  background-image: url("/assets/images/Footer-Circles-Graphic-Mobile.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100%;
}

@media print, screen and (min-width: 40em) {
  footer {
    background-size: 50rem;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url("/assets/images/circles.png");
  }
}

footer .has-border {
  border-top: 0.0625rem solid #416893;
  border-bottom: 0.0625rem solid #416893;
  padding-bottom: 2.8125rem;
  padding-top: 2.5rem;
}

footer .has-border-top {
  border-top: 0.0625rem solid #416893;
  padding-top: 2.5rem;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  footer .has-border-top {
    padding-top: 0.9375rem;
  }
}

footer .has-border-bottom {
  border-bottom: 0.0625rem solid #416893;
  padding-bottom: 1.8rem;
}

footer h3 a {
  color: #92CA64;
  font-family: "republic-web", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  margin-top: 2.5rem;
  display: block;
}

@media print, screen and (min-width: 40em) {
  footer h3 a {
    line-height: 1.125rem;
  }
}

footer h3 a:hover {
  color: #92CA64;
  text-decoration: underline;
}

footer ul {
  list-style-type: none;
}

footer ul li {
  margin-bottom: 0.625rem;
}

footer ul li a {
  color: #FFFFFF;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.125rem;
}

@media print, screen and (min-width: 64em) {
  footer ul li a {
    display: inline-block;
  }
}

footer ul li a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

footer .footer-end {
  margin-top: 2.25rem;
  padding-bottom: 1.25rem;
}

footer .footer-end p {
  color: #FFFFFF;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  footer .footer-end p {
    text-align: left;
    font-size: 0.9375rem;
    line-height: 1.125rem;
  }
}

footer .footer-end ul {
  text-align: center;
  width: 17.9375rem;
  max-width: 100%;
  color: #fff;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  footer .footer-end ul {
    width: 100%;
    text-align: right;
    float: right;
  }
}

footer .footer-end ul li {
  display: inline;
  margin-right: 0.225rem;
}

@media print, screen and (min-width: 40em) {
  footer .footer-end ul li a {
    font-size: 0.9375rem;
    line-height: 1.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  footer .footer-end ul li:last-of-type {
    margin-right: 0;
  }
}

.footer-contacts {
  padding-top: 2.5rem;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .footer-contacts {
    padding-bottom: 24px;
  }
}

.footer-contacts img {
  margin-bottom: 2.5rem;
}

@media print, screen and (min-width: 64em) {
  .footer-contacts img {
    float: left;
  }
}

@media print, screen and (min-width: 64em) {
  .footer-column {
    padding-left: 0 !important;
    padding-right: 0.8125rem !important;
  }
}

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

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

@media screen and (max-width: 39.99875em) {
  .footer-social-half .green-buttons {
    margin-right: 0;
  }
}

@media screen and (max-width: 39.99875em) {
  .footer-half-button {
    width: 100%;
  }
  .footer-half-button .green-buttons {
    margin-right: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media screen and (min-width: 64em) {
  .footer-social-button-group a .green-buttons__text {
    width: auto !important;
  }
}

.o-gallery-card {
  text-align: center;
  background-color: #F4F4F4;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0.125rem rgba(0, 0, 0, 0.09);
  box-shadow: 0 0.5rem 0.75rem 0.125rem rgba(0, 0, 0, 0.09);
  height: 100%;
  margin-bottom: 1.25rem;
  position: relative;
}

@media screen and (min-width: 64em) {
  .o-gallery-card {
    -webkit-box-shadow: 0 0rem 2rem 0.4rem rgba(0, 0, 0, 0.09);
    box-shadow: 0 0rem 2rem 0.4rem rgba(0, 0, 0, 0.09);
  }
}

@media print, screen and (min-width: 40em) {
  .o-gallery-card {
    height: initial;
    margin-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-gallery-card {
    margin-bottom: 1.9375rem;
  }
}

.o-gallery-card .o-gallery-card__content {
  padding: 2rem 1.4375rem 1.875rem;
}

@media print, screen and (min-width: 40em) {
  .o-gallery-card .o-gallery-card__content {
    margin-top: -6.0625rem;
    z-index: 1040;
    position: relative;
  }
}

.o-gallery-card .o-gallery-card__content h3 {
  color: #43811D;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.8125rem;
  line-height: 0.625rem;
  margin-bottom: 1.3125rem;
  font-weight: 600;
}

@media print, screen and (min-width: 40em) {
  .o-gallery-card .o-gallery-card__content h3 {
    line-height: 2.125rem;
  }
}

.o-gallery-card .o-gallery-card__content h4 {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0.4375rem;
}

@media print, screen and (min-width: 64em) {
  .o-gallery-card .o-gallery-card__content h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.o-gallery-card .flipside {
  display: none;
}

.o-gallery-card:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.o-gallery-card:hover h4 {
  text-decoration: underline;
  -webkit-text-decoration-color: #92CA64;
  text-decoration-color: #92CA64;
}

.o-gallery-card .slick-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 370px;
}

@media print, screen and (min-width: 40em) {
  .o-gallery-card .slick-slide img {
    height: 400px;
  }
}

.gallery-arrow {
  height: 2.875rem;
  width: 2.875rem;
  opacity: 0.85;
  background-color: #061632;
  border-radius: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-arrow i {
  color: #92CA64;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 2.375rem;
}

.gallery-arrow:hover {
  background-color: #92CA64;
}

.gallery-arrow:hover i {
  color: #061632;
}

.arrow-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9998;
  right: 1.0625rem;
}

.arrow-left {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9998;
  left: 1.0625rem;
}

.gallery-search-results {
  padding: 1.25rem 0 3.125rem 0;
}

@media screen and (min-width: 40em) {
  .gallery-search-results {
    padding: 1.25rem 0 6.25rem 0;
  }
}

.o-gallery-item {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 40em) {
  .o-gallery-item {
    margin-bottom: 1.875rem;
  }
}

.o-gallery-item a {
  display: block;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
}

.o-gallery-item .o-gallery-item__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  min-height: 9.38875rem;
}

@media screen and (min-width: 64em) {
  .o-gallery-item .o-gallery-item__image img {
    min-height: 11.689375rem;
  }
}

.o-gallery-item .o-gallery-item__image.large img {
  min-height: 15.656875rem;
}

@media screen and (min-width: 64em) {
  .o-gallery-item .o-gallery-item__image.large img {
    min-height: 19.461875rem;
  }
}

.o-gallery-item .o-gallery-item__content {
  background-color: #F4F4F4;
  padding: 1.25rem;
}

.o-gallery-item .o-gallery-item__content p {
  color: #3A3A3A;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .o-gallery-item .o-gallery-item__content p {
    line-height: 1.5rem;
  }
}

@media print, screen and (min-width: 40em) {
  .o-gallery-item .o-gallery-item__content p {
    line-height: 1.625rem;
  }
}

.lg-backdrop {
  background-color: #13284B !important;
  z-index: 10000;
}

.lg-outer {
  z-index: 10001;
}

.lg-toolbar {
  background-color: rgba(0, 0, 0, 0) !important;
}

.lg-sub-html {
  background-color: #3F3F3F !important;
  opacity: 0.8;
  color: #FFFFFF;
  font-family: "gineso-extended", sans-serif;
  font-size: 22px;
  line-height: 29px;
  text-align: center;
}

.lg-outer .lg-thumb-outer {
  background-color: rgba(0, 0, 0, 0) !important;
}

.lg-outer .lg-toogle-thumb {
  display: none !important;
}

.lg-outer .lg-thumb-item {
  border: 0 !important;
  border-radius: 0 !important;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border: 0.1875rem solid #92CA64 !important;
  border-radius: 0 !important;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  color: #FFFFFF;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
}

.lg-close {
  color: #92CA64 !important;
  font-size: 2.5rem !important;
  font-weight: 500 !important;
  line-height: 3.125rem !important;
}

.lg-prev {
  opacity: 0.85;
  background-color: #061632;
  border-radius: 6.25rem;
  height: 2.875rem;
  width: 2.875rem;
}

.lg-next {
  opacity: 0.85;
  background-color: #061632;
  border-radius: 6.25rem;
  height: 2.875rem;
  width: 2.875rem;
}

.lg-prev:after {
  content: "\F3D5" !important;
  color: #92CA64;
  font-family: Ionicons;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 2.375rem;
}

.lg-actions .lg-prev:after {
  content: "\F3D5";
  color: #92CA64;
  font-family: Ionicons;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 2.375rem;
}

.lg-next:before {
  content: "\F3D6" !important;
  color: #92CA64;
  font-family: Ionicons;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 2.375rem;
}

.lg-actions .lg-prev {
  opacity: 0.85 !important;
  background-color: #061632 !important;
  border-radius: 6.25rem !important;
  height: 2.875rem !important;
  width: 2.875rem !important;
  padding: 0 !important;
}

.lg-actions .lg-next {
  opacity: 0.85 !important;
  background-color: #061632 !important;
  border-radius: 6.25rem !important;
  height: 2.875rem !important;
  width: 2.875rem !important;
  padding: 0 !important;
}

.gallery-details {
  border-bottom: 0.125rem solid #B0C5DB;
}

@media screen and (max-width: 39.99875em) {
  .gallery-details {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .gallery-details {
    padding-bottom: 4rem;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .gallery-details {
    padding-bottom: 6.1875rem;
    margin-bottom: 0;
  }
}

.grid-sizer-width {
  width: 33%;
}

@media screen and (min-width: 64em) {
  .grid-sizer-width {
    width: 300px;
  }
}

.green-buttons {
  height: 3.4375rem;
  width: 3.4375rem;
  border: 0.125rem solid #92CA64;
  border-radius: 1.71875rem;
  text-align: center;
  display: inline-block;
  margin-bottom: 1.25rem;
  margin-right: 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .green-buttons {
    margin-left: 0.5rem;
  }
}

.green-buttons i {
  color: #fff;
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 500;
}

@media print, screen and (min-width: 40em) {
  .green-buttons i {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.25rem;
  }
}

.green-buttons__text {
  height: 3.4375rem;
  width: initial;
  border: 0.125rem solid #92CA64;
  border-radius: 6.25rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: block;
}

.green-buttons__text p {
  font-family: "gineso-extended", sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

@media print, screen and (min-width: 40em) {
  .green-buttons__text p {
    font-weight: 300;
  }
}

.green-buttons__search {
  height: 3.4375rem;
  border: 0.125rem solid #92CA64;
  width: 100%;
  border-radius: 6.25rem;
}

@media print, screen and (min-width: 40em) {
  .green-buttons__search {
    width: 9.25rem;
  }
}

.green-buttons__search p {
  font-family: "gineso-extended", sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  position: relative;
  float: left;
  top: 50%;
  left: 3.1875rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

@media print, screen and (min-width: 40em) {
  .green-buttons__search p {
    left: 35%;
    font-weight: 300;
  }
}

.green-buttons__search i {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: #fff;
  left: 62%;
}

@media screen and (max-width: 39.99875em) {
  .green-buttons__search i {
    left: initial;
    float: right;
    right: 0.625rem;
  }
}

@media print, screen and (min-width: 40em) {
  .green-buttons__search i {
    left: 37%;
  }
}

.green-buttons:hover {
  background-color: #92CA64;
}

.green-buttons:hover i {
  color: #13284B;
}

.green-buttons:hover p {
  color: #13284B;
}

.footer-contacts {
  background-color: #13284B;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .footer-icons-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media print, screen and (min-width: 64em) {
  .footer-icons-mobile {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 1.0625rem;
  }
  .footer-icons-mobile a:last-of-type div {
    margin-right: 0;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .footer-icons-mobile a {
    margin-right: 1.875rem;
  }
}

.has-border-bottom {
  border-bottom: 0.0625rem solid #1D4672;
  padding-bottom: 2.5rem;
}

@media screen and (max-width: 39.99875em) {
  .footer-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 39.99875em) {
  .flex-on-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 39.99875em) {
  .flex-on-small a {
    width: 50%;
  }
}

.c-guidelines-card {
  padding: 1.25rem;
  background-color: #F4F4F4;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .c-guidelines-card {
    padding: 2.5rem;
  }
}

.c-guidelines-card--container {
  padding: 0.625rem 0;
}

.c-guidelines-card--title {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-align: center;
}

@media screen and (max-width: 39.99875em) {
  .c-guidelines-card--title {
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 40em) {
  .c-guidelines-card--title {
    text-align: left;
    font-size: 1.625rem;
  }
}

.c-guidelines-card .o-circle-icon {
  border-radius: 4.5rem;
}

@media screen and (max-width: 39.99875em) {
  .c-guidelines-card .o-circle-icon {
    margin: 0 auto;
    display: inline-block;
  }
}

@media print, screen and (min-width: 40em) {
  .c-guidelines-card .o-circle-icon {
    width: 8.1875rem;
    height: 8.1875rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .c-guidelines-card .o-circle-icon img {
    height: 2.393125rem;
    width: 1.933125rem;
    margin-top: 1.5rem;
  }
}

.c-guidelines-card p {
  color: #3A3A3A;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0;
}

@media screen and (max-width: 39.99875em) {
  .c-guidelines-card p {
    text-align: center;
  }
}

.c-guidelines-card:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-guidelines-card:hover h3 {
  text-decoration: underline;
  -webkit-text-decoration-color: #92CA64;
  text-decoration-color: #92CA64;
}

.c-guidelines-card:hover .o-circle-icon.alt {
  background-color: #13284B;
}

@media screen and (max-width: 39.99875em) {
  .guidelines-date {
    text-align: center;
  }
}

@media screen and (min-width: 40em) {
  .guidelines-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.o-heading-with-link-alt h3 {
  font-family: "republic-web", sans-serif;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.125rem;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .o-heading-with-link-alt h3 {
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: left;
  }
}

.o-heading-with-link-alt a {
  font-family: "republic-web", sans-serif;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 2.125rem;
  text-align: center;
  display: block;
}

@media print, screen and (min-width: 40em) {
  .o-heading-with-link-alt a {
    display: inherit;
    display: initial;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 2.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-heading-with-link-alt a {
    display: block;
    margin-top: 0.625rem;
    text-align: right;
  }
}

.o-heading-with-link-alt a i {
  font-size: 1.6875rem;
  color: #43811D;
  font-weight: 500;
  line-height: 2rem;
  vertical-align: middle;
  padding-left: 0.625rem;
}

.homepage-appointments {
  background-color: #13284B;
  padding-top: 1.875rem;
}

@media print, screen and (min-width: 40em) {
  .homepage-appointments {
    padding-top: 5.75rem;
    padding-bottom: 6.25rem;
  }
}

.o-heading-with-link-alt__large {
  margin-top: 9.9375rem;
}

.o-heading-with-link-alt__large a {
  text-align: left;
}

.o-heading-with-link h3 {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.125rem;
  text-align: center;
  margin-bottom: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .o-heading-with-link h3 {
    font-size: 2rem;
    line-height: 2.625rem;
    text-align: left;
  }
}

.o-heading-with-link a {
  display: none;
}

@media print, screen and (min-width: 40em) {
  .o-heading-with-link a {
    display: block;
    margin-bottom: 1.5625rem;
    color: #43811D;
    font-family: "republic-web", sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 2.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-heading-with-link a {
    display: block;
    margin-top: 1.5625rem;
    text-align: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.o-heading-with-link a:hover {
  color: #1D4672;
  text-decoration: underline;
  -webkit-text-decoration-color: #60A930;
  text-decoration-color: #60A930;
}

.o-heading-with-link a i {
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 2rem;
  vertical-align: middle;
  padding-left: 0.625rem;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .homepage-publications {
    padding-top: 4rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .all-media-headings {
    padding-top: 3.125rem !important;
  }
  .all-media-headings .o-heading-with-link .see-all-link a {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .all-media-headings .o-heading-with-link .see-all-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .all-media-headings .o-heading-with-link .see-all-link a {
    text-align: right;
  }
}

.o-heading {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.o-heading h3 {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.125rem;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .o-heading h3 {
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: left;
    padding-bottom: 0.625rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .o-heading h3.search-results-heading {
    font-size: 20px;
    line-height: 28px;
  }
}

.o-heading h4 {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 2.125rem;
}

@media screen and (max-width: 39.99875em) {
  .o-heading h4 {
    margin-bottom: 1.375rem;
  }
}

.o-heading__white h3 {
  color: #fff;
}

.o-heading__darkblue h3 {
  color: #13284B;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .o-heading__darkblue h3 {
    text-align: left;
  }
}

@media print, screen and (min-width: 40em) {
  .news-and-publications .o-heading h3 {
    padding: 1.875rem 0 0 0;
  }
}

.news-and-publications .o-heading h4 {
  padding: 1.25rem 0;
}

@media screen and (max-width: 39.99875em) {
  .authority-meetings-into .o-heading h3 {
    margin-top: 2.125rem;
    margin-bottom: 0.75rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .authority-meetings-into .o-heading h3 {
    margin-top: 3.625rem;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 39.99875em) {
  .garda-appointments-into .o-heading h3 {
    margin-bottom: 0.9375rem;
  }
}

.o-hero-with-video {
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .o-hero-with-video {
    text-align: left;
  }
}

.o-hero-with-video .o-hero-with-video__banner {
  background-color: #13284B;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
  .o-hero-with-video .o-hero-with-video__banner {
    padding-top: 3.625rem;
    padding-bottom: 3.625rem;
  }
}

.o-hero-with-video .o-hero-with-video__banner h3 {
  color: #fff;
  font-family: "republic-web", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
  .o-hero-with-video .o-hero-with-video__banner h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.625rem;
  }
}

.o-hero-with-video .o-hero-with-video__banner h4 {
  color: #fff;
  font-family: "republic-web", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

@media print, screen and (min-width: 40em) {
  .o-hero-with-video .o-hero-with-video__banner h4 {
    line-height: 1.375rem;
  }
}

.o-hero-with-video .o-hero-with-video__banner ul {
  color: #fff;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.625rem;
  list-style-type: none;
  margin-bottom: 1.25rem;
}

.o-hero-with-video .o-hero-with-video__banner ul li i {
  color: #488A1F;
  font-family: Ionicons;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-right: 0.3125rem;
}

.o-hero-with-video .o-hero-with-video__banner .o-video {
  height: 100%;
}

.o-hero-with-video .o-hero-with-video__banner .o-video img {
  height: 100%;
}

.o-hero-with-video .o-hero-with-video__banner .o-video i {
  font-size: 3.0625rem;
  width: 5.6875rem;
  height: 5.6875rem;
  padding-top: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .hero-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

address {
  display: inline-block;
  font-style: inherit;
}

address a {
  color: #fff;
}

.c-hero {
  position: relative;
  background-color: #13284B;
  padding-top: 3.0625rem;
  padding-left: 1.0625rem;
  padding-right: 1.0625rem;
  border-bottom: 0.25rem solid #92CA64;
}

.c-hero:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 3%;
  left: 3%;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 78.125rem;
  background-image: url("../images/art-direction/word_collage_mobile.svg");
  background-repeat: no-repeat;
  background-size: 95%;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .c-hero:before {
    background-position: 54% 3%;
    background-size: 93%;
    top: 0;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 40em) {
  .c-hero:before {
    top: 0;
    background-size: 87%;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url("../images/art-direction/word-cloud.svg");
  }
}

@media screen and (min-width: 64em) {
  .c-hero:before {
    background-size: contain;
    background-position: left center;
  }
}

.c-hero .row {
  position: relative;
  z-index: 10;
}

@media print, screen and (min-width: 64em) {
  .c-hero {
    background-size: 57% 100%;
    padding-top: 1.875rem;
  }
}

.c-hero h1 {
  color: #FFFFFF;
  font-family: "republic-web", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.25rem;
}

@media print, screen and (min-width: 40em) {
  .c-hero h1 {
    font-size: 3.25rem;
    line-height: 3.75rem;
    text-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.3);
    margin-top: 0.6rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-hero h1 {
    margin-top: 1.9375rem;
  }
}

.c-hero a {
  color: #FFFFFF;
  font-family: "republic-web", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.125rem;
}

@media print, screen and (min-width: 40em) {
  .c-hero a {
    font-size: 0.9375rem;
  }
}

.c-hero a i {
  color: #92CA64;
  font-family: "ionicons";
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 2rem;
  vertical-align: middle;
  margin-left: 0.375rem;
}

.c-hero .home-page-slider {
  margin-top: 2.625rem;
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .c-hero .home-page-slider {
    padding-bottom: 1.875rem;
    margin-top: 4.625rem;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .c-hero .home-page-slider {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
}

.c-hero .home-page-slider .slick-dots {
  bottom: 0.5rem;
}

.c-hero .home-page-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 0.54625rem;
  height: 0.54625rem;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
  border: 1px solid #fefefe;
  border-radius: 50%;
}

.c-hero .home-page-slider .slick-dots li.slick-active {
  background-color: #43811D;
  border-color: #43811D;
}

.slick-dots li button:before {
  opacity: 0 !important;
}

.slick-dots li.slick-active button:before {
  opacity: 0 !important;
}

.slick-dots button::before {
  opacity: 0 !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.ie-checker .o-video img {
  -webkit-filter: gray !important;
  filter: gray !important;
}

@media screen and (min-width: 40em) {
  .ie-checker .filter-results-bar .filter-align {
    float: inherit !important;
  }
}

.ie-checker input::-ms-clear {
  display: none !important;
}

.ie-checker a:hover i {
  text-decoration: none !important;
}

@media screen and (min-width: 64em) {
  .ie-checker .o-publicationsBox:hover .learn-more {
    display: inherit !important;
  }
  .ie-checker .o-publicationsBox:hover .arrow {
    display: inherit !important;
  }
}

@media screen and (min-width: 64em) {
  .ie-checker .o-newsBox:hover .learn-more {
    display: inherit !important;
  }
  .ie-checker .o-newsBox:hover .arrow {
    display: inherit !important;
  }
}

@media screen and (min-width: 64em) {
  .ie-checker .o-appointmentsSlider-overall:hover .learn-more {
    display: inherit !important;
  }
  .ie-checker .o-appointmentsSlider-overall:hover .arrow {
    display: inherit !important;
  }
}

@media screen and (min-width: 64em) {
  .ie-checker .o-competitions-card:hover .learn-more {
    display: inherit !important;
  }
  .ie-checker .o-competitions-card:hover .arrow {
    display: inherit !important;
  }
}

@media screen and (min-width: 64em) {
  .ie-checker .o-consultationsCard:hover .learn-more {
    display: inherit !important;
  }
  .ie-checker .o-consultationsCard:hover .arrow {
    display: inherit !important;
  }
}

@media screen and (min-width: 64em) {
  .ie-checker .o-procurment-card:hover .learn-more {
    display: inherit !important;
  }
  .ie-checker .o-procurment-card:hover .arrow {
    display: inherit !important;
  }
}

.ie-checker .footer-end li {
  display: inline !important;
}

@media print, screen and (min-width: 40em) {
  .ie-checker .o-heading-with-link-alt a {
    display: inherit !important;
  }
}

@media print, screen and (min-width: 40em) {
  .ie-checker .o-heading-with-link a {
    display: inherit !important;
  }
}

.ie-checker .o-share-button--reversed:hover {
  display: inline !important;
}

.ie-checker .arrow-link-hover:hover {
  text-decoration: none !important;
}

.ie-checker .arrow-link-hover:hover span {
  text-decoration: underline !important;
}

.ie-checker .o-heading-with-link a:hover {
  text-decoration: none !important;
}

.ie-checker .o-heading-with-link a:hover span {
  text-decoration: underline !important;
}

.expanding-grid {
  position: relative;
  width: 100%;
}

.expanding-grid .links {
  display: block;
  margin: 0 -1em;
  overflow: hidden;
  padding: 1em 0;
  list-style-type: none;
}

.expanding-grid .links > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: .5em 1em;
}

@media screen and (min-width: 40em) {
  .expanding-grid .links > li {
    padding: 1em;
  }
}

.expanding-grid .links > li a {
  display: block;
  text-decoration: none;
  background-color: #F8F8F8;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  text-align: left;
  padding: 1.6875rem;
  position: relative;
  padding-right: 3rem;
}

.expanding-grid .links > li a:hover {
  background-color: white;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  color: #1468a0 !important;
}

.expanding-grid .links > li a.active {
  background-color: #13284B;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  color: white !important;
}

.expanding-grid .links > li a.active:after {
  content: '\F463';
  font-family: "ionicons";
  color: white !important;
}

.expanding-grid .links > li a:after {
  content: '\F48A';
  font-family: "ionicons";
  font-size: 1.9375rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-align: right;
  color: #92CA64;
  float: right;
  padding-right: 1.1875rem;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 39.99875em) {
  .expanding-grid .links > li a:after {
    top: 40%;
  }
}

@media print, screen and (min-width: 40em) {
  .expanding-grid .links > li a:after {
    top: 1.8125rem;
  }
}

@media only screen and (max-width: 39.99em) {
  .expanding-grid .links > li {
    width: 100%;
  }
  .expanding-grid .links > li:nth-of-type(2n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 40em) and (max-width: 59.99em) {
  .expanding-grid .links > li {
    width: 50%;
  }
  .expanding-grid .links > li:nth-of-type(2n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 60em) {
  .expanding-grid .links > li {
    width: 25%;
  }
  .expanding-grid .links > li:nth-of-type(4n+1) {
    clear: left;
  }
}

.expanding-grid .spacer {
  background-color: #fff;
  clear: both;
  display: block;
  margin: 0 1em;
}

.expanding-grid .expanding-container {
  clear: both;
  display: none;
  overflow: hidden;
  width: 100%;
}

.expanding-grid .expanding-container.expanded, .expanding-grid .expanding-container:target {
  display: block;
}

@media screen and (max-width: 63.99875em) {
  .expanding-grid .expanding-container {
    margin-left: -15px;
    width: 100vw;
  }
}

.expanding-grid .hentry {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  color: #fff;
  min-height: 4em;
  overflow: hidden;
  padding-top: 1.875rem;
  padding-bottom: 1.625rem;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.expanding-grid .hentry .entry-image {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  margin-left: 1em;
  padding: 0.25em 0 0.52em 1em;
  text-align: center;
  width: 50%;
}

.expanding-grid .hentry .entry-title {
  font-size: 1.5em;
}

@media print, screen and (min-width: 40em) {
  .expanding-grid .hentry .c-table {
    margin-top: -1.25rem;
  }
}

.expanding-grid .hentry .c-table tbody tr td {
  display: inline !important;
  width: 50%;
}

@media screen and (min-width: 40em) {
  .expanding-grid .hentry .c-table thead {
    display: table-header-group !important;
  }
  .expanding-grid .hentry .c-table thead th {
    width: 30%;
    display: table-cell !important;
  }
  .expanding-grid .hentry .c-table thead th:first-child {
    width: 70%;
  }
  .expanding-grid .hentry .c-table tbody tr td {
    width: 30%;
    display: table-cell !important;
  }
  .expanding-grid .hentry .c-table tbody tr td:first-child {
    width: 78.5%;
  }
}

.expanding-grid .hentry .c-table thead tr, .expanding-grid .hentry tfoot tr {
  background: #12264c !important;
}

.expanding-grid .close-button {
  display: none !important;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNLjcuN2wxOCAxOG0tMTggMGwxOC0xOCIvPjwvc3ZnPg==") no-repeat scroll 50% 50% transparent;
  color: #fff;
  display: inline-block;
  height: 1.25rem;
  line-height: 1;
  overflow: hidden;
  padding: 1.5em 2em;
  text-decoration: none;
  text-indent: 5em;
  white-space: nowrap;
  width: 1.25rem;
  will-change: opacity;
  z-index: 5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.expanding-grid .close-button.active {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.expanding-grid .close-button:hover {
  opacity: 0.5;
}

.img-placeholder {
  background: orange;
  color: #fff;
  font-size: 4em;
  font-weight: 300;
  line-height: 1;
  padding: 25% 0.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-table-jfc thead {
  background-color: #13284B;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .c-table-jfc thead {
    display: block !important;
    width: 100%;
  }
}

.c-table-jfc thead tr {
  border-bottom: 0.0625rem solid #B0C5DB;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .c-table-jfc thead tr {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
}

.c-table-jfc thead tr:nth-child(even) {
  background-color: #fff !important;
}

.c-table-jfc thead th {
  color: #FFFFFF;
  font-family: "republic-web", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  padding: 0.96875rem;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .c-table-jfc thead th:first-child {
    width: 70%;
  }
}

.c-table-jfc tbody {
  border: 0;
}

.c-table-jfc tr {
  border-bottom: 0.0625rem solid #B0C5DB;
}

.c-table-jfc tr td {
  color: #3A3A3A;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  padding: 0.625rem;
}

@media (max-width: 40rem) {
  .c-table-jfc tr td {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    width: 100%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .c-table-jfc tr td {
    display: table-cell !important;
    padding-right: 18%;
    width: 100%;
  }
}

.c-table-jfc tr td img {
  max-width: 1.25rem;
  max-height: 1.25rem;
  margin-right: 1.25rem;
}

.c-table-jfc tr:nth-child(even) {
  background-color: #fff !important;
  border-bottom: 0.0625rem solid #B0C5DB;
}

.c-table-jfc--download {
  font-family: "republic-web", sans-serif;
  font-weight: 600;
}

.c-table-jfc--download a {
  color: #43811D;
}

.c-table-jfc--download a:hover {
  color: #13284B;
  text-decoration: underline;
}

.c-table-jfc--download a:hover .ion, .c-table-jfc--download a:hover .ionicons,
.c-table-jfc--download a:hover .ion-alert:before,
.c-table-jfc--download a:hover .ion-alert-circled:before,
.c-table-jfc--download a:hover .ion-android-add:before,
.c-table-jfc--download a:hover .ion-android-add-circle:before,
.c-table-jfc--download a:hover .ion-android-alarm-clock:before,
.c-table-jfc--download a:hover .ion-android-alert:before,
.c-table-jfc--download a:hover .ion-android-apps:before,
.c-table-jfc--download a:hover .ion-android-archive:before,
.c-table-jfc--download a:hover .ion-android-arrow-back:before,
.c-table-jfc--download a:hover .ion-android-arrow-down:before,
.c-table-jfc--download a:hover .ion-android-arrow-dropdown:before,
.c-table-jfc--download a:hover .ion-android-arrow-dropdown-circle:before,
.c-table-jfc--download a:hover .ion-android-arrow-dropleft:before,
.c-table-jfc--download a:hover .ion-android-arrow-dropleft-circle:before,
.c-table-jfc--download a:hover .ion-android-arrow-dropright:before,
.c-table-jfc--download a:hover .ion-android-arrow-dropright-circle:before,
.c-table-jfc--download a:hover .ion-android-arrow-dropup:before,
.c-table-jfc--download a:hover .ion-android-arrow-dropup-circle:before,
.c-table-jfc--download a:hover .ion-android-arrow-forward:before,
.c-table-jfc--download a:hover .ion-android-arrow-up:before,
.c-table-jfc--download a:hover .ion-android-attach:before,
.c-table-jfc--download a:hover .ion-android-bar:before,
.c-table-jfc--download a:hover .ion-android-bicycle:before,
.c-table-jfc--download a:hover .ion-android-boat:before,
.c-table-jfc--download a:hover .ion-android-bookmark:before,
.c-table-jfc--download a:hover .ion-android-bulb:before,
.c-table-jfc--download a:hover .ion-android-bus:before,
.c-table-jfc--download a:hover .ion-android-calendar:before,
.c-table-jfc--download a:hover .ion-android-call:before,
.c-table-jfc--download a:hover .ion-android-camera:before,
.c-table-jfc--download a:hover .ion-android-cancel:before,
.c-table-jfc--download a:hover .ion-android-car:before,
.c-table-jfc--download a:hover .ion-android-cart:before,
.c-table-jfc--download a:hover .ion-android-chat:before,
.c-table-jfc--download a:hover .ion-android-checkbox:before,
.c-table-jfc--download a:hover .ion-android-checkbox-blank:before,
.c-table-jfc--download a:hover .ion-android-checkbox-outline:before,
.c-table-jfc--download a:hover .ion-android-checkbox-outline-blank:before,
.c-table-jfc--download a:hover .ion-android-checkmark-circle:before,
.c-table-jfc--download a:hover .ion-android-clipboard:before,
.c-table-jfc--download a:hover .ion-android-close:before,
.c-table-jfc--download a:hover .ion-android-cloud:before,
.c-table-jfc--download a:hover .ion-android-cloud-circle:before,
.c-table-jfc--download a:hover .ion-android-cloud-done:before,
.c-table-jfc--download a:hover .ion-android-cloud-outline:before,
.c-table-jfc--download a:hover .ion-android-color-palette:before,
.c-table-jfc--download a:hover .ion-android-compass:before,
.c-table-jfc--download a:hover .ion-android-contact:before,
.c-table-jfc--download a:hover .ion-android-contacts:before,
.c-table-jfc--download a:hover .ion-android-contract:before,
.c-table-jfc--download a:hover .ion-android-create:before,
.c-table-jfc--download a:hover .ion-android-delete:before,
.c-table-jfc--download a:hover .ion-android-desktop:before,
.c-table-jfc--download a:hover .ion-android-document:before,
.c-table-jfc--download a:hover .ion-android-done:before,
.c-table-jfc--download a:hover .ion-android-done-all:before,
.c-table-jfc--download a:hover .ion-android-download:before,
.c-table-jfc--download a:hover .ion-android-drafts:before,
.c-table-jfc--download a:hover .ion-android-exit:before,
.c-table-jfc--download a:hover .ion-android-expand:before,
.c-table-jfc--download a:hover .ion-android-favorite:before,
.c-table-jfc--download a:hover .ion-android-favorite-outline:before,
.c-table-jfc--download a:hover .ion-android-film:before,
.c-table-jfc--download a:hover .ion-android-folder:before,
.c-table-jfc--download a:hover .ion-android-folder-open:before,
.c-table-jfc--download a:hover .ion-android-funnel:before,
.c-table-jfc--download a:hover .ion-android-globe:before,
.c-table-jfc--download a:hover .ion-android-hand:before,
.c-table-jfc--download a:hover .ion-android-hangout:before,
.c-table-jfc--download a:hover .ion-android-happy:before,
.c-table-jfc--download a:hover .ion-android-home:before,
.c-table-jfc--download a:hover .ion-android-image:before,
.c-table-jfc--download a:hover .ion-android-laptop:before,
.c-table-jfc--download a:hover .ion-android-list:before,
.c-table-jfc--download a:hover .ion-android-locate:before,
.c-table-jfc--download a:hover .ion-android-lock:before,
.c-table-jfc--download a:hover .ion-android-mail:before,
.c-table-jfc--download a:hover .ion-android-map:before,
.c-table-jfc--download a:hover .ion-android-menu:before,
.c-table-jfc--download a:hover .ion-android-microphone:before,
.c-table-jfc--download a:hover .ion-android-microphone-off:before,
.c-table-jfc--download a:hover .ion-android-more-horizontal:before,
.c-table-jfc--download a:hover .ion-android-more-vertical:before,
.c-table-jfc--download a:hover .ion-android-navigate:before,
.c-table-jfc--download a:hover .ion-android-notifications:before,
.c-table-jfc--download a:hover .ion-android-notifications-none:before,
.c-table-jfc--download a:hover .ion-android-notifications-off:before,
.c-table-jfc--download a:hover .ion-android-open:before,
.c-table-jfc--download a:hover .ion-android-options:before,
.c-table-jfc--download a:hover .ion-android-people:before,
.c-table-jfc--download a:hover .ion-android-person:before,
.c-table-jfc--download a:hover .ion-android-person-add:before,
.c-table-jfc--download a:hover .ion-android-phone-landscape:before,
.c-table-jfc--download a:hover .ion-android-phone-portrait:before,
.c-table-jfc--download a:hover .ion-android-pin:before,
.c-table-jfc--download a:hover .ion-android-plane:before,
.c-table-jfc--download a:hover .ion-android-playstore:before,
.c-table-jfc--download a:hover .ion-android-print:before,
.c-table-jfc--download a:hover .ion-android-radio-button-off:before,
.c-table-jfc--download a:hover .ion-android-radio-button-on:before,
.c-table-jfc--download a:hover .ion-android-refresh:before,
.c-table-jfc--download a:hover .ion-android-remove:before,
.c-table-jfc--download a:hover .ion-android-remove-circle:before,
.c-table-jfc--download a:hover .ion-android-restaurant:before,
.c-table-jfc--download a:hover .ion-android-sad:before,
.c-table-jfc--download a:hover .ion-android-search:before,
.c-table-jfc--download a:hover .ion-android-send:before,
.c-table-jfc--download a:hover .ion-android-settings:before,
.c-table-jfc--download a:hover .ion-android-share:before,
.c-table-jfc--download a:hover .ion-android-share-alt:before,
.c-table-jfc--download a:hover .ion-android-star:before,
.c-table-jfc--download a:hover .ion-android-star-half:before,
.c-table-jfc--download a:hover .ion-android-star-outline:before,
.c-table-jfc--download a:hover .ion-android-stopwatch:before,
.c-table-jfc--download a:hover .ion-android-subway:before,
.c-table-jfc--download a:hover .ion-android-sunny:before,
.c-table-jfc--download a:hover .ion-android-sync:before,
.c-table-jfc--download a:hover .ion-android-textsms:before,
.c-table-jfc--download a:hover .ion-android-time:before,
.c-table-jfc--download a:hover .ion-android-train:before,
.c-table-jfc--download a:hover .ion-android-unlock:before,
.c-table-jfc--download a:hover .ion-android-upload:before,
.c-table-jfc--download a:hover .ion-android-volume-down:before,
.c-table-jfc--download a:hover .ion-android-volume-mute:before,
.c-table-jfc--download a:hover .ion-android-volume-off:before,
.c-table-jfc--download a:hover .ion-android-volume-up:before,
.c-table-jfc--download a:hover .ion-android-walk:before,
.c-table-jfc--download a:hover .ion-android-warning:before,
.c-table-jfc--download a:hover .ion-android-watch:before,
.c-table-jfc--download a:hover .ion-android-wifi:before,
.c-table-jfc--download a:hover .ion-aperture:before,
.c-table-jfc--download a:hover .ion-archive:before,
.c-table-jfc--download a:hover .ion-arrow-down-a:before,
.c-table-jfc--download a:hover .ion-arrow-down-b:before,
.c-table-jfc--download a:hover .ion-arrow-down-c:before,
.c-table-jfc--download a:hover .ion-arrow-expand:before,
.c-table-jfc--download a:hover .ion-arrow-graph-down-left:before,
.c-table-jfc--download a:hover .ion-arrow-graph-down-right:before,
.c-table-jfc--download a:hover .ion-arrow-graph-up-left:before,
.c-table-jfc--download a:hover .ion-arrow-graph-up-right:before,
.c-table-jfc--download a:hover .ion-arrow-left-a:before,
.c-table-jfc--download a:hover .ion-arrow-left-b:before,
.c-table-jfc--download a:hover .ion-arrow-left-c:before,
.c-table-jfc--download a:hover .ion-arrow-move:before,
.c-table-jfc--download a:hover .ion-arrow-resize:before,
.c-table-jfc--download a:hover .ion-arrow-return-left:before,
.c-table-jfc--download a:hover .ion-arrow-return-right:before,
.c-table-jfc--download a:hover .ion-arrow-right-a:before,
.c-table-jfc--download a:hover .ion-arrow-right-b:before,
.c-table-jfc--download a:hover .ion-arrow-right-c:before,
.c-table-jfc--download a:hover .ion-arrow-shrink:before,
.c-table-jfc--download a:hover .ion-arrow-swap:before,
.c-table-jfc--download a:hover .ion-arrow-up-a:before,
.c-table-jfc--download a:hover .ion-arrow-up-b:before,
.c-table-jfc--download a:hover .ion-arrow-up-c:before,
.c-table-jfc--download a:hover .ion-asterisk:before,
.c-table-jfc--download a:hover .ion-at:before,
.c-table-jfc--download a:hover .ion-backspace:before,
.c-table-jfc--download a:hover .ion-backspace-outline:before,
.c-table-jfc--download a:hover .ion-bag:before,
.c-table-jfc--download a:hover .ion-battery-charging:before,
.c-table-jfc--download a:hover .ion-battery-empty:before,
.c-table-jfc--download a:hover .ion-battery-full:before,
.c-table-jfc--download a:hover .ion-battery-half:before,
.c-table-jfc--download a:hover .ion-battery-low:before,
.c-table-jfc--download a:hover .ion-beaker:before,
.c-table-jfc--download a:hover .ion-beer:before,
.c-table-jfc--download a:hover .ion-bluetooth:before,
.c-table-jfc--download a:hover .ion-bonfire:before,
.c-table-jfc--download a:hover .ion-bookmark:before,
.c-table-jfc--download a:hover .ion-bowtie:before,
.c-table-jfc--download a:hover .ion-briefcase:before,
.c-table-jfc--download a:hover .ion-bug:before,
.c-table-jfc--download a:hover .ion-calculator:before,
.c-table-jfc--download a:hover .ion-calendar:before,
.c-table-jfc--download a:hover .ion-camera:before,
.c-table-jfc--download a:hover .ion-card:before,
.c-table-jfc--download a:hover .ion-cash:before,
.c-table-jfc--download a:hover .ion-chatbox:before,
.c-table-jfc--download a:hover .ion-chatbox-working:before,
.c-table-jfc--download a:hover .ion-chatboxes:before,
.c-table-jfc--download a:hover .ion-chatbubble:before,
.c-table-jfc--download a:hover .ion-chatbubble-working:before,
.c-table-jfc--download a:hover .ion-chatbubbles:before,
.c-table-jfc--download a:hover .ion-checkmark:before,
.c-table-jfc--download a:hover .ion-checkmark-circled:before,
.c-table-jfc--download a:hover .ion-checkmark-round:before,
.c-table-jfc--download a:hover .ion-chevron-down:before,
.c-table-jfc--download a:hover .ion-chevron-left:before,
.c-table-jfc--download a:hover .ion-chevron-right:before,
.c-table-jfc--download a:hover .ion-chevron-up:before,
.c-table-jfc--download a:hover .ion-clipboard:before,
.c-table-jfc--download a:hover .ion-clock:before,
.c-table-jfc--download a:hover .ion-close:before,
.c-table-jfc--download a:hover .ion-close-circled:before,
.c-table-jfc--download a:hover .ion-close-round:before,
.c-table-jfc--download a:hover .ion-closed-captioning:before,
.c-table-jfc--download a:hover .ion-cloud:before,
.c-table-jfc--download a:hover .ion-code:before,
.c-table-jfc--download a:hover .ion-code-download:before,
.c-table-jfc--download a:hover .ion-code-working:before,
.c-table-jfc--download a:hover .ion-coffee:before,
.c-table-jfc--download a:hover .ion-compass:before,
.c-table-jfc--download a:hover .ion-compose:before,
.c-table-jfc--download a:hover .ion-connection-bars:before,
.c-table-jfc--download a:hover .ion-contrast:before,
.c-table-jfc--download a:hover .ion-crop:before,
.c-table-jfc--download a:hover .ion-cube:before,
.c-table-jfc--download a:hover .ion-disc:before,
.c-table-jfc--download a:hover .ion-document:before,
.c-table-jfc--download a:hover .ion-document-text:before,
.c-table-jfc--download a:hover .ion-drag:before,
.c-table-jfc--download a:hover .ion-earth:before,
.c-table-jfc--download a:hover .ion-easel:before,
.c-table-jfc--download a:hover .ion-edit:before,
.c-table-jfc--download a:hover .ion-egg:before,
.c-table-jfc--download a:hover .ion-eject:before,
.c-table-jfc--download a:hover .ion-email:before,
.c-table-jfc--download a:hover .ion-email-unread:before,
.c-table-jfc--download a:hover .ion-erlenmeyer-flask:before,
.c-table-jfc--download a:hover .ion-erlenmeyer-flask-bubbles:before,
.c-table-jfc--download a:hover .ion-eye:before,
.c-table-jfc--download a:hover .ion-eye-disabled:before,
.c-table-jfc--download a:hover .ion-female:before,
.c-table-jfc--download a:hover .ion-filing:before,
.c-table-jfc--download a:hover .ion-film-marker:before,
.c-table-jfc--download a:hover .ion-fireball:before,
.c-table-jfc--download a:hover .ion-flag:before,
.c-table-jfc--download a:hover .ion-flame:before,
.c-table-jfc--download a:hover .ion-flash:before,
.c-table-jfc--download a:hover .ion-flash-off:before,
.c-table-jfc--download a:hover .ion-folder:before,
.c-table-jfc--download a:hover .ion-fork:before,
.c-table-jfc--download a:hover .ion-fork-repo:before,
.c-table-jfc--download a:hover .ion-forward:before,
.c-table-jfc--download a:hover .ion-funnel:before,
.c-table-jfc--download a:hover .ion-gear-a:before,
.c-table-jfc--download a:hover .ion-gear-b:before,
.c-table-jfc--download a:hover .ion-grid:before,
.c-table-jfc--download a:hover .ion-hammer:before,
.c-table-jfc--download a:hover .ion-happy:before,
.c-table-jfc--download a:hover .ion-happy-outline:before,
.c-table-jfc--download a:hover .ion-headphone:before,
.c-table-jfc--download a:hover .ion-heart:before,
.c-table-jfc--download a:hover .ion-heart-broken:before,
.c-table-jfc--download a:hover .ion-help:before,
.c-table-jfc--download a:hover .ion-help-buoy:before,
.c-table-jfc--download a:hover .ion-help-circled:before,
.c-table-jfc--download a:hover .ion-home:before,
.c-table-jfc--download a:hover .ion-icecream:before,
.c-table-jfc--download a:hover .ion-image:before,
.c-table-jfc--download a:hover .ion-images:before,
.c-table-jfc--download a:hover .ion-information:before,
.c-table-jfc--download a:hover .ion-information-circled:before,
.c-table-jfc--download a:hover .ion-ionic:before,
.c-table-jfc--download a:hover .ion-ios-alarm:before,
.c-table-jfc--download a:hover .ion-ios-alarm-outline:before,
.c-table-jfc--download a:hover .ion-ios-albums:before,
.c-table-jfc--download a:hover .ion-ios-albums-outline:before,
.c-table-jfc--download a:hover .ion-ios-americanfootball:before,
.c-table-jfc--download a:hover .ion-ios-americanfootball-outline:before,
.c-table-jfc--download a:hover .ion-ios-analytics:before,
.c-table-jfc--download a:hover .ion-ios-analytics-outline:before,
.c-table-jfc--download a:hover .ion-ios-arrow-back:before,
.c-table-jfc--download a:hover .ion-ios-arrow-down:before,
.c-table-jfc--download a:hover .ion-ios-arrow-forward:before,
.c-table-jfc--download a:hover .ion-ios-arrow-left:before,
.c-table-jfc--download a:hover .ion-ios-arrow-right:before,
.c-table-jfc--download a:hover .ion-ios-arrow-thin-down:before,
.c-table-jfc--download a:hover .ion-ios-arrow-thin-left:before,
.c-table-jfc--download a:hover .ion-ios-arrow-thin-right:before,
.c-table-jfc--download a:hover .ion-ios-arrow-thin-up:before,
.c-table-jfc--download a:hover .ion-ios-arrow-up:before,
.c-table-jfc--download a:hover .ion-ios-at:before,
.c-table-jfc--download a:hover .ion-ios-at-outline:before,
.c-table-jfc--download a:hover .ion-ios-barcode:before,
.c-table-jfc--download a:hover .ion-ios-barcode-outline:before,
.c-table-jfc--download a:hover .ion-ios-baseball:before,
.c-table-jfc--download a:hover .ion-ios-baseball-outline:before,
.c-table-jfc--download a:hover .ion-ios-basketball:before,
.c-table-jfc--download a:hover .ion-ios-basketball-outline:before,
.c-table-jfc--download a:hover .ion-ios-bell:before,
.c-table-jfc--download a:hover .ion-ios-bell-outline:before,
.c-table-jfc--download a:hover .ion-ios-body:before,
.c-table-jfc--download a:hover .ion-ios-body-outline:before,
.c-table-jfc--download a:hover .ion-ios-bolt:before,
.c-table-jfc--download a:hover .ion-ios-bolt-outline:before,
.c-table-jfc--download a:hover .ion-ios-book:before,
.c-table-jfc--download a:hover .ion-ios-book-outline:before,
.c-table-jfc--download a:hover .ion-ios-bookmarks:before,
.c-table-jfc--download a:hover .ion-ios-bookmarks-outline:before,
.c-table-jfc--download a:hover .ion-ios-box:before,
.c-table-jfc--download a:hover .ion-ios-box-outline:before,
.c-table-jfc--download a:hover .ion-ios-briefcase:before,
.c-table-jfc--download a:hover .ion-ios-briefcase-outline:before,
.c-table-jfc--download a:hover .ion-ios-browsers:before,
.c-table-jfc--download a:hover .ion-ios-browsers-outline:before,
.c-table-jfc--download a:hover .ion-ios-calculator:before,
.c-table-jfc--download a:hover .ion-ios-calculator-outline:before,
.c-table-jfc--download a:hover .ion-ios-calendar:before,
.c-table-jfc--download a:hover .ion-ios-calendar-outline:before,
.c-table-jfc--download a:hover .ion-ios-camera:before,
.c-table-jfc--download a:hover .ion-ios-camera-outline:before,
.c-table-jfc--download a:hover .ion-ios-cart:before,
.c-table-jfc--download a:hover .ion-ios-cart-outline:before,
.c-table-jfc--download a:hover .ion-ios-chatboxes:before,
.c-table-jfc--download a:hover .ion-ios-chatboxes-outline:before,
.c-table-jfc--download a:hover .ion-ios-chatbubble:before,
.c-table-jfc--download a:hover .ion-ios-chatbubble-outline:before,
.c-table-jfc--download a:hover .ion-ios-checkmark:before,
.c-table-jfc--download a:hover .ion-ios-checkmark-empty:before,
.c-table-jfc--download a:hover .ion-ios-checkmark-outline:before,
.c-table-jfc--download a:hover .ion-ios-circle-filled:before,
.c-table-jfc--download a:hover .ion-ios-circle-outline:before,
.c-table-jfc--download a:hover .ion-ios-clock:before,
.c-table-jfc--download a:hover .ion-ios-clock-outline:before,
.c-table-jfc--download a:hover .ion-ios-close:before,
.c-table-jfc--download a:hover .ion-ios-close-empty:before,
.c-table-jfc--download a:hover .ion-ios-close-outline:before,
.c-table-jfc--download a:hover .ion-ios-cloud:before,
.c-table-jfc--download a:hover .ion-ios-cloud-download:before,
.c-table-jfc--download a:hover .ion-ios-cloud-download-outline:before,
.c-table-jfc--download a:hover .ion-ios-cloud-outline:before,
.c-table-jfc--download a:hover .ion-ios-cloud-upload:before,
.c-table-jfc--download a:hover .ion-ios-cloud-upload-outline:before,
.c-table-jfc--download a:hover .ion-ios-cloudy:before,
.c-table-jfc--download a:hover .ion-ios-cloudy-night:before,
.c-table-jfc--download a:hover .ion-ios-cloudy-night-outline:before,
.c-table-jfc--download a:hover .ion-ios-cloudy-outline:before,
.c-table-jfc--download a:hover .ion-ios-cog:before,
.c-table-jfc--download a:hover .ion-ios-cog-outline:before,
.c-table-jfc--download a:hover .ion-ios-color-filter:before,
.c-table-jfc--download a:hover .ion-ios-color-filter-outline:before,
.c-table-jfc--download a:hover .ion-ios-color-wand:before,
.c-table-jfc--download a:hover .ion-ios-color-wand-outline:before,
.c-table-jfc--download a:hover .ion-ios-compose:before,
.c-table-jfc--download a:hover .ion-ios-compose-outline:before,
.c-table-jfc--download a:hover .ion-ios-contact:before,
.c-table-jfc--download a:hover .ion-ios-contact-outline:before,
.c-table-jfc--download a:hover .ion-ios-copy:before,
.c-table-jfc--download a:hover .ion-ios-copy-outline:before,
.c-table-jfc--download a:hover .ion-ios-crop:before,
.c-table-jfc--download a:hover .ion-ios-crop-strong:before,
.c-table-jfc--download a:hover .ion-ios-download:before,
.c-table-jfc--download a:hover .ion-ios-download-outline:before,
.c-table-jfc--download a:hover .ion-ios-drag:before,
.c-table-jfc--download a:hover .ion-ios-email:before,
.c-table-jfc--download a:hover .ion-ios-email-outline:before,
.c-table-jfc--download a:hover .ion-ios-eye:before,
.c-table-jfc--download a:hover .ion-ios-eye-outline:before,
.c-table-jfc--download a:hover .ion-ios-fastforward:before,
.c-table-jfc--download a:hover .ion-ios-fastforward-outline:before,
.c-table-jfc--download a:hover .ion-ios-filing:before,
.c-table-jfc--download a:hover .ion-ios-filing-outline:before,
.c-table-jfc--download a:hover .ion-ios-film:before,
.c-table-jfc--download a:hover .ion-ios-film-outline:before,
.c-table-jfc--download a:hover .ion-ios-flag:before,
.c-table-jfc--download a:hover .ion-ios-flag-outline:before,
.c-table-jfc--download a:hover .ion-ios-flame:before,
.c-table-jfc--download a:hover .ion-ios-flame-outline:before,
.c-table-jfc--download a:hover .ion-ios-flask:before,
.c-table-jfc--download a:hover .ion-ios-flask-outline:before,
.c-table-jfc--download a:hover .ion-ios-flower:before,
.c-table-jfc--download a:hover .ion-ios-flower-outline:before,
.c-table-jfc--download a:hover .ion-ios-folder:before,
.c-table-jfc--download a:hover .ion-ios-folder-outline:before,
.c-table-jfc--download a:hover .ion-ios-football:before,
.c-table-jfc--download a:hover .ion-ios-football-outline:before,
.c-table-jfc--download a:hover .ion-ios-game-controller-a:before,
.c-table-jfc--download a:hover .ion-ios-game-controller-a-outline:before,
.c-table-jfc--download a:hover .ion-ios-game-controller-b:before,
.c-table-jfc--download a:hover .ion-ios-game-controller-b-outline:before,
.c-table-jfc--download a:hover .ion-ios-gear:before,
.c-table-jfc--download a:hover .ion-ios-gear-outline:before,
.c-table-jfc--download a:hover .ion-ios-glasses:before,
.c-table-jfc--download a:hover .ion-ios-glasses-outline:before,
.c-table-jfc--download a:hover .ion-ios-grid-view:before,
.c-table-jfc--download a:hover .ion-ios-grid-view-outline:before,
.c-table-jfc--download a:hover .ion-ios-heart:before,
.c-table-jfc--download a:hover .ion-ios-heart-outline:before,
.c-table-jfc--download a:hover .ion-ios-help:before,
.c-table-jfc--download a:hover .ion-ios-help-empty:before,
.c-table-jfc--download a:hover .ion-ios-help-outline:before,
.c-table-jfc--download a:hover .ion-ios-home:before,
.c-table-jfc--download a:hover .ion-ios-home-outline:before,
.c-table-jfc--download a:hover .ion-ios-infinite:before,
.c-table-jfc--download a:hover .ion-ios-infinite-outline:before,
.c-table-jfc--download a:hover .ion-ios-information:before,
.c-table-jfc--download a:hover .ion-ios-information-empty:before,
.c-table-jfc--download a:hover .ion-ios-information-outline:before,
.c-table-jfc--download a:hover .ion-ios-ionic-outline:before,
.c-table-jfc--download a:hover .ion-ios-keypad:before,
.c-table-jfc--download a:hover .ion-ios-keypad-outline:before,
.c-table-jfc--download a:hover .ion-ios-lightbulb:before,
.c-table-jfc--download a:hover .ion-ios-lightbulb-outline:before,
.c-table-jfc--download a:hover .ion-ios-list:before,
.c-table-jfc--download a:hover .ion-ios-list-outline:before,
.c-table-jfc--download a:hover .ion-ios-location:before,
.c-table-jfc--download a:hover .ion-ios-location-outline:before,
.c-table-jfc--download a:hover .ion-ios-locked:before,
.c-table-jfc--download a:hover .ion-ios-locked-outline:before,
.c-table-jfc--download a:hover .ion-ios-loop:before,
.c-table-jfc--download a:hover .ion-ios-loop-strong:before,
.c-table-jfc--download a:hover .ion-ios-medical:before,
.c-table-jfc--download a:hover .ion-ios-medical-outline:before,
.c-table-jfc--download a:hover .ion-ios-medkit:before,
.c-table-jfc--download a:hover .ion-ios-medkit-outline:before,
.c-table-jfc--download a:hover .ion-ios-mic:before,
.c-table-jfc--download a:hover .ion-ios-mic-off:before,
.c-table-jfc--download a:hover .ion-ios-mic-outline:before,
.c-table-jfc--download a:hover .ion-ios-minus:before,
.c-table-jfc--download a:hover .ion-ios-minus-empty:before,
.c-table-jfc--download a:hover .ion-ios-minus-outline:before,
.c-table-jfc--download a:hover .ion-ios-monitor:before,
.c-table-jfc--download a:hover .ion-ios-monitor-outline:before,
.c-table-jfc--download a:hover .ion-ios-moon:before,
.c-table-jfc--download a:hover .ion-ios-moon-outline:before,
.c-table-jfc--download a:hover .ion-ios-more:before,
.c-table-jfc--download a:hover .ion-ios-more-outline:before,
.c-table-jfc--download a:hover .ion-ios-musical-note:before,
.c-table-jfc--download a:hover .ion-ios-musical-notes:before,
.c-table-jfc--download a:hover .ion-ios-navigate:before,
.c-table-jfc--download a:hover .ion-ios-navigate-outline:before,
.c-table-jfc--download a:hover .ion-ios-nutrition:before,
.c-table-jfc--download a:hover .ion-ios-nutrition-outline:before,
.c-table-jfc--download a:hover .ion-ios-paper:before,
.c-table-jfc--download a:hover .ion-ios-paper-outline:before,
.c-table-jfc--download a:hover .ion-ios-paperplane:before,
.c-table-jfc--download a:hover .ion-ios-paperplane-outline:before,
.c-table-jfc--download a:hover .ion-ios-partlysunny:before,
.c-table-jfc--download a:hover .ion-ios-partlysunny-outline:before,
.c-table-jfc--download a:hover .ion-ios-pause:before,
.c-table-jfc--download a:hover .ion-ios-pause-outline:before,
.c-table-jfc--download a:hover .ion-ios-paw:before,
.c-table-jfc--download a:hover .ion-ios-paw-outline:before,
.c-table-jfc--download a:hover .ion-ios-people:before,
.c-table-jfc--download a:hover .ion-ios-people-outline:before,
.c-table-jfc--download a:hover .ion-ios-person:before,
.c-table-jfc--download a:hover .ion-ios-person-outline:before,
.c-table-jfc--download a:hover .ion-ios-personadd:before,
.c-table-jfc--download a:hover .ion-ios-personadd-outline:before,
.c-table-jfc--download a:hover .ion-ios-photos:before,
.c-table-jfc--download a:hover .ion-ios-photos-outline:before,
.c-table-jfc--download a:hover .ion-ios-pie:before,
.c-table-jfc--download a:hover .ion-ios-pie-outline:before,
.c-table-jfc--download a:hover .ion-ios-pint:before,
.c-table-jfc--download a:hover .ion-ios-pint-outline:before,
.c-table-jfc--download a:hover .ion-ios-play:before,
.c-table-jfc--download a:hover .ion-ios-play-outline:before,
.c-table-jfc--download a:hover .ion-ios-plus:before,
.c-table-jfc--download a:hover .ion-ios-plus-empty:before,
.c-table-jfc--download a:hover .ion-ios-plus-outline:before,
.c-table-jfc--download a:hover .ion-ios-pricetag:before,
.c-table-jfc--download a:hover .ion-ios-pricetag-outline:before,
.c-table-jfc--download a:hover .ion-ios-pricetags:before,
.c-table-jfc--download a:hover .ion-ios-pricetags-outline:before,
.c-table-jfc--download a:hover .ion-ios-printer:before,
.c-table-jfc--download a:hover .ion-ios-printer-outline:before,
.c-table-jfc--download a:hover .ion-ios-pulse:before,
.c-table-jfc--download a:hover .ion-ios-pulse-strong:before,
.c-table-jfc--download a:hover .ion-ios-rainy:before,
.c-table-jfc--download a:hover .ion-ios-rainy-outline:before,
.c-table-jfc--download a:hover .ion-ios-recording:before,
.c-table-jfc--download a:hover .ion-ios-recording-outline:before,
.c-table-jfc--download a:hover .ion-ios-redo:before,
.c-table-jfc--download a:hover .ion-ios-redo-outline:before,
.c-table-jfc--download a:hover .ion-ios-refresh:before,
.c-table-jfc--download a:hover .ion-ios-refresh-empty:before,
.c-table-jfc--download a:hover .ion-ios-refresh-outline:before,
.c-table-jfc--download a:hover .ion-ios-reload:before,
.c-table-jfc--download a:hover .ion-ios-reverse-camera:before,
.c-table-jfc--download a:hover .ion-ios-reverse-camera-outline:before,
.c-table-jfc--download a:hover .ion-ios-rewind:before,
.c-table-jfc--download a:hover .ion-ios-rewind-outline:before,
.c-table-jfc--download a:hover .ion-ios-rose:before,
.c-table-jfc--download a:hover .ion-ios-rose-outline:before,
.c-table-jfc--download a:hover .ion-ios-search:before,
.c-table-jfc--download a:hover .ion-ios-search-strong:before,
.c-table-jfc--download a:hover .ion-ios-settings:before,
.c-table-jfc--download a:hover .ion-ios-settings-strong:before,
.c-table-jfc--download a:hover .ion-ios-shuffle:before,
.c-table-jfc--download a:hover .ion-ios-shuffle-strong:before,
.c-table-jfc--download a:hover .ion-ios-skipbackward:before,
.c-table-jfc--download a:hover .ion-ios-skipbackward-outline:before,
.c-table-jfc--download a:hover .ion-ios-skipforward:before,
.c-table-jfc--download a:hover .ion-ios-skipforward-outline:before,
.c-table-jfc--download a:hover .ion-ios-snowy:before,
.c-table-jfc--download a:hover .ion-ios-speedometer:before,
.c-table-jfc--download a:hover .ion-ios-speedometer-outline:before,
.c-table-jfc--download a:hover .ion-ios-star:before,
.c-table-jfc--download a:hover .ion-ios-star-half:before,
.c-table-jfc--download a:hover .ion-ios-star-outline:before,
.c-table-jfc--download a:hover .ion-ios-stopwatch:before,
.c-table-jfc--download a:hover .ion-ios-stopwatch-outline:before,
.c-table-jfc--download a:hover .ion-ios-sunny:before,
.c-table-jfc--download a:hover .ion-ios-sunny-outline:before,
.c-table-jfc--download a:hover .ion-ios-telephone:before,
.c-table-jfc--download a:hover .ion-ios-telephone-outline:before,
.c-table-jfc--download a:hover .ion-ios-tennisball:before,
.c-table-jfc--download a:hover .ion-ios-tennisball-outline:before,
.c-table-jfc--download a:hover .ion-ios-thunderstorm:before,
.c-table-jfc--download a:hover .ion-ios-thunderstorm-outline:before,
.c-table-jfc--download a:hover .ion-ios-time:before,
.c-table-jfc--download a:hover .ion-ios-time-outline:before,
.c-table-jfc--download a:hover .ion-ios-timer:before,
.c-table-jfc--download a:hover .ion-ios-timer-outline:before,
.c-table-jfc--download a:hover .ion-ios-toggle:before,
.c-table-jfc--download a:hover .ion-ios-toggle-outline:before,
.c-table-jfc--download a:hover .ion-ios-trash:before,
.c-table-jfc--download a:hover .ion-ios-trash-outline:before,
.c-table-jfc--download a:hover .ion-ios-undo:before,
.c-table-jfc--download a:hover .ion-ios-undo-outline:before,
.c-table-jfc--download a:hover .ion-ios-unlocked:before,
.c-table-jfc--download a:hover .ion-ios-unlocked-outline:before,
.c-table-jfc--download a:hover .ion-ios-upload:before,
.c-table-jfc--download a:hover .ion-ios-upload-outline:before,
.c-table-jfc--download a:hover .ion-ios-videocam:before,
.c-table-jfc--download a:hover .ion-ios-videocam-outline:before,
.c-table-jfc--download a:hover .ion-ios-volume-high:before,
.c-table-jfc--download a:hover .ion-ios-volume-low:before,
.c-table-jfc--download a:hover .ion-ios-wineglass:before,
.c-table-jfc--download a:hover .ion-ios-wineglass-outline:before,
.c-table-jfc--download a:hover .ion-ios-world:before,
.c-table-jfc--download a:hover .ion-ios-world-outline:before,
.c-table-jfc--download a:hover .ion-ipad:before,
.c-table-jfc--download a:hover .ion-iphone:before,
.c-table-jfc--download a:hover .ion-ipod:before,
.c-table-jfc--download a:hover .ion-jet:before,
.c-table-jfc--download a:hover .ion-key:before,
.c-table-jfc--download a:hover .ion-knife:before,
.c-table-jfc--download a:hover .ion-laptop:before,
.c-table-jfc--download a:hover .ion-leaf:before,
.c-table-jfc--download a:hover .ion-levels:before,
.c-table-jfc--download a:hover .ion-lightbulb:before,
.c-table-jfc--download a:hover .ion-link:before,
.c-table-jfc--download a:hover .ion-load-a:before,
.c-table-jfc--download a:hover .ion-load-b:before,
.c-table-jfc--download a:hover .ion-load-c:before,
.c-table-jfc--download a:hover .ion-load-d:before,
.c-table-jfc--download a:hover .ion-location:before,
.c-table-jfc--download a:hover .ion-lock-combination:before,
.c-table-jfc--download a:hover .ion-locked:before,
.c-table-jfc--download a:hover .ion-log-in:before,
.c-table-jfc--download a:hover .ion-log-out:before,
.c-table-jfc--download a:hover .ion-loop:before,
.c-table-jfc--download a:hover .ion-magnet:before,
.c-table-jfc--download a:hover .ion-male:before,
.c-table-jfc--download a:hover .ion-man:before,
.c-table-jfc--download a:hover .ion-map:before,
.c-table-jfc--download a:hover .ion-medkit:before,
.c-table-jfc--download a:hover .ion-merge:before,
.c-table-jfc--download a:hover .ion-mic-a:before,
.c-table-jfc--download a:hover .ion-mic-b:before,
.c-table-jfc--download a:hover .ion-mic-c:before,
.c-table-jfc--download a:hover .ion-minus:before,
.c-table-jfc--download a:hover .ion-minus-circled:before,
.c-table-jfc--download a:hover .ion-minus-round:before,
.c-table-jfc--download a:hover .ion-model-s:before,
.c-table-jfc--download a:hover .ion-monitor:before,
.c-table-jfc--download a:hover .ion-more:before,
.c-table-jfc--download a:hover .ion-mouse:before,
.c-table-jfc--download a:hover .ion-music-note:before,
.c-table-jfc--download a:hover .ion-navicon:before,
.c-table-jfc--download a:hover .ion-navicon-round:before,
.c-table-jfc--download a:hover .ion-navigate:before,
.c-table-jfc--download a:hover .ion-network:before,
.c-table-jfc--download a:hover .ion-no-smoking:before,
.c-table-jfc--download a:hover .ion-nuclear:before,
.c-table-jfc--download a:hover .ion-outlet:before,
.c-table-jfc--download a:hover .ion-paintbrush:before,
.c-table-jfc--download a:hover .ion-paintbucket:before,
.c-table-jfc--download a:hover .ion-paper-airplane:before,
.c-table-jfc--download a:hover .ion-paperclip:before,
.c-table-jfc--download a:hover .ion-pause:before,
.c-table-jfc--download a:hover .ion-person:before,
.c-table-jfc--download a:hover .ion-person-add:before,
.c-table-jfc--download a:hover .ion-person-stalker:before,
.c-table-jfc--download a:hover .ion-pie-graph:before,
.c-table-jfc--download a:hover .ion-pin:before,
.c-table-jfc--download a:hover .ion-pinpoint:before,
.c-table-jfc--download a:hover .ion-pizza:before,
.c-table-jfc--download a:hover .ion-plane:before,
.c-table-jfc--download a:hover .ion-planet:before,
.c-table-jfc--download a:hover .ion-play:before,
.c-table-jfc--download a:hover .ion-playstation:before,
.c-table-jfc--download a:hover .ion-plus:before,
.c-table-jfc--download a:hover .ion-plus-circled:before,
.c-table-jfc--download a:hover .ion-plus-round:before,
.c-table-jfc--download a:hover .ion-podium:before,
.c-table-jfc--download a:hover .ion-pound:before,
.c-table-jfc--download a:hover .ion-power:before,
.c-table-jfc--download a:hover .ion-pricetag:before,
.c-table-jfc--download a:hover .ion-pricetags:before,
.c-table-jfc--download a:hover .ion-printer:before,
.c-table-jfc--download a:hover .ion-pull-request:before,
.c-table-jfc--download a:hover .ion-qr-scanner:before,
.c-table-jfc--download a:hover .ion-quote:before,
.c-table-jfc--download a:hover .ion-radio-waves:before,
.c-table-jfc--download a:hover .ion-record:before,
.c-table-jfc--download a:hover .ion-refresh:before,
.c-table-jfc--download a:hover .ion-reply:before,
.c-table-jfc--download a:hover .ion-reply-all:before,
.c-table-jfc--download a:hover .ion-ribbon-a:before,
.c-table-jfc--download a:hover .ion-ribbon-b:before,
.c-table-jfc--download a:hover .ion-sad:before,
.c-table-jfc--download a:hover .ion-sad-outline:before,
.c-table-jfc--download a:hover .ion-scissors:before,
.c-table-jfc--download a:hover .ion-search:before,
.c-table-jfc--download a:hover .ion-settings:before,
.c-table-jfc--download a:hover .ion-share:before,
.c-table-jfc--download a:hover .ion-shuffle:before,
.c-table-jfc--download a:hover .ion-skip-backward:before,
.c-table-jfc--download a:hover .ion-skip-forward:before,
.c-table-jfc--download a:hover .ion-social-android:before,
.c-table-jfc--download a:hover .ion-social-android-outline:before,
.c-table-jfc--download a:hover .ion-social-angular:before,
.c-table-jfc--download a:hover .ion-social-angular-outline:before,
.c-table-jfc--download a:hover .ion-social-apple:before,
.c-table-jfc--download a:hover .ion-social-apple-outline:before,
.c-table-jfc--download a:hover .ion-social-bitcoin:before,
.c-table-jfc--download a:hover .ion-social-bitcoin-outline:before,
.c-table-jfc--download a:hover .ion-social-buffer:before,
.c-table-jfc--download a:hover .ion-social-buffer-outline:before,
.c-table-jfc--download a:hover .ion-social-chrome:before,
.c-table-jfc--download a:hover .ion-social-chrome-outline:before,
.c-table-jfc--download a:hover .ion-social-codepen:before,
.c-table-jfc--download a:hover .ion-social-codepen-outline:before,
.c-table-jfc--download a:hover .ion-social-css3:before,
.c-table-jfc--download a:hover .ion-social-css3-outline:before,
.c-table-jfc--download a:hover .ion-social-designernews:before,
.c-table-jfc--download a:hover .ion-social-designernews-outline:before,
.c-table-jfc--download a:hover .ion-social-dribbble:before,
.c-table-jfc--download a:hover .ion-social-dribbble-outline:before,
.c-table-jfc--download a:hover .ion-social-dropbox:before,
.c-table-jfc--download a:hover .ion-social-dropbox-outline:before,
.c-table-jfc--download a:hover .ion-social-euro:before,
.c-table-jfc--download a:hover .ion-social-euro-outline:before,
.c-table-jfc--download a:hover .ion-social-facebook:before,
.c-table-jfc--download a:hover .ion-social-facebook-outline:before,
.c-table-jfc--download a:hover .ion-social-foursquare:before,
.c-table-jfc--download a:hover .ion-social-foursquare-outline:before,
.c-table-jfc--download a:hover .ion-social-freebsd-devil:before,
.c-table-jfc--download a:hover .ion-social-github:before,
.c-table-jfc--download a:hover .ion-social-github-outline:before,
.c-table-jfc--download a:hover .ion-social-google:before,
.c-table-jfc--download a:hover .ion-social-google-outline:before,
.c-table-jfc--download a:hover .ion-social-googleplus:before,
.c-table-jfc--download a:hover .ion-social-googleplus-outline:before,
.c-table-jfc--download a:hover .ion-social-hackernews:before,
.c-table-jfc--download a:hover .ion-social-hackernews-outline:before,
.c-table-jfc--download a:hover .ion-social-html5:before,
.c-table-jfc--download a:hover .ion-social-html5-outline:before,
.c-table-jfc--download a:hover .ion-social-instagram:before,
.c-table-jfc--download a:hover .ion-social-instagram-outline:before,
.c-table-jfc--download a:hover .ion-social-javascript:before,
.c-table-jfc--download a:hover .ion-social-javascript-outline:before,
.c-table-jfc--download a:hover .ion-social-linkedin:before,
.c-table-jfc--download a:hover .ion-social-linkedin-outline:before,
.c-table-jfc--download a:hover .ion-social-markdown:before,
.c-table-jfc--download a:hover .ion-social-nodejs:before,
.c-table-jfc--download a:hover .ion-social-octocat:before,
.c-table-jfc--download a:hover .ion-social-pinterest:before,
.c-table-jfc--download a:hover .ion-social-pinterest-outline:before,
.c-table-jfc--download a:hover .ion-social-python:before,
.c-table-jfc--download a:hover .ion-social-reddit:before,
.c-table-jfc--download a:hover .ion-social-reddit-outline:before,
.c-table-jfc--download a:hover .ion-social-rss:before,
.c-table-jfc--download a:hover .ion-social-rss-outline:before,
.c-table-jfc--download a:hover .ion-social-sass:before,
.c-table-jfc--download a:hover .ion-social-skype:before,
.c-table-jfc--download a:hover .ion-social-skype-outline:before,
.c-table-jfc--download a:hover .ion-social-snapchat:before,
.c-table-jfc--download a:hover .ion-social-snapchat-outline:before,
.c-table-jfc--download a:hover .ion-social-tumblr:before,
.c-table-jfc--download a:hover .ion-social-tumblr-outline:before,
.c-table-jfc--download a:hover .ion-social-tux:before,
.c-table-jfc--download a:hover .ion-social-twitch:before,
.c-table-jfc--download a:hover .ion-social-twitch-outline:before,
.c-table-jfc--download a:hover .ion-social-twitter:before,
.c-table-jfc--download a:hover .ion-social-twitter-outline:before,
.c-table-jfc--download a:hover .ion-social-usd:before,
.c-table-jfc--download a:hover .ion-social-usd-outline:before,
.c-table-jfc--download a:hover .ion-social-vimeo:before,
.c-table-jfc--download a:hover .ion-social-vimeo-outline:before,
.c-table-jfc--download a:hover .ion-social-whatsapp:before,
.c-table-jfc--download a:hover .ion-social-whatsapp-outline:before,
.c-table-jfc--download a:hover .ion-social-windows:before,
.c-table-jfc--download a:hover .ion-social-windows-outline:before,
.c-table-jfc--download a:hover .ion-social-wordpress:before,
.c-table-jfc--download a:hover .ion-social-wordpress-outline:before,
.c-table-jfc--download a:hover .ion-social-yahoo:before,
.c-table-jfc--download a:hover .ion-social-yahoo-outline:before,
.c-table-jfc--download a:hover .ion-social-yen:before,
.c-table-jfc--download a:hover .ion-social-yen-outline:before,
.c-table-jfc--download a:hover .ion-social-youtube:before,
.c-table-jfc--download a:hover .ion-social-youtube-outline:before,
.c-table-jfc--download a:hover .ion-soup-can:before,
.c-table-jfc--download a:hover .ion-soup-can-outline:before,
.c-table-jfc--download a:hover .ion-speakerphone:before,
.c-table-jfc--download a:hover .ion-speedometer:before,
.c-table-jfc--download a:hover .ion-spoon:before,
.c-table-jfc--download a:hover .ion-star:before,
.c-table-jfc--download a:hover .ion-stats-bars:before,
.c-table-jfc--download a:hover .ion-steam:before,
.c-table-jfc--download a:hover .ion-stop:before,
.c-table-jfc--download a:hover .ion-thermometer:before,
.c-table-jfc--download a:hover .ion-thumbsdown:before,
.c-table-jfc--download a:hover .ion-thumbsup:before,
.c-table-jfc--download a:hover .ion-toggle:before,
.c-table-jfc--download a:hover .ion-toggle-filled:before,
.c-table-jfc--download a:hover .ion-transgender:before,
.c-table-jfc--download a:hover .ion-trash-a:before,
.c-table-jfc--download a:hover .ion-trash-b:before,
.c-table-jfc--download a:hover .ion-trophy:before,
.c-table-jfc--download a:hover .ion-tshirt:before,
.c-table-jfc--download a:hover .ion-tshirt-outline:before,
.c-table-jfc--download a:hover .ion-umbrella:before,
.c-table-jfc--download a:hover .ion-university:before,
.c-table-jfc--download a:hover .ion-unlocked:before,
.c-table-jfc--download a:hover .ion-upload:before,
.c-table-jfc--download a:hover .ion-usb:before,
.c-table-jfc--download a:hover .ion-videocamera:before,
.c-table-jfc--download a:hover .ion-volume-high:before,
.c-table-jfc--download a:hover .ion-volume-low:before,
.c-table-jfc--download a:hover .ion-volume-medium:before,
.c-table-jfc--download a:hover .ion-volume-mute:before,
.c-table-jfc--download a:hover .ion-wand:before,
.c-table-jfc--download a:hover .ion-waterdrop:before,
.c-table-jfc--download a:hover .ion-wifi:before,
.c-table-jfc--download a:hover .ion-wineglass:before,
.c-table-jfc--download a:hover .ion-woman:before,
.c-table-jfc--download a:hover .ion-wrench:before,
.c-table-jfc--download a:hover .ion-xbox:before {
  color: #13284B;
}

.c-table-jfc .ion, .c-table-jfc .ionicons,
.c-table-jfc .ion-alert:before,
.c-table-jfc .ion-alert-circled:before,
.c-table-jfc .ion-android-add:before,
.c-table-jfc .ion-android-add-circle:before,
.c-table-jfc .ion-android-alarm-clock:before,
.c-table-jfc .ion-android-alert:before,
.c-table-jfc .ion-android-apps:before,
.c-table-jfc .ion-android-archive:before,
.c-table-jfc .ion-android-arrow-back:before,
.c-table-jfc .ion-android-arrow-down:before,
.c-table-jfc .ion-android-arrow-dropdown:before,
.c-table-jfc .ion-android-arrow-dropdown-circle:before,
.c-table-jfc .ion-android-arrow-dropleft:before,
.c-table-jfc .ion-android-arrow-dropleft-circle:before,
.c-table-jfc .ion-android-arrow-dropright:before,
.c-table-jfc .ion-android-arrow-dropright-circle:before,
.c-table-jfc .ion-android-arrow-dropup:before,
.c-table-jfc .ion-android-arrow-dropup-circle:before,
.c-table-jfc .ion-android-arrow-forward:before,
.c-table-jfc .ion-android-arrow-up:before,
.c-table-jfc .ion-android-attach:before,
.c-table-jfc .ion-android-bar:before,
.c-table-jfc .ion-android-bicycle:before,
.c-table-jfc .ion-android-boat:before,
.c-table-jfc .ion-android-bookmark:before,
.c-table-jfc .ion-android-bulb:before,
.c-table-jfc .ion-android-bus:before,
.c-table-jfc .ion-android-calendar:before,
.c-table-jfc .ion-android-call:before,
.c-table-jfc .ion-android-camera:before,
.c-table-jfc .ion-android-cancel:before,
.c-table-jfc .ion-android-car:before,
.c-table-jfc .ion-android-cart:before,
.c-table-jfc .ion-android-chat:before,
.c-table-jfc .ion-android-checkbox:before,
.c-table-jfc .ion-android-checkbox-blank:before,
.c-table-jfc .ion-android-checkbox-outline:before,
.c-table-jfc .ion-android-checkbox-outline-blank:before,
.c-table-jfc .ion-android-checkmark-circle:before,
.c-table-jfc .ion-android-clipboard:before,
.c-table-jfc .ion-android-close:before,
.c-table-jfc .ion-android-cloud:before,
.c-table-jfc .ion-android-cloud-circle:before,
.c-table-jfc .ion-android-cloud-done:before,
.c-table-jfc .ion-android-cloud-outline:before,
.c-table-jfc .ion-android-color-palette:before,
.c-table-jfc .ion-android-compass:before,
.c-table-jfc .ion-android-contact:before,
.c-table-jfc .ion-android-contacts:before,
.c-table-jfc .ion-android-contract:before,
.c-table-jfc .ion-android-create:before,
.c-table-jfc .ion-android-delete:before,
.c-table-jfc .ion-android-desktop:before,
.c-table-jfc .ion-android-document:before,
.c-table-jfc .ion-android-done:before,
.c-table-jfc .ion-android-done-all:before,
.c-table-jfc .ion-android-download:before,
.c-table-jfc .ion-android-drafts:before,
.c-table-jfc .ion-android-exit:before,
.c-table-jfc .ion-android-expand:before,
.c-table-jfc .ion-android-favorite:before,
.c-table-jfc .ion-android-favorite-outline:before,
.c-table-jfc .ion-android-film:before,
.c-table-jfc .ion-android-folder:before,
.c-table-jfc .ion-android-folder-open:before,
.c-table-jfc .ion-android-funnel:before,
.c-table-jfc .ion-android-globe:before,
.c-table-jfc .ion-android-hand:before,
.c-table-jfc .ion-android-hangout:before,
.c-table-jfc .ion-android-happy:before,
.c-table-jfc .ion-android-home:before,
.c-table-jfc .ion-android-image:before,
.c-table-jfc .ion-android-laptop:before,
.c-table-jfc .ion-android-list:before,
.c-table-jfc .ion-android-locate:before,
.c-table-jfc .ion-android-lock:before,
.c-table-jfc .ion-android-mail:before,
.c-table-jfc .ion-android-map:before,
.c-table-jfc .ion-android-menu:before,
.c-table-jfc .ion-android-microphone:before,
.c-table-jfc .ion-android-microphone-off:before,
.c-table-jfc .ion-android-more-horizontal:before,
.c-table-jfc .ion-android-more-vertical:before,
.c-table-jfc .ion-android-navigate:before,
.c-table-jfc .ion-android-notifications:before,
.c-table-jfc .ion-android-notifications-none:before,
.c-table-jfc .ion-android-notifications-off:before,
.c-table-jfc .ion-android-open:before,
.c-table-jfc .ion-android-options:before,
.c-table-jfc .ion-android-people:before,
.c-table-jfc .ion-android-person:before,
.c-table-jfc .ion-android-person-add:before,
.c-table-jfc .ion-android-phone-landscape:before,
.c-table-jfc .ion-android-phone-portrait:before,
.c-table-jfc .ion-android-pin:before,
.c-table-jfc .ion-android-plane:before,
.c-table-jfc .ion-android-playstore:before,
.c-table-jfc .ion-android-print:before,
.c-table-jfc .ion-android-radio-button-off:before,
.c-table-jfc .ion-android-radio-button-on:before,
.c-table-jfc .ion-android-refresh:before,
.c-table-jfc .ion-android-remove:before,
.c-table-jfc .ion-android-remove-circle:before,
.c-table-jfc .ion-android-restaurant:before,
.c-table-jfc .ion-android-sad:before,
.c-table-jfc .ion-android-search:before,
.c-table-jfc .ion-android-send:before,
.c-table-jfc .ion-android-settings:before,
.c-table-jfc .ion-android-share:before,
.c-table-jfc .ion-android-share-alt:before,
.c-table-jfc .ion-android-star:before,
.c-table-jfc .ion-android-star-half:before,
.c-table-jfc .ion-android-star-outline:before,
.c-table-jfc .ion-android-stopwatch:before,
.c-table-jfc .ion-android-subway:before,
.c-table-jfc .ion-android-sunny:before,
.c-table-jfc .ion-android-sync:before,
.c-table-jfc .ion-android-textsms:before,
.c-table-jfc .ion-android-time:before,
.c-table-jfc .ion-android-train:before,
.c-table-jfc .ion-android-unlock:before,
.c-table-jfc .ion-android-upload:before,
.c-table-jfc .ion-android-volume-down:before,
.c-table-jfc .ion-android-volume-mute:before,
.c-table-jfc .ion-android-volume-off:before,
.c-table-jfc .ion-android-volume-up:before,
.c-table-jfc .ion-android-walk:before,
.c-table-jfc .ion-android-warning:before,
.c-table-jfc .ion-android-watch:before,
.c-table-jfc .ion-android-wifi:before,
.c-table-jfc .ion-aperture:before,
.c-table-jfc .ion-archive:before,
.c-table-jfc .ion-arrow-down-a:before,
.c-table-jfc .ion-arrow-down-b:before,
.c-table-jfc .ion-arrow-down-c:before,
.c-table-jfc .ion-arrow-expand:before,
.c-table-jfc .ion-arrow-graph-down-left:before,
.c-table-jfc .ion-arrow-graph-down-right:before,
.c-table-jfc .ion-arrow-graph-up-left:before,
.c-table-jfc .ion-arrow-graph-up-right:before,
.c-table-jfc .ion-arrow-left-a:before,
.c-table-jfc .ion-arrow-left-b:before,
.c-table-jfc .ion-arrow-left-c:before,
.c-table-jfc .ion-arrow-move:before,
.c-table-jfc .ion-arrow-resize:before,
.c-table-jfc .ion-arrow-return-left:before,
.c-table-jfc .ion-arrow-return-right:before,
.c-table-jfc .ion-arrow-right-a:before,
.c-table-jfc .ion-arrow-right-b:before,
.c-table-jfc .ion-arrow-right-c:before,
.c-table-jfc .ion-arrow-shrink:before,
.c-table-jfc .ion-arrow-swap:before,
.c-table-jfc .ion-arrow-up-a:before,
.c-table-jfc .ion-arrow-up-b:before,
.c-table-jfc .ion-arrow-up-c:before,
.c-table-jfc .ion-asterisk:before,
.c-table-jfc .ion-at:before,
.c-table-jfc .ion-backspace:before,
.c-table-jfc .ion-backspace-outline:before,
.c-table-jfc .ion-bag:before,
.c-table-jfc .ion-battery-charging:before,
.c-table-jfc .ion-battery-empty:before,
.c-table-jfc .ion-battery-full:before,
.c-table-jfc .ion-battery-half:before,
.c-table-jfc .ion-battery-low:before,
.c-table-jfc .ion-beaker:before,
.c-table-jfc .ion-beer:before,
.c-table-jfc .ion-bluetooth:before,
.c-table-jfc .ion-bonfire:before,
.c-table-jfc .ion-bookmark:before,
.c-table-jfc .ion-bowtie:before,
.c-table-jfc .ion-briefcase:before,
.c-table-jfc .ion-bug:before,
.c-table-jfc .ion-calculator:before,
.c-table-jfc .ion-calendar:before,
.c-table-jfc .ion-camera:before,
.c-table-jfc .ion-card:before,
.c-table-jfc .ion-cash:before,
.c-table-jfc .ion-chatbox:before,
.c-table-jfc .ion-chatbox-working:before,
.c-table-jfc .ion-chatboxes:before,
.c-table-jfc .ion-chatbubble:before,
.c-table-jfc .ion-chatbubble-working:before,
.c-table-jfc .ion-chatbubbles:before,
.c-table-jfc .ion-checkmark:before,
.c-table-jfc .ion-checkmark-circled:before,
.c-table-jfc .ion-checkmark-round:before,
.c-table-jfc .ion-chevron-down:before,
.c-table-jfc .ion-chevron-left:before,
.c-table-jfc .ion-chevron-right:before,
.c-table-jfc .ion-chevron-up:before,
.c-table-jfc .ion-clipboard:before,
.c-table-jfc .ion-clock:before,
.c-table-jfc .ion-close:before,
.c-table-jfc .ion-close-circled:before,
.c-table-jfc .ion-close-round:before,
.c-table-jfc .ion-closed-captioning:before,
.c-table-jfc .ion-cloud:before,
.c-table-jfc .ion-code:before,
.c-table-jfc .ion-code-download:before,
.c-table-jfc .ion-code-working:before,
.c-table-jfc .ion-coffee:before,
.c-table-jfc .ion-compass:before,
.c-table-jfc .ion-compose:before,
.c-table-jfc .ion-connection-bars:before,
.c-table-jfc .ion-contrast:before,
.c-table-jfc .ion-crop:before,
.c-table-jfc .ion-cube:before,
.c-table-jfc .ion-disc:before,
.c-table-jfc .ion-document:before,
.c-table-jfc .ion-document-text:before,
.c-table-jfc .ion-drag:before,
.c-table-jfc .ion-earth:before,
.c-table-jfc .ion-easel:before,
.c-table-jfc .ion-edit:before,
.c-table-jfc .ion-egg:before,
.c-table-jfc .ion-eject:before,
.c-table-jfc .ion-email:before,
.c-table-jfc .ion-email-unread:before,
.c-table-jfc .ion-erlenmeyer-flask:before,
.c-table-jfc .ion-erlenmeyer-flask-bubbles:before,
.c-table-jfc .ion-eye:before,
.c-table-jfc .ion-eye-disabled:before,
.c-table-jfc .ion-female:before,
.c-table-jfc .ion-filing:before,
.c-table-jfc .ion-film-marker:before,
.c-table-jfc .ion-fireball:before,
.c-table-jfc .ion-flag:before,
.c-table-jfc .ion-flame:before,
.c-table-jfc .ion-flash:before,
.c-table-jfc .ion-flash-off:before,
.c-table-jfc .ion-folder:before,
.c-table-jfc .ion-fork:before,
.c-table-jfc .ion-fork-repo:before,
.c-table-jfc .ion-forward:before,
.c-table-jfc .ion-funnel:before,
.c-table-jfc .ion-gear-a:before,
.c-table-jfc .ion-gear-b:before,
.c-table-jfc .ion-grid:before,
.c-table-jfc .ion-hammer:before,
.c-table-jfc .ion-happy:before,
.c-table-jfc .ion-happy-outline:before,
.c-table-jfc .ion-headphone:before,
.c-table-jfc .ion-heart:before,
.c-table-jfc .ion-heart-broken:before,
.c-table-jfc .ion-help:before,
.c-table-jfc .ion-help-buoy:before,
.c-table-jfc .ion-help-circled:before,
.c-table-jfc .ion-home:before,
.c-table-jfc .ion-icecream:before,
.c-table-jfc .ion-image:before,
.c-table-jfc .ion-images:before,
.c-table-jfc .ion-information:before,
.c-table-jfc .ion-information-circled:before,
.c-table-jfc .ion-ionic:before,
.c-table-jfc .ion-ios-alarm:before,
.c-table-jfc .ion-ios-alarm-outline:before,
.c-table-jfc .ion-ios-albums:before,
.c-table-jfc .ion-ios-albums-outline:before,
.c-table-jfc .ion-ios-americanfootball:before,
.c-table-jfc .ion-ios-americanfootball-outline:before,
.c-table-jfc .ion-ios-analytics:before,
.c-table-jfc .ion-ios-analytics-outline:before,
.c-table-jfc .ion-ios-arrow-back:before,
.c-table-jfc .ion-ios-arrow-down:before,
.c-table-jfc .ion-ios-arrow-forward:before,
.c-table-jfc .ion-ios-arrow-left:before,
.c-table-jfc .ion-ios-arrow-right:before,
.c-table-jfc .ion-ios-arrow-thin-down:before,
.c-table-jfc .ion-ios-arrow-thin-left:before,
.c-table-jfc .ion-ios-arrow-thin-right:before,
.c-table-jfc .ion-ios-arrow-thin-up:before,
.c-table-jfc .ion-ios-arrow-up:before,
.c-table-jfc .ion-ios-at:before,
.c-table-jfc .ion-ios-at-outline:before,
.c-table-jfc .ion-ios-barcode:before,
.c-table-jfc .ion-ios-barcode-outline:before,
.c-table-jfc .ion-ios-baseball:before,
.c-table-jfc .ion-ios-baseball-outline:before,
.c-table-jfc .ion-ios-basketball:before,
.c-table-jfc .ion-ios-basketball-outline:before,
.c-table-jfc .ion-ios-bell:before,
.c-table-jfc .ion-ios-bell-outline:before,
.c-table-jfc .ion-ios-body:before,
.c-table-jfc .ion-ios-body-outline:before,
.c-table-jfc .ion-ios-bolt:before,
.c-table-jfc .ion-ios-bolt-outline:before,
.c-table-jfc .ion-ios-book:before,
.c-table-jfc .ion-ios-book-outline:before,
.c-table-jfc .ion-ios-bookmarks:before,
.c-table-jfc .ion-ios-bookmarks-outline:before,
.c-table-jfc .ion-ios-box:before,
.c-table-jfc .ion-ios-box-outline:before,
.c-table-jfc .ion-ios-briefcase:before,
.c-table-jfc .ion-ios-briefcase-outline:before,
.c-table-jfc .ion-ios-browsers:before,
.c-table-jfc .ion-ios-browsers-outline:before,
.c-table-jfc .ion-ios-calculator:before,
.c-table-jfc .ion-ios-calculator-outline:before,
.c-table-jfc .ion-ios-calendar:before,
.c-table-jfc .ion-ios-calendar-outline:before,
.c-table-jfc .ion-ios-camera:before,
.c-table-jfc .ion-ios-camera-outline:before,
.c-table-jfc .ion-ios-cart:before,
.c-table-jfc .ion-ios-cart-outline:before,
.c-table-jfc .ion-ios-chatboxes:before,
.c-table-jfc .ion-ios-chatboxes-outline:before,
.c-table-jfc .ion-ios-chatbubble:before,
.c-table-jfc .ion-ios-chatbubble-outline:before,
.c-table-jfc .ion-ios-checkmark:before,
.c-table-jfc .ion-ios-checkmark-empty:before,
.c-table-jfc .ion-ios-checkmark-outline:before,
.c-table-jfc .ion-ios-circle-filled:before,
.c-table-jfc .ion-ios-circle-outline:before,
.c-table-jfc .ion-ios-clock:before,
.c-table-jfc .ion-ios-clock-outline:before,
.c-table-jfc .ion-ios-close:before,
.c-table-jfc .ion-ios-close-empty:before,
.c-table-jfc .ion-ios-close-outline:before,
.c-table-jfc .ion-ios-cloud:before,
.c-table-jfc .ion-ios-cloud-download:before,
.c-table-jfc .ion-ios-cloud-download-outline:before,
.c-table-jfc .ion-ios-cloud-outline:before,
.c-table-jfc .ion-ios-cloud-upload:before,
.c-table-jfc .ion-ios-cloud-upload-outline:before,
.c-table-jfc .ion-ios-cloudy:before,
.c-table-jfc .ion-ios-cloudy-night:before,
.c-table-jfc .ion-ios-cloudy-night-outline:before,
.c-table-jfc .ion-ios-cloudy-outline:before,
.c-table-jfc .ion-ios-cog:before,
.c-table-jfc .ion-ios-cog-outline:before,
.c-table-jfc .ion-ios-color-filter:before,
.c-table-jfc .ion-ios-color-filter-outline:before,
.c-table-jfc .ion-ios-color-wand:before,
.c-table-jfc .ion-ios-color-wand-outline:before,
.c-table-jfc .ion-ios-compose:before,
.c-table-jfc .ion-ios-compose-outline:before,
.c-table-jfc .ion-ios-contact:before,
.c-table-jfc .ion-ios-contact-outline:before,
.c-table-jfc .ion-ios-copy:before,
.c-table-jfc .ion-ios-copy-outline:before,
.c-table-jfc .ion-ios-crop:before,
.c-table-jfc .ion-ios-crop-strong:before,
.c-table-jfc .ion-ios-download:before,
.c-table-jfc .ion-ios-download-outline:before,
.c-table-jfc .ion-ios-drag:before,
.c-table-jfc .ion-ios-email:before,
.c-table-jfc .ion-ios-email-outline:before,
.c-table-jfc .ion-ios-eye:before,
.c-table-jfc .ion-ios-eye-outline:before,
.c-table-jfc .ion-ios-fastforward:before,
.c-table-jfc .ion-ios-fastforward-outline:before,
.c-table-jfc .ion-ios-filing:before,
.c-table-jfc .ion-ios-filing-outline:before,
.c-table-jfc .ion-ios-film:before,
.c-table-jfc .ion-ios-film-outline:before,
.c-table-jfc .ion-ios-flag:before,
.c-table-jfc .ion-ios-flag-outline:before,
.c-table-jfc .ion-ios-flame:before,
.c-table-jfc .ion-ios-flame-outline:before,
.c-table-jfc .ion-ios-flask:before,
.c-table-jfc .ion-ios-flask-outline:before,
.c-table-jfc .ion-ios-flower:before,
.c-table-jfc .ion-ios-flower-outline:before,
.c-table-jfc .ion-ios-folder:before,
.c-table-jfc .ion-ios-folder-outline:before,
.c-table-jfc .ion-ios-football:before,
.c-table-jfc .ion-ios-football-outline:before,
.c-table-jfc .ion-ios-game-controller-a:before,
.c-table-jfc .ion-ios-game-controller-a-outline:before,
.c-table-jfc .ion-ios-game-controller-b:before,
.c-table-jfc .ion-ios-game-controller-b-outline:before,
.c-table-jfc .ion-ios-gear:before,
.c-table-jfc .ion-ios-gear-outline:before,
.c-table-jfc .ion-ios-glasses:before,
.c-table-jfc .ion-ios-glasses-outline:before,
.c-table-jfc .ion-ios-grid-view:before,
.c-table-jfc .ion-ios-grid-view-outline:before,
.c-table-jfc .ion-ios-heart:before,
.c-table-jfc .ion-ios-heart-outline:before,
.c-table-jfc .ion-ios-help:before,
.c-table-jfc .ion-ios-help-empty:before,
.c-table-jfc .ion-ios-help-outline:before,
.c-table-jfc .ion-ios-home:before,
.c-table-jfc .ion-ios-home-outline:before,
.c-table-jfc .ion-ios-infinite:before,
.c-table-jfc .ion-ios-infinite-outline:before,
.c-table-jfc .ion-ios-information:before,
.c-table-jfc .ion-ios-information-empty:before,
.c-table-jfc .ion-ios-information-outline:before,
.c-table-jfc .ion-ios-ionic-outline:before,
.c-table-jfc .ion-ios-keypad:before,
.c-table-jfc .ion-ios-keypad-outline:before,
.c-table-jfc .ion-ios-lightbulb:before,
.c-table-jfc .ion-ios-lightbulb-outline:before,
.c-table-jfc .ion-ios-list:before,
.c-table-jfc .ion-ios-list-outline:before,
.c-table-jfc .ion-ios-location:before,
.c-table-jfc .ion-ios-location-outline:before,
.c-table-jfc .ion-ios-locked:before,
.c-table-jfc .ion-ios-locked-outline:before,
.c-table-jfc .ion-ios-loop:before,
.c-table-jfc .ion-ios-loop-strong:before,
.c-table-jfc .ion-ios-medical:before,
.c-table-jfc .ion-ios-medical-outline:before,
.c-table-jfc .ion-ios-medkit:before,
.c-table-jfc .ion-ios-medkit-outline:before,
.c-table-jfc .ion-ios-mic:before,
.c-table-jfc .ion-ios-mic-off:before,
.c-table-jfc .ion-ios-mic-outline:before,
.c-table-jfc .ion-ios-minus:before,
.c-table-jfc .ion-ios-minus-empty:before,
.c-table-jfc .ion-ios-minus-outline:before,
.c-table-jfc .ion-ios-monitor:before,
.c-table-jfc .ion-ios-monitor-outline:before,
.c-table-jfc .ion-ios-moon:before,
.c-table-jfc .ion-ios-moon-outline:before,
.c-table-jfc .ion-ios-more:before,
.c-table-jfc .ion-ios-more-outline:before,
.c-table-jfc .ion-ios-musical-note:before,
.c-table-jfc .ion-ios-musical-notes:before,
.c-table-jfc .ion-ios-navigate:before,
.c-table-jfc .ion-ios-navigate-outline:before,
.c-table-jfc .ion-ios-nutrition:before,
.c-table-jfc .ion-ios-nutrition-outline:before,
.c-table-jfc .ion-ios-paper:before,
.c-table-jfc .ion-ios-paper-outline:before,
.c-table-jfc .ion-ios-paperplane:before,
.c-table-jfc .ion-ios-paperplane-outline:before,
.c-table-jfc .ion-ios-partlysunny:before,
.c-table-jfc .ion-ios-partlysunny-outline:before,
.c-table-jfc .ion-ios-pause:before,
.c-table-jfc .ion-ios-pause-outline:before,
.c-table-jfc .ion-ios-paw:before,
.c-table-jfc .ion-ios-paw-outline:before,
.c-table-jfc .ion-ios-people:before,
.c-table-jfc .ion-ios-people-outline:before,
.c-table-jfc .ion-ios-person:before,
.c-table-jfc .ion-ios-person-outline:before,
.c-table-jfc .ion-ios-personadd:before,
.c-table-jfc .ion-ios-personadd-outline:before,
.c-table-jfc .ion-ios-photos:before,
.c-table-jfc .ion-ios-photos-outline:before,
.c-table-jfc .ion-ios-pie:before,
.c-table-jfc .ion-ios-pie-outline:before,
.c-table-jfc .ion-ios-pint:before,
.c-table-jfc .ion-ios-pint-outline:before,
.c-table-jfc .ion-ios-play:before,
.c-table-jfc .ion-ios-play-outline:before,
.c-table-jfc .ion-ios-plus:before,
.c-table-jfc .ion-ios-plus-empty:before,
.c-table-jfc .ion-ios-plus-outline:before,
.c-table-jfc .ion-ios-pricetag:before,
.c-table-jfc .ion-ios-pricetag-outline:before,
.c-table-jfc .ion-ios-pricetags:before,
.c-table-jfc .ion-ios-pricetags-outline:before,
.c-table-jfc .ion-ios-printer:before,
.c-table-jfc .ion-ios-printer-outline:before,
.c-table-jfc .ion-ios-pulse:before,
.c-table-jfc .ion-ios-pulse-strong:before,
.c-table-jfc .ion-ios-rainy:before,
.c-table-jfc .ion-ios-rainy-outline:before,
.c-table-jfc .ion-ios-recording:before,
.c-table-jfc .ion-ios-recording-outline:before,
.c-table-jfc .ion-ios-redo:before,
.c-table-jfc .ion-ios-redo-outline:before,
.c-table-jfc .ion-ios-refresh:before,
.c-table-jfc .ion-ios-refresh-empty:before,
.c-table-jfc .ion-ios-refresh-outline:before,
.c-table-jfc .ion-ios-reload:before,
.c-table-jfc .ion-ios-reverse-camera:before,
.c-table-jfc .ion-ios-reverse-camera-outline:before,
.c-table-jfc .ion-ios-rewind:before,
.c-table-jfc .ion-ios-rewind-outline:before,
.c-table-jfc .ion-ios-rose:before,
.c-table-jfc .ion-ios-rose-outline:before,
.c-table-jfc .ion-ios-search:before,
.c-table-jfc .ion-ios-search-strong:before,
.c-table-jfc .ion-ios-settings:before,
.c-table-jfc .ion-ios-settings-strong:before,
.c-table-jfc .ion-ios-shuffle:before,
.c-table-jfc .ion-ios-shuffle-strong:before,
.c-table-jfc .ion-ios-skipbackward:before,
.c-table-jfc .ion-ios-skipbackward-outline:before,
.c-table-jfc .ion-ios-skipforward:before,
.c-table-jfc .ion-ios-skipforward-outline:before,
.c-table-jfc .ion-ios-snowy:before,
.c-table-jfc .ion-ios-speedometer:before,
.c-table-jfc .ion-ios-speedometer-outline:before,
.c-table-jfc .ion-ios-star:before,
.c-table-jfc .ion-ios-star-half:before,
.c-table-jfc .ion-ios-star-outline:before,
.c-table-jfc .ion-ios-stopwatch:before,
.c-table-jfc .ion-ios-stopwatch-outline:before,
.c-table-jfc .ion-ios-sunny:before,
.c-table-jfc .ion-ios-sunny-outline:before,
.c-table-jfc .ion-ios-telephone:before,
.c-table-jfc .ion-ios-telephone-outline:before,
.c-table-jfc .ion-ios-tennisball:before,
.c-table-jfc .ion-ios-tennisball-outline:before,
.c-table-jfc .ion-ios-thunderstorm:before,
.c-table-jfc .ion-ios-thunderstorm-outline:before,
.c-table-jfc .ion-ios-time:before,
.c-table-jfc .ion-ios-time-outline:before,
.c-table-jfc .ion-ios-timer:before,
.c-table-jfc .ion-ios-timer-outline:before,
.c-table-jfc .ion-ios-toggle:before,
.c-table-jfc .ion-ios-toggle-outline:before,
.c-table-jfc .ion-ios-trash:before,
.c-table-jfc .ion-ios-trash-outline:before,
.c-table-jfc .ion-ios-undo:before,
.c-table-jfc .ion-ios-undo-outline:before,
.c-table-jfc .ion-ios-unlocked:before,
.c-table-jfc .ion-ios-unlocked-outline:before,
.c-table-jfc .ion-ios-upload:before,
.c-table-jfc .ion-ios-upload-outline:before,
.c-table-jfc .ion-ios-videocam:before,
.c-table-jfc .ion-ios-videocam-outline:before,
.c-table-jfc .ion-ios-volume-high:before,
.c-table-jfc .ion-ios-volume-low:before,
.c-table-jfc .ion-ios-wineglass:before,
.c-table-jfc .ion-ios-wineglass-outline:before,
.c-table-jfc .ion-ios-world:before,
.c-table-jfc .ion-ios-world-outline:before,
.c-table-jfc .ion-ipad:before,
.c-table-jfc .ion-iphone:before,
.c-table-jfc .ion-ipod:before,
.c-table-jfc .ion-jet:before,
.c-table-jfc .ion-key:before,
.c-table-jfc .ion-knife:before,
.c-table-jfc .ion-laptop:before,
.c-table-jfc .ion-leaf:before,
.c-table-jfc .ion-levels:before,
.c-table-jfc .ion-lightbulb:before,
.c-table-jfc .ion-link:before,
.c-table-jfc .ion-load-a:before,
.c-table-jfc .ion-load-b:before,
.c-table-jfc .ion-load-c:before,
.c-table-jfc .ion-load-d:before,
.c-table-jfc .ion-location:before,
.c-table-jfc .ion-lock-combination:before,
.c-table-jfc .ion-locked:before,
.c-table-jfc .ion-log-in:before,
.c-table-jfc .ion-log-out:before,
.c-table-jfc .ion-loop:before,
.c-table-jfc .ion-magnet:before,
.c-table-jfc .ion-male:before,
.c-table-jfc .ion-man:before,
.c-table-jfc .ion-map:before,
.c-table-jfc .ion-medkit:before,
.c-table-jfc .ion-merge:before,
.c-table-jfc .ion-mic-a:before,
.c-table-jfc .ion-mic-b:before,
.c-table-jfc .ion-mic-c:before,
.c-table-jfc .ion-minus:before,
.c-table-jfc .ion-minus-circled:before,
.c-table-jfc .ion-minus-round:before,
.c-table-jfc .ion-model-s:before,
.c-table-jfc .ion-monitor:before,
.c-table-jfc .ion-more:before,
.c-table-jfc .ion-mouse:before,
.c-table-jfc .ion-music-note:before,
.c-table-jfc .ion-navicon:before,
.c-table-jfc .ion-navicon-round:before,
.c-table-jfc .ion-navigate:before,
.c-table-jfc .ion-network:before,
.c-table-jfc .ion-no-smoking:before,
.c-table-jfc .ion-nuclear:before,
.c-table-jfc .ion-outlet:before,
.c-table-jfc .ion-paintbrush:before,
.c-table-jfc .ion-paintbucket:before,
.c-table-jfc .ion-paper-airplane:before,
.c-table-jfc .ion-paperclip:before,
.c-table-jfc .ion-pause:before,
.c-table-jfc .ion-person:before,
.c-table-jfc .ion-person-add:before,
.c-table-jfc .ion-person-stalker:before,
.c-table-jfc .ion-pie-graph:before,
.c-table-jfc .ion-pin:before,
.c-table-jfc .ion-pinpoint:before,
.c-table-jfc .ion-pizza:before,
.c-table-jfc .ion-plane:before,
.c-table-jfc .ion-planet:before,
.c-table-jfc .ion-play:before,
.c-table-jfc .ion-playstation:before,
.c-table-jfc .ion-plus:before,
.c-table-jfc .ion-plus-circled:before,
.c-table-jfc .ion-plus-round:before,
.c-table-jfc .ion-podium:before,
.c-table-jfc .ion-pound:before,
.c-table-jfc .ion-power:before,
.c-table-jfc .ion-pricetag:before,
.c-table-jfc .ion-pricetags:before,
.c-table-jfc .ion-printer:before,
.c-table-jfc .ion-pull-request:before,
.c-table-jfc .ion-qr-scanner:before,
.c-table-jfc .ion-quote:before,
.c-table-jfc .ion-radio-waves:before,
.c-table-jfc .ion-record:before,
.c-table-jfc .ion-refresh:before,
.c-table-jfc .ion-reply:before,
.c-table-jfc .ion-reply-all:before,
.c-table-jfc .ion-ribbon-a:before,
.c-table-jfc .ion-ribbon-b:before,
.c-table-jfc .ion-sad:before,
.c-table-jfc .ion-sad-outline:before,
.c-table-jfc .ion-scissors:before,
.c-table-jfc .ion-search:before,
.c-table-jfc .ion-settings:before,
.c-table-jfc .ion-share:before,
.c-table-jfc .ion-shuffle:before,
.c-table-jfc .ion-skip-backward:before,
.c-table-jfc .ion-skip-forward:before,
.c-table-jfc .ion-social-android:before,
.c-table-jfc .ion-social-android-outline:before,
.c-table-jfc .ion-social-angular:before,
.c-table-jfc .ion-social-angular-outline:before,
.c-table-jfc .ion-social-apple:before,
.c-table-jfc .ion-social-apple-outline:before,
.c-table-jfc .ion-social-bitcoin:before,
.c-table-jfc .ion-social-bitcoin-outline:before,
.c-table-jfc .ion-social-buffer:before,
.c-table-jfc .ion-social-buffer-outline:before,
.c-table-jfc .ion-social-chrome:before,
.c-table-jfc .ion-social-chrome-outline:before,
.c-table-jfc .ion-social-codepen:before,
.c-table-jfc .ion-social-codepen-outline:before,
.c-table-jfc .ion-social-css3:before,
.c-table-jfc .ion-social-css3-outline:before,
.c-table-jfc .ion-social-designernews:before,
.c-table-jfc .ion-social-designernews-outline:before,
.c-table-jfc .ion-social-dribbble:before,
.c-table-jfc .ion-social-dribbble-outline:before,
.c-table-jfc .ion-social-dropbox:before,
.c-table-jfc .ion-social-dropbox-outline:before,
.c-table-jfc .ion-social-euro:before,
.c-table-jfc .ion-social-euro-outline:before,
.c-table-jfc .ion-social-facebook:before,
.c-table-jfc .ion-social-facebook-outline:before,
.c-table-jfc .ion-social-foursquare:before,
.c-table-jfc .ion-social-foursquare-outline:before,
.c-table-jfc .ion-social-freebsd-devil:before,
.c-table-jfc .ion-social-github:before,
.c-table-jfc .ion-social-github-outline:before,
.c-table-jfc .ion-social-google:before,
.c-table-jfc .ion-social-google-outline:before,
.c-table-jfc .ion-social-googleplus:before,
.c-table-jfc .ion-social-googleplus-outline:before,
.c-table-jfc .ion-social-hackernews:before,
.c-table-jfc .ion-social-hackernews-outline:before,
.c-table-jfc .ion-social-html5:before,
.c-table-jfc .ion-social-html5-outline:before,
.c-table-jfc .ion-social-instagram:before,
.c-table-jfc .ion-social-instagram-outline:before,
.c-table-jfc .ion-social-javascript:before,
.c-table-jfc .ion-social-javascript-outline:before,
.c-table-jfc .ion-social-linkedin:before,
.c-table-jfc .ion-social-linkedin-outline:before,
.c-table-jfc .ion-social-markdown:before,
.c-table-jfc .ion-social-nodejs:before,
.c-table-jfc .ion-social-octocat:before,
.c-table-jfc .ion-social-pinterest:before,
.c-table-jfc .ion-social-pinterest-outline:before,
.c-table-jfc .ion-social-python:before,
.c-table-jfc .ion-social-reddit:before,
.c-table-jfc .ion-social-reddit-outline:before,
.c-table-jfc .ion-social-rss:before,
.c-table-jfc .ion-social-rss-outline:before,
.c-table-jfc .ion-social-sass:before,
.c-table-jfc .ion-social-skype:before,
.c-table-jfc .ion-social-skype-outline:before,
.c-table-jfc .ion-social-snapchat:before,
.c-table-jfc .ion-social-snapchat-outline:before,
.c-table-jfc .ion-social-tumblr:before,
.c-table-jfc .ion-social-tumblr-outline:before,
.c-table-jfc .ion-social-tux:before,
.c-table-jfc .ion-social-twitch:before,
.c-table-jfc .ion-social-twitch-outline:before,
.c-table-jfc .ion-social-twitter:before,
.c-table-jfc .ion-social-twitter-outline:before,
.c-table-jfc .ion-social-usd:before,
.c-table-jfc .ion-social-usd-outline:before,
.c-table-jfc .ion-social-vimeo:before,
.c-table-jfc .ion-social-vimeo-outline:before,
.c-table-jfc .ion-social-whatsapp:before,
.c-table-jfc .ion-social-whatsapp-outline:before,
.c-table-jfc .ion-social-windows:before,
.c-table-jfc .ion-social-windows-outline:before,
.c-table-jfc .ion-social-wordpress:before,
.c-table-jfc .ion-social-wordpress-outline:before,
.c-table-jfc .ion-social-yahoo:before,
.c-table-jfc .ion-social-yahoo-outline:before,
.c-table-jfc .ion-social-yen:before,
.c-table-jfc .ion-social-yen-outline:before,
.c-table-jfc .ion-social-youtube:before,
.c-table-jfc .ion-social-youtube-outline:before,
.c-table-jfc .ion-soup-can:before,
.c-table-jfc .ion-soup-can-outline:before,
.c-table-jfc .ion-speakerphone:before,
.c-table-jfc .ion-speedometer:before,
.c-table-jfc .ion-spoon:before,
.c-table-jfc .ion-star:before,
.c-table-jfc .ion-stats-bars:before,
.c-table-jfc .ion-steam:before,
.c-table-jfc .ion-stop:before,
.c-table-jfc .ion-thermometer:before,
.c-table-jfc .ion-thumbsdown:before,
.c-table-jfc .ion-thumbsup:before,
.c-table-jfc .ion-toggle:before,
.c-table-jfc .ion-toggle-filled:before,
.c-table-jfc .ion-transgender:before,
.c-table-jfc .ion-trash-a:before,
.c-table-jfc .ion-trash-b:before,
.c-table-jfc .ion-trophy:before,
.c-table-jfc .ion-tshirt:before,
.c-table-jfc .ion-tshirt-outline:before,
.c-table-jfc .ion-umbrella:before,
.c-table-jfc .ion-university:before,
.c-table-jfc .ion-unlocked:before,
.c-table-jfc .ion-upload:before,
.c-table-jfc .ion-usb:before,
.c-table-jfc .ion-videocamera:before,
.c-table-jfc .ion-volume-high:before,
.c-table-jfc .ion-volume-low:before,
.c-table-jfc .ion-volume-medium:before,
.c-table-jfc .ion-volume-mute:before,
.c-table-jfc .ion-wand:before,
.c-table-jfc .ion-waterdrop:before,
.c-table-jfc .ion-wifi:before,
.c-table-jfc .ion-wineglass:before,
.c-table-jfc .ion-woman:before,
.c-table-jfc .ion-wrench:before,
.c-table-jfc .ion-xbox:before {
  font-size: 1.25rem;
  padding-left: 0.3125rem;
  color: #43811D;
}

.c-table-jfc .small-headers {
  display: block;
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25rem;
}

@media screen and (min-width: 40em) {
  .c-table-jfc .small-headers {
    display: none;
  }
}

.c-table-jfc .small-headers,
.c-table-jfc .small-td {
  width: 50%;
}

@media screen and (min-width: 40em) {
  .c-table-jfc .small-headers,
  .c-table-jfc .small-td {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .text-align-right-large img {
    max-width: initial;
  }
}

@media screen and (min-width: 64em) {
  .text-align-right-large {
    text-align: right;
  }
  .text-align-right-large img {
    max-width: initial;
  }
}

.c-jpc-tabs {
  width: 100%;
  background-color: #F4F4F4;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.2);
}

.c-jpc-tabs--list {
  padding: 0 0.625rem;
}

.c-jpc-tabs--link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.c-jpc-tabs--small {
  border: none;
  padding: 0;
}

.c-jpc-tabs--small ul {
  list-style: none;
  margin: 0;
}

.c-jpc-tabs--small .c-jpc-tabs--item {
  border: none;
  background-color: #F4F4F4;
}

.c-jpc-tabs--small .c-jpc-tabs--item:hover {
  background-color: #F4F4F4;
}

.c-jpc-tabs--small .c-jpc-tabs--item.accordion-title {
  border-radius: 0.5rem 0.5rem 0 0;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .c-jpc-tabs--small .c-jpc-tabs--item.accordion-title {
    padding-left: 72px;
  }
}

.c-jpc-tabs--small .c-jpc-tabs--item.accordion-title:after {
  content: '\F35F';
  color: #13284B;
  font-family: "ionicons";
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.25rem;
  position: absolute;
  right: 5%;
}

.c-jpc-tabs--small .is-active .c-jpc-tabs--item.accordion-title:after {
  content: '\F365';
}

.c-jpc-tabs--small .accordion-content {
  padding: 0;
  border-bottom: none;
}

.c-jpc-tabs--item {
  padding: 1.4375rem 1.125rem 1.4375rem 0.75rem;
  position: relative;
  color: #1D4672;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.1875rem;
  font-family: "republic-web", sans-serif;
}

@media screen and (min-width: 64em) {
  .c-jpc-tabs--item {
    line-height: 1.375rem;
  }
}

.c-jpc-tabs--item:not(:last-child) {
  border-bottom: 0.0625rem solid #B0C5DB;
}

.c-jpc-tabs--item:hover {
  color: #43811D;
}

.c-jpc-tabs--item.active {
  background-color: #92CA64;
  color: #133559;
  padding: 1.4375rem 1.125rem 1.4375rem 1.875rem;
}

.c-jpc-tabs--item.active:before {
  content: '\F3D6';
  position: absolute;
  font-family: "ionicons";
  left: 0.3125rem;
  font-size: 1.6875rem;
  font-weight: 500;
  margin-top: -0.625rem;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .c-jpc-tabs--item.active:before {
    margin-left: 24px;
  }
}

.c-jpc-tabs-large ul {
  border-bottom: 0.0625rem solid #92CA64;
}

.c-jpc-tabs-large ul li {
  color: #133559;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 0.625rem 1.25rem;
  border-bottom: 0;
  display: inline-block;
  margin-right: 0.625rem;
  background-color: #E7E7E7;
  font-family: "republic-web", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 2.125rem;
}

.c-jpc-tabs-large ul li a {
  color: #133559;
}

.c-jpc-tabs-large ul li.active {
  background-color: #92CA64;
}

.o-live-broadcast-holder {
  border-top: 0.25rem solid #92CA64;
}

.o-live-broadcast-holder .o-live-broadcast {
  text-align: center;
  background-color: #F4F4F4;
  -webkit-box-shadow: 0 -0.3125rem 0.75rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 -0.3125rem 0.75rem 0 rgba(0, 0, 0, 0.2);
  padding: 2rem 1.4375rem 1.875rem;
  height: 100%;
  margin-bottom: 0;
  display: inline-block;
}

@media print, screen and (min-width: 64em) {
  .o-live-broadcast-holder .o-live-broadcast {
    width: 100%;
  }
}

.o-live-broadcast-holder .o-live-broadcast h3 {
  color: #43811D;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.8125rem;
  line-height: 2.125rem;
  margin-bottom: 1.3125rem;
}

@media print, screen and (min-width: 40em) {
  .o-live-broadcast-holder .o-live-broadcast h3 {
    line-height: 2.125rem;
    text-align: left;
  }
}

.o-live-broadcast-holder .o-live-broadcast h4 {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 0.4375rem;
}

@media print, screen and (min-width: 40em) {
  .o-live-broadcast-holder .o-live-broadcast h4 {
    text-align: left;
    margin-top: -1.3125rem;
    margin-left: 1.3125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-live-broadcast-holder .o-live-broadcast h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.o-live-broadcast-holder .o-live-broadcast h5 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  margin-top: 1rem;
}

@media print, screen and (min-width: 40em) {
  .o-live-broadcast-holder .o-live-broadcast h5 {
    text-align: left;
  }
}

.o-live-broadcast-holder .o-live-broadcast p {
  color: #2D2D2D;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
}

@media print, screen and (min-width: 40em) {
  .o-live-broadcast-holder .o-live-broadcast p {
    line-height: 1.625rem;
    text-align: left;
  }
}

.o-live-broadcast-holder .o-live-broadcast span.close-live-modal {
  position: absolute;
  left: -0.9375rem;
  top: -1.0625rem;
}

.o-live-broadcast-holder .o-live-broadcast .red-dot {
  margin-right: 0.5625rem;
  margin-bottom: 0.1875rem;
  height: 10px;
  width: 10px;
}

.o-live-broadcast-holder ul {
  color: #13284B;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.625rem;
  list-style-type: none;
}

@media print, screen and (min-width: 40em) {
  .o-live-broadcast-holder ul {
    text-align: left;
  }
}

.o-live-broadcast-holder ul li i {
  color: #488A1F;
  font-family: Ionicons;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-right: 0.3125rem;
}

.o-live-broadcast-holder .o-video {
  height: 100%;
}

.o-live-broadcast-holder .o-video img {
  height: 100%;
}

.o-live-broadcast-holder .o-video i {
  font-size: 3.0625rem;
  width: 5.6875rem;
  height: 5.6875rem;
  padding-top: 1.25rem;
}

.o-live-broadcast-holder .o-video i:hover {
  color: #92CA64;
  background-color: #061632;
}

.o-live-broadcast-holder .o-booking-button {
  height: 100%;
}

@media screen and (max-width: 39.99875em) {
  .o-live-broadcast-holder .o-booking-button {
    margin: 1.5rem auto 0;
    width: 100%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .o-live-broadcast-holder .o-booking-button {
    width: 100%;
    padding: 5px 15px !important;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 2.125rem;
    height: 100%;
    padding: 0.3125rem 0;
    margin-bottom: 0;
    display: table;
  }
}

@media print, screen and (min-width: 64em) {
  .o-live-broadcast-holder .o-booking-button {
    width: 80%;
    padding: 15px;
  }
}

.o-live-broadcast-holder__no-background {
  background-color: inherit !important;
}

.live-meeting {
  width: 88.4%;
  position: fixed;
  bottom: 0;
  z-index: 10000;
  bottom: -5px;
  left: 1%;
  right: 0;
  margin: 0 auto;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .live-meeting {
    width: 96%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .live-meeting .o-video {
    height: 152px;
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .live-meeting .o-video {
    height: 150px;
    width: 90%;
    padding-left: 2%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .live-meeting .button .o-booking-button {
    padding: 15px;
    width: 100% !important;
  }
}

.live-meeting-unstick {
  width: inherit;
  position: inherit;
  margin-top: 30px;
  margin-bottom: 30px;
}

.live-meeting-unstick h4 {
  font-size: 1.25rem;
}

.o-hero-competition-active {
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .o-hero-competition-active {
    text-align: left;
  }
}

.o-hero-competition-active .o-hero-competition-active__banner {
  background-color: #13284B;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media print, screen and (min-width: 40em) {
  .o-hero-competition-active .o-hero-competition-active__banner {
    padding-top: 3.625rem;
    padding-bottom: 3.625rem;
  }
}

.o-hero-competition-active .o-hero-competition-active__banner h3 {
  color: #92CA64;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.8125rem;
  line-height: 2.125rem;
  text-align: center;
  font-weight: 600;
}

@media print, screen and (min-width: 40em) {
  .o-hero-competition-active .o-hero-competition-active__banner h3 {
    text-align: left;
    font-size: 0.8125rem;
    line-height: 2.125rem;
  }
}

.o-hero-competition-active .o-hero-competition-active__banner h4 {
  color: #FFFFFF;
  font-family: "republic-web", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .o-hero-competition-active .o-hero-competition-active__banner h4 {
    font-size: 2.875rem;
    font-weight: 600;
    line-height: 3.5rem;
  }
}

.o-hero-competition-active .o-hero-competition-active__banner p.banner_text {
  color: #FFFFFF;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
}

@media print, screen and (min-width: 40em) {
  .o-hero-competition-active .o-hero-competition-active__banner p.banner_text {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.competition-active-header-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.o-hero-competition-active {
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .o-hero-competition-active {
    text-align: left;
  }
}

.o-hero-competition-active .o-hero-competition-active__banner {
  background-color: #13284B;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media print, screen and (min-width: 40em) {
  .o-hero-competition-active .o-hero-competition-active__banner {
    padding-top: 3.625rem;
    padding-bottom: 3.625rem;
  }
}

.o-hero-competition-active .o-hero-competition-active__banner h3 {
  color: #92CA64;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.8125rem;
  line-height: 2.125rem;
  text-align: center;
  font-weight: 600;
}

@media print, screen and (min-width: 40em) {
  .o-hero-competition-active .o-hero-competition-active__banner h3 {
    text-align: left;
    font-size: 0.8125rem;
    line-height: 2.125rem;
    margin-bottom: 0.8rem;
  }
}

.o-hero-competition-active .o-hero-competition-active__banner h4 {
  color: #FFFFFF;
  font-family: "republic-web", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .o-hero-competition-active .o-hero-competition-active__banner h4 {
    font-size: 2.875rem;
    font-weight: 600;
    line-height: 3.5rem;
  }
}

.o-hero-competition-active .o-hero-competition-active__banner p.banner_text {
  color: #FFFFFF;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
}

@media print, screen and (min-width: 40em) {
  .o-hero-competition-active .o-hero-competition-active__banner p.banner_text {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.competition-active-header-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.o-hero-competitions {
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .o-hero-competitions {
    text-align: left;
  }
}

.o-hero-competitions .o-hero-competitions__banner {
  background-color: #13284B;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media print, screen and (min-width: 40em) {
  .o-hero-competitions .o-hero-competitions__banner {
    padding-top: 3.625rem;
    padding-bottom: 3.625rem;
  }
}

.o-hero-competitions .o-hero-competitions__banner h3 {
  color: #FFFFFF;
  font-family: "republic-web", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.25rem;
  text-align: left;
}

@media print, screen and (min-width: 40em) {
  .o-hero-competitions .o-hero-competitions__banner h3 {
    font-size: 2.875rem;
    line-height: 3.125rem;
    margin-bottom: 0.8rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .o-hero-competitions .o-hero-competitions__banner .c-cta--content p {
    text-align: left;
  }
}

@media screen and (max-width: 39.99875em) {
  .o-hero-competitions .o-hero-competitions__banner a {
    float: left;
    clear: both;
  }
}

.o-hero-competitions .o-hero-competitions__banner .additional-button {
  color: #FFFFFF;
  font-family: "republic-web", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 2.125rem;
}

@media print, screen and (min-width: 40em) {
  .o-hero-competitions .o-hero-competitions__banner .additional-button {
    font-size: 0.9375rem;
  }
}

.o-hero-competitions .o-hero-competitions__banner .additional-button i {
  color: #92CA64;
  font-family: "ionicons";
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 2rem;
  vertical-align: middle;
  margin-left: 0.375rem;
}

@media screen and (max-width: 39.99875em) {
  .o-hero-competitions .o-hero-competitions__banner .button-arrow-link {
    padding-left: 0 !important;
  }
}

.o-hero-competitions .o-hero-competitions__banner .c-cta .c-cta--text {
  text-align: left;
}

.o-hero-competitions .o-hero-competitions__banner .c-cta .button-arrow {
  margin: 0 !important;
}

.o-hero-competitions .o-hero-competitions__banner .o-cta-bubble--text {
  font-size: calc(rem-calc(22));
  line-height: 1.75rem;
  top: 39%;
}

.o-hero-competitions .o-hero-competitions__banner p {
  font-family: "gineso-extended", sans-serif;
  color: #fff;
}

@media screen and (max-width: 39.99875em) {
  .o-hero-competitions .o-hero-competitions__banner p {
    line-height: 1.1875rem;
  }
}

.o-hero-competitions .o-hero-competitions__banner li {
  font-family: "gineso-extended", sans-serif;
  color: #fff;
  margin-left: 1.1875rem;
  text-align: left;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .o-hero-competitions .c-cta--content {
    width: 67%;
    padding-right: 0px !important;
  }
  .o-hero-competitions .c-cta--bubble {
    width: 25%;
    padding-left: 10px !important;
  }
  .o-hero-competitions .o-circle-with-arrow {
    margin-top: -2rem;
  }
}

.o-hero-consultations {
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .o-hero-consultations {
    text-align: left;
  }
}

.o-hero-consultations .o-hero-consultations__banner {
  background-color: #13284B;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media print, screen and (min-width: 40em) {
  .o-hero-consultations .o-hero-consultations__banner {
    padding-top: 3.625rem;
    padding-bottom: 3.625rem;
  }
}

.o-hero-consultations .o-hero-consultations__banner h3 {
  color: #92CA64;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.8125rem;
  line-height: 2.125rem;
  text-align: center;
  font-weight: 600;
}

@media print, screen and (min-width: 40em) {
  .o-hero-consultations .o-hero-consultations__banner h3 {
    text-align: left;
    font-size: 0.8125rem;
    line-height: 2.125rem;
  }
}

.o-hero-consultations .o-hero-consultations__banner h4 {
  color: #FFFFFF;
  font-family: "republic-web", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .o-hero-consultations .o-hero-consultations__banner h4 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-hero-consultations .o-hero-consultations__banner h4 {
    font-size: 2.875rem;
    font-weight: 600;
  }
}

.o-hero-consultations .o-hero-consultations__banner p.banner_text {
  color: #FFFFFF;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
}

@media print, screen and (min-width: 40em) {
  .o-hero-consultations .o-hero-consultations__banner p.banner_text {
    line-height: 1.625rem;
  }
}

@media print, screen and (min-width: 40em) {
  .o-hero-consultations .o-hero-consultations__banner p.banner_text {
    font-size: 1.125rem;
  }
}

.consultations-header-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.o-lower-hero .o-lower-hero__banner {
  background-color: #13284B;
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .o-lower-hero .o-lower-hero__banner {
    padding-top: 3.625rem;
    padding-bottom: 3rem;
  }
}

.o-lower-hero .o-lower-hero__banner h1 {
  font-family: "republic-web", sans-serif;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.25rem;
}

@media print, screen and (min-width: 40em) {
  .o-lower-hero .o-lower-hero__banner h1 {
    font-size: 2.875rem;
    line-height: 3.125rem;
  }
}

.o-lower-hero-search .o-lower-hero__banner {
  background-color: #13284B;
  padding-top: 2.5rem;
}

@media print, screen and (min-width: 40em) {
  .o-lower-hero-search .o-lower-hero__banner {
    padding-top: 3.625rem;
  }
}

.o-lower-hero-search .o-lower-hero__banner h1 {
  font-family: "republic-web", sans-serif;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.25rem;
}

@media print, screen and (min-width: 40em) {
  .o-lower-hero-search .o-lower-hero__banner h1 {
    font-size: 2.875rem;
    line-height: 3.125rem;
  }
}

.o-lower-hero-search .o-lower-hero__banner .header-search {
  position: relative;
  margin-top: 1.25rem;
}

@media screen and (max-width: 39.99875em) {
  .o-lower-hero-search .o-lower-hero__banner .header-search {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-lower-hero-search .o-lower-hero__banner .header-search {
    margin-top: 0;
  }
}

.o-lower-hero-search .o-lower-hero__banner .header-search .site-search {
  border: 0.0625rem solid #6292C7;
  border-radius: 1.5rem;
  background: transparent;
  color: #F4F4F4;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.3125rem;
  height: 3.125rem;
}

@media print, screen and (min-width: 64em) {
  .o-lower-hero-search .o-lower-hero__banner .header-search .site-search {
    margin-bottom: 3.8125rem;
    width: 24.6875rem;
    float: right;
  }
}

.o-lower-hero-search .o-lower-hero__banner .header-search .site-search:active {
  border: 0.0625rem solid #92CA64;
}

.o-lower-hero-search .o-lower-hero__banner .header-search .site-search:focus {
  border: 0.0625rem solid #92CA64;
}

.o-lower-hero-search .o-lower-hero__banner .header-search i {
  position: absolute;
  right: 1.75rem;
  top: 0.8125rem;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5rem;
}

@media print, screen and (min-width: 64em) {
  .o-lower-hero-search .o-lower-hero__banner .header-search i {
    top: 0.8125rem;
  }
}

.o-lower-hero-search .o-lower-hero__banner .header-select select {
  height: 3.5625rem;
  border-radius: 0.5rem;
  background-color: #92CA64;
  border: none;
  color: #13284B;
  font-family: "gineso-extended", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5625rem;
}

.o-lower-hero-search .o-lower-hero__banner .header-tabs ul {
  margin-top: 2.1875rem;
}

@media print, screen and (min-width: 64em) {
  .o-lower-hero-search .o-lower-hero__banner .header-tabs ul {
    margin-top: 0;
  }
}

.o-lower-hero-search .o-lower-hero__banner .header-tabs ul li {
  border: 0.0625rem solid #6292C7;
  border-radius: 0.3125rem 0.3125rem 0 0;
  padding: 1.25rem;
  border-bottom: 0;
  display: inline-block;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 64em) {
  .o-lower-hero-search .o-lower-hero__banner .header-tabs ul li {
    padding-left: 2.4375rem;
    padding-right: 2.4375rem;
  }
}

.o-lower-hero-search .o-lower-hero__banner .header-tabs ul li a {
  color: #FFFFFF;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  display: block;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

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

.o-lower-hero-tabs .o-lower-hero__banner {
  background-color: #13284B;
  padding-top: 2.5rem;
}

@media print, screen and (min-width: 40em) {
  .o-lower-hero-tabs .o-lower-hero__banner {
    padding-top: 3.625rem;
  }
}

.o-lower-hero-tabs .o-lower-hero__banner h1 {
  font-family: "republic-web", sans-serif;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.25rem;
}

@media print, screen and (min-width: 40em) {
  .o-lower-hero-tabs .o-lower-hero__banner h1 {
    font-size: 2.875rem;
    line-height: 3.125rem;
  }
}

.o-lower-hero-tabs .o-lower-hero__banner .header-search {
  position: relative;
  margin-top: 1.25rem;
}

.o-lower-hero-tabs .o-lower-hero__banner .header-search .site-search {
  border: 0.0625rem solid #6292C7;
  border-radius: 1.5rem;
  background: transparent;
  color: #fff;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  height: 3.125rem;
  padding-left: 1.25rem;
}

@media print, screen and (min-width: 64em) {
  .o-lower-hero-tabs .o-lower-hero__banner .header-search .site-search {
    margin-top: -1.625rem;
    width: 24.6875rem;
    height: 2.8125rem;
    float: right;
  }
}

.o-lower-hero-tabs .o-lower-hero__banner .header-search .site-search:active {
  border: 0.0625rem solid #92CA64;
}

.o-lower-hero-tabs .o-lower-hero__banner .header-search .site-search:focus {
  border: 0.0625rem solid #92CA64;
}

.o-lower-hero-tabs .o-lower-hero__banner .header-search button {
  position: absolute;
  right: 1.75rem;
  top: 0.8125rem;
}

@media print, screen and (min-width: 64em) {
  .o-lower-hero-tabs .o-lower-hero__banner .header-search button {
    top: -0.875rem;
  }
}

.o-lower-hero-tabs .o-lower-hero__banner .header-search button i {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5rem;
}

@media print, screen and (min-width: 64em) {
  .o-lower-hero-tabs .o-lower-hero__banner .header-search button i {
    top: -0.875rem;
  }
}

.o-lower-hero-tabs .o-lower-hero__banner .header-select select {
  height: 3.5625rem;
  border-radius: 0.5rem;
  background-color: #92CA64;
  border: none;
  color: #13284B;
  font-family: "gineso-extended", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  padding-left: 0.75rem;
}

.o-lower-hero-tabs .o-lower-hero__banner .header-tabs ul {
  margin-top: 2.1875rem;
}

@media print, screen and (min-width: 64em) {
  .o-lower-hero-tabs .o-lower-hero__banner .header-tabs ul {
    margin-top: 0;
  }
}

.o-lower-hero-tabs .o-lower-hero__banner .header-tabs ul li {
  border: 0.0625rem solid #6292C7;
  border-radius: 0.3125rem 0.3125rem 0 0;
  border-bottom: 0;
  display: inline-block;
  margin-right: 0.625rem;
}

.o-lower-hero-tabs .o-lower-hero__banner .header-tabs ul li a {
  color: #FFFFFF;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  display: block;
  padding: 1.25rem;
}

.o-lower-hero-tabs .o-lower-hero__banner .header-tabs ul li:hover {
  background-color: #92CA64;
}

.o-lower-hero-tabs .o-lower-hero__banner .header-tabs ul li:hover a {
  color: #13284B;
}

.o-lower-hero-tabs .o-lower-hero__banner .header-tabs ul .active {
  background-color: #92CA64;
}

.o-lower-hero-tabs .o-lower-hero__banner .header-tabs ul .active a {
  color: #13284B;
}

.o-hero-with-text {
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .o-hero-with-text {
    text-align: left;
  }
}

.o-hero-with-text .o-hero-with-text__banner {
  background-color: #13284B;
  padding-bottom: 2rem;
  padding-bottom: 1.7rem;
}

@media print, screen and (min-width: 40em) {
  .o-hero-with-text .o-hero-with-text__banner {
    padding-top: 3.625rem;
    padding-bottom: 3.625rem;
  }
}

.o-hero-with-text .o-hero-with-text__banner h3 {
  color: #92CA64;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.8125rem;
  line-height: 2.125rem;
  text-align: center;
  font-weight: 600;
  display: inline;
}

@media print, screen and (min-width: 40em) {
  .o-hero-with-text .o-hero-with-text__banner h3 {
    text-align: left;
    font-size: 0.8125rem;
    line-height: 2.125rem;
  }
}

.o-hero-with-text .o-hero-with-text__banner h3:nth-child(n+2):before {
  content: "|";
  font-size: 0.75rem;
  padding-left: 0.1875rem;
  padding-right: 0.1875rem;
}

.o-hero-with-text .o-hero-with-text__banner h4 {
  color: #FFFFFF;
  font-family: "republic-web", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .o-hero-with-text .o-hero-with-text__banner h4 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.625rem;
  }
}

.o-hero-with-text .o-hero-with-text__banner p.banner_text {
  color: #FFFFFF;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
}

@media print, screen and (min-width: 40em) {
  .o-hero-with-text .o-hero-with-text__banner p.banner_text {
    line-height: 1.625rem;
  }
}

.o-hero-with-text .o-hero-with-text__banner .date-circle {
  margin-bottom: 0;
}

@media screen and (max-width: 39.99875em) {
  .o-hero-with-text .o-hero-with-text__banner .date-circle {
    margin: 0 auto;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .o-hero-with-text .o-hero-with-text__banner .date-circle .date-circle-heading {
    margin-top: 12px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .o-hero-with-text .o-hero-with-text__banner .date-circle {
    margin-top: 0.875rem;
  }
}

.lower-hero-text-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lower-hero-news-details .date-circle-heading {
  visibility: hidden;
}

.lower-hero-news-details .time {
  visibility: hidden;
}

.o-lower-hero .o-lower-hero__banner {
  background-color: #13284B;
  padding-top: 2.9rem;
  padding-bottom: 2.9rem;
}

@media print, screen and (min-width: 40em) {
  .o-lower-hero .o-lower-hero__banner {
    padding-top: 3.625rem;
    padding-bottom: 3rem;
  }
}

.o-lower-hero .o-lower-hero__banner h1 {
  font-family: "republic-web", sans-serif;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.25rem;
}

@media print, screen and (min-width: 40em) {
  .o-lower-hero .o-lower-hero__banner h1 {
    font-size: 2.875rem;
    line-height: 3.125rem;
  }
}

.o-lower-hero .o-lower-hero__banner p {
  color: #FFFFFF;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.3125rem;
}

@media print, screen and (min-width: 40em) {
  .o-lower-hero .o-lower-hero__banner p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.o-lower-hero .o-lower-hero__banner ol,
.o-lower-hero .o-lower-hero__banner ul {
  margin-left: 1.5625rem;
}

.o-lower-hero .o-lower-hero__banner ol li,
.o-lower-hero .o-lower-hero__banner ul li {
  color: #FFFFFF;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.3125rem;
}

@media print, screen and (min-width: 40em) {
  .o-lower-hero .o-lower-hero__banner ol li,
  .o-lower-hero .o-lower-hero__banner ul li {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.o-lower-hero .o-lower-hero__banner ol li p,
.o-lower-hero .o-lower-hero__banner ul li p {
  color: #FFFFFF;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.3125rem;
}

@media print, screen and (min-width: 40em) {
  .o-lower-hero .o-lower-hero__banner ol li p,
  .o-lower-hero .o-lower-hero__banner ul li p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.o-lower-hero .o-lower-hero__banner a {
  color: #92CA64;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.3125rem;
}

@media print, screen and (min-width: 40em) {
  .o-lower-hero .o-lower-hero__banner a {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.o-lower-hero .o-lower-hero__banner a i {
  color: #92CA64;
  font-family: "ionicons";
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 2rem;
  vertical-align: middle;
  margin-left: 0.375rem;
}

.o-lower-hero .o-lower-hero__banner .learn-more-anchor {
  font-size: 0.9375rem !important;
}

.o-lower-hero .o-lower-hero__banner .o-lower-hero-content {
  padding-top: 0.9375rem;
}

.o-meetings-card-holder .o-meetings-card {
  text-align: center;
  background-color: #F4F4F4;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.09);
  padding: 2rem 1.4375rem 1.875rem;
  height: 100%;
  margin-bottom: 1.25rem;
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .o-meetings-card-holder .o-meetings-card {
    padding: 1.875rem 1.4375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .o-meetings-card-holder .o-meetings-card {
    margin-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-meetings-card-holder .o-meetings-card {
    margin-bottom: 1.9375rem;
    width: 100%;
  }
}

.o-meetings-card-holder .o-meetings-card h3 {
  color: #43811D;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.8125rem;
  line-height: 2.125rem;
  margin-bottom: 1.3125rem;
}

@media print, screen and (min-width: 40em) {
  .o-meetings-card-holder .o-meetings-card h3 {
    line-height: 2.125rem;
    text-align: left;
  }
}

.o-meetings-card-holder .o-meetings-card h4 {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 0.4375rem;
}

@media print, screen and (min-width: 40em) {
  .o-meetings-card-holder .o-meetings-card h4 {
    text-align: left;
  }
}

@media print, screen and (min-width: 64em) {
  .o-meetings-card-holder .o-meetings-card h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.o-meetings-card-holder .o-meetings-card h5 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  margin-top: 1rem;
}

@media print, screen and (min-width: 40em) {
  .o-meetings-card-holder .o-meetings-card h5 {
    text-align: left;
  }
}

.o-meetings-card-holder .o-meetings-card p {
  color: #2D2D2D;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
}

@media print, screen and (min-width: 40em) {
  .o-meetings-card-holder .o-meetings-card p {
    line-height: 1.625rem;
    text-align: left;
  }
}

.o-meetings-card-holder .o-meetings-card:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 39.99875em) {
  .o-meetings-card-holder .o-meetings-card.video {
    padding-bottom: 1rem;
  }
}

.o-meetings-card-holder .o-meetings-card:first-child {
  margin-top: 10px;
}

@media screen and (min-width: 40em) {
  .o-meetings-card-holder .o-meetings-card:first-child {
    margin-top: 0;
  }
}

.o-meetings-card-holder .o-meetings-card .date-circle {
  pointer-events: none;
}

@media screen and (min-width: 40em) {
  .o-meetings-card-holder .o-meetings-card .date-circle {
    margin-top: 10px;
  }
}

.o-meetings-card-holder .o-meetings-card .date-circle .date-circle-heading {
  color: #1D4672;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.625rem;
  line-height: 1.625rem;
  text-align: center;
  margin-top: 1.3125rem;
  margin-top: 1.1875rem;
  margin-bottom: 0.0625rem;
}

@media print, screen and (min-width: 40em) {
  .o-meetings-card-holder .o-meetings-card .date-circle .date-circle-heading {
    margin-top: 2.125rem;
    font-size: 0.75rem;
    line-height: 1.625rem;
    margin-bottom: 0.5rem;
  }
}

.o-meetings-card-holder .o-meetings-card .date-circle .date-circle-heading.closing-date {
  color: #C82C2C;
}

.o-meetings-card-holder .o-meetings-card .date-circle .date-holder {
  margin-top: -0.8125rem;
}

@media print, screen and (min-width: 40em) {
  .o-meetings-card-holder .o-meetings-card .date-circle .date-holder {
    margin-top: -0.8125rem !important;
  }
}

.o-meetings-card-holder ul {
  color: #13284B;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.625rem;
  list-style-type: none;
}

@media print, screen and (min-width: 40em) {
  .o-meetings-card-holder ul {
    text-align: left;
  }
}

.o-meetings-card-holder ul li i {
  color: #488A1F;
  font-family: Ionicons;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-right: 0.3125rem;
}

.o-meetings-card-holder .o-video {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

.o-meetings-card-holder .o-video img {
  height: auto;
}

@media print, screen and (min-width: 64em) {
  .o-meetings-card-holder .o-video img {
    height: 10.0625rem;
    min-height: 160px;
  }
}

.o-meetings-card-holder .o-video i {
  font-size: 3.0625rem;
  width: 5.6875rem;
  height: 5.6875rem;
  padding-top: 1.25rem;
}

@media screen and (min-width: 40em) {
  .o-meetings-card-holder .o-video {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .o-meetings-card-holder:hover {
    background-color: #fff;
  }
}

@media screen and (min-width: 64em) {
  .o-meetings-card-holder:hover h4 {
    text-decoration: underline;
    -webkit-text-decoration-color: #92CA64;
    text-decoration-color: #92CA64;
  }
  .o-meetings-card-holder:hover .date-circle__news {
    background-color: #13284B;
  }
  .o-meetings-card-holder:hover .date-circle__news .date-circle-heading {
    display: none;
  }
  .o-meetings-card-holder:hover .date-holder {
    margin-top: 0.5625rem !important;
  }
  .o-meetings-card-holder:hover .date-holder .flipside {
    margin-top: 3.1875rem;
    margin-left: -1.625rem;
  }
  .o-meetings-card-holder:hover .date-holder .heading {
    display: none;
  }
  .o-meetings-card-holder:hover .date-holder .day {
    display: none;
  }
  .o-meetings-card-holder:hover .date-holder .month {
    display: none;
  }
  .o-meetings-card-holder:hover .date-holder .year {
    display: none;
  }
  .o-meetings-card-holder:hover .date-holder .time {
    display: none;
  }
  .o-meetings-card-holder:hover .date-holder .learn-more {
    display: inherit;
    display: initial;
    color: #FFFFFF;
    font-family: "republic-web", sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 2.125rem;
    text-align: center;
  }
  .o-meetings-card-holder:hover .date-holder .arrow {
    display: inherit;
    display: initial;
    text-align: center;
    margin-top: -0.875rem;
  }
  .o-meetings-card-holder:hover .date-holder .arrow i {
    color: #92CA64;
    font-family: Ionicons;
    font-size: 1.6875rem;
    font-weight: 500;
    line-height: 2rem;
    text-align: center;
  }
}

@media screen and (max-width: 39.99875em) {
  .previous-meetings h3 {
    margin-bottom: 0.9375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .previous-meetings-into h3 {
    margin-bottom: 1.1rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .ias-trigger {
    margin-bottom: 3.125rem;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .homepage-meetings .o-video img {
    height: 408px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .detail-authority-meeting .addthis_toolbox {
    padding: 25px 0 0;
  }
}

.previous-meetings-videos {
  border-top: 2px solid #B0C5DB;
}

.o-mobile-nav .logo {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.o-mobile-nav .menu-holder {
  text-align: center;
}

.o-mobile-nav .menu-holder a {
  color: #13284B;
  font-size: 3.125rem;
  font-weight: 500;
}

.o-mobile-nav .off-canvas {
  width: 88%;
}

.o-mobile-nav .off-canvas .js-drilldown-back {
  text-align: right;
}

.o-mobile-nav .off-canvas .js-drilldown-back a {
  color: #43811D;
  font-family: "republic-web", sans-serif;
  background-color: #EEEEEE;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 2.125rem;
  border-top: none !important;
}

.o-mobile-nav .off-canvas .js-drilldown-back a::before {
  content: '\F3D5';
  font-size: 1.25rem;
  font-family: "ionicons";
  border: none;
  width: initial;
  height: inherit;
}

.o-mobile-nav .off-canvas .menu-buttons.mobile-switchers .button-row-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.o-mobile-nav .off-canvas .menu-buttons.mobile-switchers .button-row-1 .o-switcher {
  max-width: 6.0625rem;
}

.o-mobile-nav .off-canvas .menu-buttons.mobile-switchers .button-row-1 .mobile-drop-down-container {
  min-width: 8.375rem;
  width: 50%;
  max-width: 8.375rem;
}

.o-mobile-nav .off-canvas .button-basic {
  line-height: 1 !important;
}

.o-mobile-nav .drilldown .is-drilldown-submenu-parent > a::after {
  content: '\F3D6';
  font-size: 2.125rem;
  font-family: "ionicons";
  border: none;
  width: initial;
  height: inherit;
  top: 30%;
  font-weight: 500;
}

.o-mobile-nav .drilldown a {
  color: #43811D;
  font-family: "republic-web", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 2.125rem;
  border-bottom: 0.0625rem solid #B0C5DB;
}

.o-mobile-nav .drilldown a i {
  font-size: 1.1875rem;
  margin-right: 0.3125rem;
}

.o-mobile-nav .drilldown .is-drilldown-submenu a {
  color: #43811D;
  font-family: "republic-web", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 2.125rem;
}

.off-canvas.is-transition-overlap.is-open {
  background-color: #fff;
}

.menu-buttons ul {
  list-style: none;
  margin-top: 1.875rem;
}

@media screen and (max-width: 39.99875em) {
  .navigation {
    border-top: 0.25rem solid #92CA64;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .navigation {
    border-top: 0.25rem solid #92CA64;
  }
}

.first-close-button {
  text-align: right;
  background-color: #fff !important;
}

.first-close-button i {
  color: #1D4672;
  font-size: 2.875rem !important;
  font-weight: 500;
  line-height: 3.125rem;
}

.close-button-item button i {
  color: #13284B;
  font-size: 2.875rem;
  font-weight: 500;
  line-height: 3.125rem;
}

.is-submenu-parent-item {
  margin-top: 4rem;
}

.is-submenu-parent-item a {
  color: #1D4672 !important;
  font-family: "republic-web", sans-serif !important;
  font-size: 1.875rem !important;
  font-weight: 600 !important;
  line-height: 2.125rem !important;
  padding-bottom: 1.375rem !important;
  border-bottom: 0 !important;
  border-top: 0 !important;
  pointer-events: none;
}

.js-drilldown-back {
  border-top: 0;
}

.button-row-1 {
  margin-top: 2.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.button-row-1 .button-basic-container {
  width: 100%;
}

.button-row-1 .o-switcher {
  margin-right: 1.4375rem;
  width: 50%;
}

.button-row-1 .dropdown {
  width: 100%;
  text-align: left;
}

.button-row-2 {
  margin-top: 0.8125rem;
}

.button-row-2 .button-basic {
  width: 100%;
}

.mobile-nav-search {
  position: relative;
}

.mobile-nav-search .mobile-menu-search {
  border: 0.0625rem solid #6292C7;
  border-radius: 6.25rem;
  background-color: #FFFFFF;
  margin-top: 0.8125rem;
  height: 2.875rem;
  padding-left: 1.1875rem;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .mobile-nav-search .mobile-menu-search {
    padding-right: 2rem;
  }
}

.mobile-nav-search i {
  color: #13284B;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25rem;
  position: absolute;
  top: 1.6875rem;
  right: 1.6875rem;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .mobile-nav-search i {
    right: 2.6875rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .mobile-nav-search form {
    width: 100%;
  }
}

input[type="search"].mobile-menu-search::-webkit-input-placeholder {
  color: #222222;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 0.8125rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .menu-buttons .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.25rem;
  }
  .menu-buttons .columns .o-switcher {
    width: 20%;
    height: 2.875rem;
    margin: 0 1.1875rem 0 0;
    padding: 0.625rem 0.5625rem;
  }
  .menu-buttons .columns .button-basic-container {
    width: 20%;
    margin-right: 1.1875rem;
  }
  .menu-buttons .columns .tablet-contact {
    display: block;
    width: 29%;
  }
  .menu-buttons .columns .mobile-nav-search {
    width: 55%;
    margin-top: 0;
  }
  .menu-buttons .columns .mobile-nav-search input {
    margin-top: 0;
  }
  .menu-buttons .columns .mobile-nav-search i {
    top: 0.9375rem;
  }
}

.mobile-drop-down-container {
  position: relative;
}

.mobile-drop-down-container .button-basic.dropdown.hover:before {
  right: 0.875rem;
}

.mobile-drop-down-container ul {
  margin-top: 0;
  text-align: right;
}

.mobile-drop-down-container ul li {
  margin-bottom: 0;
}

.is-drilldown-submenu-item .close-button {
  z-index: 9999;
}

.mobile-navicon {
  display: block;
  padding-top: 0px;
}

.mobile-navicon .navicon:before {
  font-size: 45px;
}

/* -------------------
    MODAL - STYLES
----------------------*/
.reveal-overlay {
  background: #13284B;
}

.reveal {
  z-index: 10000;
}

.c-modal {
  outline: 0;
}

.c-modal--exit {
  color: white;
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 2.875rem;
  font-weight: 500;
}

.c-modal--search {
  background-color: #13284B;
}

.c-modal--search .close-button {
  right: 30px;
}

.c-modal--search .close-button span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #92CA64;
  font-size: 2.875rem;
  font-weight: 500;
}

.c-modal--search .close-button:hover span {
  color: white;
}

.c-modal--search .c-modal-content {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 60px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-modal--search .c-modal-content form {
  position: relative;
}

.c-modal--search .c-modal-content form input:focus {
  -webkit-box-shadow: 0 0 5px #92CA64;
  box-shadow: 0 0 5px #92CA64;
}

.c-modal--search .c-modal-content form button {
  position: absolute;
  top: -10px;
  right: 10px;
}

.c-modal--search .c-modal-content form button i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #F4F4F4;
}

.c-modal--search .c-modal-content form button:hover i {
  color: #92CA64;
}

.c-modal--authority-meetings-archive {
  background-color: #13284B;
  padding: 0;
}

.c-modal--authority-meetings-archive .close-button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-modal--authority-meetings-archive .close-button span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 2.875rem;
  font-weight: 500;
}

@media screen and (max-width: 39.99875em) {
  .c-modal--authority-meetings-archive .close-button {
    background-color: #13284B;
    display: block;
    position: relative;
    width: 100%;
    height: 70px;
    top: 0;
    right: 0;
    padding-right: 1.25rem;
    text-align: right;
  }
  .c-modal--authority-meetings-archive .close-button span {
    color: #fefefe;
  }
  .c-modal--authority-meetings-archive .close-button:hover {
    background-color: #92CA64;
  }
}

@media screen and (min-width: 40em) {
  .c-modal--authority-meetings-archive .close-button {
    right: 30px;
  }
  .c-modal--authority-meetings-archive .close-button span {
    color: #fefefe;
  }
  .c-modal--authority-meetings-archive .close-button:hover span {
    color: #92CA64;
  }
}

.c-modal--authority-meetings-archive .c-modal-content {
  background: #fefefe;
  padding-top: 1.6875rem;
  padding-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  .c-modal--authority-meetings-archive .c-modal-content {
    padding-top: 5.6875rem;
    padding-right: 0.875rem;
    padding-bottom: 5.615625rem;
    padding-left: 0.875rem;
    margin-top: 4.375rem;
  }
}

@media screen and (min-width: 64em) {
  .c-modal--authority-meetings-archive .c-modal-content {
    padding-top: 5.125rem;
    padding-right: 6.6875rem;
    padding-left: 6.6875rem;
    max-width: 64.875rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-modal--authority-meetings-archive .c-modal-content .c-modal-header {
  padding-bottom: 1.6875rem;
}

@media screen and (min-width: 40em) {
  .c-modal--authority-meetings-archive .c-modal-content .c-modal-header {
    padding-bottom: 0.615625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 64em) {
  .c-modal--authority-meetings-archive .c-modal-content .c-modal-header {
    padding-bottom: 1.178125rem;
  }
}

.c-modal--authority-meetings-archive .c-modal-content .c-modal-header .c-modal__title {
  font-family: "republic-web", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-align: center;
  color: #1D4672;
}

@media screen and (min-width: 40em) {
  .c-modal--authority-meetings-archive .c-modal-content .c-modal-header .c-modal__title {
    display: inline-block;
    vertical-align: top;
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}

.c-modal--authority-meetings-archive .c-modal-content .c-modal-header .c-modal__intro-link {
  font-family: "republic-web", sans-serif;
  font-size: 0.9375rem;
  line-height: 2.125rem;
  font-weight: 600;
  text-align: center;
  color: #43811D;
}

@media screen and (max-width: 39.99875em) {
  .c-modal--authority-meetings-archive .c-modal-content .c-modal-header .c-modal__intro-link {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 40em) {
  .c-modal--authority-meetings-archive .c-modal-content .c-modal-header .c-modal__intro-link {
    display: inline-block;
    vertical-align: top;
  }
}

.c-modal--authority-meetings-archive .c-modal-content .meeting-list .meeting-list-item {
  padding: 1rem 1rem 1.1875rem;
  background-color: #fefefe;
  border-bottom: 0.0625rem solid #B0C5DB;
}

.c-modal--authority-meetings-archive .c-modal-content .meeting-list .meeting-list-item:first-of-type {
  border-top: 0.0625rem solid #B0C5DB;
}

.c-modal--authority-meetings-archive .c-modal-content .meeting-list .meeting-list-item:nth-child(even) {
  background-color: #F4F4F4;
}

.c-modal--authority-meetings-archive .c-modal-content .meeting-list .meeting-list-item .row {
  margin-bottom: 1.25rem;
}

.c-modal--authority-meetings-archive .c-modal-content .meeting-list .meeting-list-item .row:last-of-type {
  margin-bottom: 0;
}

.c-modal--authority-meetings-archive .c-modal-content .meeting-list .meeting-list-item .meeting-list__heading {
  font-family: "republic-web", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 600;
  text-align: left;
  color: #13284B;
  margin-bottom: 0;
}

.c-modal--authority-meetings-archive .c-modal-content .meeting-list .meeting-list-item .meeting-list-content {
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  text-align: left;
  color: #3A3A3A;
}

.c-modal--authority-meetings-archive .c-modal-content .meeting-list .meeting-list-item .meeting-list-content a {
  font-family: "republic-web", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  font-weight: 600;
  text-align: left;
  color: #43811D;
}

.c-modal--authority-meetings-archive .c-modal-content table thead {
  background-color: #13284B;
}

.c-modal--authority-meetings-archive .c-modal-content table thead tr {
  border: 1px solid #13284B;
}

.c-modal--authority-meetings-archive .c-modal-content table thead tr th {
  font-family: "republic-web", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 600;
  text-align: left;
  color: #fefefe;
}

.c-modal--authority-meetings-archive .c-modal-content table tbody tr {
  background-color: #f1f1f1 !important;
  border: 1px solid #CECECE;
}

.c-modal--authority-meetings-archive .c-modal-content table tbody tr td {
  font-family: "gineso-extended", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  text-align: left;
  color: #222222;
}

@media screen and (min-width: 40em) {
  .c-modal--authority-meetings-archive .c-modal-content table tbody tr td {
    font-size: 1rem;
    line-height: 1.625rem;
    color: #3A3A3A;
  }
}

.c-modal--authority-meetings-archive .c-modal-content table tbody tr td:last-of-type {
  font-family: "republic-web", sans-serif;
  font-size: 0.9375rem;
  line-height: 2.125rem;
  font-weight: 600;
  text-align: left;
  color: #43811D;
}

.c-modal--authority-meetings-archive .c-modal-content table tbody tr td:last-of-type a {
  font-family: "republic-web", sans-serif;
  font-size: 0.9375rem;
  line-height: 2.125rem;
  font-weight: 600;
  text-align: left;
  color: #43811D;
}

.c-modal--authority-meetings-archive .c-modal-content .download-all-dates {
  margin-top: 2.1875rem;
}

@media screen and (min-width: 40em) {
  .c-modal--authority-meetings-archive .c-modal-content .download-all-dates {
    margin-top: 2.6875rem;
  }
}

.c-modal--authority-meetings-archive .c-modal-content .download-all-dates .download-all-dates__title {
  font-family: "republic-web", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-align: left;
  color: #13284B;
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 40em) {
  .c-modal--authority-meetings-archive .c-modal-content .download-all-dates .download-all-dates__title {
    line-height: 1.75rem;
  }
}

.c-modal--authority-meetings-archive .c-modal-content .download-all-dates .download-all-dates__text {
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: left;
  color: #2D2D2D;
}

@media screen and (min-width: 40em) {
  .c-modal--authority-meetings-archive .c-modal-content .download-all-dates .download-all-dates__text {
    line-height: 1.625rem;
  }
}

.c-modal--authority-meetings-archive .c-modal-content .download-all-dates .download-all-dates__link {
  font-family: "republic-web", sans-serif;
  font-size: 0.9375rem;
  line-height: 2.125rem;
  font-weight: 600;
  text-align: left;
  color: #43811D;
}

.c-meetings-modal__links {
  position: relative;
}

.c-meetings-modal__links:hover .date-circle__share-container {
  display: block;
  padding-top: 13px;
  z-index: 1;
}

.o-newsBox {
  text-align: center;
  background-color: #F4F4F4;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.09);
  padding: 2rem 1.4375rem 1.875rem;
  height: 100%;
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .o-newsBox {
    height: initial;
    margin-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-newsBox {
    margin-bottom: 1.9375rem;
    height: 100%;
  }
}

.o-newsBox h3 {
  color: #43811D;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.8125rem;
  line-height: 16px;
  margin-bottom: 1.3125rem;
  font-weight: 600;
  display: inline;
}

@media print, screen and (min-width: 40em) {
  .o-newsBox h3 {
    line-height: 2.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-newsBox h3 {
    margin-bottom: 0.6875rem;
  }
}

.o-newsBox h3:nth-child(n+2):before {
  content: "|";
  font-size: 0.75rem;
  padding-left: 0.1875rem;
  padding-right: 0.1875rem;
}

.o-newsBox h4 {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0.4375rem;
}

@media print, screen and (min-width: 64em) {
  .o-newsBox h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.o-newsBox p {
  color: #3B3B3B;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .o-newsBox p {
    line-height: 1.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-newsBox p {
    margin-bottom: 0.3125rem;
  }
}

@media screen and (min-width: 64em) {
  .o-newsBox h4 {
    padding-top: 10px;
  }
  .o-newsBox:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .o-newsBox:hover h4 {
    text-decoration: underline;
    -webkit-text-decoration-color: #92CA64;
    text-decoration-color: #92CA64;
  }
  .o-newsBox:hover .date-circle__news {
    background-color: #13284B;
  }
}

@media screen and (min-width: 64em) and (max-width: 39.99875em) {
  .o-newsBox:hover .date-circle__news {
    margin-bottom: 1.25rem;
  }
}

@media screen and (min-width: 64em) {
  .o-newsBox:hover .date-circle__news .learn-more {
    color: #fff;
  }
  .o-newsBox:hover .date-holder {
    margin-top: 0.5625rem !important;
  }
  .o-newsBox:hover .date-holder .flipside {
    margin-top: 2.1875rem;
    margin-left: -1.625rem;
  }
  .o-newsBox:hover .date-holder .heading {
    display: none;
  }
  .o-newsBox:hover .date-holder .day {
    display: none;
  }
  .o-newsBox:hover .date-holder .month {
    display: none;
  }
  .o-newsBox:hover .date-holder .year {
    display: none;
  }
  .o-newsBox:hover .date-holder .learn-more {
    display: inherit;
    display: initial;
    color: #fff;
    font-family: "republic-web", sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 2.125rem;
    text-align: center;
  }
  .o-newsBox:hover .date-holder .arrow {
    display: inherit;
    display: initial;
    text-align: center;
    margin-top: -0.875rem;
  }
  .o-newsBox:hover .date-holder .arrow i {
    color: #92CA64;
    font-family: Ionicons;
    font-size: 1.6875rem;
    font-weight: 500;
    line-height: 2rem;
    text-align: center;
  }
}

.o-newsBox:hover .o-circle-icon.alt {
  background-color: #13284B;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .homepage-appointments .hide-for-large {
    background-image: url("/assets/images/news-bg.png");
    background-position: 100% 130%;
    background-repeat: no-repeat;
    background-size: 61%;
  }
}

.homepage-news {
  background-color: #13284B;
  padding-top: 2rem;
}

@media print, screen and (min-width: 40em) {
  .homepage-news {
    background-image: url("/assets/images/news-bg.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 35%;
  }
}

.news-link {
  display: block;
  color: #fff;
  font-family: "republic-web", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 2.125rem;
  margin-top: 0.625rem;
  text-align: center;
}

.news-link i {
  color: #43811D;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 2rem;
  vertical-align: middle;
}

.news-details {
  border-bottom: 2px solid #B0C5DB;
}

.o-news-heading-with-link h3 {
  color: #fff;
  font-family: "republic-web", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.125rem;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .o-news-heading-with-link h3 {
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: left;
    margin-top: 2rem;
  }
}

.o-news-heading-with-link a {
  display: none;
}

@media print, screen and (min-width: 40em) {
  .o-news-heading-with-link a {
    display: inherit;
    display: initial;
    color: #fff;
    font-family: "republic-web", sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 2.125rem;
    float: right;
  }
}

@media print, screen and (min-width: 64em) {
  .o-news-heading-with-link a {
    display: block;
    margin-top: 2.5rem;
    text-align: right;
  }
}

.o-news-heading-with-link a i {
  color: #43811D;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 2rem;
  vertical-align: middle;
  padding-left: 0.625rem;
}

.o-news-with-image-card-holder .o-news-with-image-card {
  text-align: center;
  background-color: #F4F4F4;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.09);
  padding: 2rem 1.4375rem 1.875rem;
  height: 100%;
  width: 100%;
  margin-bottom: 1.25rem;
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  .o-news-with-image-card-holder .o-news-with-image-card {
    margin-bottom: 1.875rem;
    text-align: left;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .o-news-with-image-card-holder .o-news-with-image-card .large-10, .o-news-with-image-card-holder .o-news-with-image-card .large-7 {
    padding-left: 0px !important;
  }
}

@media print, screen and (min-width: 64em) {
  .o-news-with-image-card-holder .o-news-with-image-card {
    margin-bottom: 1.9375rem;
  }
}

.o-news-with-image-card-holder .o-news-with-image-card h3 {
  color: #43811D;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.8125rem;
  line-height: 2.125rem;
  margin-bottom: 1.3125rem;
  font-weight: 600;
  display: inline;
}

@media print, screen and (min-width: 40em) {
  .o-news-with-image-card-holder .o-news-with-image-card h3 {
    line-height: 2.125rem;
    text-align: left;
  }
}

.o-news-with-image-card-holder .o-news-with-image-card h3:nth-child(n+2):before {
  content: "|";
  font-size: 0.75rem;
  padding-left: 0.1875rem;
  padding-right: 0.1875rem;
}

.o-news-with-image-card-holder .o-news-with-image-card h4 {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 0.4375rem;
}

@media print, screen and (min-width: 40em) {
  .o-news-with-image-card-holder .o-news-with-image-card h4 {
    text-align: left;
  }
}

@media print, screen and (min-width: 64em) {
  .o-news-with-image-card-holder .o-news-with-image-card h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.o-news-with-image-card-holder .o-news-with-image-card h5 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  margin-top: 1rem;
}

@media print, screen and (min-width: 40em) {
  .o-news-with-image-card-holder .o-news-with-image-card h5 {
    text-align: left;
  }
}

.o-news-with-image-card-holder .o-news-with-image-card p {
  color: #2D2D2D;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
}

@media print, screen and (min-width: 40em) {
  .o-news-with-image-card-holder .o-news-with-image-card p {
    line-height: 1.625rem;
    text-align: left;
  }
}

.o-news-with-image-card-holder .o-news-with-image-card:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.o-news-with-image-card-holder ul {
  color: #13284B;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.625rem;
  list-style-type: none;
}

@media print, screen and (min-width: 40em) {
  .o-news-with-image-card-holder ul {
    text-align: left;
  }
}

.o-news-with-image-card-holder ul li i {
  color: #488A1F;
  font-family: Ionicons;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-right: 0.3125rem;
}

.o-news-with-image-card-holder img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: contain; object-position: center;";
  max-height: 250px;
}

@media screen and (min-width: 64em) {
  .o-news-with-image-card-holder:hover h4 {
    text-decoration: underline;
    -webkit-text-decoration-color: #92CA64;
    text-decoration-color: #92CA64;
  }
  .o-news-with-image-card-holder:hover .date-circle__news {
    background-color: #13284B;
  }
  .o-news-with-image-card-holder:hover .date-holder {
    margin-top: 0.5625rem !important;
  }
  .o-news-with-image-card-holder:hover .date-holder .flipside {
    margin-top: 2.1875rem;
    margin-left: -1.625rem;
  }
  .o-news-with-image-card-holder:hover .date-holder .heading {
    display: none;
  }
  .o-news-with-image-card-holder:hover .date-holder .day {
    display: none;
  }
  .o-news-with-image-card-holder:hover .date-holder .month {
    display: none;
  }
  .o-news-with-image-card-holder:hover .date-holder .year {
    display: none;
  }
  .o-news-with-image-card-holder:hover .date-holder .learn-more {
    display: inherit;
    color: #FFFFFF;
    font-family: "republic-web", sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 2.125rem;
    text-align: center;
  }
  .o-news-with-image-card-holder:hover .date-holder .arrow {
    display: inherit;
    text-align: center;
    margin-top: -0.875rem;
  }
  .o-news-with-image-card-holder:hover .date-holder .arrow i {
    color: #92CA64;
    font-family: Ionicons;
    font-size: 1.6875rem;
    font-weight: 500;
    line-height: 2rem;
    text-align: center;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .o-news-with-image-card.large-10, .o-news-with-image-card.large-7 {
    padding-left: 0px !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .o-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.o-pagination nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.o-pagination nav a.text-link {
  color: #2D2D2D;
  font-family: "$primary-extended", sans-serif;
  font-size: 1rem;
  margin-top: -12px;
  margin-right: 10px;
}

@media screen and (max-width: 39.99875em) {
  .o-pagination ul {
    width: 162px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.o-pagination ul li {
  display: inline-block !important;
  height: 2.5rem;
  width: 2.5rem;
  border: 0.0625rem solid #B0C5DB;
  border-radius: 1.4375rem;
  text-align: center;
  margin-right: 0.6875rem;
}

@media screen and (max-width: 39.99875em) {
  .o-pagination ul li {
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 40em) {
  .o-pagination ul li {
    height: 2.875rem;
    width: 2.875rem;
  }
}

.o-pagination ul li:hover {
  background-color: #133559;
}

.o-pagination ul li:hover a {
  background-color: transparent;
  color: #fff;
}

.o-pagination ul li.active {
  background-color: #133559;
}

.o-pagination ul li.active a {
  color: #fff;
}

.o-pagination ul li a {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.o-pagination ul li a:hover {
  background: none !important;
}

.publications-details-header {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.publications-details-header p {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  margin-top: 0.625rem;
  display: block;
}

.publications-details-header .back-link a {
  color: #43811D;
  font-family: "republic-web", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 2.125rem;
  margin-right: 1.25rem;
}

.publications-details-header .back-link a i {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2rem;
  vertical-align: middle;
}

@media screen and (min-width: 1025px) and (max-width: 1097px) {
  .publications-details-header .back-link a {
    font-size: 12px;
  }
}

@media screen and (max-width: 39.99875em) {
  .return-link {
    display: block;
  }
}

.o-procurment-card {
  text-align: center;
  background-color: #F4F4F4;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.09);
  padding: 2rem 1.4375rem 1.875rem;
  height: 100%;
  margin-bottom: 1.25rem;
  min-height: 12.5rem;
}

@media print, screen and (min-width: 40em) {
  .o-procurment-card {
    margin-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-procurment-card {
    margin-bottom: 1.9375rem;
    padding-left: 2.5rem;
  }
}

.o-procurment-card h3 {
  color: #43811D;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.8125rem;
  line-height: 2.125rem;
  margin-bottom: 1.3125rem;
}

@media print, screen and (min-width: 40em) {
  .o-procurment-card h3 {
    line-height: 2.125rem;
    text-align: left;
  }
}

.o-procurment-card h4 {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 0.4375rem;
}

@media print, screen and (min-width: 40em) {
  .o-procurment-card h4 {
    text-align: left;
    line-height: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-procurment-card h4 {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}

.o-procurment-card p {
  color: #3B3B3B;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
}

@media print, screen and (min-width: 40em) {
  .o-procurment-card p {
    line-height: 1.625rem;
    text-align: left;
  }
}

@media screen and (min-width: 64em) {
  .o-procurment-card:hover h4 {
    text-decoration: underline;
    -webkit-text-decoration-color: #92CA64;
    text-decoration-color: #92CA64;
  }
  .o-procurment-card:hover .date-circle__news {
    background-color: #13284B;
  }
  .o-procurment-card:hover .date-holder {
    margin-top: 0.5625rem !important;
  }
  .o-procurment-card:hover .date-holder .flipside {
    margin-top: 2.1875rem;
    margin-left: -1.625rem;
  }
  .o-procurment-card:hover .date-holder .heading {
    display: none;
  }
  .o-procurment-card:hover .date-holder .day {
    display: none;
  }
  .o-procurment-card:hover .date-holder .month {
    display: none;
  }
  .o-procurment-card:hover .date-holder .year {
    display: none;
  }
  .o-procurment-card:hover .date-holder .time {
    display: none;
  }
  .o-procurment-card:hover .date-holder .learn-more {
    display: inherit;
    display: initial;
    color: #FFFFFF;
    font-family: "republic-web", sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 2.125rem;
    text-align: center;
  }
  .o-procurment-card:hover .date-holder .arrow {
    display: inherit;
    display: initial;
    text-align: center;
    margin-top: -0.875rem;
  }
  .o-procurment-card:hover .date-holder .arrow i {
    color: #92CA64;
    font-family: Ionicons;
    font-size: 1.6875rem;
    font-weight: 500;
    line-height: 2rem;
    text-align: center;
  }
}

.o-procurment-card:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.procurment-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media print, screen and (min-width: 40em) {
  .procurment-details {
    padding-left: 4.4375rem;
  }
}

@media screen and (min-width: 64em) {
  .procurment-page-into {
    padding-bottom: 4.375rem !important;
  }
}

@media screen and (min-width: 64em) {
  .procurment-page-into .procurment-details {
    padding-left: 4.4375rem;
  }
}

@media screen and (min-width: 40em) {
  .publication-container a:last-child .o-publicationsBox {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .publication-container a:last-child .o-news-with-image-card-holder .o-news-with-image-card .large-10,
  .publication-container a:last-child .o-news-with-image-card-holder .o-news-with-image-card .large-7 {
    padding-left: 0 !important;
  }
}

@media screen and (min-width: 64em) {
  .publication-block-heading {
    margin-top: 2.5625rem;
  }
}

.o-publicationsBox {
  display: inline-block;
  text-align: center;
  background-color: #F4F4F4;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.09);
  padding: 2rem 1.4375rem 1.875rem;
  height: 100%;
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .o-publicationsBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: initial;
    margin-bottom: 1.875rem;
    padding-left: 0;
    padding-right: 0;
    min-height: 13.1875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-publicationsBox {
    margin-bottom: 1.9375rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.o-publicationsBox h3 {
  color: #427E1C;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  margin-bottom: 1.3125rem;
  display: inline;
  font-weight: 600;
}

@media print, screen and (min-width: 40em) {
  .o-publicationsBox h3 {
    line-height: 2.125rem;
  }
}

.o-publicationsBox h4 {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0.4375rem;
}

@media print, screen and (min-width: 64em) {
  .o-publicationsBox h4 {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}

.o-publicationsBox p {
  color: #3A3A3A;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
}

@media print, screen and (min-width: 40em) {
  .o-publicationsBox p {
    line-height: 1.625rem;
  }
}

.o-publicationsBox .o-publicationsBox-categories {
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .o-publicationsBox .o-publicationsBox-categories {
    text-align: left;
  }
}

.o-publicationsBox .o-publicationsBox-categories span {
  color: #43811D;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.8125rem;
  line-height: 2.125rem;
}

@media print, screen and (min-width: 40em) {
  .o-publicationsBox .o-publicationsBox-text h4 {
    text-align: left;
    line-height: 1.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-publicationsBox .o-publicationsBox-text h4 {
    line-height: 2.125rem;
  }
}

@media print, screen and (min-width: 40em) {
  .o-publicationsBox .o-publicationsBox-text p {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .o-publicationsBox .o-publicationsBox-text p {
    text-align: left;
  }
}

@media print, screen and (min-width: 40em) {
  .o-publicationsBox .o-publicationsBox-image {
    padding-left: 0;
    padding-right: 0;
  }
  .o-publicationsBox .o-publicationsBox-image img {
    float: right;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) and (max-width: 63.99875em) {
  .o-publicationsBox .o-publicationsBox-image img {
    width: 145px;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 64em) {
  .o-publicationsBox .o-publicationsBox-image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
  }
}

@media screen and (max-width: 39.99875em) {
  .o-publicationsBox .o-publicationsBox-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* flex-direction: row; */
  }
}

@media print, screen and (min-width: 40em) {
  .o-publicationsBox .o-publicationsBox-date {
    position: relative;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 64em) {
  .o-publicationsBox .o-publicationsBox-date .date-circle__news {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media print, screen and (min-width: 64em) {
  .o-publicationsBox .o-publicationsBox-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 39.99875em) {
  .o-publicationsBox .o-publicationsBox-date .o-circle-icon {
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .o-publicationsBox .o-publicationsBox-date img {
    max-width: 38px;
    max-height: 38px;
  }
}

.o-publicationsBox .o-publicationsBox-date:hover .o-circle-icon.alt {
  background-color: #13284B;
}

@media screen and (min-width: 64em) {
  .o-publicationsBox:hover h4 {
    text-decoration: underline;
    -webkit-text-decoration-color: #92CA64;
    text-decoration-color: #92CA64;
  }
  .o-publicationsBox:hover .date-circle__year {
    background-color: #13284B !important;
  }
  .o-publicationsBox:hover .date-circle__year .flipside {
    margin-top: 2.375rem;
    margin-left: -1.375rem;
  }
  .o-publicationsBox:hover .date-circle__year .date-circle-heading {
    display: none;
  }
  .o-publicationsBox:hover .date-circle__year .date-holder {
    margin-top: 0.5625rem !important;
  }
  .o-publicationsBox:hover .date-circle__year .date-holder .day {
    display: none;
  }
  .o-publicationsBox:hover .date-circle__year .date-holder .month {
    display: none;
  }
  .o-publicationsBox:hover .date-circle__year .date-holder .large-year {
    display: none;
  }
  .o-publicationsBox:hover .date-circle__year .date-holder .learn-more {
    display: inherit;
    display: initial;
    color: white !important;
    font-family: "republic-web", sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 2.125rem;
    text-align: center;
  }
  .o-publicationsBox:hover .date-circle__year .date-holder .arrow {
    display: inherit;
    display: initial;
    text-align: center;
    margin-top: -0.875rem;
  }
  .o-publicationsBox:hover .date-circle__year .date-holder .arrow i {
    color: #92CA64;
    font-family: Ionicons;
    font-size: 1.6875rem;
    font-weight: 500;
    line-height: 2rem;
    text-align: center;
  }
}

@media screen and (min-width: 64em) {
  .o-publicationsBox:hover h4 {
    text-decoration: underline;
    -webkit-text-decoration-color: #92CA64;
    text-decoration-color: #92CA64;
  }
  .o-publicationsBox:hover .date-circle__news {
    background-color: #13284B;
  }
  .o-publicationsBox:hover .date-holder {
    margin-top: 0.5625rem !important;
  }
  .o-publicationsBox:hover .date-holder .flipside {
    margin-top: 2.1875rem;
    margin-left: -1.625rem;
  }
  .o-publicationsBox:hover .date-holder .heading {
    display: none;
  }
  .o-publicationsBox:hover .date-holder .day {
    display: none;
  }
  .o-publicationsBox:hover .date-holder .month {
    display: none;
  }
  .o-publicationsBox:hover .date-holder .year {
    display: none;
  }
  .o-publicationsBox:hover .date-holder .time {
    display: none;
  }
  .o-publicationsBox:hover .date-holder .learn-more {
    display: inherit;
    display: initial;
    color: #FFFFFF;
    font-family: "republic-web", sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 2.125rem;
    text-align: center;
  }
  .o-publicationsBox:hover .date-holder .arrow {
    display: inherit;
    display: initial;
    text-align: center;
    margin-top: -0.875rem;
  }
  .o-publicationsBox:hover .date-holder .arrow i {
    color: #92CA64;
    font-family: Ionicons;
    font-size: 1.6875rem;
    font-weight: 500;
    line-height: 2rem;
    text-align: center;
  }
}

.o-publicationsBox h3:nth-child(n+2):before {
  content: "|";
  font-size: 0.75rem;
  padding-right: 0.1875rem;
}

.o-publicationsBox:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.o-publicationsBox:hover .o-circle-icon.alt {
  background-color: #13284B;
}

.homepage-news {
  background-color: #13284B;
  padding-top: 2rem;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .homepage-news {
    padding-top: 2.75rem;
    padding-bottom: 2.25rem;
  }
}

@media screen and (min-width: 64em) {
  .homepage-news {
    padding-top: 5.75rem;
    padding-bottom: 6.25rem;
  }
}

.news-link {
  display: block;
  color: #fff;
  font-family: "republic-web", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 2.125rem;
  margin-top: 0.625rem;
  text-align: center;
}

.news-link i {
  color: #43811D;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 2rem;
  vertical-align: middle;
}

@media print, screen and (min-width: 40em) {
  .o-quote {
    padding-left: 4.125rem;
    padding: 5.5rem 0 5.5rem 0;
  }
}

@media print, screen and (min-width: 64em) {
  .o-quote {
    width: 34.375rem;
    float: right;
  }
}

@media screen and (max-width: 39.99875em) {
  .o-quote img {
    height: 80px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .o-quote img {
    height: 80px;
  }
}

.o-quote p {
  color: #1D4672;
  font-family: "gineso-extended", sans-serif;
  font-size: 1.375rem;
  line-height: 2.25rem;
}

@media print, screen and (min-width: 40em) {
  .o-quote p {
    font-size: 2rem;
    line-height: 3rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-quote p {
    font-size: 2.3125rem;
  }
}

.homepage-vision {
  padding-top: 2.4375rem;
}

@media screen and (max-width: 39.99875em) {
  .homepage-vision {
    background-image: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .homepage-vision {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .homepage-vision {
    background-image: url("/assets/images/eye-bg-left.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 71% !important;
  }
}

.c-related-publications {
  margin-bottom: 1.8125rem;
  padding: 1.25rem;
  background-color: #F4F4F4;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 64em) {
  .c-related-publications:hover h3 {
    text-decoration: underline;
    -webkit-text-decoration-color: #92CA64;
    text-decoration-color: #92CA64;
  }
}

@media screen and (min-width: 40em) {
  .c-related-publications {
    padding: 2.5rem;
  }
}

.c-related-publications--container {
  padding: 0.625rem 0;
}

@media print, screen and (min-width: 40em) {
  .c-related-publications--container {
    padding-left: 2.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
}

.c-related-publications--title {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 2.125rem;
}

@media screen and (max-width: 39.99875em) {
  .c-related-publications--title {
    text-align: center;
  }
}

@media print, screen and (min-width: 40em) {
  .c-related-publications--title {
    font-size: 1.625rem;
  }
}

.c-related-publications--category {
  color: #43811D;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.8125rem;
  line-height: 2.125rem;
  font-weight: 600;
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .c-related-publications--category {
    line-height: 1rem;
  }
}

@media (max-width: 40rem) {
  .c-related-publications .o-circle-icon {
    margin: 0 auto;
  }
}

.c-related-publications:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-related-publications:hover .o-circle-icon.alt {
  background-color: #13284B;
}

.o-search-holder .o-search {
  text-align: center;
  background-color: #F8F8F8;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.09);
  padding: 1.875rem;
  height: 100%;
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .o-search-holder .o-search {
    text-align: left;
    height: initial;
    margin-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-search-holder .o-search {
    margin-bottom: 1.875rem;
  }
}

.o-search-holder .o-search h4 {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 2.125rem;
}

@media print, screen and (min-width: 40em) {
  .o-search-holder .o-search h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-search-holder .o-search h4 {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}

.o-search-holder .o-search h3 {
  color: #488A1F;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.2rem;
  margin-top: 0.625rem;
  margin-bottom: 0.75rem;
  display: block;
  font-weight: 600;
  word-wrap: break-word;
}

.o-search-holder .o-search p {
  color: #2D2D2D;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
}

@media print, screen and (min-width: 40em) {
  .o-search-holder .o-search p {
    line-height: 1.625rem;
    text-align: left;
  }
}

.o-search-holder .o-search:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 39.99875em) {
  .filter-align {
    margin-top: -10px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .search-result .o-heading h4 {
    font-size: 1.25rem;
  }
}

.o-search-no-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background-color: #F4F4F4;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.09);
  padding: 2rem 1.4375rem 1.875rem;
  height: 100%;
  margin-bottom: 1.25rem;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .o-search-no-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: initial;
    margin-bottom: 1.875rem;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
}

@media print, screen and (min-width: 64em) {
  .o-search-no-results {
    margin-bottom: 1.9375rem;
    padding: 2rem 1.4375rem 1.875rem;
  }
}

.o-search-no-results h4 {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0.4375rem;
}

@media print, screen and (min-width: 64em) {
  .o-search-no-results h4 {
    line-height: 2.125rem;
  }
}

.o-search-no-results p {
  color: #3B3B3B;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  text-align: left;
}

@media print, screen and (min-width: 40em) {
  .o-search-no-results p {
    line-height: 1.625rem;
    margin-bottom: 0;
  }
}

.o-search-no-results ul {
  text-align: left;
  list-style-type: none;
}

.o-search-no-results ul li {
  color: #3A3A3A;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 2rem;
}

.o-search-no-results ul li::before {
  content: "";
  line-height: 1em;
  width: 0.3em;
  height: 0.3em;
  background-color: #43811D;
  float: left;
  margin: 0.9em 0.25em 0;
  border-radius: 50%;
}

.o-search-no-results:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.no-results-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media print, screen and (min-width: 40em) {
  .no-results-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.o-share-button {
  color: #133559;
  font-family: "republic-web", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  font-weight: 600;
  width: 100%;
  text-align: center;
  height: 100%;
  border: 0.0625rem solid #92CA64;
  border-radius: 1.4375rem;
  padding: 0.625rem;
}

.o-share-button i {
  color: #133559;
  font-size: 1.6875rem;
  font-weight: 500;
  vertical-align: middle;
}

.o-share-button--reversed {
  border: 0.0625rem solid #B0C5DB;
  color: #43811D;
}

.o-share-button--reversed:hover {
  background: #F4F4F4;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.2);
  border: 0.0625rem solid #F4F4F4;
  text-decoration: underline;
  -webkit-text-decoration-color: #B0C5DB;
  text-decoration-color: #B0C5DB;
}

.o-share-button.center {
  margin: 0 auto;
}

.previous-meetings-details .o-share-button {
  width: 15.875rem;
}

.previous-meetings-details {
  border-bottom: 0.125rem solid #B0C5DB;
}

.gallery-search-results .o-share-button,
.news-load-more .o-share-button {
  padding: 0.625rem 0.9375rem;
}

@media screen and (max-width: 39.99875em) {
  .gallery-landing {
    text-align: center;
  }
}

.gallery-landing .o-share-button {
  width: 9.25rem;
  margin-top: 3.1875rem;
  margin-bottom: 6.25rem;
  padding: 0.625rem 0.9375rem;
}

@media screen and (max-width: 63.99875em) {
  .gallery-landing .o-share-button {
    margin: 0 auto;
    width: 9.25rem;
    margin-top: .6rem;
    margin-bottom: 1.25rem;
    padding: 0.625rem 0.9375rem;
  }
}

.news-load-more {
  text-align: center;
}

.c-sidebar {
  width: 100%;
  background-color: #F4F4F4;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.2);
}

.c-sidebar--list {
  padding: 0 0.625rem;
  list-style-type: none;
}

.c-sidebar--link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.c-sidebar--small {
  border: none;
  padding: 0;
}

@media screen and (max-width: 39.99875em) {
  .c-sidebar--small {
    -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.09);
    margin-bottom: 1.8125rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .c-sidebar--small {
    margin-bottom: 5.625rem;
  }
}

.c-sidebar--small ul {
  list-style: none;
  margin: 0;
}

.c-sidebar--small .c-sidebar--item {
  border: none;
  background-color: #F4F4F4;
}

.c-sidebar--small .c-sidebar--item:hover {
  background-color: #F4F4F4;
}

.c-sidebar--small .c-sidebar--item.accordion-title:after {
  content: '\F35F';
  color: #43811D;
  font-family: "ionicons";
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.25rem;
  position: absolute;
  right: 5%;
  top: 38%;
}

@media print, screen and (min-width: 40em) {
  .c-sidebar--small .c-sidebar--item.accordion-title:after {
    font-size: 1.625rem;
    right: 3%;
  }
}

.c-sidebar--small .is-active .c-sidebar--item.accordion-title:after {
  content: '\F365';
}

.c-sidebar--small .accordion-content {
  padding: 0;
  border-bottom: none;
}

.c-sidebar--small li a:before {
  content: '';
}

.c-sidebar--item {
  padding: 1.4375rem 1.125rem 1.4375rem 0.75rem;
  position: relative;
  color: #1D4672;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  font-family: "republic-web", sans-serif;
}

@media screen and (min-width: 64em) {
  .c-sidebar--item {
    line-height: 1.375rem;
    font-size: 0.9375rem;
  }
}

.c-sidebar--item:not(:last-child) {
  border-bottom: 0.0625rem solid #B0C5DB;
}

.c-sidebar--item:hover {
  color: #43811D;
}

.c-sidebar--item.active {
  color: #43811D;
  padding: 1.4375rem 1.125rem 1.4375rem 2.915rem;
}

.c-sidebar--item.active:before {
  content: '\F3D6';
  position: absolute;
  font-family: "ionicons";
  left: 0.3125rem;
  font-size: 1.6875rem;
  font-weight: 500;
  padding-left: 10px;
}

@media screen and (max-width: 39.99875em) {
  .c-sidebar--item.active:before {
    margin-top: -0.6875rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .c-sidebar--item.active:before {
    margin-top: -0.6875rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .c-sidebar--container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .faq .c-sidebar--small {
    margin-bottom: 1rem;
  }
}

.faq.c-block {
  padding: 0px;
}

.o-signup {
  border-radius: 1.25rem;
  background-color: #FFFFFF;
}

@media screen and (max-width: 39.99875em) {
  .o-signup {
    padding-top: 6px;
  }
}

@media print, screen and (min-width: 40em) {
  .o-signup {
    border-radius: 1.875rem;
    height: 3.41rem;
    padding-left: 1.25rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .o-signup {
    margin-left: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-signup {
    padding-left: 1.125rem;
  }
}

input[type="email"].o-signup::-webkit-input-placeholder {
  color: #3A3A3A;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.75rem;
  line-height: 1.625rem;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  input[type="email"].o-signup::-webkit-input-placeholder {
    font-size: 1rem;
    text-align: left;
  }
}

.homepage-updates {
  background-color: #92CA64;
  padding-bottom: 2.1875rem;
  text-align: center;
}

.c-site-footer {
  background-color: #d1552e;
}

#fixed-header {
  position: fixed;
  /* Make it stick/fixed */
  top: 0;
  /* Stay on top */
  width: 100%;
  /* Full width */
  background-color: #fff;
  z-index: 9999;
}

.site-logo {
  width: 100%;
  height: auto;
}

.o-header {
  border-top: 0.3125rem solid #92CA64;
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}

.o-header .header--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (min-width: 64em) {
  .o-header .header--buttons {
    min-height: 8.5625rem;
  }
}

.o-header .header--buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  float: right;
}

.o-header .header--buttons ul li {
  display: inline;
  margin-left: 1.1875rem;
}

.o-header .header--buttons ul li .home-header-drop-container {
  position: relative;
}

.o-header .header--buttons ul li .home-header-drop-container .button-dropdown {
  top: 1.125rem !important;
  left: -1.875rem !important;
}

.o-header .header--buttons ul li .home-header-drop-container .button-dropdown ul li {
  margin-bottom: 0 !important;
}

.o-header .header--buttons ul li .home-header-drop-container .button-dropdown .button-basic.dropdown.hover:before {
  right: 0.875rem;
}

.o-header .header--buttons ul li a .button-basic {
  line-height: 1;
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .o-header .header--buttons ul li a .button-basic {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#policingModalSearch {
  border: 0;
  z-index: 99999;
}

#policingModalSearch input {
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0.25rem solid #92CA64;
  color: #999999;
  font-family: "republic-web", sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 2.125rem;
}

#policingModalSearch input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#policingModalSearch i {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.25rem;
}

input[type="search"].modalSearch::-webkit-input-placeholder {
  color: #999999;
  font-family: "republic-web", sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 2.125rem;
}

.modalSearch:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header {
  border-top: 0.3125rem solid #92CA64;
}

.headroom {
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.speech-bubble-block .row:not(:first-child) {
  margin-top: 0.625rem;
}

.speech-bubble-block .o-articlecard--content ul {
  margin-left: 1.25rem;
}

.speech-bubble-block .o-articlecard--content ul li {
  color: #262626;
  font-size: 0.9375rem;
  line-height: 1.875rem;
  font-family: "gineso-extended", sans-serif;
}

.speech-bubble-block .o-articlecard--content p {
  color: #262626;
  font-size: 0.9375rem;
  line-height: 1.875rem;
  font-family: "gineso-extended", sans-serif;
  margin-bottom: 0.3125rem;
}

.speech-bubble-block .speech-bubble-read-more {
  font-family: "republic-web", sans-serif;
  font-weight: 600;
  position: relative;
  color: #43811D;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 2.125rem;
}

.speech-bubble-block .speech-bubble-read-more i {
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 2rem;
  vertical-align: middle;
}

.o-staff-card {
  background-color: #f4f4f4;
  padding: 1.875rem;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 40em) {
  .o-staff-card {
    margin-bottom: 1.875rem;
  }
}

@media screen and (min-width: 64em) {
  .o-staff-card {
    margin-bottom: 1.3125rem;
  }
}

.o-staff-card .staff-image-wrapper {
  text-align: center;
}

@media screen and (max-width: 39.99875em) {
  .o-staff-card .o-staff-image {
    margin-left: -0.3125rem;
  }
}

.o-staff-card .o-staff-image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  border-radius: 100%;
  height: 11.625em;
  width: 11.625em;
}

@media screen and (max-width: 39.99875em) {
  .o-staff-card .o-staff-image img {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .o-staff-card .o-staff-image img {
    margin-top: 1.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-staff-card .o-staff-image img {
    height: 14.625em;
    width: 14.625em;
  }
}

.o-staff-card h4 {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}

@media print, screen and (min-width: 40em) {
  .o-staff-card h4 {
    margin-bottom: 1.25rem;
    line-height: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-staff-card h4 {
    font-size: 1.625rem;
    line-height: 2.125rem;
    margin-bottom: 0.625rem;
  }
}

.o-staff-card p {
  color: #2D2D2D;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media print, screen and (min-width: 40em) {
  .o-staff-card p {
    line-height: 1.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-staff-card p {
    color: #3A3A3A;
  }
}

.o-staff-card a {
  color: #43811D;
  font-family: "republic-web", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 2.125rem;
}

.o-staff-card a i {
  color: #43811D;
  font-family: Ionicons;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 2rem;
  vertical-align: middle;
}

.o-staff-card:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-table thead {
  background-color: #13284B;
  display: block !important;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .c-table thead {
    display: block !important;
    width: 100%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .c-table thead tr {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
}

.c-table thead th {
  color: #FFFFFF;
  font-family: "republic-web", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  padding: 1.25rem;
  display: inline-block;
}

.c-table tbody {
  border: 0;
}

.c-table tbody tr {
  background-color: #fff;
  border-bottom: 0.0625rem solid #B0C5DB;
}

.c-table tbody tr td {
  color: #3A3A3A;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  padding: 1.25rem;
}

@media (max-width: 40rem) {
  .c-table tbody tr td {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    width: 100%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .c-table tbody tr td {
    display: table-cell !important;
    width: 100%;
  }
}

.c-table--download {
  font-family: "republic-web", sans-serif;
  font-weight: 600;
}

.c-table--download a {
  color: #43811D;
  font-family: "republic-web", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 2.125rem;
}

.c-table .ion, .c-table .ionicons,
.c-table .ion-alert:before,
.c-table .ion-alert-circled:before,
.c-table .ion-android-add:before,
.c-table .ion-android-add-circle:before,
.c-table .ion-android-alarm-clock:before,
.c-table .ion-android-alert:before,
.c-table .ion-android-apps:before,
.c-table .ion-android-archive:before,
.c-table .ion-android-arrow-back:before,
.c-table .ion-android-arrow-down:before,
.c-table .ion-android-arrow-dropdown:before,
.c-table .ion-android-arrow-dropdown-circle:before,
.c-table .ion-android-arrow-dropleft:before,
.c-table .ion-android-arrow-dropleft-circle:before,
.c-table .ion-android-arrow-dropright:before,
.c-table .ion-android-arrow-dropright-circle:before,
.c-table .ion-android-arrow-dropup:before,
.c-table .ion-android-arrow-dropup-circle:before,
.c-table .ion-android-arrow-forward:before,
.c-table .ion-android-arrow-up:before,
.c-table .ion-android-attach:before,
.c-table .ion-android-bar:before,
.c-table .ion-android-bicycle:before,
.c-table .ion-android-boat:before,
.c-table .ion-android-bookmark:before,
.c-table .ion-android-bulb:before,
.c-table .ion-android-bus:before,
.c-table .ion-android-calendar:before,
.c-table .ion-android-call:before,
.c-table .ion-android-camera:before,
.c-table .ion-android-cancel:before,
.c-table .ion-android-car:before,
.c-table .ion-android-cart:before,
.c-table .ion-android-chat:before,
.c-table .ion-android-checkbox:before,
.c-table .ion-android-checkbox-blank:before,
.c-table .ion-android-checkbox-outline:before,
.c-table .ion-android-checkbox-outline-blank:before,
.c-table .ion-android-checkmark-circle:before,
.c-table .ion-android-clipboard:before,
.c-table .ion-android-close:before,
.c-table .ion-android-cloud:before,
.c-table .ion-android-cloud-circle:before,
.c-table .ion-android-cloud-done:before,
.c-table .ion-android-cloud-outline:before,
.c-table .ion-android-color-palette:before,
.c-table .ion-android-compass:before,
.c-table .ion-android-contact:before,
.c-table .ion-android-contacts:before,
.c-table .ion-android-contract:before,
.c-table .ion-android-create:before,
.c-table .ion-android-delete:before,
.c-table .ion-android-desktop:before,
.c-table .ion-android-document:before,
.c-table .ion-android-done:before,
.c-table .ion-android-done-all:before,
.c-table .ion-android-download:before,
.c-table .ion-android-drafts:before,
.c-table .ion-android-exit:before,
.c-table .ion-android-expand:before,
.c-table .ion-android-favorite:before,
.c-table .ion-android-favorite-outline:before,
.c-table .ion-android-film:before,
.c-table .ion-android-folder:before,
.c-table .ion-android-folder-open:before,
.c-table .ion-android-funnel:before,
.c-table .ion-android-globe:before,
.c-table .ion-android-hand:before,
.c-table .ion-android-hangout:before,
.c-table .ion-android-happy:before,
.c-table .ion-android-home:before,
.c-table .ion-android-image:before,
.c-table .ion-android-laptop:before,
.c-table .ion-android-list:before,
.c-table .ion-android-locate:before,
.c-table .ion-android-lock:before,
.c-table .ion-android-mail:before,
.c-table .ion-android-map:before,
.c-table .ion-android-menu:before,
.c-table .ion-android-microphone:before,
.c-table .ion-android-microphone-off:before,
.c-table .ion-android-more-horizontal:before,
.c-table .ion-android-more-vertical:before,
.c-table .ion-android-navigate:before,
.c-table .ion-android-notifications:before,
.c-table .ion-android-notifications-none:before,
.c-table .ion-android-notifications-off:before,
.c-table .ion-android-open:before,
.c-table .ion-android-options:before,
.c-table .ion-android-people:before,
.c-table .ion-android-person:before,
.c-table .ion-android-person-add:before,
.c-table .ion-android-phone-landscape:before,
.c-table .ion-android-phone-portrait:before,
.c-table .ion-android-pin:before,
.c-table .ion-android-plane:before,
.c-table .ion-android-playstore:before,
.c-table .ion-android-print:before,
.c-table .ion-android-radio-button-off:before,
.c-table .ion-android-radio-button-on:before,
.c-table .ion-android-refresh:before,
.c-table .ion-android-remove:before,
.c-table .ion-android-remove-circle:before,
.c-table .ion-android-restaurant:before,
.c-table .ion-android-sad:before,
.c-table .ion-android-search:before,
.c-table .ion-android-send:before,
.c-table .ion-android-settings:before,
.c-table .ion-android-share:before,
.c-table .ion-android-share-alt:before,
.c-table .ion-android-star:before,
.c-table .ion-android-star-half:before,
.c-table .ion-android-star-outline:before,
.c-table .ion-android-stopwatch:before,
.c-table .ion-android-subway:before,
.c-table .ion-android-sunny:before,
.c-table .ion-android-sync:before,
.c-table .ion-android-textsms:before,
.c-table .ion-android-time:before,
.c-table .ion-android-train:before,
.c-table .ion-android-unlock:before,
.c-table .ion-android-upload:before,
.c-table .ion-android-volume-down:before,
.c-table .ion-android-volume-mute:before,
.c-table .ion-android-volume-off:before,
.c-table .ion-android-volume-up:before,
.c-table .ion-android-walk:before,
.c-table .ion-android-warning:before,
.c-table .ion-android-watch:before,
.c-table .ion-android-wifi:before,
.c-table .ion-aperture:before,
.c-table .ion-archive:before,
.c-table .ion-arrow-down-a:before,
.c-table .ion-arrow-down-b:before,
.c-table .ion-arrow-down-c:before,
.c-table .ion-arrow-expand:before,
.c-table .ion-arrow-graph-down-left:before,
.c-table .ion-arrow-graph-down-right:before,
.c-table .ion-arrow-graph-up-left:before,
.c-table .ion-arrow-graph-up-right:before,
.c-table .ion-arrow-left-a:before,
.c-table .ion-arrow-left-b:before,
.c-table .ion-arrow-left-c:before,
.c-table .ion-arrow-move:before,
.c-table .ion-arrow-resize:before,
.c-table .ion-arrow-return-left:before,
.c-table .ion-arrow-return-right:before,
.c-table .ion-arrow-right-a:before,
.c-table .ion-arrow-right-b:before,
.c-table .ion-arrow-right-c:before,
.c-table .ion-arrow-shrink:before,
.c-table .ion-arrow-swap:before,
.c-table .ion-arrow-up-a:before,
.c-table .ion-arrow-up-b:before,
.c-table .ion-arrow-up-c:before,
.c-table .ion-asterisk:before,
.c-table .ion-at:before,
.c-table .ion-backspace:before,
.c-table .ion-backspace-outline:before,
.c-table .ion-bag:before,
.c-table .ion-battery-charging:before,
.c-table .ion-battery-empty:before,
.c-table .ion-battery-full:before,
.c-table .ion-battery-half:before,
.c-table .ion-battery-low:before,
.c-table .ion-beaker:before,
.c-table .ion-beer:before,
.c-table .ion-bluetooth:before,
.c-table .ion-bonfire:before,
.c-table .ion-bookmark:before,
.c-table .ion-bowtie:before,
.c-table .ion-briefcase:before,
.c-table .ion-bug:before,
.c-table .ion-calculator:before,
.c-table .ion-calendar:before,
.c-table .ion-camera:before,
.c-table .ion-card:before,
.c-table .ion-cash:before,
.c-table .ion-chatbox:before,
.c-table .ion-chatbox-working:before,
.c-table .ion-chatboxes:before,
.c-table .ion-chatbubble:before,
.c-table .ion-chatbubble-working:before,
.c-table .ion-chatbubbles:before,
.c-table .ion-checkmark:before,
.c-table .ion-checkmark-circled:before,
.c-table .ion-checkmark-round:before,
.c-table .ion-chevron-down:before,
.c-table .ion-chevron-left:before,
.c-table .ion-chevron-right:before,
.c-table .ion-chevron-up:before,
.c-table .ion-clipboard:before,
.c-table .ion-clock:before,
.c-table .ion-close:before,
.c-table .ion-close-circled:before,
.c-table .ion-close-round:before,
.c-table .ion-closed-captioning:before,
.c-table .ion-cloud:before,
.c-table .ion-code:before,
.c-table .ion-code-download:before,
.c-table .ion-code-working:before,
.c-table .ion-coffee:before,
.c-table .ion-compass:before,
.c-table .ion-compose:before,
.c-table .ion-connection-bars:before,
.c-table .ion-contrast:before,
.c-table .ion-crop:before,
.c-table .ion-cube:before,
.c-table .ion-disc:before,
.c-table .ion-document:before,
.c-table .ion-document-text:before,
.c-table .ion-drag:before,
.c-table .ion-earth:before,
.c-table .ion-easel:before,
.c-table .ion-edit:before,
.c-table .ion-egg:before,
.c-table .ion-eject:before,
.c-table .ion-email:before,
.c-table .ion-email-unread:before,
.c-table .ion-erlenmeyer-flask:before,
.c-table .ion-erlenmeyer-flask-bubbles:before,
.c-table .ion-eye:before,
.c-table .ion-eye-disabled:before,
.c-table .ion-female:before,
.c-table .ion-filing:before,
.c-table .ion-film-marker:before,
.c-table .ion-fireball:before,
.c-table .ion-flag:before,
.c-table .ion-flame:before,
.c-table .ion-flash:before,
.c-table .ion-flash-off:before,
.c-table .ion-folder:before,
.c-table .ion-fork:before,
.c-table .ion-fork-repo:before,
.c-table .ion-forward:before,
.c-table .ion-funnel:before,
.c-table .ion-gear-a:before,
.c-table .ion-gear-b:before,
.c-table .ion-grid:before,
.c-table .ion-hammer:before,
.c-table .ion-happy:before,
.c-table .ion-happy-outline:before,
.c-table .ion-headphone:before,
.c-table .ion-heart:before,
.c-table .ion-heart-broken:before,
.c-table .ion-help:before,
.c-table .ion-help-buoy:before,
.c-table .ion-help-circled:before,
.c-table .ion-home:before,
.c-table .ion-icecream:before,
.c-table .ion-image:before,
.c-table .ion-images:before,
.c-table .ion-information:before,
.c-table .ion-information-circled:before,
.c-table .ion-ionic:before,
.c-table .ion-ios-alarm:before,
.c-table .ion-ios-alarm-outline:before,
.c-table .ion-ios-albums:before,
.c-table .ion-ios-albums-outline:before,
.c-table .ion-ios-americanfootball:before,
.c-table .ion-ios-americanfootball-outline:before,
.c-table .ion-ios-analytics:before,
.c-table .ion-ios-analytics-outline:before,
.c-table .ion-ios-arrow-back:before,
.c-table .ion-ios-arrow-down:before,
.c-table .ion-ios-arrow-forward:before,
.c-table .ion-ios-arrow-left:before,
.c-table .ion-ios-arrow-right:before,
.c-table .ion-ios-arrow-thin-down:before,
.c-table .ion-ios-arrow-thin-left:before,
.c-table .ion-ios-arrow-thin-right:before,
.c-table .ion-ios-arrow-thin-up:before,
.c-table .ion-ios-arrow-up:before,
.c-table .ion-ios-at:before,
.c-table .ion-ios-at-outline:before,
.c-table .ion-ios-barcode:before,
.c-table .ion-ios-barcode-outline:before,
.c-table .ion-ios-baseball:before,
.c-table .ion-ios-baseball-outline:before,
.c-table .ion-ios-basketball:before,
.c-table .ion-ios-basketball-outline:before,
.c-table .ion-ios-bell:before,
.c-table .ion-ios-bell-outline:before,
.c-table .ion-ios-body:before,
.c-table .ion-ios-body-outline:before,
.c-table .ion-ios-bolt:before,
.c-table .ion-ios-bolt-outline:before,
.c-table .ion-ios-book:before,
.c-table .ion-ios-book-outline:before,
.c-table .ion-ios-bookmarks:before,
.c-table .ion-ios-bookmarks-outline:before,
.c-table .ion-ios-box:before,
.c-table .ion-ios-box-outline:before,
.c-table .ion-ios-briefcase:before,
.c-table .ion-ios-briefcase-outline:before,
.c-table .ion-ios-browsers:before,
.c-table .ion-ios-browsers-outline:before,
.c-table .ion-ios-calculator:before,
.c-table .ion-ios-calculator-outline:before,
.c-table .ion-ios-calendar:before,
.c-table .ion-ios-calendar-outline:before,
.c-table .ion-ios-camera:before,
.c-table .ion-ios-camera-outline:before,
.c-table .ion-ios-cart:before,
.c-table .ion-ios-cart-outline:before,
.c-table .ion-ios-chatboxes:before,
.c-table .ion-ios-chatboxes-outline:before,
.c-table .ion-ios-chatbubble:before,
.c-table .ion-ios-chatbubble-outline:before,
.c-table .ion-ios-checkmark:before,
.c-table .ion-ios-checkmark-empty:before,
.c-table .ion-ios-checkmark-outline:before,
.c-table .ion-ios-circle-filled:before,
.c-table .ion-ios-circle-outline:before,
.c-table .ion-ios-clock:before,
.c-table .ion-ios-clock-outline:before,
.c-table .ion-ios-close:before,
.c-table .ion-ios-close-empty:before,
.c-table .ion-ios-close-outline:before,
.c-table .ion-ios-cloud:before,
.c-table .ion-ios-cloud-download:before,
.c-table .ion-ios-cloud-download-outline:before,
.c-table .ion-ios-cloud-outline:before,
.c-table .ion-ios-cloud-upload:before,
.c-table .ion-ios-cloud-upload-outline:before,
.c-table .ion-ios-cloudy:before,
.c-table .ion-ios-cloudy-night:before,
.c-table .ion-ios-cloudy-night-outline:before,
.c-table .ion-ios-cloudy-outline:before,
.c-table .ion-ios-cog:before,
.c-table .ion-ios-cog-outline:before,
.c-table .ion-ios-color-filter:before,
.c-table .ion-ios-color-filter-outline:before,
.c-table .ion-ios-color-wand:before,
.c-table .ion-ios-color-wand-outline:before,
.c-table .ion-ios-compose:before,
.c-table .ion-ios-compose-outline:before,
.c-table .ion-ios-contact:before,
.c-table .ion-ios-contact-outline:before,
.c-table .ion-ios-copy:before,
.c-table .ion-ios-copy-outline:before,
.c-table .ion-ios-crop:before,
.c-table .ion-ios-crop-strong:before,
.c-table .ion-ios-download:before,
.c-table .ion-ios-download-outline:before,
.c-table .ion-ios-drag:before,
.c-table .ion-ios-email:before,
.c-table .ion-ios-email-outline:before,
.c-table .ion-ios-eye:before,
.c-table .ion-ios-eye-outline:before,
.c-table .ion-ios-fastforward:before,
.c-table .ion-ios-fastforward-outline:before,
.c-table .ion-ios-filing:before,
.c-table .ion-ios-filing-outline:before,
.c-table .ion-ios-film:before,
.c-table .ion-ios-film-outline:before,
.c-table .ion-ios-flag:before,
.c-table .ion-ios-flag-outline:before,
.c-table .ion-ios-flame:before,
.c-table .ion-ios-flame-outline:before,
.c-table .ion-ios-flask:before,
.c-table .ion-ios-flask-outline:before,
.c-table .ion-ios-flower:before,
.c-table .ion-ios-flower-outline:before,
.c-table .ion-ios-folder:before,
.c-table .ion-ios-folder-outline:before,
.c-table .ion-ios-football:before,
.c-table .ion-ios-football-outline:before,
.c-table .ion-ios-game-controller-a:before,
.c-table .ion-ios-game-controller-a-outline:before,
.c-table .ion-ios-game-controller-b:before,
.c-table .ion-ios-game-controller-b-outline:before,
.c-table .ion-ios-gear:before,
.c-table .ion-ios-gear-outline:before,
.c-table .ion-ios-glasses:before,
.c-table .ion-ios-glasses-outline:before,
.c-table .ion-ios-grid-view:before,
.c-table .ion-ios-grid-view-outline:before,
.c-table .ion-ios-heart:before,
.c-table .ion-ios-heart-outline:before,
.c-table .ion-ios-help:before,
.c-table .ion-ios-help-empty:before,
.c-table .ion-ios-help-outline:before,
.c-table .ion-ios-home:before,
.c-table .ion-ios-home-outline:before,
.c-table .ion-ios-infinite:before,
.c-table .ion-ios-infinite-outline:before,
.c-table .ion-ios-information:before,
.c-table .ion-ios-information-empty:before,
.c-table .ion-ios-information-outline:before,
.c-table .ion-ios-ionic-outline:before,
.c-table .ion-ios-keypad:before,
.c-table .ion-ios-keypad-outline:before,
.c-table .ion-ios-lightbulb:before,
.c-table .ion-ios-lightbulb-outline:before,
.c-table .ion-ios-list:before,
.c-table .ion-ios-list-outline:before,
.c-table .ion-ios-location:before,
.c-table .ion-ios-location-outline:before,
.c-table .ion-ios-locked:before,
.c-table .ion-ios-locked-outline:before,
.c-table .ion-ios-loop:before,
.c-table .ion-ios-loop-strong:before,
.c-table .ion-ios-medical:before,
.c-table .ion-ios-medical-outline:before,
.c-table .ion-ios-medkit:before,
.c-table .ion-ios-medkit-outline:before,
.c-table .ion-ios-mic:before,
.c-table .ion-ios-mic-off:before,
.c-table .ion-ios-mic-outline:before,
.c-table .ion-ios-minus:before,
.c-table .ion-ios-minus-empty:before,
.c-table .ion-ios-minus-outline:before,
.c-table .ion-ios-monitor:before,
.c-table .ion-ios-monitor-outline:before,
.c-table .ion-ios-moon:before,
.c-table .ion-ios-moon-outline:before,
.c-table .ion-ios-more:before,
.c-table .ion-ios-more-outline:before,
.c-table .ion-ios-musical-note:before,
.c-table .ion-ios-musical-notes:before,
.c-table .ion-ios-navigate:before,
.c-table .ion-ios-navigate-outline:before,
.c-table .ion-ios-nutrition:before,
.c-table .ion-ios-nutrition-outline:before,
.c-table .ion-ios-paper:before,
.c-table .ion-ios-paper-outline:before,
.c-table .ion-ios-paperplane:before,
.c-table .ion-ios-paperplane-outline:before,
.c-table .ion-ios-partlysunny:before,
.c-table .ion-ios-partlysunny-outline:before,
.c-table .ion-ios-pause:before,
.c-table .ion-ios-pause-outline:before,
.c-table .ion-ios-paw:before,
.c-table .ion-ios-paw-outline:before,
.c-table .ion-ios-people:before,
.c-table .ion-ios-people-outline:before,
.c-table .ion-ios-person:before,
.c-table .ion-ios-person-outline:before,
.c-table .ion-ios-personadd:before,
.c-table .ion-ios-personadd-outline:before,
.c-table .ion-ios-photos:before,
.c-table .ion-ios-photos-outline:before,
.c-table .ion-ios-pie:before,
.c-table .ion-ios-pie-outline:before,
.c-table .ion-ios-pint:before,
.c-table .ion-ios-pint-outline:before,
.c-table .ion-ios-play:before,
.c-table .ion-ios-play-outline:before,
.c-table .ion-ios-plus:before,
.c-table .ion-ios-plus-empty:before,
.c-table .ion-ios-plus-outline:before,
.c-table .ion-ios-pricetag:before,
.c-table .ion-ios-pricetag-outline:before,
.c-table .ion-ios-pricetags:before,
.c-table .ion-ios-pricetags-outline:before,
.c-table .ion-ios-printer:before,
.c-table .ion-ios-printer-outline:before,
.c-table .ion-ios-pulse:before,
.c-table .ion-ios-pulse-strong:before,
.c-table .ion-ios-rainy:before,
.c-table .ion-ios-rainy-outline:before,
.c-table .ion-ios-recording:before,
.c-table .ion-ios-recording-outline:before,
.c-table .ion-ios-redo:before,
.c-table .ion-ios-redo-outline:before,
.c-table .ion-ios-refresh:before,
.c-table .ion-ios-refresh-empty:before,
.c-table .ion-ios-refresh-outline:before,
.c-table .ion-ios-reload:before,
.c-table .ion-ios-reverse-camera:before,
.c-table .ion-ios-reverse-camera-outline:before,
.c-table .ion-ios-rewind:before,
.c-table .ion-ios-rewind-outline:before,
.c-table .ion-ios-rose:before,
.c-table .ion-ios-rose-outline:before,
.c-table .ion-ios-search:before,
.c-table .ion-ios-search-strong:before,
.c-table .ion-ios-settings:before,
.c-table .ion-ios-settings-strong:before,
.c-table .ion-ios-shuffle:before,
.c-table .ion-ios-shuffle-strong:before,
.c-table .ion-ios-skipbackward:before,
.c-table .ion-ios-skipbackward-outline:before,
.c-table .ion-ios-skipforward:before,
.c-table .ion-ios-skipforward-outline:before,
.c-table .ion-ios-snowy:before,
.c-table .ion-ios-speedometer:before,
.c-table .ion-ios-speedometer-outline:before,
.c-table .ion-ios-star:before,
.c-table .ion-ios-star-half:before,
.c-table .ion-ios-star-outline:before,
.c-table .ion-ios-stopwatch:before,
.c-table .ion-ios-stopwatch-outline:before,
.c-table .ion-ios-sunny:before,
.c-table .ion-ios-sunny-outline:before,
.c-table .ion-ios-telephone:before,
.c-table .ion-ios-telephone-outline:before,
.c-table .ion-ios-tennisball:before,
.c-table .ion-ios-tennisball-outline:before,
.c-table .ion-ios-thunderstorm:before,
.c-table .ion-ios-thunderstorm-outline:before,
.c-table .ion-ios-time:before,
.c-table .ion-ios-time-outline:before,
.c-table .ion-ios-timer:before,
.c-table .ion-ios-timer-outline:before,
.c-table .ion-ios-toggle:before,
.c-table .ion-ios-toggle-outline:before,
.c-table .ion-ios-trash:before,
.c-table .ion-ios-trash-outline:before,
.c-table .ion-ios-undo:before,
.c-table .ion-ios-undo-outline:before,
.c-table .ion-ios-unlocked:before,
.c-table .ion-ios-unlocked-outline:before,
.c-table .ion-ios-upload:before,
.c-table .ion-ios-upload-outline:before,
.c-table .ion-ios-videocam:before,
.c-table .ion-ios-videocam-outline:before,
.c-table .ion-ios-volume-high:before,
.c-table .ion-ios-volume-low:before,
.c-table .ion-ios-wineglass:before,
.c-table .ion-ios-wineglass-outline:before,
.c-table .ion-ios-world:before,
.c-table .ion-ios-world-outline:before,
.c-table .ion-ipad:before,
.c-table .ion-iphone:before,
.c-table .ion-ipod:before,
.c-table .ion-jet:before,
.c-table .ion-key:before,
.c-table .ion-knife:before,
.c-table .ion-laptop:before,
.c-table .ion-leaf:before,
.c-table .ion-levels:before,
.c-table .ion-lightbulb:before,
.c-table .ion-link:before,
.c-table .ion-load-a:before,
.c-table .ion-load-b:before,
.c-table .ion-load-c:before,
.c-table .ion-load-d:before,
.c-table .ion-location:before,
.c-table .ion-lock-combination:before,
.c-table .ion-locked:before,
.c-table .ion-log-in:before,
.c-table .ion-log-out:before,
.c-table .ion-loop:before,
.c-table .ion-magnet:before,
.c-table .ion-male:before,
.c-table .ion-man:before,
.c-table .ion-map:before,
.c-table .ion-medkit:before,
.c-table .ion-merge:before,
.c-table .ion-mic-a:before,
.c-table .ion-mic-b:before,
.c-table .ion-mic-c:before,
.c-table .ion-minus:before,
.c-table .ion-minus-circled:before,
.c-table .ion-minus-round:before,
.c-table .ion-model-s:before,
.c-table .ion-monitor:before,
.c-table .ion-more:before,
.c-table .ion-mouse:before,
.c-table .ion-music-note:before,
.c-table .ion-navicon:before,
.c-table .ion-navicon-round:before,
.c-table .ion-navigate:before,
.c-table .ion-network:before,
.c-table .ion-no-smoking:before,
.c-table .ion-nuclear:before,
.c-table .ion-outlet:before,
.c-table .ion-paintbrush:before,
.c-table .ion-paintbucket:before,
.c-table .ion-paper-airplane:before,
.c-table .ion-paperclip:before,
.c-table .ion-pause:before,
.c-table .ion-person:before,
.c-table .ion-person-add:before,
.c-table .ion-person-stalker:before,
.c-table .ion-pie-graph:before,
.c-table .ion-pin:before,
.c-table .ion-pinpoint:before,
.c-table .ion-pizza:before,
.c-table .ion-plane:before,
.c-table .ion-planet:before,
.c-table .ion-play:before,
.c-table .ion-playstation:before,
.c-table .ion-plus:before,
.c-table .ion-plus-circled:before,
.c-table .ion-plus-round:before,
.c-table .ion-podium:before,
.c-table .ion-pound:before,
.c-table .ion-power:before,
.c-table .ion-pricetag:before,
.c-table .ion-pricetags:before,
.c-table .ion-printer:before,
.c-table .ion-pull-request:before,
.c-table .ion-qr-scanner:before,
.c-table .ion-quote:before,
.c-table .ion-radio-waves:before,
.c-table .ion-record:before,
.c-table .ion-refresh:before,
.c-table .ion-reply:before,
.c-table .ion-reply-all:before,
.c-table .ion-ribbon-a:before,
.c-table .ion-ribbon-b:before,
.c-table .ion-sad:before,
.c-table .ion-sad-outline:before,
.c-table .ion-scissors:before,
.c-table .ion-search:before,
.c-table .ion-settings:before,
.c-table .ion-share:before,
.c-table .ion-shuffle:before,
.c-table .ion-skip-backward:before,
.c-table .ion-skip-forward:before,
.c-table .ion-social-android:before,
.c-table .ion-social-android-outline:before,
.c-table .ion-social-angular:before,
.c-table .ion-social-angular-outline:before,
.c-table .ion-social-apple:before,
.c-table .ion-social-apple-outline:before,
.c-table .ion-social-bitcoin:before,
.c-table .ion-social-bitcoin-outline:before,
.c-table .ion-social-buffer:before,
.c-table .ion-social-buffer-outline:before,
.c-table .ion-social-chrome:before,
.c-table .ion-social-chrome-outline:before,
.c-table .ion-social-codepen:before,
.c-table .ion-social-codepen-outline:before,
.c-table .ion-social-css3:before,
.c-table .ion-social-css3-outline:before,
.c-table .ion-social-designernews:before,
.c-table .ion-social-designernews-outline:before,
.c-table .ion-social-dribbble:before,
.c-table .ion-social-dribbble-outline:before,
.c-table .ion-social-dropbox:before,
.c-table .ion-social-dropbox-outline:before,
.c-table .ion-social-euro:before,
.c-table .ion-social-euro-outline:before,
.c-table .ion-social-facebook:before,
.c-table .ion-social-facebook-outline:before,
.c-table .ion-social-foursquare:before,
.c-table .ion-social-foursquare-outline:before,
.c-table .ion-social-freebsd-devil:before,
.c-table .ion-social-github:before,
.c-table .ion-social-github-outline:before,
.c-table .ion-social-google:before,
.c-table .ion-social-google-outline:before,
.c-table .ion-social-googleplus:before,
.c-table .ion-social-googleplus-outline:before,
.c-table .ion-social-hackernews:before,
.c-table .ion-social-hackernews-outline:before,
.c-table .ion-social-html5:before,
.c-table .ion-social-html5-outline:before,
.c-table .ion-social-instagram:before,
.c-table .ion-social-instagram-outline:before,
.c-table .ion-social-javascript:before,
.c-table .ion-social-javascript-outline:before,
.c-table .ion-social-linkedin:before,
.c-table .ion-social-linkedin-outline:before,
.c-table .ion-social-markdown:before,
.c-table .ion-social-nodejs:before,
.c-table .ion-social-octocat:before,
.c-table .ion-social-pinterest:before,
.c-table .ion-social-pinterest-outline:before,
.c-table .ion-social-python:before,
.c-table .ion-social-reddit:before,
.c-table .ion-social-reddit-outline:before,
.c-table .ion-social-rss:before,
.c-table .ion-social-rss-outline:before,
.c-table .ion-social-sass:before,
.c-table .ion-social-skype:before,
.c-table .ion-social-skype-outline:before,
.c-table .ion-social-snapchat:before,
.c-table .ion-social-snapchat-outline:before,
.c-table .ion-social-tumblr:before,
.c-table .ion-social-tumblr-outline:before,
.c-table .ion-social-tux:before,
.c-table .ion-social-twitch:before,
.c-table .ion-social-twitch-outline:before,
.c-table .ion-social-twitter:before,
.c-table .ion-social-twitter-outline:before,
.c-table .ion-social-usd:before,
.c-table .ion-social-usd-outline:before,
.c-table .ion-social-vimeo:before,
.c-table .ion-social-vimeo-outline:before,
.c-table .ion-social-whatsapp:before,
.c-table .ion-social-whatsapp-outline:before,
.c-table .ion-social-windows:before,
.c-table .ion-social-windows-outline:before,
.c-table .ion-social-wordpress:before,
.c-table .ion-social-wordpress-outline:before,
.c-table .ion-social-yahoo:before,
.c-table .ion-social-yahoo-outline:before,
.c-table .ion-social-yen:before,
.c-table .ion-social-yen-outline:before,
.c-table .ion-social-youtube:before,
.c-table .ion-social-youtube-outline:before,
.c-table .ion-soup-can:before,
.c-table .ion-soup-can-outline:before,
.c-table .ion-speakerphone:before,
.c-table .ion-speedometer:before,
.c-table .ion-spoon:before,
.c-table .ion-star:before,
.c-table .ion-stats-bars:before,
.c-table .ion-steam:before,
.c-table .ion-stop:before,
.c-table .ion-thermometer:before,
.c-table .ion-thumbsdown:before,
.c-table .ion-thumbsup:before,
.c-table .ion-toggle:before,
.c-table .ion-toggle-filled:before,
.c-table .ion-transgender:before,
.c-table .ion-trash-a:before,
.c-table .ion-trash-b:before,
.c-table .ion-trophy:before,
.c-table .ion-tshirt:before,
.c-table .ion-tshirt-outline:before,
.c-table .ion-umbrella:before,
.c-table .ion-university:before,
.c-table .ion-unlocked:before,
.c-table .ion-upload:before,
.c-table .ion-usb:before,
.c-table .ion-videocamera:before,
.c-table .ion-volume-high:before,
.c-table .ion-volume-low:before,
.c-table .ion-volume-medium:before,
.c-table .ion-volume-mute:before,
.c-table .ion-wand:before,
.c-table .ion-waterdrop:before,
.c-table .ion-wifi:before,
.c-table .ion-wineglass:before,
.c-table .ion-woman:before,
.c-table .ion-wrench:before,
.c-table .ion-xbox:before {
  font-size: 1.25rem;
  padding-left: 0.3125rem;
  color: #43811D;
}

.c-table .small-headers {
  display: block;
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25rem;
}

@media screen and (min-width: 40em) {
  .c-table .small-headers {
    display: none;
  }
}

.c-table .small-headers,
.c-table .small-td {
  width: 50%;
}

@media screen and (min-width: 40em) {
  .c-table .small-headers,
  .c-table .small-td {
    width: 100%;
  }
}

.c-table a {
  color: #43811D;
  font-family: "republic-web", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 2.125rem;
}

.c-table a i {
  font-size: 1.3125rem;
  font-weight: 500;
  vertical-align: middle;
  position: absolute;
  right: 3px;
  margin-top: 6px;
}

@media screen and (min-width: 40em) {
  .c-table a i {
    position: relative;
    margin-top: 0px;
  }
}

.o-text-block {
  padding: 15px 0;
}

.o-text-block h1 {
  font-family: "republic-web", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.125rem;
  margin-bottom: 0.4375rem;
  color: #1D4672;
}

@media print, screen and (min-width: 40em) {
  .o-text-block h1 {
    font-size: 2rem;
    line-height: 2.625rem;
    margin-bottom: 1.875rem;
    margin-top: 1.875rem;
  }
}

.o-text-block h1:first-child {
  margin-top: 0;
}

.o-text-block h2 {
  font-family: "republic-web", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.125rem;
  margin-bottom: 0;
  color: #1D4672;
}

@media print, screen and (min-width: 40em) {
  .o-text-block h2 {
    font-size: 2rem;
    line-height: 2.625rem;
    margin-top: 1.875rem;
  }
}

.o-text-block h2:first-child {
  margin-top: 0;
}

.o-text-block h3,
.o-text-block h4,
.o-text-block h5,
.o-text-block h6 {
  font-family: "republic-web", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.125rem;
  margin-bottom: 0.4375rem;
  color: #1D4672;
}

@media print, screen and (min-width: 40em) {
  .o-text-block h3,
  .o-text-block h4,
  .o-text-block h5,
  .o-text-block h6 {
    font-size: 2rem;
    line-height: 2.625rem;
    margin-top: 1.875rem;
  }
}

.o-text-block h3:first-child,
.o-text-block h4:first-child,
.o-text-block h5:first-child,
.o-text-block h6:first-child {
  margin-top: 0;
}

.o-text-block p {
  color: #464646;
  font-family: "gineso-extended", sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

@media print, screen and (min-width: 40em) {
  .o-text-block p {
    color: #262626;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.o-text-block p:last-of-type {
  margin-bottom: 0;
}

.o-text-block p a {
  word-break: break-word;
}

.o-text-block li:before {
  color: #43811D !important;
}

.o-text-block ul {
  margin-left: 1.5625rem;
  margin-bottom: 15px;
}

.o-text-block ul li {
  position: relative;
}

.o-text-block ul li:before {
  content: "\2022";
  color: #43811D;
  display: inline-block;
  width: 0.7em;
  height: 0.7rem;
  margin-left: -20px;
  margin-top: -3px;
  font-size: 38px;
  position: absolute;
}

.o-text-block ul li.accordion-item:before {
  content: "";
}

.o-text-block a {
  color: #43811D;
  font-family: "gineso-extended", sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

@media print, screen and (min-width: 40em) {
  .o-text-block a {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.o-text-block a.accordion-title {
  color: #1D4672;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
}

.o-text-block li {
  font-family: "gineso-extended", sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

@media print, screen and (min-width: 40em) {
  .o-text-block li {
    color: #262626;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.o-text-block ol {
  list-style: none;
  counter-reset: li;
  margin-left: 1.25rem;
}

.o-text-block ol li {
  counter-increment: li;
}

.o-text-block ol li::before {
  content: counter(li) ". ";
  color: #488A1F;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.o-text-block ul {
  list-style-position: outside;
  list-style-type: none;
  margin-left: 1.25rem;
}

.o-text-block ul li::before {
  content: "\2022";
  color: #488A1F;
  display: inline-block;
  width: .7em;
  font-size: 30px;
}

.o-text-block table {
  table-layout: initial;
  border: 0;
  width: 100% !important;
  display: block;
  width: 100%;
  overflow-x: auto;
  padding: 40px 0;
}

@media screen and (min-width: 64em) {
  .o-text-block table {
    table-layout: fixed;
  }
}

.o-text-block table thead {
  background-color: #13284B;
  width: 100%;
}

.o-text-block table thead tr th {
  border: 0;
  color: #FFFFFF;
  font-family: "republic-web", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  padding: 1.25rem;
}

.o-text-block table thead tr th p {
  color: #FFFFFF;
  font-family: "republic-web", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
}

.o-text-block table tbody {
  border: 0;
}

.o-text-block table tbody tr {
  background-color: #fff;
  border-bottom: 0.0625rem solid #B0C5DB;
}

.o-text-block table tbody tr td {
  color: #3A3A3A;
  font-family: "gineso-extended", sans-serif;
  line-height: 1.625rem;
  font-size: 0.95rem;
  padding: 10px;
}

.o-text-block table tbody tr td a {
  font-family: "republic-web", sans-serif;
  font-size: 0.9375rem;
  line-height: 2.125rem;
  font-weight: 600;
  color: #43811D;
}

.o-text-block table tbody tr td p {
  color: #3A3A3A;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  padding: 1.25rem;
}

.o-text-block table tbody tr td p a {
  font-family: "republic-web", sans-serif;
  font-size: 0.9375rem;
  line-height: 2.125rem;
  font-weight: 600;
  color: #43811D;
}

.o-text-block table tbody tr:hover {
  background-color: #F4F4F4 !important;
}

.o-text-block table tbody tr:hover td {
  background-color: #F4F4F4 !important;
}

.o-text-page-image img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.news-image {
  margin-bottom: 2.4375rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

@media print, screen and (min-width: 40em) {
  .news-image {
    margin-right: 2.4375rem;
    margin-right: 2.4375rem;
    float: left;
    width: 45%;
  }
}

ul > li > ul > li > ol > li::before {
  content: counter(li) ". " !important;
  font-size: 20px !important;
  margin-top: 0 !important;
}

.o-text-list h2 {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 2.625rem;
}

@media print, screen and (min-width: 40em) {
  .o-text-list h2 {
    font-size: 2rem;
  }
}

.o-text-list a {
  color: #43811D;
  font-family: "republic-web", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 2.125rem;
}

.o-text-list a i {
  color: #43811D;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 2rem;
  vertical-align: middle;
}

.o-text-list h3 {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 40em) {
  .o-text-list h3 {
    line-height: 2.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-text-list h3 {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}

.o-text-list h4 {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  margin-bottom: 1.6875rem;
}

.o-text-list ol li {
  color: #1D4672;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .o-text-list ol li {
    line-height: 1.375rem;
    margin-bottom: 1.5rem;
  }
}

.o-text-list ol li ol li {
  margin: 0;
  color: #3B3B3B;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 500;
  margin-top: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .o-text-list ol li ol li {
    line-height: 1.625rem;
  }
}

.o-text-list p {
  color: #464646;
  font-family: "gineso-extended", sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

@media print, screen and (min-width: 40em) {
  .o-text-list p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol > li {
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol > li:before {
  content: counters(item, ".") ". ";
  padding-right: 0.6em;
}

li ol {
  margin-left: 0;
}

li ol > li {
  margin: 0;
}

li ol > li:before {
  content: counters(item, ".") " ";
}

.o-touchpoint {
  background-color: #F4F4F4;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  padding: 1.6875rem;
  padding-bottom: 0.625rem;
  text-align: center;
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 64em) {
  .o-touchpoint {
    margin-bottom: 2rem;
  }
}

.o-touchpoint img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  margin-bottom: 0.5rem;
}

.o-touchpoint h2 {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}

@media print, screen and (min-width: 64em) {
  .o-touchpoint h2 {
    line-height: 1.625rem;
  }
}

.o-touchpoint p {
  color: #3B3B3B;
  font-family: "gineso-extended", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
}

@media print, screen and (min-width: 40em) {
  .o-touchpoint p {
    line-height: 1.625rem;
    color: #3A3A3A;
  }
}

.o-touchpoint p a {
  color: #427E1C;
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .touchpoints {
    padding-bottom: 0;
  }
}

.o-twitter {
  height: 100%;
  background: white;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
  max-height: 558px;
}

.timeline-Widget--edge {
  border-radius: 0 !important;
}

@media screen and (max-width: 39.99875em) {
  #twitter-widget-0 {
    min-height: 294px !important;
  }
}

.o-twitter--news {
  height: 427px !important;
}

.updates-section {
  background-color: #92CA64;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .updates-section {
    padding: 30px 0px 25px 0px !important;
    margin-top: 65px;
  }
  .updates-section .o-heading__darkblue h3 {
    padding: 0;
    margin: 0;
    line-height: 2.5;
  }
}

@media screen and (min-width: 64em) {
  .updates-section {
    padding: 45px 0px 33px 0px !important;
    margin-top: 100px;
    padding-bottom: 25px !important;
  }
}

.updates-section .updates {
  display: inline-block;
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  .updates-section .updates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.updates-section .button-arrow {
  width: 100%;
  max-height: 3.4375rem;
  padding: 0.4375rem 1.1875rem !important;
}

@media screen and (max-width: 39.99875em) {
  .updates-section .button-arrow {
    min-width: 15rem;
  }
}

@media screen and (min-width: 40em) {
  .updates-section .button-arrow {
    height: 3.41rem;
  }
  .updates-section .button-arrow .button-text {
    padding-top: 5px;
  }
  .updates-section .button-arrow .ion-ios-arrow-thin-right {
    padding-top: 5px;
  }
}

.updates-section .button-arrow .button-text {
  font-size: 0.75rem;
  line-height: 2.125rem;
}

@media screen and (min-width: 40em) {
  .updates-section .button-arrow .button-text {
    font-size: 0.9375rem;
    line-height: 1.125rem;
  }
}

.o-video-card {
  text-align: center;
  background-color: #F4F4F4;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.09);
  height: 100%;
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .o-video-card {
    height: initial;
    margin-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-video-card {
    margin-bottom: 1.9375rem;
  }
}

.o-video-card .o-video-card__content {
  padding: 2rem 1.4375rem 1.875rem;
}

@media print, screen and (min-width: 40em) {
  .o-video-card .o-video-card__content {
    margin-top: -6.0625rem;
    z-index: 2;
    position: relative;
  }
}

.o-video-card .o-video-card__content h3 {
  color: #43811D;
  font-family: "gineso-extended", sans-serif;
  font-size: 0.8125rem;
  line-height: 0.625rem;
  margin-bottom: 1.3125rem;
  font-weight: 600;
}

@media print, screen and (min-width: 40em) {
  .o-video-card .o-video-card__content h3 {
    line-height: 2.125rem;
  }
}

.o-video-card .o-video-card__content h4 {
  color: #1D4672;
  font-family: "republic-web", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0.4375rem;
}

@media print, screen and (min-width: 64em) {
  .o-video-card .o-video-card__content h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.o-video-card .o-video-card__content h4 a {
  color: #1D4672;
}

.o-video-card .o-video-card__content h4 a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #92CA64;
  text-decoration-color: #92CA64;
}

.o-video-card .o-video-card__content .date-circle__news {
  pointer-events: none;
}

.o-video-card .o-video-card__content .date-circle {
  pointer-events: none;
}

.o-video-card .flipside {
  display: none;
}

.o-video {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.o-video i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #92CA64;
  font-size: 4.25rem;
  height: 5.6875rem;
  width: 5.6875rem;
  font-size: 2.625rem;
  padding-top: 1.5rem;
  padding-left: 0.5rem;
  line-height: 1.25rem;
  border-radius: 50%;
  text-align: center;
  opacity: 0.85;
  background-color: #061632;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 64em) {
  .o-video i {
    font-size: 4.25rem;
    padding-top: 1.875rem;
    padding-left: 0.5rem;
    height: 8.1875rem;
    width: 8.1875rem;
  }
}

.o-video i:hover {
  color: #061632;
  background-color: #92CA64;
}

.o-video img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
}

@media print, screen and (min-width: 64em) {
  .o-video img {
    max-height: 408px;
  }
}

@media print, screen and (min-width: 40em) {
  .homepage-meetings {
    padding-top: 1.4125rem;
    padding-bottom: 0;
    margin-bottom: 6.25rem;
  }
  .homepage-meetings i {
    height: 8.1875rem;
    width: 8.1875rem;
    font-size: 4.75rem;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .homepage-meetings {
    padding-top: 0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .has-box-shadow-on-medium-up {
    -webkit-box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.2);
  }
}

@media print, screen and (min-width: 64em) {
  .has-box-shadow-on-medium-up {
    border-bottom-left-radius: 0.625rem;
  }
}

.mfp-wrap {
  background: #13284B !important;
  z-index: 10000;
}

.mfp-bg {
  background: #13284B !important;
  opacity: 1 !important;
}

.mfp-close {
  position: fixed !important;
  top: 0 !important;
  left: -0.75rem !important;
  color: #92CA64 !important;
  font-size: 2.5rem !important;
  font-weight: 500 !important;
  line-height: 3.125rem !important;
  opacity: 1 !important;
}

.o-what-we-do {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 1.25rem;
}

.o-what-we-do .o-what-we-do__image-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 9.375rem;
  max-width: 50%;
}

.o-what-we-do .o-what-we-do__image-container .o-what-we-do__image {
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  min-width: 9.4375rem;
  max-width: 9.4375rem;
  min-height: 9.4375rem;
  max-height: 9.4375rem;
}

@media screen and (min-width: 40em) {
  .o-what-we-do .o-what-we-do__image-container .o-what-we-do__image {
    min-width: 10.625rem;
    max-width: 10.625rem;
    min-height: 10.625rem;
    max-height: 10.625rem;
  }
}

@media screen and (min-width: 64em) {
  .o-what-we-do .o-what-we-do__image-container .o-what-we-do__image {
    min-width: 11.25rem;
    max-width: 11.25rem;
    min-height: 11.25rem;
    max-height: 11.25rem;
  }
}

.o-what-we-do .o-what-we-do__text-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 7rem;
  max-width: 7rem;
}

@media screen and (min-width: 40em) {
  .o-what-we-do .o-what-we-do__text-container {
    min-width: 10.625rem;
    max-width: 10.625rem;
  }
}

@media screen and (min-width: 64em) {
  .o-what-we-do .o-what-we-do__text-container {
    min-width: 11.4375rem;
    max-width: 11.4375rem;
  }
}

.o-what-we-do .o-what-we-do__text-container .o-what-we-do__text {
  position: relative;
  font-family: "gineso-extended", sans-serif;
  font-size: 1.25rem;
  line-height: 1.375rem;
  color: #FFFFFF;
}

.homepage-what-we-do {
  border: 0.0625rem solid #979797;
  background-color: #13284B;
  padding-top: 2.125rem;
  padding-bottom: 2.5625rem;
}

@media print, screen and (min-width: 40em) {
  .homepage-what-we-do {
    padding-top: 5.6875rem;
    padding-bottom: 3.125rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .homepage-what-we-do .show-for-medium {
    padding-top: 20px;
  }
}

@media screen and (max-width: 39.99875em) {
  .jpc-intro .o-text-block h2:first-of-type {
    margin-top: 1.25rem;
    text-align: center;
  }
}

@media screen and (max-width: 39.99875em) {
  .c-jpc-tabs--list {
    margin-top: 1rem;
    margin-bottom: 1.75rem;
  }
}

.jpc-tables {
  padding-bottom: 50px;
}

@media screen and (max-width: 39.99875em) {
  .jpc-tables .jpc-table-column {
    padding: 0 !important;
  }
  .jpc-tables .jpc-table-column .c-table-jfc tr {
    padding-top: 0.5rem !important;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .jpc-tables .jpc-table-column .c-table-jfc tr:first-of-type {
    border-top: 0.0625rem solid #B0C5DB;
  }
  .jpc-tables .jpc-table-column .c-table-jfc tr:nth-child(even) {
    background-color: #F4F4F4 !important;
  }
  .jpc-tables .jpc-table-column .c-table-jfc tr .small-headers {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .jpc-tables .jpc-table-column .c-table-jfc tr td:last-of-type .small-td.text-align-right-large img {
    vertical-align: top;
  }
}

@media screen and (min-width: 40em) {
  .jpc-tables .jpc-table-column .c-table-jfc tr td {
    height: 3.4375rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .jpc-tables .jpc-table-column .c-table-jfc tr td {
    padding: 0.625rem;
  }
  .jpc-tables .jpc-table-column .c-table-jfc tr td:first-child {
    width: 90.5%;
  }
}

@media screen and (max-width: 39.99875em) {
  .news-and-publications.news-detail .o-heading-with-link h3 {
    margin-top: 2px !important;
  }
  .news-detail-button-group {
    padding-top: 2.5rem;
  }
}

@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .news-detail-button-group {
    text-align: center;
  }
}

@media screen and (max-width: 39.99875em) {
  .news-detail-button-group div {
    margin-bottom: 0.875rem;
  }
  .news-detail-button-group div:last-of-type {
    margin-bottom: 0;
  }
  .news-details {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .latest-news-lower .filter-bar .o-heading .filter-align {
    margin-top: 0 !important;
    margin-bottom: 1.25rem;
  }
  .latest-news-lower .filter-bar .o-heading .filter-align .button-basic-container {
    margin-right: 0 !important;
  }
  .latest-news-lower .filter-bar .o-heading .filter-align .button-dropdown.category-filter,
  .latest-news-lower .filter-bar .o-heading .filter-align .dropdown-pane.category-filter {
    width: calc(100vw - 1.25rem) !important;
  }
  .latest-news-lower .filter-bar .o-heading .filter-align .button-dropdown.category-filter, .latest-news-lower .filter-bar .o-heading .filter-align .button-dropdown.date-filter,
  .latest-news-lower .filter-bar .o-heading .filter-align .dropdown-pane.category-filter,
  .latest-news-lower .filter-bar .o-heading .filter-align .dropdown-pane.date-filter {
    padding: 0.875rem 1.25rem 0.875rem 1rem !important;
  }
  .latest-news-lower .filter-bar .o-heading .filter-align .button-dropdown ul li,
  .latest-news-lower .filter-bar .o-heading .filter-align .dropdown-pane ul li {
    line-height: 1;
    margin-bottom: 1.25rem;
  }
  .latest-news-lower .filter-bar .o-heading .filter-align .button-dropdown ul li:last-of-type,
  .latest-news-lower .filter-bar .o-heading .filter-align .dropdown-pane ul li:last-of-type {
    margin-bottom: 0 !important;
  }
  .c-block.news-contact {
    padding-bottom: 2.5rem !important;
  }
  .c-block.news-contact .o-contact-card {
    margin-bottom: 1.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .appointments-information {
    margin-bottom: 72px;
  }
}

.previous-meetings-details .o-heading h3 {
  margin-bottom: 1.375rem;
  margin-top: 0.625rem;
}

@media screen and (max-width: 39.99875em) {
  .previous-meetings.related-documents.c-block {
    padding-bottom: 0;
  }
  .previous-meetings.related-documents .o-heading h3 {
    margin-bottom: 1.4375rem;
  }
  .previous-meetings.related-documents .related-documents-card-wrapper a {
    display: block;
  }
  .previous-meetings.related-documents .related-documents-card-wrapper a .c-commitees-meetings {
    padding-top: 1.875rem !important;
    margin-bottom: 1.25rem !important;
  }
}

@media screen and (max-width: 39.99875em) and (min-width: 40em) {
  .previous-meetings.related-documents .related-documents-card-wrapper a .c-commitees-meetings {
    margin-bottom: 1.3125rem !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .previous-meetings.related-documents .related-documents-card-wrapper a .c-commitees-meetings .o-circle-icon {
    margin-bottom: 1.25rem;
  }
  .previous-meetings.related-documents .related-documents-card-wrapper a .c-commitees-meetings .o-circle-icon img {
    max-width: 38px;
    max-height: 38px;
  }
}

/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/3c3c5e64604209a4d63e1e4c48dd245d45fadfd9/css/main.css#L200-L234
 */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /**
   * Don’t show links that are fragment identifiers, or use the `javascript:`
   * pseudo protocol.
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: '';
  }
}

.m-l-0 {
  margin-left: 0 !important;
}

.mt-30 {
  margin-top: 30px;
}

@media print, screen and (min-width: 40em) {
  .mt-30 {
    margin-top: 100px;
  }
}

.full-width-button {
  display: inherit;
  display: initial;
  width: 100%;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.verticle-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (min-width: 40em) {
  .verticle-center-tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print, screen and (min-width: 40em) {
  .verticle-center-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media print, screen and (min-width: 40em) {
  .verticle-center-multi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.blue-border-bottom {
  border-bottom: 2px solid #B0C5DB;
}

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

.fullWidth .columns {
  padding-left: 0;
  padding-right: 0;
}

.focus-border {
  display: block;
}

@media print, screen and (min-width: 64em) {
  .focus-fix {
    margin-left: 4px;
    height: 100%;
  }
}

.ie-flex-fix {
  min-height: inherit;
}

.u-mb-30px {
  margin-bottom: 10px;
}

@media screen and (min-width: 40em) {
  .u-mb-30px {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 64em) {
  .u-pl-30px {
    padding-left: 30px;
  }
}

.u-mb-18 {
  margin-bottom: 18px;
}

.u-mb-25-mt-29 {
  margin-top: 10px;
  margin-bottom: 25px;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .u-mb-25-mt-29 {
    margin-top: 29px;
    margin-bottom: 11px;
  }
}

@media print, screen and (min-width: 64em) {
  .u-mb-25-mt-29 {
    margin-top: 55px;
  }
}

.u-mb-23-mt-30 {
  margin-top: 29px;
  margin-bottom: 25px;
}

.u-mb-29-mt-18 {
  margin-bottom: 29px;
  margin-top: 18px;
}

.u-mt-28 {
  margin-top: 28px;
}

.u-mb-24 {
  margin-bottom: 24px;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .u-ml-10-mr-10-mb-100 {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 100px;
  }
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .u-pt-91-pb-101 {
    padding-top: 91px;
    padding-bottom: 100px;
  }
}

@media print, screen and (min-width: 64em) {
  .u-pt-91-pb-101 {
    padding-top: 57px;
    padding-bottom: 97px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .u-pt-90-pb-58 {
    padding-top: 90px;
    padding-bottom: 58px;
  }
}

@media print, screen and (min-width: 64em) {
  .u-pl-0 {
    padding-left: 0;
  }
}

.u-pt-91-pb-64 {
  margin-top: 13px;
  margin-bottom: 90px;
}

@media print, screen and (min-width: 64em) {
  .u-pt-91-pb-64 {
    padding-top: 91px;
    padding-bottom: 64px;
  }
}

@media print, screen and (min-width: 64em) {
  .u-l-pl-71 {
    padding-left: 71px;
  }
}

.u-mt-103-mb-98 {
  margin-top: 103px;
  margin-bottom: 98px;
}

.u-pt-103-pb-98 {
  padding-top: 103px;
  padding-bottom: 98px;
}

.u-l-mt-76-mb-84-pb-90 {
  margin-top: 76px;
  margin-bottom: 84;
  padding-bottom: 90;
}

@media print, screen and (min-width: 64em) {
  .pr-66 {
    padding-right: 66px !important;
  }
}

.pt-93-pb-93-mb-0 {
  padding-top: 93px;
  padding-bottom: 93px;
  margin-bottom: 0;
}

.u-mt-40-mb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 40em) {
  .u-mt-40-mb-40 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media print, screen and (min-width: 64em) {
  .u-mt-40-mb-40 {
    margin-top: 103px;
    margin-bottom: 120px;
  }
}

.u-pt-30-pb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.homepage-next-meetings .o-dateBox__blue {
  margin-top: 23px;
  margin-bottom: 33px;
}

@media print, screen and (min-width: 40em) {
  .homepage-next-meetings .o-dateBox__blue {
    margin-top: 0;
  }
}

.home-add-to-calendar {
  display: inline-block;
  margin-top: 33px;
  margin-bottom: 17px;
}

@media print, screen and (min-width: 40em) {
  .u-mt-100-mb-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media print, screen and (min-width: 40em) {
  .homepage-next-meetings {
    background-color: #F4F4F4;
    padding-top: 90px;
    padding-bottom: 58px;
  }
}

@media print, screen and (min-width: 64em) {
  .homepage-next-meetings {
    padding-top: 88px;
    padding-bottom: 71px;
  }
}

@media print, screen and (min-width: 64em) {
  .updates-section .button-arrow {
    margin-top: -18px;
  }
}

.off-canvas .button-basic {
  font-size: 16px;
  color: #222222;
}

@media print, screen and (min-width: 40em) {
  .about-learnmore {
    margin-bottom: 102px;
  }
}

@media print, screen and (min-width: 64em) {
  .about-learnmore h3 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 63.99875em) {
  .what-we-do-into.c-block {
    padding-top: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .related-publications {
    margin-bottom: 95px;
  }
}

.related-publications h3 {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 40em) {
  .related-publications h3 {
    line-height: 42px;
  }
}

@media print, screen and (min-width: 64em) {
  .related-publications h3 {
    margin-bottom: initial;
  }
}

.what-weve-done {
  padding-bottom: 42px;
  padding-bottom: 104px;
}

.what-weve-done h3 {
  margin-bottom: 30px;
}

@media screen and (max-width: 39.99875em) {
  .news-and-publications .o-heading {
    text-align: center;
  }
}

@media screen and (max-width: 39.99875em) {
  .gallery-search-results,
  .search-results {
    text-align: center;
    padding-top: 5px !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .centered-on-small {
    text-align: center;
  }
}

@media screen and (max-width: 39.99875em) {
  .small-header-spacing {
    padding-top: 20px;
  }
}

@media screen and (max-width: 39.99875em) {
  .share-btn-space {
    padding-top: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 39.99875em) {
  .margin-bottom-small {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 64em) {
  .center-margin-large {
    margin: 0 auto;
  }
}

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

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

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

@media screen and (max-width: 39.99875em) {
  .text-align-small-right {
    text-align: right !important;
  }
  .text-align-small-left {
    text-align: left !important;
  }
  .text-align-small-center {
    text-align: center !important;
  }
}

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

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

@media screen and (max-width: 39.99875em) {
  .header-results-small {
    margin-bottom: 0px !important;
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 64em) {
  .u-pb-0-mb-30 {
    padding-bottom: 0;
    margin-bottom: -30px;
  }
}

@media print, screen and (min-width: 64em) {
  .u-mb-100 {
    margin-bottom: -100px !important;
  }
}

@media print, screen and (min-width: 64em) {
  .u-pt-70 {
    padding-top: 70px !important;
  }
}

@media print, screen and (min-width: 64em) {
  .u-pt-100 {
    padding-top: 100px !important;
  }
}

@media print, screen and (min-width: 64em) {
  .u-pb-100-mb-35 {
    padding-bottom: 100px !important;
    margin-bottom: -35px !important;
  }
}

@media print, screen and (min-width: 40em) {
  .u-pb-20 {
    padding-bottom: 1.25rem !important;
  }
}

@media print, screen and (min-width: 40em) {
  .u-pb-0 {
    padding-bottom: 0 !important;
  }
}

.u-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.u-bg--eye {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .u-bg--eye.about-us {
    background-image: none;
  }
}

main {
  display: block;
}

.hr-wrap hr {
  width: 100%;
  max-width: 100%;
  border-bottom-color: #13284B;
}

.meeting-circles-homepage .column, .meeting-circles-homepage .columns {
  text-align: center;
}

.meeting-circles-homepage .home-add-to-calendar {
  margin: 0 auto;
}

.meeting-circles-homepage .home-add-to-calendar a {
  margin: 0;
}

.mobile-link-centered {
  text-align: center;
}

.mobile-link-centered a {
  font-family: "republic-web", sans-serif;
  font-size: 0.9375rem;
  line-height: 2.125rem;
  font-weight: 600;
  text-align: center;
  color: #43811D;
}

@media screen and (max-width: 640px) {
  .heading-padding-small {
    padding: 20px 0 0;
  }
}

.magnific-close-button {
  font-size: 45px;
  padding-top: 10px;
}

.ias-trigger-next {
  border-radius: 1.6rem !important;
}

@media screen and (min-width: 64em) {
  .fullWidth--large .columns {
    padding-left: 0;
    padding-right: 0;
  }
}

.arrow-link-hover:hover {
  color: #91C863 !important;
}

.arrow-link-hover:hover i {
  color: #91C863 !important;
}

.arrow-link-hover.line:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: white;
  text-decoration-color: white;
}

.c-meetings-modal__links,
.c-modal__intro-link,
.date-circle__share-link,
.download-all-dates__link {
  cursor: pointer;
}

.c-meetings-modal__links:hover,
.c-modal__intro-link:hover,
.date-circle__share-link:hover,
.download-all-dates__link:hover {
  color: #1d4672;
  text-decoration: underline;
  -webkit-text-decoration-color: #43811d;
  text-decoration-color: #60A930;
}

.date-container-block .o-link {
  cursor: pointer;
}

.date-container-block .o-link:hover {
  color: #1d4672;
  text-decoration: underline;
  -webkit-text-decoration-color: #43811d;
  text-decoration-color: #60A930;
}

@media screen and (max-width: 39.99875em) {
  .faq.c-block {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .homepage-vision {
    padding-bottom: 30px;
  }
}

.homepage-publications-no-bottom {
  padding-bottom: 0;
}

.off-canvas.is-transition-overlap {
  z-index: 9999 !important;
}

@media print, screen and (min-width: 64em) {
  .c-hero .large-6_5 {
    width: 56.7%;
  }
  .c-hero .large-5_5 {
    width: 43.3%;
  }
}

@media screen and (min-width: 64em) {
  .o-news-with-image-card .u-pl-0 {
    text-align: center;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .date-container-block .year-meeting-options {
    margin-top: 20px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .authority-landing-page .mobile-column-padding {
    padding-left: 0;
  }
  .authority-landing-page .add-calendar-link {
    float: left;
    margin-left: 0;
  }
  .authority-landing-page .year-meeting-options {
    margin-top: 20px !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .overall-wrapper.larger-font .o-hero-with-text__banner .date-holder {
    padding-left: 0 !important;
  }
  .overall-wrapper.larger-font.alt .o-hero-with-text__banner .date-circle__large {
    min-height: 220px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) and (min-width: 1085px) and (max-width: 1280px) {
  .overall-wrapper.larger-font.alt .o-hero-with-text__banner .date-circle__large {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .overall-wrapper.larger-font .o-what-we-do .o-what-we-do__text-container .o-what-we-do__text {
    padding-left: 43px;
    padding-right: 28px;
  }
  .overall-wrapper.larger-font .o-hero-with-video__banner .hero-details h3,
  .overall-wrapper.larger-font .o-hero-with-video__banner .hero-details h4,
  .overall-wrapper.larger-font .o-hero-with-video__banner .hero-details ul {
    padding-left: 65px;
  }
  .overall-wrapper.larger-font .o-meetings-card {
    padding-left: 40px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1320px) {
  .overall-wrapper.larger-font .c-commitees-meetings .o-circle-icon {
    height: 8.1875rem;
    width: 8.1875rem;
  }
  .overall-wrapper.larger-font .publications-date {
    width: 8.1875rem !important;
  }
  .overall-wrapper.larger-font .o-meetings-card-holder .o-meetings-card h4,
  .overall-wrapper.larger-font h5,
  .overall-wrapper.larger-font ul {
    padding-left: 40px;
  }
  .overall-wrapper.larger-font .o-staff-card .o-staff-image {
    height: 14.625em;
    width: 14.625em;
  }
  .overall-wrapper.larger-font .o-staff-card .large-9 {
    padding-left: 80px;
  }
}

@media screen and (min-width: 64em) {
  .overall-wrapper.larger-font .c-commitees-meetings--title {
    padding-left: 30px;
  }
  .overall-wrapper.larger-font .add-calendar-link .add-to-calendar .date-holder .day {
    font-size: 2.3rem;
    line-height: 2.1rem;
    margin-left: -5px;
  }
}

.timeline-rendered {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 40em) {
  .timeline-rendered {
    margin-bottom: 1.875rem;
  }
}

@media screen and (min-width: 64em) {
  .timeline-rendered {
    margin-bottom: 1.9375rem;
  }
}

.date-circle__share-container .ics-filename,
.date-circle__share-container .date-circle-ics-content {
  visibility: hidden;
  width: 0;
  height: 0;
}

/* Desktop Banner Image */

/* mobile */

@media screen and (max-width: 63.9375em) {
  .banner-desktop {
    display: none;
  }
}

/* desktop */

@media screen and (min-width: 64em) {
  .banner-mobile {
    display: none;
  }
}
