@charset "UTF-8";

html,legend,select {
  box-sizing: border-box;
}

.small-pull-1,.small-pull-10,.small-pull-11,.small-pull-2,.small-pull-3,.small-pull-4,.small-pull-5,.small-pull-6,.small-pull-7,.small-pull-8,.small-pull-9,.small-push-1,.small-push-10,.small-push-11,.small-push-2,.small-push-3,.small-push-4,.small-push-5,.small-push-6,.small-push-7,.small-push-8,.small-push-9,sub,sup {
  position: relative;
}

code,kbd,select:disabled {
  background-color: #e6e6e6;
}

.switch,html.is-reveal-open,html.is-reveal-open body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

audio,canvas,img,progress,video {
  display: inline-block;
}

pre,textarea {
  overflow: auto;
}

body,button,legend {
  padding: 0;
}

button,hr,input {
  overflow: visible;
}

.card,.flex-video,.responsive-embed,body.is-reveal-open,svg:not(:root) {
  overflow: hidden;
}

img,textarea[rows] {
  height: auto;
}

.fade-in.mui-enter,.fade-out.mui-leave,.hinge-in-from-bottom.mui-enter,.hinge-in-from-left.mui-enter,.hinge-in-from-middle-x.mui-enter,.hinge-in-from-middle-y.mui-enter,.hinge-in-from-right.mui-enter,.hinge-in-from-top.mui-enter,.hinge-out-from-bottom.mui-leave,.hinge-out-from-left.mui-leave,.hinge-out-from-middle-x.mui-leave,.hinge-out-from-middle-y.mui-leave,.hinge-out-from-right.mui-leave,.hinge-out-from-top.mui-leave,.scale-in-down.mui-enter,.scale-in-up.mui-enter,.scale-out-down.mui-leave,.scale-out-up.mui-leave,.slide-in-down.mui-enter,.slide-in-left.mui-enter,.slide-in-right.mui-enter,.slide-in-up.mui-enter,.slide-out-down.mui-leave,.slide-out-left.mui-leave,.slide-out-right.mui-leave,.slide-out-up.mui-leave,.spin-in-ccw.mui-enter,.spin-in.mui-enter,.spin-out-ccw.mui-leave,.spin-out.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
}

.slide-in-down.mui-enter {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transform: rotate(-.75turn);
  -ms-transform: rotate(-.75turn);
  transform: rotate(-.75turn);
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(.75turn);
  -ms-transform: rotate(.75turn);
  transform: rotate(.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transform: rotate(.75turn);
  -ms-transform: rotate(.75turn);
  transform: rotate(.75turn);
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-.75turn);
  -ms-transform: rotate(-.75turn);
  transform: rotate(-.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms!important;
  -webkit-animation-duration: 750ms!important;
  animation-duration: 750ms!important;
}

.fast {
  transition-duration: 250ms!important;
  -webkit-animation-duration: 250ms!important;
  animation-duration: 250ms!important;
}

.linear {
  transition-timing-function: linear!important;
  -webkit-animation-timing-function: linear!important;
  animation-timing-function: linear!important;
}

.ease {
  transition-timing-function: ease!important;
  -webkit-animation-timing-function: ease!important;
  animation-timing-function: ease!important;
}

.ease-in {
  transition-timing-function: ease-in!important;
  -webkit-animation-timing-function: ease-in!important;
  animation-timing-function: ease-in!important;
}

.ease-out {
  transition-timing-function: ease-out!important;
  -webkit-animation-timing-function: ease-out!important;
  animation-timing-function: ease-out!important;
}

.ease-in-out {
  transition-timing-function: ease-in-out!important;
  -webkit-animation-timing-function: ease-in-out!important;
  animation-timing-function: ease-in-out!important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(.485,.155,.24,1.245)!important;
  -webkit-animation-timing-function: cubic-bezier(.485,.155,.24,1.245)!important;
  animation-timing-function: cubic-bezier(.485,.155,.24,1.245)!important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(.485,.155,.515,.845)!important;
  -webkit-animation-timing-function: cubic-bezier(.485,.155,.515,.845)!important;
  animation-timing-function: cubic-bezier(.485,.155,.515,.845)!important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(.76,-.245,.24,1.245)!important;
  -webkit-animation-timing-function: cubic-bezier(.76,-.245,.24,1.245)!important;
  animation-timing-function: cubic-bezier(.76,-.245,.24,1.245)!important;
}

.short-delay {
  transition-delay: .3s!important;
  -webkit-animation-delay: .3s!important;
  animation-delay: .3s!important;
}

.long-delay {
  transition-delay: .7s!important;
  -webkit-animation-delay: .7s!important;
  animation-delay: .7s!important;
}

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
  0%,10%,20%,30%,40%,50%,60%,70%,80%,90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }

  15%,25%,35%,45%,5%,55%,65%,75%,85%,95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}

@keyframes shake-7 {
  0%,10%,20%,30%,40%,50%,60%,70%,80%,90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }

  15%,25%,35%,45%,5%,55%,65%,75%,85%,95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0%,100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%,50%,60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }

  35%,45%,55%,65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }

  0%,100%,30%,70% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes wiggle-7deg {
  40%,50%,60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }

  35%,45%,55%,65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }

  0%,100%,30%,70% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

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

sup {
  top: -.5em;
}

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

img {
  border-style: none;
  vertical-align: middle;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

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

button,select {
  text-transform: none;
}

.breadcrumbs li,.read-more-link {
  text-transform: uppercase;
}

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

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

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

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

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

[type=search] {
  outline-offset: -2px;
}

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

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

b,em,i,small,strong {
  line-height: inherit;
}

legend {
  display: table;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

summary {
  display: list-item;
}

[hidden],template {
  display: none;
}

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

html {
  font-size: 100%;
}

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

body {
  margin: 0;
  background: #e6e6e6;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

select {
  width: 100%;
}

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

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

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

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

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

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

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

.row::after,.row::before {
  display: table;
  content: ' ';
}

.row::after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print,screen and (min-width:40em) {
  .column,.columns {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}

@media screen and (min-width:64em) {
  .column,.columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

.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,.image-grid .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 {
  left: 8.33333%;
}

.small-pull-1 {
  left: -8.33333%;
}

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

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  left: 16.66667%;
}

.small-pull-2 {
  left: -16.66667%;
}

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  left: 33.33333%;
}

.small-pull-4 {
  left: -33.33333%;
}

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

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  left: 41.66667%;
}

.small-pull-5 {
  left: -41.66667%;
}

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  left: 58.33333%;
}

.small-pull-7 {
  left: -58.33333%;
}

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

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  left: 66.66667%;
}

.small-pull-8 {
  left: -66.66667%;
}

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  left: 83.33333%;
}

.small-pull-10 {
  left: -83.33333%;
}

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

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  left: 91.66667%;
}

.small-pull-11 {
  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;
}

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

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

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

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

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

