@charset "UTF-8";
.primarycolor {
  color: #262424; }

.darkbluecolor {
  color: #262424; }

.whitecolor {
  color: #ffffff; }

.secondarycolor {
  color: #A78D2B; }

.primarybgcolor {
  background: #165D34;
  color: #ffffff; }

.darkbluebgcolor {
  background: #262424;
  color: #ffffff; }

.whitebgcolor {
  background: #ffffff;
  color: #165D34; }

.secondarybgcolor {
  background: #A78D2B;
  color: #ffffff; }

.light-gray {
  background-color: #e9e9e9 !important;
  color: #000000 !important; }
  .light-gray:hover {
    background-color: #165D34 !important;
    color: #ffffff !important; }

.greybgpanel {
  background: #cadcef; }

.lightgreybgpanel {
  background: #edf2f7; }

.whitebgpanel {
  background: #ffffff; }

.backtoTop {
  position: fixed;
  bottom: 59px;
  right: 5px;
  background: #A78D2B;
  width: 35px;
  height: 35px;
  text-decoration: none;
  border-radius: 50px;
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
  font-size: 0;
  border: solid 2px #A78D2B;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .backtoTop {
      bottom: 50px; } }
  .backtoTop span:before {
    content: "";
    background: #fff;
    width: 3px;
    height: 15px;
    position: absolute;
    left: 18px;
    top: 7px;
    -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
            transform: rotate(-40deg); }
  .backtoTop span:after {
    content: "";
    background: #fff;
    width: 3px;
    height: 15px;
    position: absolute;
    left: 10px;
    top: 7px;
    -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
            transform: rotate(40deg); }
  .backtoTop:hover {
    background: #bc9f32;
    border: solid 2px #bc9f32; }
    .backtoTop:hover span:before, .backtoTop:hover span:after {
      background: #ffffff; }

.radius {
  border-radius: 8px; }

.shadow {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.overflow-hidden {
  overflow: hidden; }

.text-uppercase {
  text-transform: uppercase; }

.position-absolute {
  position: absolute; }

.position-relative {
  position: relative; }

.position-fixed {
  position: fixed; }

.font-weight-bold {
  font-weight: 700; }

.font-weight-semi-bold {
  font-weight: 600; }

.font-weight-normal {
  font-weight: normal; }

button.ctabtn,
.ctabtn {
  color: #ffffff;
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
  padding: 4px 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  min-height: 45px;
  position: relative;
  vertical-align: middle;
  border-radius: 28.5px;
  background: transparent;
  overflow: hidden;
  margin-right: 0px;
  cursor: pointer;
  background: #165D34;
  border: 2px solid #165D34;
  min-width: 178px;
  width: auto;
  z-index: 1; }
  @media print, screen and (min-width: 64em) {
    button.ctabtn,
    .ctabtn {
      font-size: 21px;
      line-height: 29px;
      min-height: 57px;
      padding: 8px 20px;
      min-width: auto; } }
  button.ctabtn:before,
  .ctabtn:before {
    background: #A78D2B;
    content: "";
    position: absolute;
    z-index: -1;
    color: #fff;
    width: 100.1%; }
  button.ctabtn:after,
  .ctabtn:after {
    background: #A78D2B;
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 0;
    left: 0;
    top: 0;
    width: 100.1%;
    color: #fff; }
  button.ctabtn:hover,
  .ctabtn:hover {
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #A78D2B; }
    button.ctabtn:hover:after,
    .ctabtn:hover:after {
      height: 100%;
      z-index: 1; }
    button.ctabtn:hover span,
    .ctabtn:hover span {
      z-index: 2; }
  button.ctabtn.small,
  .ctabtn.small {
    min-height: 51px;
    font-size: 15px; }
  button.ctabtn.primarybtn,
  .ctabtn.primarybtn {
    color: #ffffff;
    border: 0px; }
    button.ctabtn.primarybtn:after,
    .ctabtn.primarybtn:after {
      background: #A78D2B;
      color: #ffffff;
      z-index: 1; }
    button.ctabtn.primarybtn span,
    .ctabtn.primarybtn span {
      z-index: 2; }
    button.ctabtn.primarybtn:hover,
    .ctabtn.primarybtn:hover {
      color: #ffffff;
      border: #A78D2B; }
      button.ctabtn.primarybtn:hover:after,
      .ctabtn.primarybtn:hover:after {
        height: 100%;
        z-index: 1; }
      button.ctabtn.primarybtn:hover span,
      .ctabtn.primarybtn:hover span {
        color: #ffffff;
        z-index: 2; }
  button.ctabtn.secondarybtn,
  .ctabtn.secondarybtn {
    background: #A78D2B;
    color: #ffffff; }
    button.ctabtn.secondarybtn:after,
    .ctabtn.secondarybtn:after {
      background: #165D34;
      color: #ffffff;
      z-index: 1; }
    button.ctabtn.secondarybtn span,
    .ctabtn.secondarybtn span {
      z-index: 2; }
    button.ctabtn.secondarybtn:hover,
    .ctabtn.secondarybtn:hover {
      color: #ffffff;
      border: #165D34; }
      button.ctabtn.secondarybtn:hover:after,
      .ctabtn.secondarybtn:hover:after {
        height: 100%;
        z-index: 1; }
      button.ctabtn.secondarybtn:hover span,
      .ctabtn.secondarybtn:hover span {
        color: #ffffff;
        z-index: 2; }

button.ctaborder,
.ctaborder {
  color: #262424;
  font-size: 21px;
  line-height: 29px;
  font-weight: bold;
  padding: 6px 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 57px;
  position: relative;
  vertical-align: middle;
  border-radius: 28.5px;
  background: transparent;
  overflow: hidden;
  margin-right: 0px;
  cursor: pointer;
  border: 0px;
  border: 2px solid #262424;
  background-color: transparent;
  min-width: auto;
  width: auto;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1; }
  @media print, screen and (min-width: 64em) {
    button.ctaborder,
    .ctaborder {
      font-size: 21px;
      line-height: 29px;
      min-height: 57px;
      padding: 8px 20px;
      min-width: auto; } }
  button.ctaborder:after, button.ctaborder:before,
  .ctaborder:after,
  .ctaborder:before {
    background-color: #262424;
    content: "";
    position: absolute;
    z-index: -1; }
  button.ctaborder:after,
  .ctaborder:after {
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 25px; }
  button.ctaborder:hover,
  .ctaborder:hover {
    text-decoration: none;
    color: #fff;
    border: solid 2px transparent; }
    button.ctaborder:hover:after,
    .ctaborder:hover:after {
      height: 100%; }
  button.ctaborder.white-btn,
  .ctaborder.white-btn {
    border: 2px solid #ffffff; }
    button.ctaborder.white-btn:before, button.ctaborder.white-btn:after,
    .ctaborder.white-btn:before,
    .ctaborder.white-btn:after {
      background-color: #ffffff; }

button.ctabtn {
  background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#A78D2B), to(#A78D2B));
  background-image: linear-gradient(0, #A78D2B, #A78D2B);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 100% 0;
  background-repeat: no-repeat;
  background-position: top; }
  button.ctabtn:hover {
    background-size: 100% 100%;
    color: #fff; }
  button.ctabtn:after, button.ctabtn::before {
    display: none; }

button.ctaborder {
  background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#165D34), to(#165D34)) !important;
  background-image: linear-gradient(0, #165D34, #165D34) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 100% 0 !important;
  background-repeat: no-repeat;
  background-position: top !important; }
  button.ctaborder:hover {
    background-size: 100% 100% !important;
    color: #ffffff; }

.whitecolor .ctabtn {
  background: #ffffff;
  color: #ffffff; }

.whitecolor .ctaborder {
  border: solid 2px #ffffff;
  color: #ffffff; }

.whitebgpanel .ctabtn {
  color: #ffffff; }

a[href^="tel"],
a [href^="mailto"],
a {
  color: #262424;
  text-decoration: none; }
  a[href^="tel"]:hover,
  a [href^="mailto"]:hover,
  a:hover {
    text-decoration: underline; }

header a[href^="tel"]:hover,
header a [href^="mailto"]:hover,
header a:hover,
.footer a[href^="tel"]:hover,
.footer a [href^="mailto"]:hover,
.footer a:hover,
.fixedSideNav a[href^="tel"]:hover,
.fixedSideNav a [href^="mailto"]:hover,
.fixedSideNav a:hover,
.ctabtn a[href^="tel"]:hover,
.ctabtn a [href^="mailto"]:hover,
.ctabtn a:hover,
.link-cta a[href^="tel"]:hover,
.link-cta a [href^="mailto"]:hover,
.link-cta a:hover {
  text-decoration: none; }

input[type="text"]::-ms-clear {
  display: none; }

.txtArea,
.txtBox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.fade .siteWrap {
  -webkit-transition: all 0.55s;
  transition: all 0.55s; }

.bodyBg .siteWrap {
  opacity: 1; }

.pointerNone {
  pointer-events: none; }

.loaderBlock {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9999999; }
  .loaderBlock .svgAnimation {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-animation: svgzoom 1.75s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
            animation: svgzoom 1.75s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; }
    .loaderBlock .svgAnimation svg {
      position: absolute;
      width: 100%;
      height: 100%; }
      .loaderBlock .svgAnimation svg circle {
        fill: #f3f3f3; }
  .loaderBlock .loaderWrap {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    width: 100%;
    text-align: center; }
    .loaderBlock .loaderWrap img {
      max-width: 45%; }
      @media print, screen and (min-width: 48em) {
        .loaderBlock .loaderWrap img {
          max-width: 67%; } }

@-webkit-keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } }

/* #Progress
================================================== */
.progress-wrap {
  position: fixed;
  right: 4px;
  bottom: 95px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  background: #165D34; }
  @media print, screen and (min-width: 64em) {
    .progress-wrap {
      bottom: 10px; } }
  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .progress-wrap:after {
    position: absolute;
    content: "";
    background: url("../images/Timeline/up-arrow.svg") no-repeat;
    background-size: contain;
    text-align: center;
    right: 10px;
    top: 13px;
    height: 22px;
    width: 22px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .progress-wrap:before {
    position: absolute;
    content: "";
    background-size: contain;
    text-align: center;
    opacity: 0;
    background: url("../images/Timeline/up-arrow.svg") no-repeat;
    -webkit-text-fill-color: transparent;
    right: 10px;
    top: 13px;
    height: 22px;
    width: 22px;
    cursor: pointer;
    display: none;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transform: scale(0.9) rotate(-90deg);
        -ms-transform: scale(0.9) rotate(-90deg);
            transform: scale(0.9) rotate(-90deg); }
  .progress-wrap svg {
    overflow: hidden;
    vertical-align: middle; }
  .progress-wrap svg.progress-circle path {
    stroke: #A78D2B;
    stroke-width: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
  .progress-wrap svg path {
    fill: none; }
  .progress-wrap:hover :after {
    opacity: 1; }
  .progress-wrap:hover:before {
    opacity: 0; }

.screen-reader-text {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  word-wrap: normal !important;
  border: 0 none; }

.ctaLinks {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .ctaLinks:hover {
    background: #5f7d37;
    color: inherit; }

.ctaLinks a {
  color: inherit;
  text-decoration: none; }
  .ctaLinks a:hover {
    text-decoration: none; }

p .ctaLinks {
  text-decoration: none; }

.ctaLinks.disabled {
  cursor: default; }

.ctaLinks.disabled .waves-ripple {
  display: none !important; }

.ctaLinks .waves-ripple {
  position: absolute;
  border-radius: 50% !important;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  pointer-events: none; }

.ctaLinks input[type="button"],
.ctaLinks input[type="reset"],
.ctaLinks input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none; }

/* Skip Content */
#skiptocontent a {
  padding: 6px;
  position: fixed;
  top: 2px;
  left: 0;
  color: #000;
  background: 0 0;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: -9999999999;
  opacity: 0;
  font-size: 17px; }
  #skiptocontent a:active, #skiptocontent a:focus {
    position: fixed;
    left: 0;
    top: 0;
    background: #165D34;
    color: #fff;
    -webkit-transition: top 0.1s ease-in, background 0.5s linear;
    transition: top 0.1s ease-in, background 0.5s linear;
    z-index: 99999999999;
    opacity: 1; }

/* --------------- End Off -------------*/
a:focus:focus,
button:focus:focus,
input:focus:focus,
textarea:focus:focus,
.form-control:focus:focus,
.btn:focus:focus,
.custom-select:focus:focus,
.custom-range:focus:focus,
.page-link:focus:focus {
  outline-style: solid;
  outline-color: #000000;
  outline-width: 2px;
  -webkit-box-shadow: none;
          box-shadow: 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-style: dashed !important;
  outline-color: #A78D2B;
  outline-width: 1px !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

@media screen and (min-width: 1366px) {
  .Windows body::-webkit-scrollbar {
    width: 1em; }
  .Windows body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .Windows body::-webkit-scrollbar-thumb {
    background-color: #707070;
    outline: 1px solid #707070; } }

.link-cta {
  color: #262424 !important;
  position: relative;
  padding-right: 0px;
  display: inline-block !important;
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
  font-size: 23px;
  line-height: 30px;
  font-weight: 700; }
  @media print, screen and (min-width: 64em) {
    .link-cta {
      font-size: 27px;
      line-height: 36px; } }
  @media screen and (min-width: 85.375em) {
    .link-cta {
      font-size: 30px;
      line-height: 40px; } }
  .link-cta:after {
    content: ">";
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    position: relative;
    color: #1c375e;
    right: 5px;
    font-size: 23px;
    line-height: 39px;
    font-weight: 700;
    height: 45px; }
    @media print, screen and (min-width: 64em) {
      .link-cta:after {
        font-size: 27px;
        line-height: 38px; } }
    @media screen and (min-width: 85.375em) {
      .link-cta:after {
        font-size: 30px;
        line-height: 38px; } }
  .link-cta:hover {
    padding-left: 10px !important;
    text-decoration: none; }

.iconpanel,
.alternativepanel,
.testimonial,
.socialPanel,
.newsletterPannel,
.bluepanel,
.treepanel .footer {
  content-visibility: auto;
  contain-intrinsic-size: 0 500px; }

/* Animations */
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn; }

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut; }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown; }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp; }

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  60% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  60% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes error {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0); } }

@keyframes error {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0); } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-webkit-keyframes svgzoom {
  from {
    opacity: 1;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 0;
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes svgzoom {
  from {
    opacity: 1;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 0;
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.removeLoader .loaderBlock {
  display: none; }

.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

.waves-circle {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1; }

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none; }

.waves-block {
  display: block; }

/* Firefox Bug: link not triggered */
.ctaLinks .waves-ripple {
  z-index: -1; }

.ctaLinks .waves-ripple {
  background-color: rgba(137, 193, 61, 0.5); }

.ctaLinks.orange .waves-ripple {
  background-color: rgba(255, 187, 99, 0.9); }

.ctaLinks.bgray .waves-ripple {
  background-color: rgba(204, 204, 204, 0.5); }

.nprogress-busy .backtoTop {
  display: none; }

.nprogress-busy #skiptocontent {
  display: none; }

.ie11 button.ctabtn,
.ie11 .ctabtn {
  border: 2px solid #165D34; }

@media (max-width: 767px) {
  .grid-container {
    max-width: 450px !important;
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .grid-container {
    max-width: 767px !important;
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .grid-container {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

@media (min-width: 1280px) and (max-width: 1529px) {
  .grid-container {
    padding-left: 30px !important;
    padding-right: 30px !important; } }

.flexwrap {
  display: block; }
  @media print, screen and (min-width: 64em) {
    .flexwrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

@media (min-width: 1366px) and (max-width: 1600px) {
  h1,
  .h1 {
    font-size: 50px !important;
    line-height: 70px !important; } }

.siteWrap {
  overflow: hidden; }

/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*! 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=48em&large=64em&xlarge=85.375em&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: #ffffff;
  font-family: "Roboto";
  font-weight: normal;
  line-height: 1.5;
  color: #262424;
  -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: 8px; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 8px; }

.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: 8px;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }


[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: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  -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: #ffffff;
    -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: #e9e9e9;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

::-webkit-input-placeholder {
  color: #cacaca; }

::-moz-placeholder {
  color: #cacaca; }

:-ms-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: #000000; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000000; }

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 8px 0 0 8px; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 8px 8px 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: #e9e9e9;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: 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;
  -webkit-flex: 1 1 0px;
      -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -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 {
    -webkit-align-self: stretch;
        -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: 8px;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  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: #ffffff;
    -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: #e9e9e9;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }
  select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-moz-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus):-ms-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: "Roboto";
  font-style: normal;
  font-weight: bold;
  color: #262424;
  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: 2.5rem;
  line-height: 1.125;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.5rem;
  line-height: 1.33333;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.5625rem;
  line-height: 1.36;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.5rem;
  line-height: 1.33333;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.375rem;
  line-height: 1.22727;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1.25rem;
  line-height: 1.35;
  margin-top: 0;
  margin-bottom: 0.5rem; }

p, .p {
  font-size: 1.125rem;
  line-height: 1.38889;
  margin-top: 0;
  margin-bottom: 0.5rem; }

li, .li {
  font-size: 1.25rem;
  line-height: 1.35;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 48em) {
  h1,
  .h1 {
    font-size: 2.5rem;
    line-height: 1.125; }
  h2, .h2 {
    font-size: 1.5rem;
    line-height: 1.33333; }
  h3, .h3 {
    font-size: 1.875rem;
    line-height: 1.1; }
  h4, .h4 {
    font-size: 1.5625rem;
    line-height: 1.08; }
  h5, .h5 {
    font-size: 1.375rem;
    line-height: 1.22727; }
  h6, .h6 {
    font-size: 1.25rem;
    line-height: 1.35; }
  p, .p {
    font-size: 1.125rem;
    line-height: 1.38889; }
  li, .li {
    font-size: 1.25rem;
    line-height: 1.35; } }

@media print, screen and (min-width: 64em) {
  h1,
  .h1 {
    font-size: 3.75rem;
    line-height: 1.23333; }
  h2, .h2 {
    font-size: 2.625rem;
    line-height: 1.33333; }
  h3, .h3 {
    font-size: 2.375rem;
    line-height: 1.34211; }
  h4, .h4 {
    font-size: 1.875rem;
    line-height: 1.33333; }
  h5, .h5 {
    font-size: 1.375rem;
    line-height: 1.22727; }
  h6, .h6 {
    font-size: 1.25rem;
    line-height: 1.35; }
  p, .p {
    font-size: 1.25rem;
    line-height: 1.35; }
  li, .li {
    font-size: 1.25rem;
    line-height: 1.35; } }

@media screen and (min-width: 85.375em) {
  h1,
  .h1 {
    font-size: 5rem;
    line-height: 0.925; }
  h2, .h2 {
    font-size: 2.625rem;
    line-height: 1.33333; }
  h3, .h3 {
    font-size: 2.375rem;
    line-height: 1.34211; }
  h4, .h4 {
    font-size: 1.625rem;
    line-height: 1.38462; }
  h5, .h5 {
    font-size: 1.375rem;
    line-height: 1.22727; }
  h6, .h6 {
    font-size: 1.25rem;
    line-height: 1.35; }
  p, .p {
    font-size: 1.375rem;
    line-height: 1.36364; }
  li, .li {
    font-size: 1.25rem;
    line-height: 1.35; } }

a {
  line-height: inherit;
  color: #262424;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #211f1f; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 90.625rem;
  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: none; }

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; }

abbr, abbr[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e9e9e9;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000;
  border-radius: 8px; }

.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; }

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem; }
  .cite-block:before, cite:before {
    content: "— "; }

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e9e9e9;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem; }

.code-block {
  border: 1px solid #cacaca;
  background-color: #e9e9e9;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem; }

.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: 48em) {
  .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; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            color-adjust: economy;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.pagination {
  margin-left: 0;
  /*margin-bottom: $margin-bottom;*/ }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    /* margin-right: $spacing;*/
    /*border-radius: $radius;*/
    /* font-size: $font-size;*/
    display: inline-block;
    /*  &:last-child,
      &:first-child {
        display: inline-block;
      }*/ }
    @media print, screen and (min-width: 48em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    /*  padding: $padding;*/
    /* border-radius: $radius;*/
    color: #000000; }
    .pagination a:hover,
    .pagination button:hover {
      background: #165D34;
      color: #ffffff; }
  .pagination .current {
    padding: 0.125rem 0.6875rem;
    background: #165D34;
    color: #ffffff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.125rem 0.6875rem;
    color: #cacaca;
    cursor: not-allowed;
    display: none; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.125rem 0.6875rem;
    content: '\2026';
    color: #000000; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  /*content: $pagination-arrow-previous;*/ }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  /* content: $pagination-arrow-next;*/ }

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 90.625rem;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 48em) {
    .grid-container {
      padding-right: 0;
      padding-left: 0; } }
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 48em) {
      .grid-container.fluid {
        padding-right: 0;
        padding-left: 0; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
  .cell.shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x {
      margin-left: -0;
      margin-right: -0; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x > .cell {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: 8.33333%; }
    .grid-margin-x > .small-2 {
      width: 16.66667%; }
    .grid-margin-x > .small-3 {
      width: 25%; }
    .grid-margin-x > .small-4 {
      width: 33.33333%; }
    .grid-margin-x > .small-5 {
      width: 41.66667%; }
    .grid-margin-x > .small-6 {
      width: 50%; }
    .grid-margin-x > .small-7 {
      width: 58.33333%; }
    .grid-margin-x > .small-8 {
      width: 66.66667%; }
    .grid-margin-x > .small-9 {
      width: 75%; }
    .grid-margin-x > .small-10 {
      width: 83.33333%; }
    .grid-margin-x > .small-11 {
      width: 91.66667%; }
    .grid-margin-x > .small-12 {
      width: 100%; }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: 8.33333%; }
    .grid-margin-x > .medium-2 {
      width: 16.66667%; }
    .grid-margin-x > .medium-3 {
      width: 25%; }
    .grid-margin-x > .medium-4 {
      width: 33.33333%; }
    .grid-margin-x > .medium-5 {
      width: 41.66667%; }
    .grid-margin-x > .medium-6 {
      width: 50%; }
    .grid-margin-x > .medium-7 {
      width: 58.33333%; }
    .grid-margin-x > .medium-8 {
      width: 66.66667%; }
    .grid-margin-x > .medium-9 {
      width: 75%; }
    .grid-margin-x > .medium-10 {
      width: 83.33333%; }
    .grid-margin-x > .medium-11 {
      width: 91.66667%; }
    .grid-margin-x > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: 8.33333%; }
    .grid-margin-x > .large-2 {
      width: 16.66667%; }
    .grid-margin-x > .large-3 {
      width: 25%; }
    .grid-margin-x > .large-4 {
      width: 33.33333%; }
    .grid-margin-x > .large-5 {
      width: 41.66667%; }
    .grid-margin-x > .large-6 {
      width: 50%; }
    .grid-margin-x > .large-7 {
      width: 58.33333%; }
    .grid-margin-x > .large-8 {
      width: 66.66667%; }
    .grid-margin-x > .large-9 {
      width: 75%; }
    .grid-margin-x > .large-10 {
      width: 83.33333%; }
    .grid-margin-x > .large-11 {
      width: 91.66667%; }
    .grid-margin-x > .large-12 {
      width: 100%; } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0;
      margin-left: -0; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0;
      margin-left: -0; } }

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-x > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 48em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem); }

@media print, screen and (min-width: 48em) {
  .grid-margin-x.small-up-1 > .cell {
    width: 100%; }
  .grid-margin-x.small-up-2 > .cell {
    width: 50%; }
  .grid-margin-x.small-up-3 > .cell {
    width: 33.33333%; }
  .grid-margin-x.small-up-4 > .cell {
    width: 25%; }
  .grid-margin-x.small-up-5 > .cell {
    width: 20%; }
  .grid-margin-x.small-up-6 > .cell {
    width: 16.66667%; }
  .grid-margin-x.small-up-7 > .cell {
    width: 14.28571%; }
  .grid-margin-x.small-up-8 > .cell {
    width: 12.5%; }
  .grid-margin-x.medium-up-1 > .cell {
    width: 100%; }
  .grid-margin-x.medium-up-2 > .cell {
    width: 50%; }
  .grid-margin-x.medium-up-3 > .cell {
    width: 33.33333%; }
  .grid-margin-x.medium-up-4 > .cell {
    width: 25%; }
  .grid-margin-x.medium-up-5 > .cell {
    width: 20%; }
  .grid-margin-x.medium-up-6 > .cell {
    width: 16.66667%; }
  .grid-margin-x.medium-up-7 > .cell {
    width: 14.28571%; }
  .grid-margin-x.medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: 100%; }
  .grid-margin-x.large-up-2 > .cell {
    width: 50%; }
  .grid-margin-x.large-up-3 > .cell {
    width: 33.33333%; }
  .grid-margin-x.large-up-4 > .cell {
    width: 25%; }
  .grid-margin-x.large-up-5 > .cell {
    width: 20%; }
  .grid-margin-x.large-up-6 > .cell {
    width: 16.66667%; }
  .grid-margin-x.large-up-7 > .cell {
    width: 14.28571%; }
  .grid-margin-x.large-up-8 > .cell {
    width: 12.5%; } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 48em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 48em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem); }

.small-offset-1 {
  margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem); }

.small-offset-2 {
  margin-left: 16.66667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem); }

.small-offset-3 {
  margin-left: 25%; }

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem); }

.small-offset-4 {
  margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem); }

.small-offset-5 {
  margin-left: 41.66667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem); }

.small-offset-6 {
  margin-left: 50%; }

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem); }

.small-offset-7 {
  margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem); }

.small-offset-8 {
  margin-left: 66.66667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem); }

.small-offset-9 {
  margin-left: 75%; }

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem); }

.small-offset-10 {
  margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem); }

.small-offset-11 {
  margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem); }

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: 0%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: 25%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: 50%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: 75%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: 91.66667%; } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: 0%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: 8.33333%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: 16.66667%; }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: 25%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: 33.33333%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: 41.66667%; }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: 50%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: 58.33333%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: 66.66667%; }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: 75%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: 83.33333%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: 91.66667%; } }

.grid-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
  .grid-y > .cell {
    height: auto;
    max-height: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
  @media print, screen and (min-width: 48em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 48em) {
    .grid-y > .medium-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0;
      margin-bottom: -0; } }

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-y > .cell {
      padding-top: 0;
      padding-bottom: 0; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y {
      margin-top: -0;
      margin-bottom: -0; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .cell {
      height: 100%;
      margin-top: 0;
      margin-bottom: 0; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: 8.33333%; }
    .grid-margin-y > .small-2 {
      height: 16.66667%; }
    .grid-margin-y > .small-3 {
      height: 25%; }
    .grid-margin-y > .small-4 {
      height: 33.33333%; }
    .grid-margin-y > .small-5 {
      height: 41.66667%; }
    .grid-margin-y > .small-6 {
      height: 50%; }
    .grid-margin-y > .small-7 {
      height: 58.33333%; }
    .grid-margin-y > .small-8 {
      height: 66.66667%; }
    .grid-margin-y > .small-9 {
      height: 75%; }
    .grid-margin-y > .small-10 {
      height: 83.33333%; }
    .grid-margin-y > .small-11 {
      height: 91.66667%; }
    .grid-margin-y > .small-12 {
      height: 100%; }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: 8.33333%; }
    .grid-margin-y > .medium-2 {
      height: 16.66667%; }
    .grid-margin-y > .medium-3 {
      height: 25%; }
    .grid-margin-y > .medium-4 {
      height: 33.33333%; }
    .grid-margin-y > .medium-5 {
      height: 41.66667%; }
    .grid-margin-y > .medium-6 {
      height: 50%; }
    .grid-margin-y > .medium-7 {
      height: 58.33333%; }
    .grid-margin-y > .medium-8 {
      height: 66.66667%; }
    .grid-margin-y > .medium-9 {
      height: 75%; }
    .grid-margin-y > .medium-10 {
      height: 83.33333%; }
    .grid-margin-y > .medium-11 {
      height: 91.66667%; }
    .grid-margin-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: 8.33333%; }
    .grid-margin-y > .large-2 {
      height: 16.66667%; }
    .grid-margin-y > .large-3 {
      height: 25%; }
    .grid-margin-y > .large-4 {
      height: 33.33333%; }
    .grid-margin-y > .large-5 {
      height: 41.66667%; }
    .grid-margin-y > .large-6 {
      height: 50%; }
    .grid-margin-y > .large-7 {
      height: 58.33333%; }
    .grid-margin-y > .large-8 {
      height: 66.66667%; }
    .grid-margin-y > .large-9 {
      height: 75%; }
    .grid-margin-y > .large-10 {
      height: 83.33333%; }
    .grid-margin-y > .large-11 {
      height: 91.66667%; }
    .grid-margin-y > .large-12 {
      height: 100%; } }

.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }

@media print, screen and (min-width: 48em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 48em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 48em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y {
      margin-top: -0;
      margin-bottom: -0; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .cell {
      height: 100%;
      margin-top: 0;
      margin-bottom: 0; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: 8.33333%; }
    .grid-margin-y > .small-2 {
      height: 16.66667%; }
    .grid-margin-y > .small-3 {
      height: 25%; }
    .grid-margin-y > .small-4 {
      height: 33.33333%; }
    .grid-margin-y > .small-5 {
      height: 41.66667%; }
    .grid-margin-y > .small-6 {
      height: 50%; }
    .grid-margin-y > .small-7 {
      height: 58.33333%; }
    .grid-margin-y > .small-8 {
      height: 66.66667%; }
    .grid-margin-y > .small-9 {
      height: 75%; }
    .grid-margin-y > .small-10 {
      height: 83.33333%; }
    .grid-margin-y > .small-11 {
      height: 91.66667%; }
    .grid-margin-y > .small-12 {
      height: 100%; }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: 8.33333%; }
    .grid-margin-y > .medium-2 {
      height: 16.66667%; }
    .grid-margin-y > .medium-3 {
      height: 25%; }
    .grid-margin-y > .medium-4 {
      height: 33.33333%; }
    .grid-margin-y > .medium-5 {
      height: 41.66667%; }
    .grid-margin-y > .medium-6 {
      height: 50%; }
    .grid-margin-y > .medium-7 {
      height: 58.33333%; }
    .grid-margin-y > .medium-8 {
      height: 66.66667%; }
    .grid-margin-y > .medium-9 {
      height: 75%; }
    .grid-margin-y > .medium-10 {
      height: 83.33333%; }
    .grid-margin-y > .medium-11 {
      height: 91.66667%; }
    .grid-margin-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: 8.33333%; }
    .grid-margin-y > .large-2 {
      height: 16.66667%; }
    .grid-margin-y > .large-3 {
      height: 25%; }
    .grid-margin-y > .large-4 {
      height: 33.33333%; }
    .grid-margin-y > .large-5 {
      height: 41.66667%; }
    .grid-margin-y > .large-6 {
      height: 50%; }
    .grid-margin-y > .large-7 {
      height: 58.33333%; }
    .grid-margin-y > .large-8 {
      height: 66.66667%; }
    .grid-margin-y > .large-9 {
      height: 75%; }
    .grid-margin-y > .large-10 {
      height: 83.33333%; }
    .grid-margin-y > .large-11 {
      height: 91.66667%; }
    .grid-margin-y > .large-12 {
      height: 100%; } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 0); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 0); } }