@media print,screen and (min-width:40em) {
  .medium-pull-1,.medium-pull-10,.medium-pull-11,.medium-pull-2,.medium-pull-3,.medium-pull-4,.medium-pull-5,.medium-pull-6,.medium-pull-7,.medium-pull-8,.medium-pull-9,.medium-push-1,.medium-push-10,.medium-push-11,.medium-push-2,.medium-push-3,.medium-push-4,.medium-push-5,.medium-push-6,.medium-push-7,.medium-push-8,.medium-push-9 {
    position: relative;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-push-1 {
    left: 8.33333%;
  }

  .medium-pull-1 {
    left: -8.33333%;
  }

  .medium-offset-0 {
    margin-left: 0;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-push-2 {
    left: 16.66667%;
  }

  .medium-pull-2 {
    left: -16.66667%;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    left: 25%;
  }

  .medium-pull-3 {
    left: -25%;
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-push-4 {
    left: 33.33333%;
  }

  .medium-pull-4 {
    left: -33.33333%;
  }

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

  .medium-5 {
    width: 41.66667%;
  }

  .medium-push-5 {
    left: 41.66667%;
  }

  .medium-pull-5 {
    left: -41.66667%;
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    left: 50%;
  }

  .medium-pull-6 {
    left: -50%;
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-push-7 {
    left: 58.33333%;
  }

  .medium-pull-7 {
    left: -58.33333%;
  }

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

  .medium-8 {
    width: 66.66667%;
  }

  .medium-push-8 {
    left: 66.66667%;
  }

  .medium-pull-8 {
    left: -66.66667%;
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    left: 75%;
  }

  .medium-pull-9 {
    left: -75%;
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-push-10 {
    left: 83.33333%;
  }

  .medium-pull-10 {
    left: -83.33333%;
  }

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

  .medium-11 {
    width: 91.66667%;
  }

  .medium-push-11 {
    left: 91.66667%;
  }

  .medium-pull-11 {
    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;
  }

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

  .medium-uncollapse>.column,.medium-uncollapse>.columns {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

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

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

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

@media screen and (min-width:64em) {
  .large-pull-1,.large-pull-10,.large-pull-11,.large-pull-2,.large-pull-3,.large-pull-4,.large-pull-5,.large-pull-6,.large-pull-7,.large-pull-8,.large-pull-9,.large-push-1,.large-push-10,.large-push-11,.large-push-2,.large-push-3,.large-push-4,.large-push-5,.large-push-6,.large-push-7,.large-push-8,.large-push-9 {
    position: relative;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-push-1 {
    left: 8.33333%;
  }

  .large-pull-1 {
    left: -8.33333%;
  }

  .large-offset-0 {
    margin-left: 0;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-push-2 {
    left: 16.66667%;
  }

  .large-pull-2 {
    left: -16.66667%;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    left: 25%;
  }

  .large-pull-3 {
    left: -25%;
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-push-4 {
    left: 33.33333%;
  }

  .large-pull-4 {
    left: -33.33333%;
  }

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

  .large-5 {
    width: 41.66667%;
  }

  .large-push-5 {
    left: 41.66667%;
  }

  .large-pull-5 {
    left: -41.66667%;
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    left: 50%;
  }

  .large-pull-6 {
    left: -50%;
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-push-7 {
    left: 58.33333%;
  }

  .large-pull-7 {
    left: -58.33333%;
  }

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

  .large-8 {
    width: 66.66667%;
  }

  .large-push-8 {
    left: 66.66667%;
  }

  .large-pull-8 {
    left: -66.66667%;
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    left: 75%;
  }

  .large-pull-9 {
    left: -75%;
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-push-10 {
    left: 83.33333%;
  }

  .large-pull-10 {
    left: -83.33333%;
  }

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

  .large-11 {
    width: 91.66667%;
  }

  .large-push-11 {
    left: 91.66667%;
  }

  .large-pull-11 {
    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;
  }

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

  .large-uncollapse>.column,.large-uncollapse>.columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }

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

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

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

@media screen and (min-width:75em) {
  .xlarge-pull-1,.xlarge-pull-10,.xlarge-pull-11,.xlarge-pull-2,.xlarge-pull-3,.xlarge-pull-4,.xlarge-pull-5,.xlarge-pull-6,.xlarge-pull-7,.xlarge-pull-8,.xlarge-pull-9,.xlarge-push-1,.xlarge-push-10,.xlarge-push-11,.xlarge-push-2,.xlarge-push-3,.xlarge-push-4,.xlarge-push-5,.xlarge-push-6,.xlarge-push-7,.xlarge-push-8,.xlarge-push-9 {
    position: relative;
  }

  .xlarge-1 {
    width: 8.33333%;
  }

  .xlarge-push-1 {
    left: 8.33333%;
  }

  .xlarge-pull-1 {
    left: -8.33333%;
  }

  .xlarge-offset-0 {
    margin-left: 0;
  }

  .xlarge-2 {
    width: 16.66667%;
  }

  .xlarge-push-2 {
    left: 16.66667%;
  }

  .xlarge-pull-2 {
    left: -16.66667%;
  }

  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }

  .xlarge-3 {
    width: 25%;
  }

  .xlarge-push-3 {
    left: 25%;
  }

  .xlarge-pull-3 {
    left: -25%;
  }

  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }

  .xlarge-4 {
    width: 33.33333%;
  }

  .xlarge-push-4 {
    left: 33.33333%;
  }

  .xlarge-pull-4 {
    left: -33.33333%;
  }

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

  .xlarge-5 {
    width: 41.66667%;
  }

  .xlarge-push-5 {
    left: 41.66667%;
  }

  .xlarge-pull-5 {
    left: -41.66667%;
  }

  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }

  .xlarge-6 {
    width: 50%;
  }

  .xlarge-push-6 {
    left: 50%;
  }

  .xlarge-pull-6 {
    left: -50%;
  }

  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }

  .xlarge-7 {
    width: 58.33333%;
  }

  .xlarge-push-7 {
    left: 58.33333%;
  }

  .xlarge-pull-7 {
    left: -58.33333%;
  }

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

  .xlarge-8 {
    width: 66.66667%;
  }

  .xlarge-push-8 {
    left: 66.66667%;
  }

  .xlarge-pull-8 {
    left: -66.66667%;
  }

  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }

  .xlarge-9 {
    width: 75%;
  }

  .xlarge-push-9 {
    left: 75%;
  }

  .xlarge-pull-9 {
    left: -75%;
  }

  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }

  .xlarge-10 {
    width: 83.33333%;
  }

  .xlarge-push-10 {
    left: 83.33333%;
  }

  .xlarge-pull-10 {
    left: -83.33333%;
  }

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

  .xlarge-11 {
    width: 91.66667%;
  }

  .xlarge-push-11 {
    left: 91.66667%;
  }

  .xlarge-pull-11 {
    left: -91.66667%;
  }

  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }

  .xlarge-12 {
    width: 100%;
  }

  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xlarge-uncollapse>.column,.xlarge-uncollapse>.columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }

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

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

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

@media screen and (min-width:90em) {
  .xxlarge-pull-1,.xxlarge-pull-10,.xxlarge-pull-11,.xxlarge-pull-2,.xxlarge-pull-3,.xxlarge-pull-4,.xxlarge-pull-5,.xxlarge-pull-6,.xxlarge-pull-7,.xxlarge-pull-8,.xxlarge-pull-9,.xxlarge-push-1,.xxlarge-push-10,.xxlarge-push-11,.xxlarge-push-2,.xxlarge-push-3,.xxlarge-push-4,.xxlarge-push-5,.xxlarge-push-6,.xxlarge-push-7,.xxlarge-push-8,.xxlarge-push-9 {
    position: relative;
  }

  .xxlarge-1 {
    width: 8.33333%;
  }

  .xxlarge-push-1 {
    left: 8.33333%;
  }

  .xxlarge-pull-1 {
    left: -8.33333%;
  }

  .xxlarge-offset-0 {
    margin-left: 0;
  }

  .xxlarge-2 {
    width: 16.66667%;
  }

  .xxlarge-push-2 {
    left: 16.66667%;
  }

  .xxlarge-pull-2 {
    left: -16.66667%;
  }

  .xxlarge-offset-1 {
    margin-left: 8.33333%;
  }

  .xxlarge-3 {
    width: 25%;
  }

  .xxlarge-push-3 {
    left: 25%;
  }

  .xxlarge-pull-3 {
    left: -25%;
  }

  .xxlarge-offset-2 {
    margin-left: 16.66667%;
  }

  .xxlarge-4 {
    width: 33.33333%;
  }

  .xxlarge-push-4 {
    left: 33.33333%;
  }

  .xxlarge-pull-4 {
    left: -33.33333%;
  }

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

  .xxlarge-5 {
    width: 41.66667%;
  }

  .xxlarge-push-5 {
    left: 41.66667%;
  }

  .xxlarge-pull-5 {
    left: -41.66667%;
  }

  .xxlarge-offset-4 {
    margin-left: 33.33333%;
  }

  .xxlarge-6 {
    width: 50%;
  }

  .xxlarge-push-6 {
    left: 50%;
  }

  .xxlarge-pull-6 {
    left: -50%;
  }

  .xxlarge-offset-5 {
    margin-left: 41.66667%;
  }

  .xxlarge-7 {
    width: 58.33333%;
  }

  .xxlarge-push-7 {
    left: 58.33333%;
  }

  .xxlarge-pull-7 {
    left: -58.33333%;
  }

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

  .xxlarge-8 {
    width: 66.66667%;
  }

  .xxlarge-push-8 {
    left: 66.66667%;
  }

  .xxlarge-pull-8 {
    left: -66.66667%;
  }

  .xxlarge-offset-7 {
    margin-left: 58.33333%;
  }

  .xxlarge-9 {
    width: 75%;
  }

  .xxlarge-push-9 {
    left: 75%;
  }

  .xxlarge-pull-9 {
    left: -75%;
  }

  .xxlarge-offset-8 {
    margin-left: 66.66667%;
  }

  .xxlarge-10 {
    width: 83.33333%;
  }

  .xxlarge-push-10 {
    left: 83.33333%;
  }

  .xxlarge-pull-10 {
    left: -83.33333%;
  }

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

  .xxlarge-11 {
    width: 91.66667%;
  }

  .xxlarge-push-11 {
    left: 91.66667%;
  }

  .xxlarge-pull-11 {
    left: -91.66667%;
  }

  .xxlarge-offset-10 {
    margin-left: 83.33333%;
  }

  .xxlarge-12 {
    width: 100%;
  }

  .xxlarge-offset-11 {
    margin-left: 91.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xxlarge-uncollapse>.column,.xxlarge-uncollapse>.columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }

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

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

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

.breadcrumbs::after,.button-group::after,.clearfix::after,.image-grid .columns:nth-child(odd),.menu.align-right::after,.pagination::after,.tabs::after,.title-bar::after,.top-bar::after,hr {
  clear: both;
}

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

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

@media print,screen and (min-width:40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }

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

@media screen and (min-width:64em) {
  .column-block {
    margin-bottom: 3.75rem;
  }

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

.header-large,.header-medium,.header-small,.header-tiny,.header-xlarge,.header-xxlarge,.widget-title,blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul {
  margin: 0;
  padding: 0;
}

dl,ol,p,ul {
  margin-bottom: 1rem;
}

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

p {
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,i {
  font-style: italic;
}

b,strong {
  font-weight: 700;
}

.header-large,.header-medium,.header-small,.header-tiny,.header-xlarge,.header-xxlarge,.widget-title,h1,h2,h3,h4,h5,h6 {
  font-family: Georgia,Cambria,"Times New Roman",Times,serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility;
}

code,kbd {
  font-family: Consolas,"Liberation Mono",Courier,monospace;
}

.header-large small,.header-medium small,.header-small small,.header-tiny small,.header-xlarge small,.header-xxlarge small,.widget-title small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
  line-height: 0;
  color: #666;
}

.header-large,.header-medium,.header-small,.header-tiny,.header-xlarge,.header-xxlarge,.widget-title,h1,h2,h3,h4,h5,h6 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr,code,kbd {
  color: #222;
}

.header-xxlarge,h1 {
  font-size: 2.1875rem;
}

.header-xlarge,h2 {
  font-size: 1.75rem;
}

.header-large,h3 {
  font-size: 1.5rem;
}

.header-medium,h4 {
  font-size: 1.375rem;
}

.header-small,h5 {
  font-size: 1.25rem;
}

.header-tiny,.widget-title,h6 {
  font-size: 1.125rem;
}

@media print,screen and (min-width:40em) {
  .header-xxlarge,h1 {
    font-size: 2.8125rem;
  }

  .header-xlarge,h2 {
    font-size: 2.25rem;
  }

  .header-large,h3 {
    font-size: 1.75rem;
  }

  .header-medium,h4 {
    font-size: 1.5rem;
  }

  .header-small,h5 {
    font-size: 1.3125rem;
  }

  .header-tiny,.widget-title,h6 {
    font-size: 1.1875rem;
  }
}

a {
  background-color: transparent;
  color: #2f56a6;
  outline-color: #23417D!important;
  -webkit-text-decoration-skip: objects;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:focus,a:hover {
  color: #23417d;
}

a img {
  border: 0;
}

hr {
  box-sizing: content-box;
  max-width: 75rem;
  height: 0;
  margin: 2.5rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid rgba(0,0,0,.1);
  border-left: 0;
}

.slick-slider,input[type=search] {
  box-sizing: border-box;
}

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

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
}

.accordion,.menu,.tabs {
  list-style-type: none;
}

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

dl dt {
  margin-bottom: .3rem;
  font-weight: 700;
}

.subheader,code,label {
  font-weight: 400;
}

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

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

cite {
  display: block;
  font-size: .8125rem;
  color: #666;
}

cite:before {
  content: "— ";
}

abbr {
  border-bottom: 1px dotted #222;
  cursor: help;
}

code {
  padding: .125rem .3125rem .0625rem;
  border: 1px solid #cacaca;
}

kbd {
  margin: 0;
  padding: .125rem .25rem 0;
}

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

.subheader {
  margin-bottom: 1rem;
  line-height: 1.4;
  color: #666;
}

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

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

.commentlist,.no-bullet,.press-release-tags ul,.table-of-contents .category {
  margin-left: 0;
  list-style: none;
}

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

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

.page-navigation,.text-center {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width:90em) {
  .xxlarge-text-left {
    text-align: left;
  }

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

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

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

.badge,.input-group-button,.input-group-label,.menu-centered,.menu.icon-top>li>a {
  text-align: center;
}

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

@media print {
  blockquote,img,pre,tr {
    page-break-inside: avoid;
  }

  * {
    background: 0 0!important;
    box-shadow: none!important;
    color: #000!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,th.show-for-print {
    display: table-cell!important;
  }

  a,a:visited {
    text-decoration: underline;
  }

  .ir a:after,a[href^='javascript:']:after,a[href^='#']:after {
    content: '';
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  blockquote,pre {
    border: 1px solid #666;
  }

  thead {
    display: table-header-group;
  }

  img {
    max-width: 100%!important;
  }@  page {
    margin: .5cm;
  }

  .header-large,.header-xlarge,h2,h3,p {
    orphans: 3;
    widows: 3;
  }

  .header-large,.header-xlarge,h2,h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}

[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(34,34,34,.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  color: #222;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,textarea:focus {
  outline: 0;
  border: 1px solid #666;
  background-color: #fff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow .5s,border-color .25s ease-in-out;
}

textarea {
  min-height: 50px;
  max-width: 100%;
}

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

input::-moz-placeholder,textarea::-moz-placeholder {
  color: #cacaca;
}

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

input::placeholder,textarea::placeholder {
  color: #cacaca;
}

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

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

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

[type=checkbox]+label,[type=radio]+label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: .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: .5rem;
}

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

label {
  display: block;
  margin: 0;
  font-size: .875rem;
  line-height: 1.8;
  color: #222;
}

.form-error,.menu-text,.switch {
  font-weight: 700;
}

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

.help-text {
  margin-top: -.5rem;
  font-size: .8125rem;
  font-style: italic;
  color: #222;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

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

.input-group-button,.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label,.input-group-field,.input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #222;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

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

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

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.fieldset,select {
  border: 1px solid #cacaca;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  width: 1%;
  height: 100%;
}

.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-group .input-group-button {
  display: table-cell;
}

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

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

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
}

.fieldset legend {
  margin: 0 0 0 -.1875rem;
  padding: 0 .1875rem;
  background: #e6e6e6;
}

select,select:focus {
  background-color: #fff;
  transition: box-shadow .5s,border-color .25s ease-in-out;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: .5rem 1.5rem .5rem .5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #222;
  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%28102, 102, 102%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
}

.form-error,.is-invalid-label {
  color: #d05d4e;
}

@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: 0;
  border: 1px solid #666;
  box-shadow: 0 0 5px #cacaca;
}

select:disabled {
  cursor: not-allowed;
}

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

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

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

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

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

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

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

.form-error {
  display: none;
  margin-top: -.5rem;
  margin-bottom: 1rem;
  font-size: .75rem;
}

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

.button,.comment-reply-link,.press-release-tags ul li a,.social-buttons a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  padding: .85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-size: .9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #2f56a6;
  color: #fff;
}

.button.disabled,.button.disabled.alert,.button.disabled.fscf-div-redirecting,.button.disabled.primary,.button.disabled.secondary,.button.disabled.success,.button.disabled.warning,.button[disabled],.button[disabled].alert,.button[disabled].fscf-div-redirecting,.button[disabled].primary,.button[disabled].secondary,.button[disabled].success,.button[disabled].warning,.disabled.alert.comment-reply-link,.disabled.comment-reply-link,.disabled.comment-reply-link.fscf-div-redirecting,.disabled.primary.comment-reply-link,.disabled.success.comment-reply-link,.disabled.warning.comment-reply-link,.press-release-tags ul li a.disabled,.press-release-tags ul li a.disabled.alert,.press-release-tags ul li a.disabled.fscf-div-redirecting,.press-release-tags ul li a.disabled.primary,.press-release-tags ul li a.disabled.success,.press-release-tags ul li a.disabled.warning,.press-release-tags ul li a[disabled],.press-release-tags ul li a[disabled].alert,.press-release-tags ul li a[disabled].fscf-div-redirecting,.press-release-tags ul li a[disabled].primary,.press-release-tags ul li a[disabled].success,.press-release-tags ul li a[disabled].warning,.social-buttons a.disabled,.social-buttons a.disabled.alert,.social-buttons a.disabled.fscf-div-redirecting,.social-buttons a.disabled.primary,.social-buttons a.disabled.secondary,.social-buttons a.disabled.success,.social-buttons a.disabled.warning,.social-buttons a[disabled],.social-buttons a[disabled].alert,.social-buttons a[disabled].fscf-div-redirecting,.social-buttons a[disabled].primary,.social-buttons a[disabled].secondary,.social-buttons a[disabled].success,.social-buttons a[disabled].warning,[disabled].alert.comment-reply-link,[disabled].comment-reply-link,[disabled].comment-reply-link.fscf-div-redirecting,[disabled].primary.comment-reply-link,[disabled].success.comment-reply-link,[disabled].warning.comment-reply-link {
  opacity: .3;
  cursor: not-allowed;
}

.press-release-tags ul li [data-whatinput=mouse] a,.social-buttons [data-whatinput=mouse] a,[data-whatinput=mouse] .button,[data-whatinput=mouse] .comment-reply-link,[data-whatinput=mouse] .press-release-tags ul li a,[data-whatinput=mouse] .social-buttons a {
  outline: 0;
}

.button:focus,.button:hover,.comment-reply-link:focus,.comment-reply-link:hover,.press-release-tags ul li a:focus,.press-release-tags ul li a:hover,.social-buttons a:focus,.social-buttons a:hover {
  background-color: #28498d;
  color: #fff;
}

#translation-menu .button,#translation-menu .comment-reply-link,#translation-menu .press-release-tags ul li a,#translation-menu .social-buttons a,.button.tiny,.comment-reply-link,.press-release-tags ul li #translation-menu a,.press-release-tags ul li a,.social-buttons #translation-menu a,.social-buttons a.comment-reply-link,.social-buttons a.tiny {
  font-size: .6rem;
}

.button.small,.press-release-tags ul li a.small,.small.comment-reply-link,.social-buttons a.small {
  font-size: .75rem;
}

.button.large,.large.comment-reply-link,.press-release-tags ul li a.large,.social-buttons a.large {
  font-size: 1.25rem;
}

.button.expanded,.expanded.comment-reply-link,.press-release-tags ul li a.expanded,.social-buttons a.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary,.press-release-tags ul li a.primary,.primary.comment-reply-link,.social-buttons a.primary {
  background-color: #2f56a6;
  color: #fff;
}

.button.primary:focus,.button.primary:hover,.press-release-tags ul li a.primary:focus,.press-release-tags ul li a.primary:hover,.primary.comment-reply-link:focus,.primary.comment-reply-link:hover,.social-buttons a.primary:focus,.social-buttons a.primary:hover {
  background-color: #264585;
  color: #fff;
}

.button.secondary,.comment-reply-link,.press-release-tags ul li a,.social-buttons a.comment-reply-link,.social-buttons a.secondary {
  background-color: #767676;
  color: #fff;
}

.button.secondary:focus,.button.secondary:hover,.comment-reply-link:focus,.comment-reply-link:hover,.press-release-tags ul li a:focus,.press-release-tags ul li a:hover,.social-buttons a.secondary:focus,.social-buttons a.secondary:hover {
  background-color: #5e5e5e;
  color: #fff;
}

.button.fscf-div-redirecting,.button.success,.comment-reply-link.fscf-div-redirecting,.press-release-tags ul li a.fscf-div-redirecting,.press-release-tags ul li a.success,.social-buttons a.fscf-div-redirecting,.social-buttons a.success,.success.comment-reply-link {
  background-color: #3adb76;
  color: #222;
}

.button.fscf-div-redirecting:focus,.button.fscf-div-redirecting:hover,.button.success:focus,.button.success:hover,.comment-reply-link.fscf-div-redirecting:focus,.comment-reply-link.fscf-div-redirecting:hover,.press-release-tags ul li a.fscf-div-redirecting:focus,.press-release-tags ul li a.fscf-div-redirecting:hover,.press-release-tags ul li a.success:focus,.press-release-tags ul li a.success:hover,.social-buttons a.fscf-div-redirecting:focus,.social-buttons a.fscf-div-redirecting:hover,.social-buttons a.success:focus,.social-buttons a.success:hover,.success.comment-reply-link:focus,.success.comment-reply-link:hover {
  background-color: #22bb5b;
  color: #222;
}

.button.warning,.press-release-tags ul li a.warning,.social-buttons a.warning,.warning.comment-reply-link {
  background-color: #ffae00;
  color: #222;
}

.button.warning:focus,.button.warning:hover,.press-release-tags ul li a.warning:focus,.press-release-tags ul li a.warning:hover,.social-buttons a.warning:focus,.social-buttons a.warning:hover,.warning.comment-reply-link:focus,.warning.comment-reply-link:hover {
  background-color: #cc8b00;
  color: #222;
}

.alert.comment-reply-link,.button.alert,.press-release-tags ul li a.alert,.social-buttons a.alert {
  background-color: #d05d4e;
  color: #fff;
}

.alert.comment-reply-link:focus,.alert.comment-reply-link:hover,.button.alert:focus,.button.alert:hover,.press-release-tags ul li a.alert:focus,.press-release-tags ul li a.alert:hover,.social-buttons a.alert:focus,.social-buttons a.alert:hover {
  background-color: #b53f30;
  color: #fff;
}

.button.hollow,.hollow.comment-reply-link,.press-release-tags ul li a.hollow,.social-buttons a.hollow {
  border: 1px solid #2f56a6;
  color: #2f56a6;
}

.button.hollow,.button.hollow:focus,.button.hollow:hover,.hollow.comment-reply-link,.hollow.comment-reply-link:focus,.hollow.comment-reply-link:hover,.press-release-tags ul li a.hollow,.press-release-tags ul li a.hollow:focus,.press-release-tags ul li a.hollow:hover,.social-buttons a.hollow,.social-buttons a.hollow:focus,.social-buttons a.hollow:hover {
  background-color: transparent;
}

.button.disabled,.button.disabled.primary,.button.disabled.primary:focus,.button.disabled.primary:hover,.button.disabled:focus,.button.disabled:hover,.button[disabled],.button[disabled].primary,.button[disabled].primary:focus,.button[disabled].primary:hover,.button[disabled]:focus,.button[disabled]:hover,.disabled.comment-reply-link,.disabled.comment-reply-link:focus,.disabled.comment-reply-link:hover,.disabled.primary.comment-reply-link,.disabled.primary.comment-reply-link:focus,.disabled.primary.comment-reply-link:hover,.press-release-tags ul li a.disabled,.press-release-tags ul li a.disabled.primary,.press-release-tags ul li a.disabled.primary:focus,.press-release-tags ul li a.disabled.primary:hover,.press-release-tags ul li a.disabled:focus,.press-release-tags ul li a.disabled:hover,.press-release-tags ul li a[disabled],.press-release-tags ul li a[disabled].primary,.press-release-tags ul li a[disabled].primary:focus,.press-release-tags ul li a[disabled].primary:hover,.press-release-tags ul li a[disabled]:focus,.press-release-tags ul li a[disabled]:hover,.social-buttons a.disabled,.social-buttons a.disabled.primary,.social-buttons a.disabled.primary:focus,.social-buttons a.disabled.primary:hover,.social-buttons a.disabled:focus,.social-buttons a.disabled:hover,.social-buttons a[disabled],.social-buttons a[disabled].primary,.social-buttons a[disabled].primary:focus,.social-buttons a[disabled].primary:hover,.social-buttons a[disabled]:focus,.social-buttons a[disabled]:hover,[disabled].comment-reply-link,[disabled].comment-reply-link:focus,[disabled].comment-reply-link:hover,[disabled].primary.comment-reply-link,[disabled].primary.comment-reply-link:focus,[disabled].primary.comment-reply-link:hover {
  background-color: #2f56a6;
  color: #fff;
}

.button.hollow:focus,.button.hollow:hover,.hollow.comment-reply-link:focus,.hollow.comment-reply-link:hover,.press-release-tags ul li a.hollow:focus,.press-release-tags ul li a.hollow:hover,.social-buttons a.hollow:focus,.social-buttons a.hollow:hover {
  border-color: #182b53;
  color: #182b53;
}

.button.hollow.primary,.hollow.primary.comment-reply-link,.press-release-tags ul li a.hollow.primary,.social-buttons a.hollow.primary {
  border: 1px solid #2f56a6;
  color: #2f56a6;
}

.button.hollow.primary:focus,.button.hollow.primary:hover,.hollow.primary.comment-reply-link:focus,.hollow.primary.comment-reply-link:hover,.press-release-tags ul li a.hollow.primary:focus,.press-release-tags ul li a.hollow.primary:hover,.social-buttons a.hollow.primary:focus,.social-buttons a.hollow.primary:hover {
  border-color: #182b53;
  color: #182b53;
}

.button.hollow.secondary,.hollow.comment-reply-link,.press-release-tags ul li a.hollow,.social-buttons a.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.secondary:focus,.button.hollow.secondary:hover,.hollow.comment-reply-link:focus,.hollow.comment-reply-link:hover,.press-release-tags ul li a.hollow:focus,.press-release-tags ul li a.hollow:hover,.social-buttons a.hollow.secondary:focus,.social-buttons a.hollow.secondary:hover {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.hollow.fscf-div-redirecting,.button.hollow.success,.hollow.comment-reply-link.fscf-div-redirecting,.hollow.success.comment-reply-link,.press-release-tags ul li a.hollow.fscf-div-redirecting,.press-release-tags ul li a.hollow.success,.social-buttons a.hollow.fscf-div-redirecting,.social-buttons a.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.fscf-div-redirecting:focus,.button.hollow.fscf-div-redirecting:hover,.button.hollow.success:focus,.button.hollow.success:hover,.hollow.comment-reply-link.fscf-div-redirecting:focus,.hollow.comment-reply-link.fscf-div-redirecting:hover,.hollow.success.comment-reply-link:focus,.hollow.success.comment-reply-link:hover,.press-release-tags ul li a.hollow.fscf-div-redirecting:focus,.press-release-tags ul li a.hollow.fscf-div-redirecting:hover,.press-release-tags ul li a.hollow.success:focus,.press-release-tags ul li a.hollow.success:hover,.social-buttons a.hollow.fscf-div-redirecting:focus,.social-buttons a.hollow.fscf-div-redirecting:hover,.social-buttons a.hollow.success:focus,.social-buttons a.hollow.success:hover {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning,.hollow.warning.comment-reply-link,.press-release-tags ul li a.hollow.warning,.social-buttons a.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:focus,.button.hollow.warning:hover,.hollow.warning.comment-reply-link:focus,.hollow.warning.comment-reply-link:hover,.press-release-tags ul li a.hollow.warning:focus,.press-release-tags ul li a.hollow.warning:hover,.social-buttons a.hollow.warning:focus,.social-buttons a.hollow.warning:hover {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert,.hollow.alert.comment-reply-link,.press-release-tags ul li a.hollow.alert,.social-buttons a.hollow.alert {
  border: 1px solid #d05d4e;
  color: #d05d4e;
}

.button.hollow.alert:focus,.button.hollow.alert:hover,.hollow.alert.comment-reply-link:focus,.hollow.alert.comment-reply-link:hover,.press-release-tags ul li a.hollow.alert:focus,.press-release-tags ul li a.hollow.alert:hover,.social-buttons a.hollow.alert:focus,.social-buttons a.hollow.alert:hover {
  border-color: #71281e;
  color: #71281e;
}

.button.disabled.secondary,.button.disabled.secondary:focus,.button.disabled.secondary:hover,.button[disabled].secondary,.button[disabled].secondary:focus,.button[disabled].secondary:hover,.disabled.comment-reply-link,.disabled.comment-reply-link:focus,.disabled.comment-reply-link:hover,.press-release-tags ul li a.disabled,.press-release-tags ul li a.disabled:focus,.press-release-tags ul li a.disabled:hover,.press-release-tags ul li a[disabled],.press-release-tags ul li a[disabled]:focus,.press-release-tags ul li a[disabled]:hover,.social-buttons a.disabled.secondary,.social-buttons a.disabled.secondary:focus,.social-buttons a.disabled.secondary:hover,.social-buttons a[disabled].secondary,.social-buttons a[disabled].secondary:focus,.social-buttons a[disabled].secondary:hover,[disabled].comment-reply-link,[disabled].comment-reply-link:focus,[disabled].comment-reply-link:hover {
  background-color: #767676;
  color: #fff;
}

.button.disabled.fscf-div-redirecting,.button.disabled.fscf-div-redirecting:focus,.button.disabled.fscf-div-redirecting:hover,.button.disabled.success,.button.disabled.success:focus,.button.disabled.success:hover,.button[disabled].fscf-div-redirecting,.button[disabled].fscf-div-redirecting:focus,.button[disabled].fscf-div-redirecting:hover,.button[disabled].success,.button[disabled].success:focus,.button[disabled].success:hover,.disabled.comment-reply-link.fscf-div-redirecting,.disabled.comment-reply-link.fscf-div-redirecting:focus,.disabled.comment-reply-link.fscf-div-redirecting:hover,.disabled.success.comment-reply-link,.disabled.success.comment-reply-link:focus,.disabled.success.comment-reply-link:hover,.press-release-tags ul li a.disabled.fscf-div-redirecting,.press-release-tags ul li a.disabled.fscf-div-redirecting:focus,.press-release-tags ul li a.disabled.fscf-div-redirecting:hover,.press-release-tags ul li a.disabled.success,.press-release-tags ul li a.disabled.success:focus,.press-release-tags ul li a.disabled.success:hover,.press-release-tags ul li a[disabled].fscf-div-redirecting,.press-release-tags ul li a[disabled].fscf-div-redirecting:focus,.press-release-tags ul li a[disabled].fscf-div-redirecting:hover,.press-release-tags ul li a[disabled].success,.press-release-tags ul li a[disabled].success:focus,.press-release-tags ul li a[disabled].success:hover,.social-buttons a.disabled.fscf-div-redirecting,.social-buttons a.disabled.fscf-div-redirecting:focus,.social-buttons a.disabled.fscf-div-redirecting:hover,.social-buttons a.disabled.success,.social-buttons a.disabled.success:focus,.social-buttons a.disabled.success:hover,.social-buttons a[disabled].fscf-div-redirecting,.social-buttons a[disabled].fscf-div-redirecting:focus,.social-buttons a[disabled].fscf-div-redirecting:hover,.social-buttons a[disabled].success,.social-buttons a[disabled].success:focus,.social-buttons a[disabled].success:hover,[disabled].comment-reply-link.fscf-div-redirecting,[disabled].comment-reply-link.fscf-div-redirecting:focus,[disabled].comment-reply-link.fscf-div-redirecting:hover,[disabled].success.comment-reply-link,[disabled].success.comment-reply-link:focus,[disabled].success.comment-reply-link:hover {
  background-color: #3adb76;
  color: #222;
}

.button.disabled.warning,.button.disabled.warning:focus,.button.disabled.warning:hover,.button[disabled].warning,.button[disabled].warning:focus,.button[disabled].warning:hover,.disabled.warning.comment-reply-link,.disabled.warning.comment-reply-link:focus,.disabled.warning.comment-reply-link:hover,.press-release-tags ul li a.disabled.warning,.press-release-tags ul li a.disabled.warning:focus,.press-release-tags ul li a.disabled.warning:hover,.press-release-tags ul li a[disabled].warning,.press-release-tags ul li a[disabled].warning:focus,.press-release-tags ul li a[disabled].warning:hover,.social-buttons a.disabled.warning,.social-buttons a.disabled.warning:focus,.social-buttons a.disabled.warning:hover,.social-buttons a[disabled].warning,.social-buttons a[disabled].warning:focus,.social-buttons a[disabled].warning:hover,[disabled].warning.comment-reply-link,[disabled].warning.comment-reply-link:focus,[disabled].warning.comment-reply-link:hover {
  background-color: #ffae00;
  color: #222;
}

.button.disabled.alert,.button.disabled.alert:focus,.button.disabled.alert:hover,.button[disabled].alert,.button[disabled].alert:focus,.button[disabled].alert:hover,.disabled.alert.comment-reply-link,.disabled.alert.comment-reply-link:focus,.disabled.alert.comment-reply-link:hover,.press-release-tags ul li a.disabled.alert,.press-release-tags ul li a.disabled.alert:focus,.press-release-tags ul li a.disabled.alert:hover,.press-release-tags ul li a[disabled].alert,.press-release-tags ul li a[disabled].alert:focus,.press-release-tags ul li a[disabled].alert:hover,.social-buttons a.disabled.alert,.social-buttons a.disabled.alert:focus,.social-buttons a.disabled.alert:hover,.social-buttons a[disabled].alert,.social-buttons a[disabled].alert:focus,.social-buttons a[disabled].alert:hover,[disabled].alert.comment-reply-link,[disabled].alert.comment-reply-link:focus,[disabled].alert.comment-reply-link:hover {
  background-color: #d05d4e;
  color: #fff;
}

.button.dropdown::after,.dropdown.comment-reply-link::after,.press-release-tags ul li a.dropdown::after,.social-buttons a.dropdown::after {
  width: 0;
  height: 0;
  border: .4em inset;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  position: relative;
  top: .4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow.primary::after,.button.dropdown.hollow::after,.dropdown.hollow.comment-reply-link::after,.dropdown.hollow.primary.comment-reply-link::after,.press-release-tags ul li a.dropdown.hollow.primary::after,.press-release-tags ul li a.dropdown.hollow::after,.social-buttons a.dropdown.hollow.primary::after,.social-buttons a.dropdown.hollow::after {
  border-top-color: #2f56a6;
}

.button.dropdown.hollow.secondary::after,.dropdown.hollow.comment-reply-link::after,.press-release-tags ul li a.dropdown.hollow::after,.social-buttons a.dropdown.hollow.secondary::after {
  border-top-color: #767676;
}

.button.dropdown.hollow.fscf-div-redirecting::after,.button.dropdown.hollow.success::after,.dropdown.hollow.comment-reply-link.fscf-div-redirecting::after,.dropdown.hollow.success.comment-reply-link::after,.press-release-tags ul li a.dropdown.hollow.fscf-div-redirecting::after,.press-release-tags ul li a.dropdown.hollow.success::after,.social-buttons a.dropdown.hollow.fscf-div-redirecting::after,.social-buttons a.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after,.dropdown.hollow.warning.comment-reply-link::after,.press-release-tags ul li a.dropdown.hollow.warning::after,.social-buttons a.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after,.dropdown.hollow.alert.comment-reply-link::after,.press-release-tags ul li a.dropdown.hollow.alert::after,.social-buttons a.dropdown.hollow.alert::after {
  border-top-color: #d05d4e;
}

.arrow-only.comment-reply-link::after,.button.arrow-only::after,.press-release-tags ul li a.arrow-only::after,.social-buttons a.arrow-only::after {
  top: -.1em;
  float: none;
  margin-left: 0;
}

.accordion {
  margin-left: 0;
  background: #fff;
}

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

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: .75rem;
  line-height: 1;
  color: #2f56a6;
  padding-right:30px;
}

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

.accordion-content,.card {
  border: 1px solid #e6e6e6;
}

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

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

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

.accordion-content {
  display: none;
  padding: 1rem;
  border-bottom: 0;
  background-color: #fff;
  color: #222;
}

.badge,.badge.primary {
  background: #2f56a6;
  color: #fff;
}

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

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

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

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

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: .3em;
  border-radius: 50%;
  font-size: .6rem;
}

.badge.comment-reply-link,.badge.secondary,.press-release-tags ul li a.badge {
  background: #767676;
  color: #fff;
}

.badge.fscf-div-redirecting,.badge.success {
  background: #3adb76;
  color: #222;
}

.badge.warning {
  background: #ffae00;
  color: #222;
}

.badge.alert {
  background: #d05d4e;
  color: #fff;
}

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

.breadcrumbs::after,.breadcrumbs::before {
  display: table;
  content: ' ';
}

.breadcrumbs li {
  float: left;
  font-size: .6875rem;
  color: #222;
  cursor: default;
}

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

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

.breadcrumbs a {
  color: #2f56a6;
}

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

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

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}

.button-group::after,.button-group::before {
  display: table;
  content: ' ';
}

.button-group .button,.button-group .comment-reply-link,.button-group .press-release-tags ul li a,.button-group .social-buttons a,.press-release-tags ul li .button-group a,.social-buttons .button-group a {
  margin: 0 1px 1px 0;
  font-size: .9rem;
  border-radius: 0;
}

.button-group .button:last-child,.button-group .comment-reply-link:last-child,.button-group .press-release-tags ul li a:last-child,.button-group .social-buttons a:last-child,.press-release-tags ul li .button-group a:last-child,.social-buttons .button-group a:last-child {
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.button-group .button:first-child,.button-group .comment-reply-link:first-child,.button-group .press-release-tags ul li a:first-child,.button-group .social-buttons a:first-child,.press-release-tags ul li .button-group a:first-child,.social-buttons .button-group a:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#translation-menu .button-group.button .button,#translation-menu .button-group.button .comment-reply-link,#translation-menu .button-group.button .press-release-tags ul li a,#translation-menu .button-group.button .social-buttons a,#translation-menu .button-group.comment-reply-link .button,#translation-menu .button-group.comment-reply-link .comment-reply-link,#translation-menu .button-group.comment-reply-link .press-release-tags ul li a,#translation-menu .button-group.comment-reply-link .social-buttons a,#translation-menu .press-release-tags ul li a.button-group .button,#translation-menu .press-release-tags ul li a.button-group .comment-reply-link,#translation-menu .press-release-tags ul li a.button-group a,#translation-menu .social-buttons a.button-group .button,#translation-menu .social-buttons a.button-group .comment-reply-link,#translation-menu .social-buttons a.button-group a,.button-group.comment-reply-link .button,.button-group.comment-reply-link .comment-reply-link,.button-group.comment-reply-link .press-release-tags ul li a,.button-group.comment-reply-link .social-buttons a,.button-group.tiny .button,.button-group.tiny .comment-reply-link,.button-group.tiny .press-release-tags ul li a,.button-group.tiny .social-buttons a,.press-release-tags ul li #translation-menu .button-group.button a,.press-release-tags ul li #translation-menu .button-group.comment-reply-link a,.press-release-tags ul li #translation-menu a.button-group .button,.press-release-tags ul li #translation-menu a.button-group .comment-reply-link,.press-release-tags ul li #translation-menu a.button-group a,.press-release-tags ul li .button-group.comment-reply-link a,.press-release-tags ul li .button-group.tiny a,.press-release-tags ul li a.button-group .button,.press-release-tags ul li a.button-group .comment-reply-link,.press-release-tags ul li a.button-group a,.social-buttons #translation-menu .button-group.button a,.social-buttons #translation-menu .button-group.comment-reply-link a,.social-buttons #translation-menu a.button-group .button,.social-buttons #translation-menu a.button-group .comment-reply-link,.social-buttons #translation-menu a.button-group a,.social-buttons .button-group.comment-reply-link a,.social-buttons .button-group.tiny a {
  font-size: .6rem;
}

.button-group.small .button,.button-group.small .comment-reply-link,.button-group.small .press-release-tags ul li a,.button-group.small .social-buttons a,.press-release-tags ul li .button-group.small a,.social-buttons .button-group.small a {
  font-size: .75rem;
}

.button-group.large .button,.button-group.large .comment-reply-link,.button-group.large .press-release-tags ul li a,.button-group.large .social-buttons a,.press-release-tags ul li .button-group.large a,.social-buttons .button-group.large a {
  font-size: 1.25rem;
}

.button-group.expanded {
  margin-right: -1px;
}

.button-group.expanded::after,.button-group.expanded::before {
  display: none;
}

.button-group.expanded .button:first-child:last-child,.button-group.expanded .comment-reply-link:first-child:last-child,.button-group.expanded .press-release-tags ul li a:first-child:last-child,.button-group.expanded .social-buttons a:first-child:last-child,.press-release-tags ul li .button-group.expanded a:first-child:last-child,.social-buttons .button-group.expanded a:first-child:last-child {
  width: 100%;
}

.button-group.expanded .button:first-child:nth-last-child(2),.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button,.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.comment-reply-link,.button-group.expanded .comment-reply-link:first-child:nth-last-child(2),.button-group.expanded .comment-reply-link:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button,.button-group.expanded .comment-reply-link:first-child:nth-last-child(2):first-child:nth-last-child(2)~.comment-reply-link,.button-group.expanded .press-release-tags ul li .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~a,.button-group.expanded .press-release-tags ul li .comment-reply-link:first-child:nth-last-child(2):first-child:nth-last-child(2)~a,.button-group.expanded .press-release-tags ul li .social-buttons a:first-child:nth-last-child(2):first-child:nth-last-child(2)~a,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(2),.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(2):first-child:nth-last-child(2)~.comment-reply-link,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(2):first-child:nth-last-child(2)~a,.button-group.expanded .social-buttons .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~a,.button-group.expanded .social-buttons .comment-reply-link:first-child:nth-last-child(2):first-child:nth-last-child(2)~a,.button-group.expanded .social-buttons .press-release-tags ul li a:first-child:nth-last-child(2):first-child:nth-last-child(2)~a,.button-group.expanded .social-buttons a:first-child:nth-last-child(2),.button-group.expanded .social-buttons a:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button,.button-group.expanded .social-buttons a:first-child:nth-last-child(2):first-child:nth-last-child(2)~.comment-reply-link,.button-group.expanded .social-buttons a:first-child:nth-last-child(2):first-child:nth-last-child(2)~a,.press-release-tags ul li .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~a,.press-release-tags ul li .button-group.expanded .comment-reply-link:first-child:nth-last-child(2):first-child:nth-last-child(2)~a,.press-release-tags ul li .button-group.expanded .social-buttons a:first-child:nth-last-child(2):first-child:nth-last-child(2)~a,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(2),.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2)~.comment-reply-link,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2)~a,.press-release-tags ul li .social-buttons .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2)~a,.social-buttons .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~a,.social-buttons .button-group.expanded .comment-reply-link:first-child:nth-last-child(2):first-child:nth-last-child(2)~a,.social-buttons .button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(2):first-child:nth-last-child(2)~a,.social-buttons .button-group.expanded a:first-child:nth-last-child(2),.social-buttons .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button,.social-buttons .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2)~.comment-reply-link,.social-buttons .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2)~a,.social-buttons .press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2)~a {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.comment-reply-link:last-child,.button-group.expanded .button:first-child:nth-last-child(2):last-child,.button-group.expanded .comment-reply-link:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,.button-group.expanded .comment-reply-link:first-child:nth-last-child(2):first-child:nth-last-child(2)~.comment-reply-link:last-child,.button-group.expanded .comment-reply-link:first-child:nth-last-child(2):last-child,.button-group.expanded .press-release-tags ul li .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~a:last-child,.button-group.expanded .press-release-tags ul li .comment-reply-link:first-child:nth-last-child(2):first-child:nth-last-child(2)~a:last-child,.button-group.expanded .press-release-tags ul li .social-buttons a:first-child:nth-last-child(2):first-child:nth-last-child(2)~a:last-child,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(2):first-child:nth-last-child(2)~.comment-reply-link:last-child,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(2):first-child:nth-last-child(2)~a:last-child,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(2):last-child,.button-group.expanded .social-buttons .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~a:last-child,.button-group.expanded .social-buttons .comment-reply-link:first-child:nth-last-child(2):first-child:nth-last-child(2)~a:last-child,.button-group.expanded .social-buttons .press-release-tags ul li a:first-child:nth-last-child(2):first-child:nth-last-child(2)~a:last-child,.button-group.expanded .social-buttons a:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,.button-group.expanded .social-buttons a:first-child:nth-last-child(2):first-child:nth-last-child(2)~.comment-reply-link:last-child,.button-group.expanded .social-buttons a:first-child:nth-last-child(2):first-child:nth-last-child(2)~a:last-child,.button-group.expanded .social-buttons a:first-child:nth-last-child(2):last-child,.press-release-tags ul li .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~a:last-child,.press-release-tags ul li .button-group.expanded .comment-reply-link:first-child:nth-last-child(2):first-child:nth-last-child(2)~a:last-child,.press-release-tags ul li .button-group.expanded .social-buttons a:first-child:nth-last-child(2):first-child:nth-last-child(2)~a:last-child,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2)~.comment-reply-link:last-child,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2)~a:last-child,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(2):last-child,.press-release-tags ul li .social-buttons .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2)~a:last-child,.social-buttons .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~a:last-child,.social-buttons .button-group.expanded .comment-reply-link:first-child:nth-last-child(2):first-child:nth-last-child(2)~a:last-child,.social-buttons .button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(2):first-child:nth-last-child(2)~a:last-child,.social-buttons .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,.social-buttons .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2)~.comment-reply-link:last-child,.social-buttons .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2)~a:last-child,.social-buttons .button-group.expanded a:first-child:nth-last-child(2):last-child,.social-buttons .press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2)~a:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(3),.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button,.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.comment-reply-link,.button-group.expanded .comment-reply-link:first-child:nth-last-child(3),.button-group.expanded .comment-reply-link:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button,.button-group.expanded .comment-reply-link:first-child:nth-last-child(3):first-child:nth-last-child(3)~.comment-reply-link,.button-group.expanded .press-release-tags ul li .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~a,.button-group.expanded .press-release-tags ul li .comment-reply-link:first-child:nth-last-child(3):first-child:nth-last-child(3)~a,.button-group.expanded .press-release-tags ul li .social-buttons a:first-child:nth-last-child(3):first-child:nth-last-child(3)~a,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(3),.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(3):first-child:nth-last-child(3)~.comment-reply-link,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(3):first-child:nth-last-child(3)~a,.button-group.expanded .social-buttons .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~a,.button-group.expanded .social-buttons .comment-reply-link:first-child:nth-last-child(3):first-child:nth-last-child(3)~a,.button-group.expanded .social-buttons .press-release-tags ul li a:first-child:nth-last-child(3):first-child:nth-last-child(3)~a,.button-group.expanded .social-buttons a:first-child:nth-last-child(3),.button-group.expanded .social-buttons a:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button,.button-group.expanded .social-buttons a:first-child:nth-last-child(3):first-child:nth-last-child(3)~.comment-reply-link,.button-group.expanded .social-buttons a:first-child:nth-last-child(3):first-child:nth-last-child(3)~a,.press-release-tags ul li .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~a,.press-release-tags ul li .button-group.expanded .comment-reply-link:first-child:nth-last-child(3):first-child:nth-last-child(3)~a,.press-release-tags ul li .button-group.expanded .social-buttons a:first-child:nth-last-child(3):first-child:nth-last-child(3)~a,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(3),.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3)~.comment-reply-link,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3)~a,.press-release-tags ul li .social-buttons .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3)~a,.social-buttons .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~a,.social-buttons .button-group.expanded .comment-reply-link:first-child:nth-last-child(3):first-child:nth-last-child(3)~a,.social-buttons .button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(3):first-child:nth-last-child(3)~a,.social-buttons .button-group.expanded a:first-child:nth-last-child(3),.social-buttons .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button,.social-buttons .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3)~.comment-reply-link,.social-buttons .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3)~a,.social-buttons .press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3)~a {
  display: inline-block;
  width: calc(33.33333% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.comment-reply-link:last-child,.button-group.expanded .button:first-child:nth-last-child(3):last-child,.button-group.expanded .comment-reply-link:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,.button-group.expanded .comment-reply-link:first-child:nth-last-child(3):first-child:nth-last-child(3)~.comment-reply-link:last-child,.button-group.expanded .comment-reply-link:first-child:nth-last-child(3):last-child,.button-group.expanded .press-release-tags ul li .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~a:last-child,.button-group.expanded .press-release-tags ul li .comment-reply-link:first-child:nth-last-child(3):first-child:nth-last-child(3)~a:last-child,.button-group.expanded .press-release-tags ul li .social-buttons a:first-child:nth-last-child(3):first-child:nth-last-child(3)~a:last-child,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(3):first-child:nth-last-child(3)~.comment-reply-link:last-child,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(3):first-child:nth-last-child(3)~a:last-child,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(3):last-child,.button-group.expanded .social-buttons .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~a:last-child,.button-group.expanded .social-buttons .comment-reply-link:first-child:nth-last-child(3):first-child:nth-last-child(3)~a:last-child,.button-group.expanded .social-buttons .press-release-tags ul li a:first-child:nth-last-child(3):first-child:nth-last-child(3)~a:last-child,.button-group.expanded .social-buttons a:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,.button-group.expanded .social-buttons a:first-child:nth-last-child(3):first-child:nth-last-child(3)~.comment-reply-link:last-child,.button-group.expanded .social-buttons a:first-child:nth-last-child(3):first-child:nth-last-child(3)~a:last-child,.button-group.expanded .social-buttons a:first-child:nth-last-child(3):last-child,.press-release-tags ul li .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~a:last-child,.press-release-tags ul li .button-group.expanded .comment-reply-link:first-child:nth-last-child(3):first-child:nth-last-child(3)~a:last-child,.press-release-tags ul li .button-group.expanded .social-buttons a:first-child:nth-last-child(3):first-child:nth-last-child(3)~a:last-child,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3)~.comment-reply-link:last-child,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3)~a:last-child,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(3):last-child,.press-release-tags ul li .social-buttons .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3)~a:last-child,.social-buttons .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~a:last-child,.social-buttons .button-group.expanded .comment-reply-link:first-child:nth-last-child(3):first-child:nth-last-child(3)~a:last-child,.social-buttons .button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(3):first-child:nth-last-child(3)~a:last-child,.social-buttons .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,.social-buttons .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3)~.comment-reply-link:last-child,.social-buttons .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3)~a:last-child,.social-buttons .button-group.expanded a:first-child:nth-last-child(3):last-child,.social-buttons .press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3)~a:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(4),.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button,.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.comment-reply-link,.button-group.expanded .comment-reply-link:first-child:nth-last-child(4),.button-group.expanded .comment-reply-link:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button,.button-group.expanded .comment-reply-link:first-child:nth-last-child(4):first-child:nth-last-child(4)~.comment-reply-link,.button-group.expanded .press-release-tags ul li .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~a,.button-group.expanded .press-release-tags ul li .comment-reply-link:first-child:nth-last-child(4):first-child:nth-last-child(4)~a,.button-group.expanded .press-release-tags ul li .social-buttons a:first-child:nth-last-child(4):first-child:nth-last-child(4)~a,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(4),.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(4):first-child:nth-last-child(4)~.comment-reply-link,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(4):first-child:nth-last-child(4)~a,.button-group.expanded .social-buttons .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~a,.button-group.expanded .social-buttons .comment-reply-link:first-child:nth-last-child(4):first-child:nth-last-child(4)~a,.button-group.expanded .social-buttons .press-release-tags ul li a:first-child:nth-last-child(4):first-child:nth-last-child(4)~a,.button-group.expanded .social-buttons a:first-child:nth-last-child(4),.button-group.expanded .social-buttons a:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button,.button-group.expanded .social-buttons a:first-child:nth-last-child(4):first-child:nth-last-child(4)~.comment-reply-link,.button-group.expanded .social-buttons a:first-child:nth-last-child(4):first-child:nth-last-child(4)~a,.press-release-tags ul li .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~a,.press-release-tags ul li .button-group.expanded .comment-reply-link:first-child:nth-last-child(4):first-child:nth-last-child(4)~a,.press-release-tags ul li .button-group.expanded .social-buttons a:first-child:nth-last-child(4):first-child:nth-last-child(4)~a,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(4),.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4)~.comment-reply-link,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4)~a,.press-release-tags ul li .social-buttons .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4)~a,.social-buttons .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~a,.social-buttons .button-group.expanded .comment-reply-link:first-child:nth-last-child(4):first-child:nth-last-child(4)~a,.social-buttons .button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(4):first-child:nth-last-child(4)~a,.social-buttons .button-group.expanded a:first-child:nth-last-child(4),.social-buttons .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button,.social-buttons .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4)~.comment-reply-link,.social-buttons .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4)~a,.social-buttons .press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4)~a {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.comment-reply-link:last-child,.button-group.expanded .button:first-child:nth-last-child(4):last-child,.button-group.expanded .comment-reply-link:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,.button-group.expanded .comment-reply-link:first-child:nth-last-child(4):first-child:nth-last-child(4)~.comment-reply-link:last-child,.button-group.expanded .comment-reply-link:first-child:nth-last-child(4):last-child,.button-group.expanded .press-release-tags ul li .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~a:last-child,.button-group.expanded .press-release-tags ul li .comment-reply-link:first-child:nth-last-child(4):first-child:nth-last-child(4)~a:last-child,.button-group.expanded .press-release-tags ul li .social-buttons a:first-child:nth-last-child(4):first-child:nth-last-child(4)~a:last-child,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(4):first-child:nth-last-child(4)~.comment-reply-link:last-child,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(4):first-child:nth-last-child(4)~a:last-child,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(4):last-child,.button-group.expanded .social-buttons .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~a:last-child,.button-group.expanded .social-buttons .comment-reply-link:first-child:nth-last-child(4):first-child:nth-last-child(4)~a:last-child,.button-group.expanded .social-buttons .press-release-tags ul li a:first-child:nth-last-child(4):first-child:nth-last-child(4)~a:last-child,.button-group.expanded .social-buttons a:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,.button-group.expanded .social-buttons a:first-child:nth-last-child(4):first-child:nth-last-child(4)~.comment-reply-link:last-child,.button-group.expanded .social-buttons a:first-child:nth-last-child(4):first-child:nth-last-child(4)~a:last-child,.button-group.expanded .social-buttons a:first-child:nth-last-child(4):last-child,.press-release-tags ul li .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~a:last-child,.press-release-tags ul li .button-group.expanded .comment-reply-link:first-child:nth-last-child(4):first-child:nth-last-child(4)~a:last-child,.press-release-tags ul li .button-group.expanded .social-buttons a:first-child:nth-last-child(4):first-child:nth-last-child(4)~a:last-child,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4)~.comment-reply-link:last-child,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4)~a:last-child,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(4):last-child,.press-release-tags ul li .social-buttons .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4)~a:last-child,.social-buttons .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~a:last-child,.social-buttons .button-group.expanded .comment-reply-link:first-child:nth-last-child(4):first-child:nth-last-child(4)~a:last-child,.social-buttons .button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(4):first-child:nth-last-child(4)~a:last-child,.social-buttons .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,.social-buttons .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4)~.comment-reply-link:last-child,.social-buttons .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4)~a:last-child,.social-buttons .button-group.expanded a:first-child:nth-last-child(4):last-child,.social-buttons .press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4)~a:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(5),.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button,.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.comment-reply-link,.button-group.expanded .comment-reply-link:first-child:nth-last-child(5),.button-group.expanded .comment-reply-link:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button,.button-group.expanded .comment-reply-link:first-child:nth-last-child(5):first-child:nth-last-child(5)~.comment-reply-link,.button-group.expanded .press-release-tags ul li .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~a,.button-group.expanded .press-release-tags ul li .comment-reply-link:first-child:nth-last-child(5):first-child:nth-last-child(5)~a,.button-group.expanded .press-release-tags ul li .social-buttons a:first-child:nth-last-child(5):first-child:nth-last-child(5)~a,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(5),.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(5):first-child:nth-last-child(5)~.comment-reply-link,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(5):first-child:nth-last-child(5)~a,.button-group.expanded .social-buttons .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~a,.button-group.expanded .social-buttons .comment-reply-link:first-child:nth-last-child(5):first-child:nth-last-child(5)~a,.button-group.expanded .social-buttons .press-release-tags ul li a:first-child:nth-last-child(5):first-child:nth-last-child(5)~a,.button-group.expanded .social-buttons a:first-child:nth-last-child(5),.button-group.expanded .social-buttons a:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button,.button-group.expanded .social-buttons a:first-child:nth-last-child(5):first-child:nth-last-child(5)~.comment-reply-link,.button-group.expanded .social-buttons a:first-child:nth-last-child(5):first-child:nth-last-child(5)~a,.press-release-tags ul li .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~a,.press-release-tags ul li .button-group.expanded .comment-reply-link:first-child:nth-last-child(5):first-child:nth-last-child(5)~a,.press-release-tags ul li .button-group.expanded .social-buttons a:first-child:nth-last-child(5):first-child:nth-last-child(5)~a,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(5),.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5)~.comment-reply-link,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5)~a,.press-release-tags ul li .social-buttons .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5)~a,.social-buttons .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~a,.social-buttons .button-group.expanded .comment-reply-link:first-child:nth-last-child(5):first-child:nth-last-child(5)~a,.social-buttons .button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(5):first-child:nth-last-child(5)~a,.social-buttons .button-group.expanded a:first-child:nth-last-child(5),.social-buttons .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button,.social-buttons .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5)~.comment-reply-link,.social-buttons .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5)~a,.social-buttons .press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5)~a {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.comment-reply-link:last-child,.button-group.expanded .button:first-child:nth-last-child(5):last-child,.button-group.expanded .comment-reply-link:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,.button-group.expanded .comment-reply-link:first-child:nth-last-child(5):first-child:nth-last-child(5)~.comment-reply-link:last-child,.button-group.expanded .comment-reply-link:first-child:nth-last-child(5):last-child,.button-group.expanded .press-release-tags ul li .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~a:last-child,.button-group.expanded .press-release-tags ul li .comment-reply-link:first-child:nth-last-child(5):first-child:nth-last-child(5)~a:last-child,.button-group.expanded .press-release-tags ul li .social-buttons a:first-child:nth-last-child(5):first-child:nth-last-child(5)~a:last-child,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(5):first-child:nth-last-child(5)~.comment-reply-link:last-child,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(5):first-child:nth-last-child(5)~a:last-child,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(5):last-child,.button-group.expanded .social-buttons .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~a:last-child,.button-group.expanded .social-buttons .comment-reply-link:first-child:nth-last-child(5):first-child:nth-last-child(5)~a:last-child,.button-group.expanded .social-buttons .press-release-tags ul li a:first-child:nth-last-child(5):first-child:nth-last-child(5)~a:last-child,.button-group.expanded .social-buttons a:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,.button-group.expanded .social-buttons a:first-child:nth-last-child(5):first-child:nth-last-child(5)~.comment-reply-link:last-child,.button-group.expanded .social-buttons a:first-child:nth-last-child(5):first-child:nth-last-child(5)~a:last-child,.button-group.expanded .social-buttons a:first-child:nth-last-child(5):last-child,.press-release-tags ul li .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~a:last-child,.press-release-tags ul li .button-group.expanded .comment-reply-link:first-child:nth-last-child(5):first-child:nth-last-child(5)~a:last-child,.press-release-tags ul li .button-group.expanded .social-buttons a:first-child:nth-last-child(5):first-child:nth-last-child(5)~a:last-child,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5)~.comment-reply-link:last-child,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5)~a:last-child,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(5):last-child,.press-release-tags ul li .social-buttons .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5)~a:last-child,.social-buttons .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~a:last-child,.social-buttons .button-group.expanded .comment-reply-link:first-child:nth-last-child(5):first-child:nth-last-child(5)~a:last-child,.social-buttons .button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(5):first-child:nth-last-child(5)~a:last-child,.social-buttons .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,.social-buttons .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5)~.comment-reply-link:last-child,.social-buttons .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5)~a:last-child,.social-buttons .button-group.expanded a:first-child:nth-last-child(5):last-child,.social-buttons .press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5)~a:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(6),.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button,.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.comment-reply-link,.button-group.expanded .comment-reply-link:first-child:nth-last-child(6),.button-group.expanded .comment-reply-link:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button,.button-group.expanded .comment-reply-link:first-child:nth-last-child(6):first-child:nth-last-child(6)~.comment-reply-link,.button-group.expanded .press-release-tags ul li .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~a,.button-group.expanded .press-release-tags ul li .comment-reply-link:first-child:nth-last-child(6):first-child:nth-last-child(6)~a,.button-group.expanded .press-release-tags ul li .social-buttons a:first-child:nth-last-child(6):first-child:nth-last-child(6)~a,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(6),.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(6):first-child:nth-last-child(6)~.comment-reply-link,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(6):first-child:nth-last-child(6)~a,.button-group.expanded .social-buttons .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~a,.button-group.expanded .social-buttons .comment-reply-link:first-child:nth-last-child(6):first-child:nth-last-child(6)~a,.button-group.expanded .social-buttons .press-release-tags ul li a:first-child:nth-last-child(6):first-child:nth-last-child(6)~a,.button-group.expanded .social-buttons a:first-child:nth-last-child(6),.button-group.expanded .social-buttons a:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button,.button-group.expanded .social-buttons a:first-child:nth-last-child(6):first-child:nth-last-child(6)~.comment-reply-link,.button-group.expanded .social-buttons a:first-child:nth-last-child(6):first-child:nth-last-child(6)~a,.press-release-tags ul li .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~a,.press-release-tags ul li .button-group.expanded .comment-reply-link:first-child:nth-last-child(6):first-child:nth-last-child(6)~a,.press-release-tags ul li .button-group.expanded .social-buttons a:first-child:nth-last-child(6):first-child:nth-last-child(6)~a,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(6),.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6)~.comment-reply-link,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6)~a,.press-release-tags ul li .social-buttons .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6)~a,.social-buttons .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~a,.social-buttons .button-group.expanded .comment-reply-link:first-child:nth-last-child(6):first-child:nth-last-child(6)~a,.social-buttons .button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(6):first-child:nth-last-child(6)~a,.social-buttons .button-group.expanded a:first-child:nth-last-child(6),.social-buttons .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button,.social-buttons .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6)~.comment-reply-link,.social-buttons .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6)~a,.social-buttons .press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6)~a {
  display: inline-block;
  width: calc(16.66667% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.comment-reply-link:last-child,.button-group.expanded .button:first-child:nth-last-child(6):last-child,.button-group.expanded .comment-reply-link:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,.button-group.expanded .comment-reply-link:first-child:nth-last-child(6):first-child:nth-last-child(6)~.comment-reply-link:last-child,.button-group.expanded .comment-reply-link:first-child:nth-last-child(6):last-child,.button-group.expanded .press-release-tags ul li .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~a:last-child,.button-group.expanded .press-release-tags ul li .comment-reply-link:first-child:nth-last-child(6):first-child:nth-last-child(6)~a:last-child,.button-group.expanded .press-release-tags ul li .social-buttons a:first-child:nth-last-child(6):first-child:nth-last-child(6)~a:last-child,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(6):first-child:nth-last-child(6)~.comment-reply-link:last-child,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(6):first-child:nth-last-child(6)~a:last-child,.button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(6):last-child,.button-group.expanded .social-buttons .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~a:last-child,.button-group.expanded .social-buttons .comment-reply-link:first-child:nth-last-child(6):first-child:nth-last-child(6)~a:last-child,.button-group.expanded .social-buttons .press-release-tags ul li a:first-child:nth-last-child(6):first-child:nth-last-child(6)~a:last-child,.button-group.expanded .social-buttons a:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,.button-group.expanded .social-buttons a:first-child:nth-last-child(6):first-child:nth-last-child(6)~.comment-reply-link:last-child,.button-group.expanded .social-buttons a:first-child:nth-last-child(6):first-child:nth-last-child(6)~a:last-child,.button-group.expanded .social-buttons a:first-child:nth-last-child(6):last-child,.press-release-tags ul li .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~a:last-child,.press-release-tags ul li .button-group.expanded .comment-reply-link:first-child:nth-last-child(6):first-child:nth-last-child(6)~a:last-child,.press-release-tags ul li .button-group.expanded .social-buttons a:first-child:nth-last-child(6):first-child:nth-last-child(6)~a:last-child,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6)~.comment-reply-link:last-child,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6)~a:last-child,.press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(6):last-child,.press-release-tags ul li .social-buttons .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6)~a:last-child,.social-buttons .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~a:last-child,.social-buttons .button-group.expanded .comment-reply-link:first-child:nth-last-child(6):first-child:nth-last-child(6)~a:last-child,.social-buttons .button-group.expanded .press-release-tags ul li a:first-child:nth-last-child(6):first-child:nth-last-child(6)~a:last-child,.social-buttons .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,.social-buttons .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6)~.comment-reply-link:last-child,.social-buttons .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6)~a:last-child,.social-buttons .button-group.expanded a:first-child:nth-last-child(6):last-child,.social-buttons .press-release-tags ul li .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6)~a:last-child {
  margin-right: -6px;
}

.button-group.primary .button,.button-group.primary .comment-reply-link,.button-group.primary .press-release-tags ul li a,.button-group.primary .social-buttons a,.press-release-tags ul li .button-group.primary a,.social-buttons .button-group.primary a {
  background-color: #2f56a6;
  color: #fff;
}

.button-group.primary .button:focus,.button-group.primary .button:hover,.button-group.primary .comment-reply-link:focus,.button-group.primary .comment-reply-link:hover,.button-group.primary .press-release-tags ul li a:focus,.button-group.primary .press-release-tags ul li a:hover,.button-group.primary .social-buttons a:focus,.button-group.primary .social-buttons a:hover,.press-release-tags ul li .button-group.primary a:focus,.press-release-tags ul li .button-group.primary a:hover,.social-buttons .button-group.primary a:focus,.social-buttons .button-group.primary a:hover {
  background-color: #264585;
  color: #fff;
}

.button-group.comment-reply-link .button,.button-group.comment-reply-link .comment-reply-link,.button-group.comment-reply-link .press-release-tags ul li a,.button-group.comment-reply-link .social-buttons a,.button-group.secondary .button,.button-group.secondary .comment-reply-link,.button-group.secondary .press-release-tags ul li a,.button-group.secondary .social-buttons a,.press-release-tags ul li .button-group.comment-reply-link a,.press-release-tags ul li .button-group.secondary a,.press-release-tags ul li a.button-group .button,.press-release-tags ul li a.button-group .comment-reply-link,.press-release-tags ul li a.button-group a,.social-buttons .button-group.comment-reply-link a,.social-buttons .button-group.secondary a {
  background-color: #767676;
  color: #fff;
}