@media print, screen and (min-width: 48em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 0); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 0); } }

.row {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -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.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 48em) {
      .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; } }
    .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.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .column, .columns {
      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.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  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.33333%; }
  .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.66667%; }
  .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.28571%; }
  .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.625rem;
  padding-left: 0.625rem; }

.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: 48em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    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.33333%; }
    .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.66667%; }
    .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.28571%; }
    .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.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    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.33333%; }
    .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.66667%; }
    .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.28571%; }
    .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; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #000000;
    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: #165D34; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.align-spaced {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-self-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.align-self-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.align-self-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.align-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch; }

.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.flex-child-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.flex-child-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.bannerpanel {
  position: relative;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .bannerpanel .homeBanner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
    .bannerpanel .homeBanner.nonvideo .imgWrap figure {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      aspect-ratio: 16 / 9; }
    .bannerpanel .homeBanner.nonvideo .bannerwrap .video-controller {
      display: none; }
  .bannerpanel .bannerwrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 999999999; }
    .bannerpanel .bannerwrap.grid-container {
      padding: 20px 20px 0px 20px !important; }
      @media (max-width: 767px) {
        .bannerpanel .bannerwrap.grid-container {
          padding: 10px 5px 0px 5px !important;
          max-width: 100% !important; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .bannerpanel .bannerwrap.grid-container {
          padding: 20px 16px 0px 16px !important;
          max-width: 100% !important; } }
      @media screen and (min-width: 85.375em) {
        .bannerpanel .bannerwrap.grid-container {
          padding: 0 60px 0px 146px; } }
      @media screen and (min-width: 85.375em) {
        .bannerpanel .bannerwrap.grid-container {
          max-width: 100%; } }
      @media (min-width: 1366px) and (max-width: 1599px) {
        .bannerpanel .bannerwrap.grid-container {
          padding: 42px 38px 0px 70px !important; } }
      @media screen and (min-width: 1600px) {
        .bannerpanel .bannerwrap.grid-container {
          padding: 42px 60px 0px 70px !important; } }
    .bannerpanel .bannerwrap .content {
      color: #ffffff;
      margin: 0 auto;
      padding-top: 0px;
      text-align: left;
      min-height: 337px;
      max-width: 100%;
      z-index: 99;
      position: relative; }
      @media print, screen and (min-width: 48em) {
        .bannerpanel .bannerwrap .content {
          padding-top: 0px;
          margin: 0 0; } }
      @media print, screen and (min-width: 48em) {
        .bannerpanel .bannerwrap .content .textsec {
          text-align: left;
          margin: 0 0; } }
      .bannerpanel .bannerwrap .content .textsec img {
        width: 128px; }
        @media print, screen and (min-width: 48em) {
          .bannerpanel .bannerwrap .content .textsec img {
            width: 188px; } }
        @media screen and (min-width: 85.375em) {
          .bannerpanel .bannerwrap .content .textsec img {
            width: 288px; } }

.bannerpanel .video-panel .filter-img .videoPanel {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  z-index: 999; }
  .bannerpanel .video-panel .filter-img .videoPanel:after, .bannerpanel .video-panel .filter-img .videoPanel:before {
    background-color: transparent;
    background: transparent; }

.bannerpanel .video-panel .filter-img .videoPanel.loaded iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }
  @media print, screen and (min-width: 48em) {
    .bannerpanel .video-panel .filter-img .videoPanel.loaded iframe {
      width: 100%;
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .bannerpanel .video-panel .filter-img .videoPanel.loaded iframe {
      width: 100%;
      height: 100%; } }
  @media screen and (min-width: 85.375em) {
    .bannerpanel .video-panel .filter-img .videoPanel.loaded iframe {
      width: 100%;
      height: 100%; } }

.video-controller {
  position: absolute;
  margin-left: auto;
  right: -9px;
  margin-top: 26px;
  width: 40px; }
  @media print, screen and (min-width: 48em) {
    .video-controller {
      right: 0px; } }
  @media print, screen and (min-width: 64em) {
    .video-controller {
      right: 0px;
      margin-top: 48px;
      width: 55px; } }
  @media screen and (min-width: 85.375em) {
    .video-controller {
      right: -4px;
      margin-top: 48px;
      height: 250px;
      overflow: hidden; } }
  @media (min-width: 1366px) and (max-width: 1430px) {
    .video-controller {
      right: -11px; } }
  .video-controller .play-bt {
    display: block;
    background: url(../images/Timeline/play-icon.png) no-repeat;
    background-size: contain;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin: 10px 0px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 19px;
    border: 2px solid #fff; }
    @media print, screen and (min-width: 48em) {
      .video-controller .play-bt {
        width: 40px;
        height: 40px; } }
    @media print, screen and (min-width: 64em) {
      .video-controller .play-bt {
        width: 51px;
        height: 51px;
        margin: 0px;
        margin-bottom: 19px; } }
  .video-controller .pause-bt {
    background-image: url(../images/Timeline/video-pause.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin: 10px 0px;
    cursor: pointer;
    margin-bottom: 19px; }
    @media print, screen and (min-width: 48em) {
      .video-controller .pause-bt {
        width: 40px;
        height: 40px; } }
    @media print, screen and (min-width: 64em) {
      .video-controller .pause-bt {
        width: 51px;
        height: 51px;
        margin: 0px;
        margin-bottom: 19px; } }
  .video-controller .mute-bt {
    background-image: url(../images/Timeline/video-mute.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin: 10px 0px;
    cursor: pointer; }
    @media print, screen and (min-width: 48em) {
      .video-controller .mute-bt {
        width: 40px;
        height: 40px; } }
    @media print, screen and (min-width: 64em) {
      .video-controller .mute-bt {
        width: 51px;
        height: 51px;
        margin: 0px; } }
  .video-controller .mute-bt.stop {
    background: url(../images/Timeline/sound-icon.png) no-repeat;
    background-size: contain;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin: 10px 0px;
    cursor: pointer;
    border: 2px solid #fff; }
    @media print, screen and (min-width: 48em) {
      .video-controller .mute-bt.stop {
        width: 40px;
        height: 40px; } }
    @media print, screen and (min-width: 64em) {
      .video-controller .mute-bt.stop {
        width: 51px;
        height: 51px;
        margin: 0px; } }

.vimeo-video-src {
  position: relative;
  padding-bottom: 302%;
  -webkit-transform: translateY(-35.95%);
      -ms-transform: translateY(-35.95%);
          transform: translateY(-35.95%); }
  @media print, screen and (min-width: 48em) {
    .vimeo-video-src {
      padding-bottom: 200%; } }
  @media print, screen and (min-width: 64em) {
    .vimeo-video-src {
      position: relative;
      padding-bottom: 190%;
      -webkit-transform: translateY(-35.95%);
          -ms-transform: translateY(-35.95%);
              transform: translateY(-35.95%); } }
  @media (min-width: 1366px) and (max-width: 1428px) {
    .vimeo-video-src {
      padding-bottom: 176%; } }
  @media (min-width: 1600px) and (max-width: 1800px) {
    .vimeo-video-src {
      padding-bottom: 183%; } }

.player .vp-controls {
  display: none !important; }

.player .vp-sidedock {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  z-index: 12;
  display: none !important; }

@media print, screen and (min-width: 64em) {
  .ie11 .video-controller {
    right: -1px;
    height: 290px; } }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes swing {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes swing {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.swing {
  -webkit-animation-name: swing;
  animation-name: swing; }

.historyModule {
  background: url(../images/Timeline/timeline-bg.jpg) bottom center repeat;
  background-size: 100%; }
  .historyModule .grey {
    border-bottom: 11px solid #165D34; }
    @media print, screen and (max-width: 47.99875em) {
      .historyModule .grey {
        background: transparent;
        border-bottom: 0px solid #165D34; } }
  .historyModule .historyBlock {
    padding: 1px 0px 0 px 0px; }
    @media print, screen and (min-width: 48em) {
      .historyModule .historyBlock {
        padding: 0px 0px 13px 0px; } }
    @media print, screen and (max-width: 47.99875em) {
      .historyModule .historyBlock .decade-wrapper {
        width: 100%;
        margin: 0px auto; }
        .historyModule .historyBlock .decade-wrapper.sticky {
          max-width: 100%;
          position: fixed;
          right: 10px;
          z-index: 99999999999;
          top: 0px; }
          .historyModule .historyBlock .decade-wrapper.sticky.active {
            top: 143px;
            right: 10px; } }
    .historyModule .historyBlock .decade-wrapper ul {
      display: none; }
      @media print, screen and (min-width: 48em) {
        .historyModule .historyBlock .decade-wrapper ul {
          margin-left: 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          margin-top: -38px;
          z-index: 99999999999999;
          position: relative; } }
      .historyModule .historyBlock .decade-wrapper ul li {
        margin-right: 0.515%;
        background: #A78D2B;
        color: #ffffff;
        border-radius: 25px; }
        .historyModule .historyBlock .decade-wrapper ul li:first-child {
          margin-left: 0px; }
        .historyModule .historyBlock .decade-wrapper ul li:last-child {
          margin-right: 0px; }
        @media print, screen and (min-width: 48em) {
          .historyModule .historyBlock .decade-wrapper ul li {
            margin-right: 5.5px;
            max-width: 136px;
            min-width: 136px; } }
        @media print, screen and (min-width: 64em) {
          .historyModule .historyBlock .decade-wrapper ul li {
            margin-right: 5.5px;
            max-width: 156px;
            min-width: 156px; } }
        .historyModule .historyBlock .decade-wrapper ul li a {
          color: #ffffff;
          width: 100%;
          text-decoration: none;
          letter-spacing: -1px;
          padding: 0px 16px;
          font-weight: 700;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          height: 80px;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center; }
          @media print, screen and (min-width: 48em) {
            .historyModule .historyBlock .decade-wrapper ul li a {
              font-size: 18px;
              line-height: 22px;
              height: 60px; } }
          @media print, screen and (min-width: 64em) {
            .historyModule .historyBlock .decade-wrapper ul li a {
              font-size: 20px;
              line-height: 23px;
              height: 60px; } }
          @media screen and (min-width: 85.375em) {
            .historyModule .historyBlock .decade-wrapper ul li a {
              font-size: 22px;
              line-height: 25px;
              height: 80px; } }
        .historyModule .historyBlock .decade-wrapper ul li:hover {
          background: #165D34; }
        .historyModule .historyBlock .decade-wrapper ul li.active {
          background: #165D34;
          color: #ffffff; }
    .historyModule .historyBlock .decade-wrapper .decade-year-dropdown {
      display: block; }
      @media print, screen and (min-width: 64em) {
        .historyModule .historyBlock .decade-wrapper .decade-year-dropdown {
          display: none; } }
    @media print, screen and (max-width: 47.99875em) {
      .historyModule .historyBlock .decade-wrapper #timeline_dropdown-button {
        float: right;
        display: block;
        background: #165D34;
        border: 0px;
        border-radius: 0px;
        width: calc(100% - 15px);
        max-width: 300px;
        margin-right: -10px;
        display: table-cell;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-top: 12px;
        border: 1px solid #f2f7f2; }
      .historyModule .historyBlock .decade-wrapper .ui-selectmenu-text {
        display: block;
        margin-right: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 20px;
        font-weight: 700;
        color: #fff !important;
        /*text-align: center;*/
        margin-left: 0px;
        font-family: "Roboto";
        padding: 0; } }
    .historyModule .historyBlock .decade-wrapper .ui-selectmenu-button.ui-button {
      display: block; }
      @media print, screen and (min-width: 48em) {
        .historyModule .historyBlock .decade-wrapper .ui-selectmenu-button.ui-button {
          display: none; } }
  .historyModule .timeline-wrapper {
    max-width: 100%;
    margin: 0px auto;
    padding-left: 10px;
    padding-right: 20px; }
    @media print, screen and (min-width: 64em) {
      .historyModule .timeline-wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (min-width: 85.375em) {
      .historyModule .timeline-wrapper {
        padding-left: 0px;
        padding-right: 0px; } }
    .historyModule .timeline-wrapper .timeline {
      display: none;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      list-style: none;
      padding: 42px 0px 0px 0px;
      position: relative;
      opacity: 0;
      margin-left: 0;
      margin-bottom: 0; }
      @media print, screen and (min-width: 48em) {
        .historyModule .timeline-wrapper .timeline {
          padding: 80px 0px 110px 0px; } }
      @media screen and (min-width: 85.375em) {
        .historyModule .timeline-wrapper .timeline {
          padding: 130px 0px 340px 0px; } }
      .historyModule .timeline-wrapper .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 5px;
        background: #165D34;
        left: 50%;
        margin-left: -3px;
        height: calc(100% + 18px); }
        @media print, screen and (max-width: 47.99875em) {
          .historyModule .timeline-wrapper .timeline:before {
            left: auto;
            top: 0px;
            right: -16px;
            height: calc(100% + 6px);
            z-index: 1; } }
      .historyModule .timeline-wrapper .timeline li {
        position: relative;
        width: 100%;
        float: left;
        clear: left;
        padding-right: 0px;
        margin-bottom: 50px; }
        @media print, screen and (min-width: 48em) {
          .historyModule .timeline-wrapper .timeline li {
            width: 50%;
            padding-right: 50px; } }
        @media print, screen and (min-width: 64em) {
          .historyModule .timeline-wrapper .timeline li {
            padding-right: 50px; } }
        @media screen and (min-width: 85.375em) {
          .historyModule .timeline-wrapper .timeline li {
            margin-bottom: 174px;
            padding-right: 95px; } }
        .historyModule .timeline-wrapper .timeline li:before, .historyModule .timeline-wrapper .timeline li:after {
          content: " ";
          display: table; }
        .historyModule .timeline-wrapper .timeline li .timeline-badge {
          width: 29px;
          height: 29px;
          text-align: center;
          position: absolute;
          top: 0px;
          right: -14px;
          background: #165D34;
          z-index: 1;
          border-radius: 50%;
          background-size: cover; }
          @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
            .historyModule .timeline-wrapper .timeline li .timeline-badge {
              margin-left: 0;
              top: 16px;
              left: auto;
              right: -7px;
              width: 15px;
              height: 15px; } }
          @media print, screen and (max-width: 47.99875em) {
            .historyModule .timeline-wrapper .timeline li .timeline-badge {
              margin-left: 0;
              top: 16px;
              left: auto;
              right: -21px;
              width: 15px;
              height: 15px; } }
        .historyModule .timeline-wrapper .timeline li .timeline-panel {
          width: 100%;
          position: relative;
          visibility: visible;
          opacity: 1;
          -webkit-box-shadow: 0px 3px 6px 0px rgba(98, 127, 168, 0.2);
                  box-shadow: 0px 3px 6px 0px rgba(98, 127, 168, 0.2);
          border-radius: 23px;
          margin: 0px auto;
          background: #ffffff; }
          @media print, screen and (max-width: 47.99875em) {
            .historyModule .timeline-wrapper .timeline li .timeline-panel {
              width: 100%; } }
          .historyModule .timeline-wrapper .timeline li .timeline-panel.is-hidden {
            visibility: hidden;
            opacity: 0; }
          .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-heading {
            position: relative;
            z-index: 1;
            overflow: hidden;
            border-radius: 23px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0; }
            .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-heading .imgsec {
              width: 100%;
              border-radius: 23px;
              border-bottom-right-radius: 0;
              border-bottom-left-radius: 0;
              -webkit-transition: all 0.75s;
              transition: all 0.75s; }
              .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-heading .imgsec:hover {
                -webkit-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                        transform: scale(1.1); }
              .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-heading .imgsec img {
                width: 100%; }
            .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-heading + .timeline-body {
              border-top-left-radius: 0px;
              border-top-right-radius: 0px;
              border-top: 0px;
              margin-top: -8px;
              padding: 46px 29px 44px 27px; }
              @media print, screen and (max-width: 47.99875em) {
                .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-heading + .timeline-body {
                  padding: 45px 20px 30px 20px; } }
              .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-heading + .timeline-body h4,
              .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-heading + .timeline-body h3 {
                padding-bottom: 0px; }
                @media print, screen and (max-width: 47.99875em) {
                  .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-heading + .timeline-body h4,
                  .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-heading + .timeline-body h3 {
                    padding-bottom: 14px; } }
          .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-body {
            border-radius: 23px;
            margin-top: -10px;
            padding: 20px 31px 52px 31px; }
            @media print, screen and (max-width: 47.99875em) {
              .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-body {
                padding: 20px 20px 30px 20px; } }
            .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-body h4,
            .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-body h3 {
              color: #262424;
              padding-bottom: 16px; }
              @media print, screen and (max-width: 47.99875em) {
                .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-body h4,
                .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-body h3 {
                  padding-bottom: 12px; } }
            .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-body p {
              color: #262424; }
              .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-body p + p {
                margin-top: 27px; }
        .historyModule .timeline-wrapper .timeline li.timeline-inverted {
          float: right;
          clear: right;
          margin-top: 0px;
          display: inline;
          padding-right: 0px;
          padding-left: 0px; }
          @media print, screen and (min-width: 48em) {
            .historyModule .timeline-wrapper .timeline li.timeline-inverted {
              padding-left: 30px; } }
          @media print, screen and (min-width: 64em) {
            .historyModule .timeline-wrapper .timeline li.timeline-inverted {
              padding-left: 52px; } }
          @media screen and (min-width: 85.375em) {
            .historyModule .timeline-wrapper .timeline li.timeline-inverted {
              padding-left: 95px; } }
          .historyModule .timeline-wrapper .timeline li.timeline-inverted .timeline-badge {
            left: -16px;
            top: 552px; }
            @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
              .historyModule .timeline-wrapper .timeline li.timeline-inverted .timeline-badge {
                left: -8px;
                top: 352px; } }
            @media print, screen and (max-width: 47.99875em) {
              .historyModule .timeline-wrapper .timeline li.timeline-inverted .timeline-badge {
                right: -21px;
                top: 61px;
                left: auto; } }
          @media print, screen and (min-width: 48em) {
            .historyModule .timeline-wrapper .timeline li.timeline-inverted .timeline-panel {
              width: 100%; } }
          .historyModule .timeline-wrapper .timeline li.timeline-inverted .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto; }
      .historyModule .timeline-wrapper .timeline.active {
        opacity: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        @media print, screen and (max-width: 47.99875em) {
          .historyModule .timeline-wrapper .timeline.active {
            display: inline-block; } }

@media screen and (min-width: 768px) {
  .mtimelineLst.ui-selectmenu-open {
    display: none; } }

@media (min-width: 667px) and (max-width: 736px) {
  #timeline_dropdown-menu {
    height: 180px; } }

@media screen and (max-width: 767px) {
  .ui-selectmenu-button-closed::after {
    content: "";
    position: absolute;
    top: 36%;
    right: 10px;
    margin-top: 0px;
    z-index: 2;
    margin: auto;
    width: 24px;
    height: 14px;
    background-image: url(../images/Timeline/list-down-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    pointer-events: none; }
    .ui-selectmenu-button-open::after {
        content: "";
        position: absolute;
        top: 36%;
        right: 10px;
        margin-top: 0px;
        z-index: 2;
        margin: auto;
        width: 24px;
        height: 14px;
        background-image: url(../images/Timeline/list-down-arrow.svg);
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        pointer-events: none;
        webkit-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
  .mtimelineLst .ui-menu .ui-menu-item-wrapper {
    font-family: "Roboto";
    padding: 0;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    line-height: 35px;
    margin: -1px; }
    .mtimelineLst .ui-menu .ui-menu-item-wrapper:hover {
      color: #165D34; }
  .mtimelineLst .ui-menu {
    margin-top: 0;
    background: #fff;
    padding: 10px 0;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    padding-left: 18px; } }

footer.threecol {
  margin: 0px 0 0;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #165D34; }
  footer.threecol .grid-container {
    max-width: 100%;
    padding: 0 10px; }
    @media (max-width: 767px) {
      footer.threecol .grid-container {
        max-width: 100% !important;
        margin: 0px auto;
        padding-left: 15px !important;
        padding-right: 10px !important; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      footer.threecol .grid-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        max-width: 100% !important; } }
    @media print, screen and (min-width: 64em) {
      footer.threecol .grid-container {
        padding: 0 18px; } }
    @media (min-width: 1366px) and (max-width: 1599px) {
      footer.threecol .grid-container {
        padding: 0 35px; } }
    @media screen and (min-width: 1600px) {
      footer.threecol .grid-container {
        padding: 0 70px;
        max-width: 100%; } }

footer .footersec {
  padding: 30px 0px 16px;
  width: 100%;
  display: block; }
  @media print, screen and (min-width: 48em) {
    footer .footersec {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 30px 0px 70px; } }
  @media print, screen and (min-width: 48em) and (min-width: 64em) {
    footer .footersec {
      padding: 20px 0px 15px; } }
  footer .footersec .column-1 {
    width: 100%; }
    @media print, screen and (min-width: 48em) {
      footer .footersec .column-1 {
        width: 28%; } }
    @media print, screen and (min-width: 64em) {
      footer .footersec .column-1 {
        margin-bottom: 0px;
        width: 19.4%; } }
    footer .footersec .column-1 .fLogo {
      width: 203px; }
      @media screen and (min-width: 85.375em) {
        footer .footersec .column-1 .fLogo {
          width: 279px; } }
      footer .footersec .column-1 .fLogo img {
        max-width: 100%;
        height: auto;
        padding-top: 0px;
        padding-bottom: 20px; }
        @media print, screen and (min-width: 64em) {
          footer .footersec .column-1 .fLogo img {
            padding-top: 35px;
            padding-bottom: 40px; } }
  footer .footersec .column-3 {
    width: 100%;
    color: #ffffff;
    text-align: left; }
    @media print, screen and (min-width: 48em) {
      footer .footersec .column-3 {
        width: 60%; } }
    @media print, screen and (min-width: 64em) {
      footer .footersec .column-3 {
        width: 77%;
        text-align: right; } }
    @media screen and (min-width: 85.375em) {
      footer .footersec .column-3 {
        width: auto;
        max-width: 80%; } }
    footer .footersec .column-3 a {
      color: #ffffff; }
  footer .footersec .footerlinks {
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
    margin-top: 0; }
    @media print, screen and (max-width: 47.99875em) {
      footer .footersec .footerlinks {
        max-width: 360px;
        margin-top: 20px;
        margin-left: 15px; } }
    @media print, screen and (min-width: 64em) {
      footer .footersec .footerlinks {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-top: 30px;
        margin-bottom: 10px;
        margin-top: 29px; } }
    footer .footersec .footerlinks li {
      list-style: none;
      display: block;
      vertical-align: middle;
      margin-right: 26px;
      font-size: 17px;
      line-height: 25px;
      font-weight: 500;
      margin-bottom: 5px;
      position: relative;
      padding-left: 25px; }
      @media print, screen and (min-width: 48em) {
        footer .footersec .footerlinks li {
          margin-right: 16px;
          margin-bottom: 0px; } }
      @media print, screen and (min-width: 64em) {
        footer .footersec .footerlinks li {
          padding-left: 30px;
          display: inline-block;
          font-size: 22px;
          line-height: 44px; } }
      footer .footersec .footerlinks li:before {
        content: '';
        background-color: #ffffff;
        position: absolute;
        width: 8px;
        height: 8px;
        left: 0;
        border-radius: 50%;
        top: 10px; }
        @media print, screen and (min-width: 64em) {
          footer .footersec .footerlinks li:before {
            width: 11px;
            height: 11px;
            top: 17px; } }
      footer .footersec .footerlinks li:first-child:before {
        display: none; }
      @media print, screen and (min-width: 64em) {
        footer .footersec .footerlinks li:last-child {
          margin-right: 0px; } }
      footer .footersec .footerlinks li a {
        -webkit-transition: all 0.75s;
        transition: all 0.75s;
        display: block; }
        footer .footersec .footerlinks li a img {
          -webkit-transition: all 0.55s;
          transition: all 0.55s; }
        footer .footersec .footerlinks li a:hover img {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }

.design {
  font-size: 22px;
  line-height: 44px;
  font-weight: 500;
  margin-bottom: 0px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
    .design {
      font-size: 16px;
      text-align: right;
      position: absolute;
      right: 15px; } }
  @media print, screen and (min-width: 64em) {
    .design {
      font-size: 18px;
      margin-bottom: 0px;
      text-align: right; } }
  .design p {
    padding-right: 20px;
    padding-top: 24px; }

.ui-selectmenu-menu .ui-menu {
  overflow-y: scroll; }

.ui-selectmenu-menu {
  z-index: 9999999999999; }

@media (max-height: 414px) {
  .historyModule .historyBlock .decade-wrapper.sticky {
    top: 0px; }
  .ui-selectmenu-menu .ui-menu {
    height: 150px;
    z-index: 9999999999999; } }