.button-group.comment-reply-link .button:focus,.button-group.comment-reply-link .button:hover,.button-group.comment-reply-link .comment-reply-link:focus,.button-group.comment-reply-link .comment-reply-link:hover,.button-group.comment-reply-link .press-release-tags ul li a:focus,.button-group.comment-reply-link .press-release-tags ul li a:hover,.button-group.comment-reply-link .social-buttons a:focus,.button-group.comment-reply-link .social-buttons a:hover,.button-group.secondary .button:focus,.button-group.secondary .button:hover,.button-group.secondary .comment-reply-link:focus,.button-group.secondary .comment-reply-link:hover,.button-group.secondary .press-release-tags ul li a:focus,.button-group.secondary .press-release-tags ul li a:hover,.button-group.secondary .social-buttons a:focus,.button-group.secondary .social-buttons a:hover,.press-release-tags ul li .button-group.comment-reply-link a:focus,.press-release-tags ul li .button-group.comment-reply-link a:hover,.press-release-tags ul li .button-group.secondary a:focus,.press-release-tags ul li .button-group.secondary a:hover,.press-release-tags ul li a.button-group .button:focus,.press-release-tags ul li a.button-group .button:hover,.press-release-tags ul li a.button-group .comment-reply-link:focus,.press-release-tags ul li a.button-group .comment-reply-link:hover,.press-release-tags ul li a.button-group a:focus,.press-release-tags ul li a.button-group a:hover,.social-buttons .button-group.comment-reply-link a:focus,.social-buttons .button-group.comment-reply-link a:hover,.social-buttons .button-group.secondary a:focus,.social-buttons .button-group.secondary a:hover {
  background-color: #5e5e5e;
  color: #fff;
}

.button-group.fscf-div-redirecting .button,.button-group.fscf-div-redirecting .comment-reply-link,.button-group.fscf-div-redirecting .press-release-tags ul li a,.button-group.fscf-div-redirecting .social-buttons a,.button-group.success .button,.button-group.success .comment-reply-link,.button-group.success .press-release-tags ul li a,.button-group.success .social-buttons a,.press-release-tags ul li .button-group.fscf-div-redirecting a,.press-release-tags ul li .button-group.success a,.social-buttons .button-group.fscf-div-redirecting a,.social-buttons .button-group.success a {
  background-color: #3adb76;
  color: #222;
}

.button-group.fscf-div-redirecting .button:focus,.button-group.fscf-div-redirecting .button:hover,.button-group.fscf-div-redirecting .comment-reply-link:focus,.button-group.fscf-div-redirecting .comment-reply-link:hover,.button-group.fscf-div-redirecting .press-release-tags ul li a:focus,.button-group.fscf-div-redirecting .press-release-tags ul li a:hover,.button-group.fscf-div-redirecting .social-buttons a:focus,.button-group.fscf-div-redirecting .social-buttons a:hover,.button-group.success .button:focus,.button-group.success .button:hover,.button-group.success .comment-reply-link:focus,.button-group.success .comment-reply-link:hover,.button-group.success .press-release-tags ul li a:focus,.button-group.success .press-release-tags ul li a:hover,.button-group.success .social-buttons a:focus,.button-group.success .social-buttons a:hover,.press-release-tags ul li .button-group.fscf-div-redirecting a:focus,.press-release-tags ul li .button-group.fscf-div-redirecting a:hover,.press-release-tags ul li .button-group.success a:focus,.press-release-tags ul li .button-group.success a:hover,.social-buttons .button-group.fscf-div-redirecting a:focus,.social-buttons .button-group.fscf-div-redirecting a:hover,.social-buttons .button-group.success a:focus,.social-buttons .button-group.success a:hover {
  background-color: #22bb5b;
  color: #222;
}

.button-group.warning .button,.button-group.warning .comment-reply-link,.button-group.warning .press-release-tags ul li a,.button-group.warning .social-buttons a,.press-release-tags ul li .button-group.warning a,.social-buttons .button-group.warning a {
  background-color: #ffae00;
  color: #222;
}

.button-group.warning .button:focus,.button-group.warning .button:hover,.button-group.warning .comment-reply-link:focus,.button-group.warning .comment-reply-link:hover,.button-group.warning .press-release-tags ul li a:focus,.button-group.warning .press-release-tags ul li a:hover,.button-group.warning .social-buttons a:focus,.button-group.warning .social-buttons a:hover,.press-release-tags ul li .button-group.warning a:focus,.press-release-tags ul li .button-group.warning a:hover,.social-buttons .button-group.warning a:focus,.social-buttons .button-group.warning a:hover {
  background-color: #cc8b00;
  color: #222;
}

.button-group.alert .button,.button-group.alert .comment-reply-link,.button-group.alert .press-release-tags ul li a,.button-group.alert .social-buttons a,.press-release-tags ul li .button-group.alert a,.social-buttons .button-group.alert a {
  background-color: #d05d4e;
  color: #fff;
}

.button-group.alert .button:focus,.button-group.alert .button:hover,.button-group.alert .comment-reply-link:focus,.button-group.alert .comment-reply-link:hover,.button-group.alert .press-release-tags ul li a:focus,.button-group.alert .press-release-tags ul li a:hover,.button-group.alert .social-buttons a:focus,.button-group.alert .social-buttons a:hover,.press-release-tags ul li .button-group.alert a:focus,.press-release-tags ul li .button-group.alert a:hover,.social-buttons .button-group.alert a:focus,.social-buttons .button-group.alert a:hover {
  background-color: #b53f30;
  color: #fff;
}

.button-group.stacked .button,.button-group.stacked .comment-reply-link,.button-group.stacked .press-release-tags ul li a,.button-group.stacked .social-buttons a,.button-group.stacked-for-medium .button,.button-group.stacked-for-medium .comment-reply-link,.button-group.stacked-for-medium .press-release-tags ul li a,.button-group.stacked-for-medium .social-buttons a,.button-group.stacked-for-small .button,.button-group.stacked-for-small .comment-reply-link,.button-group.stacked-for-small .press-release-tags ul li a,.button-group.stacked-for-small .social-buttons a,.press-release-tags ul li .button-group.stacked a,.press-release-tags ul li .button-group.stacked-for-medium a,.press-release-tags ul li .button-group.stacked-for-small a,.social-buttons .button-group.stacked a,.social-buttons .button-group.stacked-for-medium a,.social-buttons .button-group.stacked-for-small a {
  width: 100%;
  border-radius: 0;
}

.button-group.stacked .button:last-child,.button-group.stacked .comment-reply-link:last-child,.button-group.stacked .press-release-tags ul li a:last-child,.button-group.stacked .social-buttons a:last-child,.button-group.stacked-for-medium .button:last-child,.button-group.stacked-for-medium .comment-reply-link:last-child,.button-group.stacked-for-medium .press-release-tags ul li a:last-child,.button-group.stacked-for-medium .social-buttons a:last-child,.button-group.stacked-for-small .button:last-child,.button-group.stacked-for-small .comment-reply-link:last-child,.button-group.stacked-for-small .press-release-tags ul li a:last-child,.button-group.stacked-for-small .social-buttons a:last-child,.press-release-tags ul li .button-group.stacked a:last-child,.press-release-tags ul li .button-group.stacked-for-medium a:last-child,.press-release-tags ul li .button-group.stacked-for-small a:last-child,.social-buttons .button-group.stacked a:last-child,.social-buttons .button-group.stacked-for-medium a:last-child,.social-buttons .button-group.stacked-for-small a:last-child {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.button-group.stacked .button:first-child,.button-group.stacked .comment-reply-link:first-child,.button-group.stacked .press-release-tags ul li a:first-child,.button-group.stacked .social-buttons a:first-child,.button-group.stacked-for-medium .button:first-child,.button-group.stacked-for-medium .comment-reply-link:first-child,.button-group.stacked-for-medium .press-release-tags ul li a:first-child,.button-group.stacked-for-medium .social-buttons a:first-child,.button-group.stacked-for-small .button:first-child,.button-group.stacked-for-small .comment-reply-link:first-child,.button-group.stacked-for-small .press-release-tags ul li a:first-child,.button-group.stacked-for-small .social-buttons a:first-child,.press-release-tags ul li .button-group.stacked a:first-child,.press-release-tags ul li .button-group.stacked-for-medium a:first-child,.press-release-tags ul li .button-group.stacked-for-small a:first-child,.social-buttons .button-group.stacked a:first-child,.social-buttons .button-group.stacked-for-medium a:first-child,.social-buttons .button-group.stacked-for-small a:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media print,screen and (min-width:40em) {
  .button-group.stacked-for-small .button,.button-group.stacked-for-small .comment-reply-link,.button-group.stacked-for-small .press-release-tags ul li a,.button-group.stacked-for-small .social-buttons a,.press-release-tags ul li .button-group.stacked-for-small a,.social-buttons .button-group.stacked-for-small a {
    width: auto;
    margin-bottom: 0;
  }

  .button-group.stacked-for-small .button:first-child,.button-group.stacked-for-small .comment-reply-link:first-child,.button-group.stacked-for-small .press-release-tags ul li a:first-child,.button-group.stacked-for-small .social-buttons a:first-child,.press-release-tags ul li .button-group.stacked-for-small a:first-child,.social-buttons .button-group.stacked-for-small a:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .button-group.stacked-for-small .button:last-child,.button-group.stacked-for-small .comment-reply-link:last-child,.button-group.stacked-for-small .press-release-tags ul li a:last-child,.button-group.stacked-for-small .social-buttons a:last-child,.press-release-tags ul li .button-group.stacked-for-small a:last-child,.social-buttons .button-group.stacked-for-small a:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media screen and (min-width:64em) {
  .button-group.stacked-for-medium .button,.button-group.stacked-for-medium .comment-reply-link,.button-group.stacked-for-medium .press-release-tags ul li a,.button-group.stacked-for-medium .social-buttons a,.press-release-tags ul li .button-group.stacked-for-medium a,.social-buttons .button-group.stacked-for-medium a {
    width: auto;
    margin-bottom: 0;
  }

  .button-group.stacked-for-medium .button:first-child,.button-group.stacked-for-medium .comment-reply-link:first-child,.button-group.stacked-for-medium .press-release-tags ul li a:first-child,.button-group.stacked-for-medium .social-buttons a:first-child,.press-release-tags ul li .button-group.stacked-for-medium a:first-child,.social-buttons .button-group.stacked-for-medium a:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .button-group.stacked-for-medium .button:last-child,.button-group.stacked-for-medium .comment-reply-link:last-child,.button-group.stacked-for-medium .press-release-tags ul li a:last-child,.button-group.stacked-for-medium .social-buttons a:last-child,.press-release-tags ul li .button-group.stacked-for-medium a:last-child,.social-buttons .button-group.stacked-for-medium a:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

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

  .button-group.stacked-for-small.expanded .button,.button-group.stacked-for-small.expanded .comment-reply-link,.button-group.stacked-for-small.expanded .press-release-tags ul li a,.button-group.stacked-for-small.expanded .social-buttons a,.press-release-tags ul li .button-group.stacked-for-small.expanded a,.social-buttons .button-group.stacked-for-small.expanded a {
    display: block;
    margin-right: 0;
  }
}

.callout,.fscf-div-redirecting {
  position: relative;
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid rgba(34,34,34,.25);
  border-radius: 0;
  background-color: #fff;
  color: #222;
}

.callout>:first-child,.fscf-div-redirecting>:first-child {
  margin-top: 0;
}

.callout>:last-child,.fscf-div-redirecting>:last-child {
  margin-bottom: 0;
}

.callout.primary,.primary.fscf-div-redirecting {
  background-color: #dce4f5;
  color: #222;
}

.callout.comment-reply-link,.callout.secondary,.comment-reply-link.fscf-div-redirecting,.press-release-tags ul li a.callout,.press-release-tags ul li a.fscf-div-redirecting,.secondary.fscf-div-redirecting {
  background-color: #eaeaea;
  color: #222;
}

.callout.success,.fscf-div-redirecting {
  background-color: #e1faea;
  color: #222;
}

.callout.warning,.warning.fscf-div-redirecting {
  background-color: #fff3d9;
  color: #222;
}

.alert.fscf-div-redirecting,.callout.alert {
  background-color: #f8e7e4;
  color: #222;
}

.callout.small,.small.fscf-div-redirecting {
  padding: .5rem;
}

.callout.large,.large.fscf-div-redirecting {
  padding: 3rem;
}

.card {
  margin-bottom: 1rem;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #222;
}

.card-divider>:last-child,.card-section>:last-child,.card>:last-child,.menu a,.menu button,.menu input,.menu select {
  margin-bottom: 0;
}

.card-divider {
  padding: 1rem;
  background: #e6e6e6;
}

.card-section {
  padding: 1rem;
}

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

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

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

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

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

.menu {
  margin: 0;
}

.menu>li {
  vertical-align: middle;
}

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

.menu>li>a {
  display: block;
  padding: .9125rem 1rem;
  line-height: 1;
}

.menu>li>a i,.menu>li>a i+span,.menu>li>a img,.menu>li>a img+span,.menu>li>a svg,.menu>li>a svg+span {
  vertical-align: middle;
}

.menu>li>a i,.menu>li>a img,.menu>li>a svg {
  margin-right: .25rem;
  display: inline-block;
}

.menu.horizontal>li,.menu>li {
  display: table-cell;
}

.menu.expanded {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.menu.expanded>li:first-child:last-child {
  width: 100%;
}

.menu.vertical>li {
  display: block;
}

@media print,screen and (min-width:40em) {
  .menu.medium-horizontal>li {
    display: table-cell;
  }

  .menu.medium-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .menu.medium-expanded>li:first-child:last-child {
    width: 100%;
  }

  .menu.medium-vertical>li {
    display: block;
  }
}

@media screen and (min-width:64em) {
  .menu.large-horizontal>li {
    display: table-cell;
  }

  .menu.large-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .menu.large-expanded>li:first-child:last-child {
    width: 100%;
  }

  .menu.large-vertical>li {
    display: block;
  }
}

@media screen and (min-width:75em) {
  .menu.xlarge-horizontal>li {
    display: table-cell;
  }

  .menu.xlarge-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .menu.xlarge-expanded>li:first-child:last-child {
    width: 100%;
  }

  .menu.xlarge-vertical>li {
    display: block;
  }
}

@media screen and (min-width:90em) {
  .menu.xxlarge-horizontal>li {
    display: table-cell;
  }

  .menu.xxlarge-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .menu.xxlarge-expanded>li:first-child:last-child {
    width: 100%;
  }

  .menu.xxlarge-vertical>li {
    display: block;
  }
}

.menu.simple li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  margin-left: 0;
  margin-right: 10px;
}

.menu.simple a {
  padding: 0;
}

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

.menu.align-right::after,.menu.align-right::before {
  display: table;
  content: ' ';
}

.menu.icon-top>li>a i,.menu.icon-top>li>a img,.menu.icon-top>li>a svg {
  display: block;
  margin: 0 auto .25rem;
}

.menu.icon-top.vertical a>span {
  margin: auto;
}

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

.header-menu .menu .current-menu-item>a,.menu .active>a {
  background: #767676;
  color: #fff;
}

.menu.menu-bordered li {
  border: 1px solid #e6e6e6;
}

.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}

.menu.menu-hover li:hover {
  background-color: #e6e6e6;
}

.menu-text {
  padding: .9125rem 1rem;
  line-height: 1;
  color: inherit;
}

.menu-centered>.menu {
  display: inline-block;
  vertical-align: top;
}

.menu-icon,.menu-icon.dark {
  vertical-align: middle;
  cursor: pointer;
}

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

.menu-icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 16px;
}

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

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

.menu-icon.dark {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 16px;
}

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

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

.thumbnail,a.thumbnail:focus,a.thumbnail:hover {
  box-shadow: 0 0 0 1px rgba(34,34,34,.2);
}

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

.invisible,.slick-loading .slick-slide,.slick-loading .slick-track {
  visibility: hidden;
}

#translation-menu .dropdown-pane.button,#translation-menu .dropdown-pane.comment-reply-link,#translation-menu .press-release-tags ul li a.dropdown-pane,#translation-menu .social-buttons a.dropdown-pane,.dropdown-pane.comment-reply-link,.dropdown-pane.tiny,.press-release-tags ul li #translation-menu a.dropdown-pane,.press-release-tags ul li a.dropdown-pane,.social-buttons #translation-menu a.dropdown-pane {
  width: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print,screen and (min-width:40em) {
  .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

@media screen and (min-width:64em) {
  .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

@media screen and (min-width:75em) {
  .dropdown.menu.xlarge-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

@media screen and (min-width:90em) {
  .dropdown.menu.xxlarge-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.label,.widget_recent_entries_network a[href*="/press/"]:before,.widget_recent_entries_network a[href*="/budget/"]:before,.widget_tag_cloud a {
  display: inline-block;
  padding: .33333rem .5rem;
  border-radius: 0;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #e6e6e6;
  color: #222;
}

.label.primary,.widget_recent_entries_network a.primary[href*="/press/"]:before,.widget_recent_entries_network a.primary[href*="/budget/"]:before,.widget_tag_cloud a.primary {
  background: #2f56a6;
  color: #fff;
}

.label.comment-reply-link,.label.secondary,.press-release-tags ul li .widget_recent_entries_network a[href*="/press/"]:before,.press-release-tags ul li .widget_recent_entries_network a[href*="/budget/"]:before,.press-release-tags ul li .widget_tag_cloud a,.press-release-tags ul li a.label,.widget_recent_entries_network .press-release-tags ul li a[href*="/press/"]:before,.widget_recent_entries_network .press-release-tags ul li a[href*="/budget/"]:before,.widget_recent_entries_network a.secondary[href*="/press/"]:before,.widget_recent_entries_network a.secondary[href*="/budget/"]:before,.widget_recent_entries_network a[href*="/press/"].comment-reply-link:before,.widget_recent_entries_network a[href*="/budget/"].comment-reply-link:before,.widget_tag_cloud .press-release-tags ul li a,.widget_tag_cloud a.comment-reply-link,.widget_tag_cloud a.secondary {
  background: #767676;
  color: #fff;
}

.label.fscf-div-redirecting,.label.success,.widget_recent_entries_network a.success[href*="/press/"]:before,.widget_recent_entries_network a.success[href*="/budget/"]:before,.widget_recent_entries_network a[href*="/press/"].fscf-div-redirecting:before,.widget_recent_entries_network a[href*="/budget/"].fscf-div-redirecting:before,.widget_tag_cloud a.fscf-div-redirecting,.widget_tag_cloud a.success {
  background: #3adb76;
  color: #222;
}

.label.warning,.widget_recent_entries_network a.warning[href*="/press/"]:before,.widget_recent_entries_network a.warning[href*="/budget/"]:before,.widget_tag_cloud a.warning {
  background: #ffae00;
  color: #222;
}

.label.alert,.widget_recent_entries_network a.alert[href*="/press/"]:before,.widget_recent_entries_network a.alert[href*="/budget/"]:before,.widget_tag_cloud a.alert {
  background: #d05d4e;
  color: #fff;
}

.media-object {
  display: block;
  margin-bottom: 1rem;
}

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

@media screen and (max-width:39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0 0 1rem;
    display: block;
  }

  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}

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

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

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

.media-object-section.middle {
  vertical-align: middle;
}

.media-object-section.bottom {
  vertical-align: bottom;
}

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

.pagination::after,.pagination::before {
  display: table;
  content: ' ';
}

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

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

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

.pagination a,.pagination button {
  display: block;
  padding: .1875rem .625rem;
  border-radius: 0;
  color: #222;
}

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

.pagination .current {
  padding: .1875rem .625rem;
  background: #2f56a6;
  color: #fff;
  cursor: default;
}

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

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

.pagination .ellipsis::after {
  padding: .1875rem .625rem;
  content: '\2026';
  color: #222;
}

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

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

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

.progress.primary .progress-meter {
  background-color: #2f56a6;
}

.press-release-tags ul li a.progress .progress-meter,.progress.comment-reply-link .progress-meter,.progress.secondary .progress-meter {
  background-color: #767676;
}

.progress.fscf-div-redirecting .progress-meter,.progress.success .progress-meter {
  background-color: #3adb76;
}

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

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

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

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

.sticky,.sticky-container {
  position: relative;
}

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

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

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

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

html.is-reveal-open,html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none;
}

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

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

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

.switch-paddle,.switch-paddle::after {
  display: block;
  transition: all .25s ease-out;
}

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

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

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

.reveal.collapse {
  padding: 0;
}

table caption,table tbody td,table tbody th {
  padding: .5rem .625rem .625rem;
}

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

  #translation-menu .press-release-tags ul li .reveal a.reveal,#translation-menu .reveal .reveal.button,#translation-menu .reveal .reveal.comment-reply-link,#translation-menu .social-buttons .reveal a.reveal,.press-release-tags ul li #translation-menu .reveal a.reveal,.reveal #translation-menu .press-release-tags ul li a.reveal,.reveal #translation-menu .reveal.button,.reveal #translation-menu .reveal.comment-reply-link,.reveal #translation-menu .social-buttons a.reveal,.reveal .press-release-tags ul li #translation-menu a.reveal,.reveal .reveal,.reveal .social-buttons #translation-menu a.reveal,.social-buttons #translation-menu .reveal a.reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }

  #translation-menu .press-release-tags ul li a.reveal,#translation-menu .reveal.button,#translation-menu .reveal.comment-reply-link,#translation-menu .social-buttons a.reveal,.press-release-tags ul li #translation-menu a.reveal,.press-release-tags ul li a.reveal,.reveal.comment-reply-link,.reveal.tiny,.social-buttons #translation-menu a.reveal {
    width: 30%;
    max-width: 75rem;
  }

  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }

  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

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

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

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

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: .875rem;
  color: #fff;
  user-select: none;
}

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

.switch-paddle {
  position: relative;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

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

.switch-paddle::after {
  position: absolute;
  top: .25rem;
  left: .25rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  border-radius: 0;
  background: #fff;
  content: '';
}

.switch-active,.switch-inactive,.tooltip.left::before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

input:checked~.switch-paddle {
  background: #2f56a6;
}

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

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

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

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

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

.switch-inactive {
  right: 15%;
}

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

#translation-menu .press-release-tags ul li a.switch,#translation-menu .social-buttons a.switch,#translation-menu .switch.button,#translation-menu .switch.comment-reply-link,.press-release-tags ul li #translation-menu a.switch,.press-release-tags ul li a.switch,.social-buttons #translation-menu a.switch,.switch.comment-reply-link,.switch.tiny {
  height: 1.5rem;
}

#translation-menu .press-release-tags ul li a.switch .switch-paddle,#translation-menu .social-buttons a.switch .switch-paddle,#translation-menu .switch.button .switch-paddle,#translation-menu .switch.comment-reply-link .switch-paddle,.press-release-tags ul li #translation-menu a.switch .switch-paddle,.press-release-tags ul li a.switch .switch-paddle,.social-buttons #translation-menu a.switch .switch-paddle,.switch.comment-reply-link .switch-paddle,.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: .625rem;
}

#translation-menu .press-release-tags ul li a.switch .switch-paddle::after,#translation-menu .social-buttons a.switch .switch-paddle::after,#translation-menu .switch.button .switch-paddle::after,#translation-menu .switch.comment-reply-link .switch-paddle::after,.press-release-tags ul li #translation-menu a.switch .switch-paddle::after,.press-release-tags ul li a.switch .switch-paddle::after,.social-buttons #translation-menu a.switch .switch-paddle::after,.switch.comment-reply-link .switch-paddle::after,.switch.tiny .switch-paddle::after {
  top: .25rem;
  left: .25rem;
  width: 1rem;
  height: 1rem;
}

#translation-menu .press-release-tags ul li a.switch input:checked~.switch-paddle::after,#translation-menu .social-buttons a.switch input:checked~.switch-paddle::after,#translation-menu .switch.button input:checked~.switch-paddle::after,#translation-menu .switch.comment-reply-link input:checked~.switch-paddle::after,.press-release-tags ul li #translation-menu a.switch input:checked~.switch-paddle::after,.press-release-tags ul li a.switch input:checked~.switch-paddle::after,.social-buttons #translation-menu a.switch input:checked~.switch-paddle::after,.switch.comment-reply-link input:checked~.switch-paddle::after,.switch.tiny input:checked~.switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

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

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

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

.switch.large {
  height: 2.5rem;
}

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

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

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

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

table tbody,table tfoot,table thead {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

table caption {
  font-weight: 700;
}

table thead {
  background: #d9d9d9;
  color: #222;
}

table tfoot {
  background: #f2f2f2;
  color: #222;
}

table tfoot tr,table thead tr {
  background: 0 0;
}

table tfoot td,table tfoot th,table thead td,table thead th {
  padding: .5rem .625rem .625rem;
  font-weight: 700;
  text-align: left;
}

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

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

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

@media screen and (max-width:63.9375em) {
  table.stack tfoot,table.stack thead {
    display: none;
  }

  table.stack td,table.stack th,table.stack tr {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}

.tabs,.tabs-content {
  border: 1px solid #e6e6e6;
}

table.scroll {
  display: block;
  width: 100%;
}

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

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

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

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

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  background: #fff;
}

.tabs::after,.tabs::before {
  display: table;
  content: ' ';
}

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

.tabs-title,.title-bar-left {
  float: left;
}

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

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

.tabs.primary {
  background: #2f56a6;
}

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

.tabs.primary>li>a:focus,.tabs.primary>li>a:hover {
  background: #2d529e;
}

.tabs-title>a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: .75rem;
  line-height: 1;
  color: #2f56a6;
}

.tabs-title>a:hover {
  background: #fff;
  color: #284a8f;
}

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

.tabs-content {
  border-top: 0;
  background: #fff;
  color: #222;
  transition: all .5s ease;
}

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

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

.tabs-panel[aria-hidden=false] {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 2px solid #fff;
  border-radius: 0;
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow .2s ease-out;
}

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

.title-bar {
  padding: .5rem;
  background: #222;
  color: #fff;
}

.title-bar::after,.title-bar::before {
  display: table;
  content: ' ';
}

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

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

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

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

.tooltip.left::before,.tooltip.right::before,.tooltip.top::before,.tooltip::before {
  display: block;
  width: 0;
  height: 0;
  content: '';
}

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

#sticky-wrapper,.sticky-container {
  z-index: 2;
}

.site-container,.top-bar,.top-bar ul {
  background-color: #fff;
}

.tooltip::before {
  border: .75rem inset;
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #222;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip.top::before {
  border: .75rem inset;
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #222 transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.left::before,.tooltip.right::before {
  top: 50%;
  bottom: auto;
}

.tooltip.left::before {
  border: .75rem inset;
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #222;
  left: 100%;
  transform: translateY(-50%);
}

.tooltip.right::before {
  border: .75rem inset;
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #222 transparent transparent;
  right: 100%;
  left: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-bar {
  padding: 0;
}

.top-bar::after,.top-bar::before {
  display: table;
  content: ' ';
}

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

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

.top-bar input.button,.top-bar input.comment-reply-link {
  width: auto;
}

.top-bar .top-bar-left,.top-bar .top-bar-right {
  width: 100%;
}

@media print,screen and (min-width:40em) {
  .top-bar .top-bar-left,.top-bar .top-bar-right {
    width: auto;
  }
}

.top-bar.stacked-for-xxlarge .top-bar-left,.top-bar.stacked-for-xxlarge .top-bar-right {
  width: 100%;
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0 1rem 0 0;
  max-width: calc(100% - 3rem);
}

.top-bar-title .menu-icon {
  bottom: 2px;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
  min-width: 200px;
}

.hide {
  display: none!important;
}

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

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

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

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

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

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

  .sticky-container {
    min-height: 5.45rem;
  }
}

@media screen and (max-width:63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,.top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }

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

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

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

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

@media screen and (max-width:74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,.top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }

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

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

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

@media screen and (min-width:90em) {
  .hide-for-xxlarge,.hide-for-xxlarge-only {
    display: none!important;
  }
}

@media screen and (max-width:89.9375em) {
  .top-bar.stacked-for-xlarge .top-bar-left,.top-bar.stacked-for-xlarge .top-bar-right {
    width: 100%;
  }

  .show-for-xxlarge,.show-for-xxlarge-only {
    display: none!important;
  }
}

.show-for-sr,.show-on-focus,.widget .screen-reader-text {
  position: absolute!important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
}

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

#sticky-wrapper,.image-grid .thumbnail,.site-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.site-header {
  width: 100%;
  z-index: 2;
}

.site-container {
  padding: 2rem 0 4rem;
  z-index: 1;
}

.site-footer {
  padding: 3rem 0 4rem;
  box-shadow: inset 0 .25rem 0 rgba(0,0,0,.1);
}

.scrollable {
  overflow: auto;
}

.block-grid .column,.block-grid .columns {
  margin-bottom: 20px;
}

@media print,screen and (min-width:40em) {
  .block-grid .column,.block-grid .columns {
    margin-bottom: 30px;
  }
}

@media screen and (min-width:64em) {
  .block-grid .column,.block-grid .columns {
    margin-bottom: 60px;
  }
}

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

.top-bar {
  box-shadow: 0 .25rem 0 rgba(0,0,0,.1),0 -.125rem 0 rgba(0,0,0,.1);
}

.top-bar span.float-right {
  line-height: 2.25;
  margin-right: .5rem;
}

.site-logo {
  display: block;
  font-family: Georgia,Cambria,"Times New Roman",Times,serif;
  font-weight: 400;
  font-size: .875rem;
  line-height: 2.25rem;
  letter-spacing: -.03rem;
}

@media print,screen and (min-width:40em) {
  .site-logo {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
}

@media screen and (min-width:75em) {
  .site-logo {
    font-size: 1.375rem;
  }
}

.site-logo a {
  display: inline-block;
  padding: .9125rem 1rem;
  margin-left: -1rem;
}

@media screen and (min-width:64em) {
  .site-logo a {
    line-height: 3.625rem;
  }
}

.site-logo img {
  display: inline-block;
  height: 2em;
  max-width: none;
  vertical-align: middle;
  margin-top: -.75em;
  margin-right: .5em;
  margin-bottom: -.75em;
}

.responsive-menu-toggle {
  float: right;
  line-height: 3.45rem;
}

.top-bar-right {
  font-size: .8125rem;
}

@media screen and (max-width:63.9375em) {
  .top-bar-right {
    margin: .5rem 0 1rem;
  }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
  .top-bar-right {
    width: 100%;
  }
}

.top-bar-right .menu>li>a {
  line-height: 1.125rem;
  font-weight: 700;
}

.top-bar-right .menu>li>a:hover {
  background-color: #f9f9f9;
}

.top-bar-right .submenu>li {
  display: block;
}

@media screen and (min-width:64em) {
  .top-bar-right .menu>li>a {
    line-height: 3.625rem;
  }

  .top-bar-right .submenu li>a {
    line-height: 1rem;
  }
}

.top-bar-right .is-dropdown-submenu {
  box-shadow: 0 .125rem 0 .125rem rgba(0,0,0,.1);
}

.image-header.district-image-header .district-neighborhoods,.image-header.district-image-header .district-number,.sans-serif {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}

.byline,.post-footer,.serif {
  font-family: Georgia,Cambria,"Times New Roman",Times,serif;
}

#translation-menu .goog-te-combo,#translation-menu .goog-te-gadget,.leaflet-popup-content,.leaflet-popup-content .header-medium,.leaflet-popup-content h4 {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}

.image-header.district-image-header .district-neighborhoods,.text-tiny,.widget_archive .post-date,.widget_categories .post-date,.widget_recent_entries .post-date,.widget_recent_entries_network .post-date {
  font-size: .6875rem;
}

.byline,.post-footer,.text-small,.widget {
  font-size: .8125rem;
}

.text-medium {
  font-size: 1rem;
}

.text-large {
  font-size: 1.125rem;
}

.fscf-div-redirecting,.text-xlarge,.text-xxlarge {
  font-size: 1.25rem;
}

@media print,screen and (min-width:40em) {
  .image-header.district-image-header .district-neighborhoods,.text-tiny,.widget_archive .post-date,.widget_categories .post-date,.widget_recent_entries .post-date,.widget_recent_entries_network .post-date {
    font-size: .6875rem;
  }

  .byline,.post-footer,.text-small,.widget {
    font-size: .8125rem;
  }

  .text-medium {
    font-size: 1rem;
  }

  .text-large {
    font-size: 1.1875rem;
  }

  .fscf-div-redirecting,.text-xlarge {
    font-size: 1.3125rem;
  }

  .text-xxlarge {
    font-size: 1.5rem;
  }
}

.has-tip {
  color: #2f56a6;
}

.no-margin {
  margin: 0;
}

.no-break {
  white-space: nowrap;
}

.text-light-gray {
  color: #e6e6e6;
}

.text-medium-gray {
  color: #cacaca;
}

.text-dark-gray {
  color: #666;
}

.header-menu+hr,.menu+hr {
  margin-top: 1.25rem;
}

.callout hr,.fscf-div-redirecting hr {
  margin: 1rem 0;
}

.menu.small {
  font-size: .75rem;
}

.menu.small a {
  padding: .85em 1em;
}

legend {
  font-size: .875rem;
}

.text-color-primary {
  color: #2f56a6;
}

.text-color-secondary {
  color: #767676;
}

.text-color-success {
  color: #3adb76;
}

.text-color-warning {
  color: #ffae00;
}

.text-color-alert {
  color: #d05d4e;
}

.byline,.post-footer {
  color: #666;
  font-style: italic;
}

.button-group.scrollable {
  white-space: nowrap;
  overflow: auto;
  margin-bottom: 0;
  padding-bottom: 1rem;
}

article.hentry+.hentry {
  border-top: 2px solid rgba(0,0,0,.1);
  padding-top: 2.5rem;
  margin-top: 2.5rem;
}

article.hentry+.hentry.no-border {
  border-top: 0;
  padding-top: 1rem;
  margin-top: 0;
}

.post-title {
  font-size: 1.75rem;
}

.byline {
  margin-top: -.5rem;
}

body.single .byline {
  margin-bottom: 2rem;
}

.byline .avatar {
  width: auto;
}

#map-toggler,.image-overlay {
  width: 100%;
  position: absolute;
}

.post-footer {
  margin: 3rem 0 2rem;
}

.meta-separator {
  color: #cacaca;
}

.page-navigation {
  border-top: 2px solid rgba(0,0,0,.1);
  padding-top: 2.5rem;
  margin-top: 2.5rem;
}

figure {
  margin: 0 auto 1rem;
}

.inline-icon,.social-buttons img {
  display: inline-block;
  height: 1em;
  max-width: none;
  vertical-align: middle;
}

.byline .avatar,.inline-icon.large,.social-buttons img.large {
  height: 2.25rem;
}

.dashicons-before::before {
  vertical-align: middle;
  margin-top: -.5rem;
  margin-bottom: -.5rem;
}

@media print,screen and (min-width:40em) {
  .post-title {
    font-size: 2.25rem;
  }

  .image-grid {
    margin-right: -1rem;
  }

  .image-grid .thumbnail {
    margin-right: 1rem;
  }
}

.image-grid .caption {
  color: #fff;
  background-color: rgba(0,0,0,.8);
  padding: 6.67px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1.5;
  font-size: 80%;
}

.image-header {
  position: relative;
  margin: -2rem 0 2rem;
}

@media print,screen and (min-width:40em) {
  .image-header {
    margin-top: -3rem;
  }
}

.image-header::before {
  content: '';
  display: block;
  height: 0;
  padding-bottom: 33.33%;
  margin-bottom: 1rem;
  background-color: #e6e6e6;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-header img {
  display: block;
  position: absolute;
  top: 0;
}

.image-header.widescreen::before {
  padding-bottom: 56.25%;
}

.image-header.fit-container {
  margin-top: 0;
}

.image-header.fit-container .image-overlay-text {
  margin-right: 26.25px;
  margin-left: 26.25px;
}

.image-header.fit-container .image-overlay-large .image-overlay-text {
  margin-right: 0;
  margin-left: 0;
}

@media screen and (min-width:64em) {
  .image-header.fit-container .image-overlay-large .image-overlay-text {
    margin-right: 26.25px;
    margin-left: 26.25px;
  }

  .image-overlay-large {
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 100%;
    width: 100%;
    color: #fff;
  }

  .image-overlay-large .image-overlay-text {
    background-color: rgba(0,0,0,.8);
    box-shadow: 15px 0 0 0 rgba(0,0,0,.8),-15px 0 0 0 rgba(0,0,0,.8);
    padding: 7.5px 0;
    margin: -11.25px 0 15px;
    float: left;
    clear: left;
  }
}

.image-overlay {
  bottom: 0;
  left: 0;
  max-height: 100%;
  color: #fff;
}

.image-overlay .image-overlay-text {
  background-color: rgba(0,0,0,.8);
  box-shadow: 15px 0 0 0 rgba(0,0,0,.8),-15px 0 0 0 rgba(0,0,0,.8);
  padding: 7.5px 0;
  margin: -11.25px 0 15px;
  float: left;
  clear: left;
}

@media screen and (max-width:63.9375em) {
  .image-overlay-large .image-overlay-text:last-child {
    border-bottom: 2px solid rgba(0,0,0,.1);
    padding-bottom: 2rem;
  }
}

.widget {
  margin-bottom: 30px;
}

.widget-title,.widget_rss .rssSummary {
  margin-bottom: .5rem;
}

.widget li+li,.widget li>ul {
  margin-top: .5rem;
}

.widget_archive a,.widget_categories a,.widget_recent_entries a,.widget_recent_entries_network a {
  font-weight: 700;
}

.widget_rss .rss-widget-icon {
  display: none;
}

.widget_rss .rss-date {
  display: block;
}

.widget_tag_cloud {
  font-size: 0;
}

.widget_tag_cloud a {
  cursor: auto;
  margin: 0 .5rem .5rem 0;
}

.district-menu ul a,.district-menu ul button,.district-menu ul input,.district-menu ul select,.widget_calendar .calendar_wrap table,.widget_nav_menu ul a,.widget_nav_menu ul button,.widget_nav_menu ul input,.widget_nav_menu ul select,.widget_pages ul a,.widget_pages ul button,.widget_pages ul input,.widget_pages ul select {
  margin-bottom: 0;
}

.widget_calendar .calendar_wrap {
  overflow: scroll;
}

.widget_calendar .calendar_wrap caption,.widget_calendar .calendar_wrap td,.widget_calendar .calendar_wrap th {
  text-align: center;
  padding: .5rem 0;
}

.widget_calendar .calendar_wrap caption {
  background-color: #cacaca;
}

.district-menu ul,.widget_nav_menu ul,.widget_pages ul {
  margin: 0;
  list-style-type: none;
}

.district-menu ul>li,.widget_nav_menu ul>li,.widget_pages ul>li {
  vertical-align: middle;
  display: block;
}

[data-whatinput=mouse] .district-menu ul>li,[data-whatinput=mouse] .widget_nav_menu ul>li,[data-whatinput=mouse] .widget_pages ul>li {
  outline: 0;
}

.district-menu ul>li>a,.widget_nav_menu ul>li>a,.widget_pages ul>li>a {
  display: block;
  padding: .9125rem 1rem;
  line-height: 1;
}

.district-menu ul a,.widget_nav_menu ul a,.widget_pages ul a {
  background-color: #2f56a6;
  color: #fff;
}

.district-menu ul ul,.widget_nav_menu ul ul,.widget_pages ul ul {
  display: none;
  margin-left: 1rem;
}

.district-menu ul li+li,.district-menu ul li>ul,.widget_nav_menu ul li+li,.widget_nav_menu ul li>ul,.widget_pages ul li+li,.widget_pages ul li>ul {
  margin-top: 2px;
}

.district-menu ul li.current-menu-ancestor>ul,.district-menu ul li.current-menu-item>ul,.district-menu ul li.current-menu-parent>ul,.widget_nav_menu ul li.current-menu-ancestor>ul,.widget_nav_menu ul li.current-menu-item>ul,.widget_nav_menu ul li.current-menu-parent>ul,.widget_pages ul li.current-menu-ancestor>ul,.widget_pages ul li.current-menu-item>ul,.widget_pages ul li.current-menu-parent>ul {
  display: block;
}

.district-menu ul li.current-menu-item>a,.widget_nav_menu ul li.current-menu-item>a,.widget_pages ul li.current-menu-item>a {
  background-color: #767676;
  cursor: default;
}

.nycc_district_contact_widget .callout+.button,.nycc_district_contact_widget .callout+.comment-reply-link,.nycc_district_contact_widget .fscf-div-redirecting+.button,.nycc_district_contact_widget .fscf-div-redirecting+.comment-reply-link,.nycc_district_contact_widget .press-release-tags ul li .callout+a,.nycc_district_contact_widget .press-release-tags ul li .fscf-div-redirecting+a,.nycc_district_contact_widget .social-buttons .callout+a,.nycc_district_contact_widget .social-buttons .fscf-div-redirecting+a,.press-release-tags ul li .nycc_district_contact_widget .callout+a,.press-release-tags ul li .nycc_district_contact_widget .fscf-div-redirecting+a,.social-buttons .nycc_district_contact_widget .callout+a,.social-buttons .nycc_district_contact_widget .fscf-div-redirecting+a {
  margin-top: -1rem;
}

.footer-widget {
  font-size: .8125rem;
}

.press-release-tags {
  margin-bottom: 30px;
}

.press-release-tags ul {
  font-size: 0;
}

.press-release-tags ul li {
  font-size: .6875rem;
  display: inline-block;
}

.press-release-tags ul li a {
  margin: 0 .125rem .125rem 0;
}

.widget_recent_entries_network a[href*="/press/"]:before,.widget_recent_entries_network a[href*="/budget/"]:before {
  margin-right: .25rem;
  content: 'Press Release';
  color: #666;
  font-weight: 400;
  font-size: 80%;
  cursor: pointer;
}

.widget_recent_entries_network a[href*="/budget/"]:before {
  content: 'Budget';
}

#recent-posts-network-2.widget_recent_entries_network ul li a,#recent-posts-network-3.widget_recent_entries_network ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  overflow: hidden;
}

.social-buttons {
  margin-top: 1.5rem;
}

.social-buttons a {
  font-size: 1.875rem;
  display: inline-block;
  border-radius: 50%;
  padding: 0;
}

.leaflet-popup-content,.leaflet-popup-content .header-medium,.leaflet-popup-content h4 {
  font-size: 1rem;
}

.social-buttons img {
  margin: .2em!important;
}

.social-buttons li+li {
  margin-top: 0;
}

.comment .media-object {
  margin-bottom: 2rem;
}

.comment .children {
  list-style: none;
  margin-left: 2rem;
}

.comment_content {
  margin-top: 1rem;
}

#map-container {
  background-color: #cacaca;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: height .5s;
}

#map-container.district {
  margin: -2rem 0 2rem;
}

#map p {
  font-weight: 400;
}

@media print,screen and (min-width:40em) {
  #map-container.district {
    margin-top: -3rem;
    height: 25rem;
  }

  .district>#map {
    height: 25rem;
  }
}

#map,#map-container {
  height: 16.25rem;
}

@media screen and (min-width:64em) {
  #map,#map-container {
    height: 25rem;
  }
}

.short #map,.short#map-container {
  height: 3.75rem;
}

#map-toggler {
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  background-color: rgba(47,86,166,.25);
  margin: 0;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  transition: height .5s,margin .5s,background-color .2s;
}

#map-toggler:hover {
  background-color: rgba(47,86,166,0);
}

.short #map-toggler {
  display: block;
}

@media screen and (min-width:90em) {
  .short #map-toggler {
    display: none;
  }

  #sticky-wrapper {
    width: 72%;
  }

  #map-container {
    width: 28%;
    position: fixed!important;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0!important;
  }

  #map-container,#map-container #map {
    height: 100%!important;
    cursor: move !important;
  }

  #map-container::after {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    left: -1rem;
    box-shadow: .25rem 0 0 rgba(0,0,0,.1);
  }

  .district-image-header::before {
    padding-bottom: 50%!important;
  }

  .district-image-header .row {
    max-width: 75rem!important;
  }
}

.leaflet-left.leaflet-top .leaflet-control {
  transition: margin .5s ease-out;
}

.addresslookup,.cartodb-searchbox,.leaflet-right.leaflet-bottom .leaflet-control {
  transition: margin .75s;
}

.cartodb-searchbox .text {
  height: auto;
}

.addresslookup {
  position: relative;
}

.addresslookup input {
  margin: 0;
  padding-right: 2.25rem;
  min-width: 14em;
}

.addresslookup button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-right: .5rem;
  padding-left: .25rem;
  color: #666;
}

.addresslookup .addresslookup-error {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
}

.addresslookup .callout,.addresslookup .fscf-div-redirecting {
  padding: .5rem;
  line-height: 1.2;
}

@media screen and (max-width:89.9375em) {
  .short .leaflet-left.leaflet-top .leaflet-control {
    margin-left: -60px;
  }

  .short .leaflet-right.leaflet-bottom .leaflet-control {
    margin-bottom: -50px;
  }

  .leaflet-bar {
    box-shadow: 0 0 0 .125rem rgba(0,0,0,.1);
  }

  .leaflet-bar,.leaflet-bar a:first-child,.leaflet-bar a:last-child {
    border-radius: 0!important;
  }

  .short .addresslookup,.short .cartodb-searchbox {
    margin-top: -50px;
  }

  .short .leaflet-control-attribution-toggle:before {
    content: 'Map Attributions';
    color: #2f56a6;
    cursor: pointer;
  }

  .short .map-after {
    background-color: rgba(47,86,166,.25);
    margin-top: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 2;
    cursor: pointer;
    transition: height .5s,margin .5s,background-color .2s;
  }

  .short .map-after:hover {
    background-color: rgba(47,86,166,0);
  }
}

.leaflet-popup-content .media-object,.leaflet-popup-content .media-object .thumbnail {
  margin-bottom: 0;
}

.leaflet-popup-content {
  min-width: 260px;
  width: auto!important;
}

.leaflet-popup-content a {
  color: #2f56a6;
}

.leaflet-popup-content a:hover {
  color: #23417d;
}

.leaflet-popup-content .media-object .header-medium,.leaflet-popup-content .media-object h4 {
  margin-top: .5rem;
  margin-bottom: 0;
}

.leaflet-popup-content .media-object p {
  margin-top: 0;
}

.leaflet-popup-content .media-object .thumbnail img {
  max-width: 2.75rem!important;
}

#pbnycmap-container {
  width: 100%;
}

#pbnycmap {
  height: 16.25rem;
}

#districts-list table {
  font-size: .9rem;
}

#districts-list .neighborhoods {
  font-size: 75%;
  line-height: 1.2;
}

#districts-list strong {
  white-space: nowrap;
}

#districts-list .button,#districts-list .comment-reply-link,#districts-list .press-release-tags ul li a,#districts-list .social-buttons a,.press-release-tags ul li #districts-list a,.social-buttons #districts-list a {
  margin: 0;
}

#districts-list td+td,#districts-list th+th {
  padding-left: 0;
}

.search--hidden-submit {
  position: absolute;
  right: 9999px;
  visibility: hidden;
}

.image-header.district-image-header .district-number {
  font-weight: 700;
  font-size: 1.25rem;
}

@media screen and (min-width:64em) {
  .image-header.district-image-header .district-number {
    font-size: 1.5rem;
  }
}

.image-header.district-image-header .district-member {
  font-size: 1.75rem;
}

@media screen and (min-width:64em) {
  .image-header.district-image-header .district-member {
    font-size: 2.8125rem;
  }
}

.image-header.district-image-header a {
  color: inherit;
}

.table-of-contents-header {
  margin-top: 1.625rem;
  color: #666;
}

.table-of-contents {
  list-style-type: circle;
  color: #666;
  margin-bottom: 2rem;
}

.table-of-contents .category {
  margin: 1rem 0 .5rem -1.25rem;
}

.table-of-contents .is-active {
  list-style-type: disc;
}

@media print,screen and (min-width:40em) {
  #pbnycmap {
    height: 25rem;
  }

  .image-header.district-image-header::before {
    padding-bottom: 25rem;
  }

  .toc-nav.row {
    background-color: #767676;
    margin: 0 0 1rem;
  }

  .press-release-tags ul li .toc-nav.row a,.social-buttons .toc-nav.row a,.toc-nav.row .button,.toc-nav.row .comment-reply-link,.toc-nav.row .press-release-tags ul li a,.toc-nav.row .social-buttons a {
    margin: 0;
  }

  .toc-nav.row~.image-header {
    margin-top: -1rem;
  }

  #translation-menu {
    margin-bottom: 1rem;
  }

  #translation-menu.member {
    max-width: 100%!important;
    right: 41.66667%;
  }
}

#translation-menu {
  margin-top: -2rem;
  position: relative;
  z-index: 2;
}

@media screen and (min-width:90em) {
  #translation-menu.member {
    max-width: 75rem!important;
    right: 0;
  }
}

#translation-menu .button,#translation-menu .comment-reply-link,#translation-menu .press-release-tags ul li a,#translation-menu .social-buttons a,.press-release-tags ul li #translation-menu a,.social-buttons #translation-menu a {
  font-weight: 700;
  padding: 0 .625em;
  padding-left:120px;
  line-height: 2rem;
  height: 2rem;
  background-color: white;
  color: black;
  margin: 0 .125rem 0 0;
  box-shadow: 0 0 0 .125rem rgba(0,0,0,.1);
  border-radius: 0 0 1px 1px;
  position: relative;
  outline-color: #23417D;
}

#translation-menu .lang-label:hover, #translation-menu .button:hover,#translation-menu .comment-reply-link:hover,#translation-menu .press-release-tags ul li a:hover,#translation-menu .social-buttons a:hover,.press-release-tags ul li #translation-menu a:hover,.social-buttons #translation-menu a:hover {
  /* background-color: #e6e6e6; */
}

#translation-menu .lang-label {
  position: absolute;
  top: -1px;
  right: 21%;
  padding: 0 0.75rem;
  white-space: nowrap; 
  color: black;
  background-color:white;
  font-size: 18px;
  width:100px;
  text-align: center;
}

#translation-menu #translation-menu-dropdown {
  box-shadow: 0 .125rem 0 .125rem rgba(0,0,0,.1);
  border: 0;
}

#translation-menu .goog-te-combo {
  margin: 0;
}

.fscf-hint-text,.fscf-required-text {
  font-size: .8125rem;
  margin-bottom: 1rem;
}

.fscf-required-indicator {
  color: #d05d4e;
}

.fscf-label .fscf-required-indicator {
  margin-left: .25em;
}

.fscf-required-text {
  color: #d05d4e;
  display: inline-block;
}

.fscf-hint-text {
  font-style: italic;
  color: #222;
  display: block;
}

.fscf-div-error {
  margin-bottom: .5rem;
  font-size: .75rem;
  font-weight: 700;
  color: #d05d4e;
}

.fscf-div-error+input[type=text]:not(:focus),.fscf-div-error+textarea:not(:focus) {
  border-color: #d05d4e;
  background-color: #faefed;
}

.fscf-div-error+input[type=text]:not(:focus)::-webkit-input-placeholder,.fscf-div-error+textarea:not(:focus)::-webkit-input-placeholder {
  color: #d05d4e;
}

.fscf-div-error+input[type=text]:not(:focus)::-moz-placeholder,.fscf-div-error+textarea:not(:focus)::-moz-placeholder {
  color: #d05d4e;
}

.fscf-div-error+input[type=text]:not(:focus):-ms-input-placeholder,.fscf-div-error+textarea:not(:focus):-ms-input-placeholder {
  color: #d05d4e;
}

.fscf-div-error+input[type=text]:not(:focus)::placeholder,.fscf-div-error+textarea:not(:focus)::placeholder {
  color: #d05d4e;
}

.fscf-button-submit {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  padding: .85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-size: .9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #2f56a6;
  color: #fff;
}

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

.fscf-button-submit:focus,.fscf-button-submit:hover {
  background-color: #28498d;
  color: #fff;
}

.wpcf7-display-none {
  display: none;
}

.screen-reader-response {
  position: absolute!important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
}

.wpcf7-response-output {
  position: relative;
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid rgba(34,34,34,.25);
  border-radius: 0;
  background-color: #fff;
  color: #222;
}

.wpcf7-response-output>:first-child {
  margin-top: 0;
}

.wpcf7-response-output>:last-child {
  margin-bottom: 0;
}

.wpcf7-mail-sent-ok {
  background-color: #e1faea;
  color: #222;
}

.wpcf7-validation-errors {
  background-color: #f8e7e4;
  color: #222;
}

.wpcf7-not-valid:not(:focus),.wpcf7-spam-blocked:not(:focus),.wpcf7-validation-errors:not(:focus) {
  border-color: #d05d4e;
  background-color: #faefed;
}

.wpcf7-not-valid:not(:focus)::-webkit-input-placeholder,.wpcf7-spam-blocked:not(:focus)::-webkit-input-placeholder,.wpcf7-validation-errors:not(:focus)::-webkit-input-placeholder {
  color: #d05d4e;
}

.wpcf7-not-valid:not(:focus)::-moz-placeholder,.wpcf7-spam-blocked:not(:focus)::-moz-placeholder,.wpcf7-validation-errors:not(:focus)::-moz-placeholder {
  color: #d05d4e;
}

.wpcf7-not-valid:not(:focus):-ms-input-placeholder,.wpcf7-spam-blocked:not(:focus):-ms-input-placeholder,.wpcf7-validation-errors:not(:focus):-ms-input-placeholder {
  color: #d05d4e;
}

.wpcf7-not-valid:not(:focus)::placeholder,.wpcf7-spam-blocked:not(:focus)::placeholder,.wpcf7-validation-errors:not(:focus)::placeholder {
  color: #d05d4e;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: -.5rem;
  margin-bottom: 1rem;
  font-size: .75rem;
  font-weight: 700;
  color: #d05d4e;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-recaptcha {
  margin-bottom: 1rem;
}

[type=checkbox]+.wpcf7-list-item-label,[type=radio]+.wpcf7-list-item-label {
  font-size: .875rem;
  display: inline-block;
  vertical-align: baseline;
  margin-left: .5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type=checkbox]+.wpcf7-list-item-label[for],[type=radio]+.wpcf7-list-item-label[for] {
  cursor: pointer;
}

@media print {
  * {
    color: #000!important;
    box-shadow: none!important;
    text-shadow: none!important;
    opacity: 1!important;
  }

  #geolocate-district,#map-container,#responsive-menu,#translation-menu,.image-header.district-image-header::before,.responsive-menu-toggle,footer.site-footer,input.search {
    display: none!important;
  }

  .sticky-container {
    margin-bottom: 1.5rem!important;
  }

  .sticky {
    margin-top: 0!important;
    bottom: auto!important;
    top: 0!important;
    max-width: 100%!important;
  }

  .image-header * {
    position: relative!important;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
  }

  table,td,th {
    border-collapse: collapse!important;
    border: 1px solid #000!important;
  }

  .dashicons-before {
    text-decoration: none;
  }

  .dashicons-before::before {
    font-size: 23px;
    height: 23px;
    width: 23px;
  }

  #districts-list td+td,#districts-list th+th {
    padding-left: .5rem!important;
  }

  #districts-list .sort-district a,#districts-list .sort-member a {
    font-size: 1.25rem!important;
  }

  #districts-list a {
    text-decoration: none!important;
  }

  #districts-list img {
    height: auto!important;
    width: 6rem!important;
  }

  .scrollable {
    overflow: visible!important;
  }
}

.slick-list,.slick-slider,.slick-track {
  position: relative;
  display: block;
}

.slick-slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

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

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

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

.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

.slick-arrow.slick-hidden {
  display: none;
}
/*--------------------------------------------------
  Custom CSS from JC
--------------------------------------------------*/
#menu-main-menu .submenu {
  margin-left: 25px;
}
.pic-title {
  background: linear-gradient(to right,#000,rgba(0,0,0,.8));
  bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  left: 0;
  margin: 0 auto;
  padding: 5px;
  position: absolute;
  right: 0;
}
.slider-image{
    width:100%;
}
input::placeholder{
    color: #666666
}
#map-container a{
  background-color: transparent;
  color: #2f56a6;
  outline-color: #23417D!important;
  -webkit-text-decoration-skip: objects;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}
#list-search-input{
  padding-right:30px;
}
.sort-borough, .sort-party{
  text-align: center;
}
#committee-list{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
@media only screen and (max-width: 910px) {
  #committee-list{
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}