@charset "UTF-8";
@import url("http://fast.fonts.net/lt/1.css?apiType=css&c=b5dd0e16-a6cc-497c-9f12-275439817ab6&fontids=1489614");
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce-right {
  0%, 40%, 80%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  20%, 60% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); } }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    -moz-transform: scaleY(0.4);
    -ms-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1); } }

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-panel.mm-opened {
  -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); }

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panel.mm-highest {
  z-index: 1; }

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit; }

.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }

.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto; }

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.mm-navbar > * {
  display: block;
  padding: 10px 0; }

.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none; }

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1; }

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0; }

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }

.mm-listview a,
.mm-listview a:hover {
  text-decoration: none; }

.mm-listview > li {
  position: relative; }

.mm-listview > li, .mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
  border-color: inherit; }

.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px; }

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.mm-listview > li:not(.mm-divider):after {
  left: 20px; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }

.mm-listview .mm-inset > li {
  padding: 5px 0; }

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }

.mm-listview .mm-spacer > .mm-next {
  top: 40px; }

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px; }

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 23px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking {
  overflow: hidden; }

html.mm-blocking body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-autoheight {
  max-height: 80%; }

.mm-menu.mm-autoheight.mm-fullscreen {
  max-height: 100%; }

.mm-menu.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }

em.mm-counter + a.mm-next {
  width: 90px; }

em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px; }

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -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); }

.mm-fixeddivider:after {
  content: none !important;
  display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left;
  -moz-transition-property: -moz-transform, left;
  -ms-transition-property: -ms-transform, left;
  -o-transition-property: -o-transform, left;
  transition-property: transform, left; }

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit; }

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -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); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3; }

/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -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); }

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0; }

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-close:after {
  content: 'x'; }

.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }

.mm-navbar > .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px; }

.mm-navbar > .mm-breadcrumbs > a {
  text-decoration: underline; }

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0px; }

.mm-hasnavbar-top-1 .mm-panels {
  top: 40px; }

.mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panels {
  top: 80px; }

.mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panels {
  top: 120px; }

.mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0px; }

.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px; }

.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px; }

.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px; }

.mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px; }

.mm-search input {
  border: none;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  outline: none;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px; }

.mm-search input::-ms-clear {
  display: none; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.mm-panel.mm-hassearch {
  padding-top: 40px; }

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px; }

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }

.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }

li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -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); }

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%; }

.mm-indexer ~ .mm-panel.mm-hasindexer {
  margin-right: 20px; }

.mm-hasindexer .mm-indexer {
  right: 0; }

.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2; }

label.mm-toggle:before,
label.mm-check:before {
  content: '';
  display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0; }

li.mm-vertical label.mm-toggle {
  top: 5px; }

li.mm-vertical label.mm-check {
  top: 5px; }

label.mm-toggle, label.mm-check {
  right: 20px; }

label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px; }

label.mm-check + a,
label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px; }

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  margin-right: 50px; }

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }

a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px; }

em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu label.mm-toggle:before {
  background: #f3f3f3; }

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none; }

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important; }

.mm-menu.mm-border-offset .mm-listview > li:after,
.mm-listview.mm-border-offset > li:after {
  right: 20px; }

/*
	jQuery.mmenu effects extension CSS
*/
.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

html.mm-opening .mm-menu.mm-effect-menu-slide {
  -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); }

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -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); }

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1; }

.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -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); }

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -ms-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  -ms-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  -moz-transition-delay: 450ms;
  -ms-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(10) {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  -moz-transition-delay: 550ms;
  -ms-transition-delay: 550ms;
  -o-transition-delay: 550ms;
  transition-delay: 550ms; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(12) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  -moz-transition-delay: 650ms;
  -ms-transition-delay: 650ms;
  -o-transition-delay: 650ms;
  transition-delay: 650ms; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(14) {
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  -moz-transition-delay: 750ms;
  -ms-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms; }

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -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);
  opacity: 1; }

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1; }

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  opacity: 0;
  top: -25%;
  -webkit-transition-property: opacity, top;
  -moz-transition-property: opacity, top;
  -ms-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  transition-property: opacity, top; }

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0; }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }

@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }

@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }

.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal; }

/*
	jQuery.mmenu pagedim extension CSS
*/
html.mm-pagedim #mm-blocker, html.mm-pagedim-white #mm-blocker, html.mm-pagedim-black #mm-blocker {
  opacity: 0; }

html.mm-pagedim.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim-black.mm-opening #mm-blocker {
  opacity: 0.3;
  transition: opacity 0.4s ease 0.4s; }

html.mm-pagedim #mm-blocker {
  background: inherit; }

html.mm-pagedim-white #mm-blocker {
  background: #fff; }

html.mm-pagedim-black #mm-blocker {
  background: #000; }

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }

.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }

/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -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); }

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333333; }

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white .mm-navbar a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: white; }

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black .mm-navbar a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: black; }

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/*
	jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: '';
  display: block;
  clear: both; }

.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative; }

.mm-menu.mm-tileview .mm-listview > li:after,
.mm-menu .mm-tileview.mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1; }

.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%; }

.mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%; }

.mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%; }

.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%; }

.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span,
.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0; }

.mm-menu.mm-tileview .mm-listview > li > .mm-next,
.mm-menu .mm-tileview.mm-listview > li > .mm-next {
  width: auto; }

.mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
  content: none;
  display: none; }

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }

.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none; }

.mm-menu.mm-tileview .mm-listview {
  margin: 0; }

.b-lazy {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 800ms ease-in-out 100ms;
  -moz-transition: opacity 800ms ease-in-out 100ms;
  -ms-transition: opacity 800ms ease-in-out 100ms;
  -o-transition: opacity 800ms ease-in-out 100ms;
  transition: opacity 800ms ease-in-out 100ms; }
  .b-lazy.b-loaded {
    opacity: 1; }

.loading {
  background: #000 url(../images/loading.gif) no-repeat center;
  background-size: 30px 20px !important; }

.error {
  background: #eee url(../images/broken-image.png) no-repeat center;
  background-size: 24px 32px !important; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -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 {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-current {
  opacity: 1 !important;
  -webkit-filter: grayscale(0) !important;
  -moz-filter: grayscale(0) !important;
  -ms-filter: grayscale(0) !important;
  -o-filter: grayscale(0) !important;
  filter: grayscale(0) !important; }

.slick-prev,
.slick-next {
  background: #4a4a4a;
  border: none;
  color: #fff;
  font-size: 0;
  height: 70px;
  width: 35px;
  position: absolute;
  z-index: 90;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 30px; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    display: none !important; }
  .slick-prev:focus, .slick-prev:hover,
  .slick-next:focus,
  .slick-next:hover {
    color: #00ba00;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.slick-dots {
  font-size: 0;
  text-align: center; }
  .slick-dots > li {
    display: inline-block; }
    .slick-dots > li button {
      background: transparent;
      border: none;
      display: block;
      padding: 0;
      margin: 0; }

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease; }

.slick-lightbox.slick-hide {
  opacity: 0; }

.slick-lightbox.slick-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0; }

.slick-lightbox.slick-lightbox-ie.slick-hide,
.slick-lightbox.slick-lightbox-ie.slick-hide-init {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

.slick-lightbox .slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden; }

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%; }

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%; }

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-caption {
  margin-top: 10px;
  color: #fff; }

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px; }

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center; }

.slick-lightbox .slick-lightbox-inner .slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none; }

.slick-lightbox .slick-lightbox-inner .slick-lightbox-close:focus {
  outline: none; }

.slick-lightbox .slick-lightbox-inner .slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '×'; }

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent; }

.slick-lightbox .slick-prev {
  left: 15px; }

.slick-lightbox .slick-next {
  right: 15px; }

.ui-datepicker {
  background-color: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 100 !important; }
  @media (max-width: 479px) {
    .ui-datepicker {
      left: 0 !important;
      right: 0; } }
  .ui-datepicker a:hover {
    text-decoration: none; }
  .ui-datepicker .ui-datepicker-header {
    color: #008c44;
    padding: 20px 0;
    width: 100%;
    position: relative; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      text-align: center; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      cursor: pointer;
      height: 24px;
      line-height: 24px !important;
      text-align: center;
      width: 24px;
      position: absolute;
      top: 20px; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
      .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
        display: none; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      left: 0; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      right: 0; }
  .ui-datepicker .ui-datepicker-calendar {
    font-size: 12px;
    width: 100%; }
    @media (min-width: 768px) {
      .ui-datepicker .ui-datepicker-calendar {
        font-size: 14px; } }
    .ui-datepicker .ui-datepicker-calendar th,
    .ui-datepicker .ui-datepicker-calendar td {
      padding: 5px;
      text-align: center; }

@inlcude respond-to(sm) {
  .ui-datepicker .ui-datepicker-calendar th,
  .ui-datepicker .ui-datepicker-calendar td {
    padding: 10px; } }
    .ui-datepicker .ui-datepicker-calendar thead {
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee; }
      .ui-datepicker .ui-datepicker-calendar thead th {
        text-transform: uppercase; }
        .ui-datepicker .ui-datepicker-calendar thead th span {
          display: block;
          padding: 10px 0; }
    .ui-datepicker .ui-datepicker-calendar td {
      border: 1px solid #eee; }
      @media (min-width: 768px) {
        .ui-datepicker .ui-datepicker-calendar td {
          width: 20px; } }
      .ui-datepicker .ui-datepicker-calendar td span,
      .ui-datepicker .ui-datepicker-calendar td a {
        color: #7E8082;
        display: block;
        padding: 5px 0; }
      .ui-datepicker .ui-datepicker-calendar td a {
        border-radius: 4px; }
        .ui-datepicker .ui-datepicker-calendar td a.ui-state-highlight {
          color: #008c44; }
        .ui-datepicker .ui-datepicker-calendar td a.ui-state-default.ui-state-hover, .ui-datepicker .ui-datepicker-calendar td a.ui-state-active {
          background: #008c44;
          color: #fff; }
  .ui-datepicker .ui-state-disabled {
    cursor: default;
    opacity: .35;
    filter: Alpha(Opacity=35); }

body {
  background-color: #fff;
  background-size: 40px 40px; }

figure {
  margin: 0; }

.full-page {
  height: 100%; }

.content-area {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .content-area {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 992px) {
    .content-area .main-content {
      padding-right: 20px; } }

.layout {
  margin: 0;
  width: 100%; }
  .layout--4-8 {
    padding-top: 30px;
    padding-bottom: 25px; }
    @media (min-width: 768px) {
      .layout--4-8 {
        padding-top: 60px;
        padding-bottom: 50px; } }

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Border Box
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

body {
  color: #4a4a4a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5; }

@font-face {
  font-family: "ITC Lubalin Graph W03 Book";
  src: url("../Fonts/1489614/0dab238d-5720-4998-9086-5bde904a6510.eot?#iefix");
  src: url("../Fonts/1489614/0dab238d-5720-4998-9086-5bde904a6510.eot?#iefix") format("eot"), url("../Fonts/1489614/2ab09d74-941a-4fa5-8f1d-c651c952f188.woff2") format("woff2"), url("../Fonts/1489614/f526a9d3-6990-4e60-8793-ceeb7789bb63.woff") format("woff"), url("../Fonts/1489614/7e09fa8b-3eaa-4cc9-bf88-c8837abce225.ttf") format("truetype"), url("../Fonts/1489614/155f297e-1326-4de9-995e-3e27fd74fabd.svg#155f297e-1326-4de9-995e-3e27fd74fabd") format("svg"); }

.fontFamilySecondary, .ui-datepicker, h1,
.h1, .hero__title, .banner-content__title,
h2,
.h2,
h3,
.h3, .banner-content__subtitle, .quick-links li a, .nav ul li a,
.nav ul li span, .paging__prev, .paging__next, .paging__item, .search-box-btn, .hero__description a, .timeline__progress:before, .timeline__progress:after, .sub-nav, .article-listing__inner-body a, .update-listing__item-link, .year-filter, .construction-activities__location-list li, .interactive-map__panel-inner-link {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700; }

.fontFamilySecondary--medium, h4,
.h4, .timeline__item-title, .searchbox__field input[type='text'], .tile-cta__box-title, .tile-cta__box-action, .article-listing__inner-title, .interactive-map__panel-location-inner-title, .interactive-map__panel-location-link {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500; }

h1,
.h1,
.hero__title,
.banner-content__title,
h2,
.h2,
h3,
.h3,
.banner-content__subtitle {
  line-height: 100%; }

h4,
.h4,
.timeline__item-title,
.searchbox__field input[type='text'],
.tile-cta__box-title {
  line-height: 100%; }

h1,
.h1,
.hero__title,
.banner-content__title {
  font-size: 10vw;
  margin: 0;
  padding: 0 0 18px; }
  @media (min-width: 992px) {
    h1,
    .h1,
    .hero__title,
    .banner-content__title {
      font-size: 64px;
      letter-spacing: -2px; } }

h2,
.h2 {
  font-size: 8.8vw;
  margin: 0;
  padding: 30px 0; }
  @media (min-width: 768px) {
    h2,
    .h2 {
      font-size: 45px; } }

h3,
.h3,
.banner-content__subtitle {
  font-size: 28px;
  margin: 0;
  padding: 19px 0; }
  @media (min-width: 768px) {
    h3,
    .h3,
    .banner-content__subtitle {
      font-size: 28px; } }

h4,
.h4,
.timeline__item-title,
.searchbox__field input[type='text'],
.tile-cta__box-title {
  font-size: 24px;
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    h4,
    .h4,
    .timeline__item-title,
    .searchbox__field input[type='text'],
    .tile-cta__box-title {
      font-size: 24px;
      padding: 0; } }

h5,
.h5,
.sidebar-filter__block-title {
  font-size: 14px;
  margin: 0;
  padding: 0 0 15px;
  text-transform: uppercase; }

.lead, .layout--container > .container > .sf_cols > .sf_colsOut > .sf_colsIn > .sfContentBlock h3, .timeline__title, .latest-news__title, .traffic-changes__title, .gallery__title, .two-col-content__title, .construction-activities__title, .interactive-map__panel-location-inner-title {
  padding-top: 0; }

p {
  margin: 0;
  padding: 0 0 23px; }
  p.lead, p.timeline__title, p.latest-news__title, p.traffic-changes__title, p.gallery__title, p.two-col-content__title, p.construction-activities__title, p.interactive-map__panel-location-inner-title {
    font-size: 24px; }
    @media (min-width: 768px) {
      p.lead, p.timeline__title, p.latest-news__title, p.traffic-changes__title, p.gallery__title, p.two-col-content__title, p.construction-activities__title, p.interactive-map__panel-location-inner-title {
        font-size: 24px; } }
  p + h3 {
    font-style: normal !important;
    padding-top: 27px !important; }

ul,
ol {
  margin: 0;
  padding: 0; }
  ul li,
  ol li {
    margin: 0;
    padding: 0; }

ul li {
  list-style: none; }

a {
  color: #7AC143;
  text-decoration: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }
  a:focus, a:hover {
    color: #00ba00;
    text-decoration: underline;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; }

.trail:after, .hero__description a:after, .timeline__item-link:after, .latest-news__item-link:after, .article-listing__inner-body a:after, .update-listing__item-link:after, .interactive-map__panel-inner-link a:after {
  font-size: 10px;
  display: inline-block;
  margin-left: 5px; }

.c--secondary {
  color: #fff !important; }

.c--highlight {
  color: #7AC143; }

hr {
  background: #7E8082;
  border: 0;
  display: block;
  height: 2px;
  margin: 60px 0 40px; }

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

.icon, .slick-prev,
.slick-next, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next, .trail:after, .hero__description a:after, .timeline__item-link:after, .latest-news__item-link:after, .article-listing__inner-body a:after, .update-listing__item-link:after, .interactive-map__panel-inner-link a:after, .quick-links li a:before, .back-to-top, .interpreter__head-copy:before, .nav > ul > li:first-child > a:before, .nav > ul > li > ul > li > a:after, .mm-panel .mm-navbar .mm-title:before, .mm-listview > li > a:not(.mm-next):after,
.mm-listview > li > span:after, .mm-search:before, .search-mobile:before, .ghost-checkbox label:after, .ghost-select:after, .ghost-radio label:after, .check-clone--checked:before, .accordion__item-head:after, .search-box-btn:before, .error-pages__title:before, .track-back li:first-child > a:before, .downloads__list-item a:before, .hero__indicator:after, .timeline .slick-dots > li, .searchbox__field:before, .latest-news__item-icon, .latest-news__item-date:before, .traffic-changes__item-icon, .traffic-changes__item-date:before, .gallery__carousel-caption:before, .newsletter-form__icon, .update-listing__item-icon, .update-listing__item-date:before, .interactive-map__panel-mobile-toggle:before, .interactive-map__panel-inner-search-btn, .interactive-map__panel-inner-filters__item-head:after, .sidebar-filter__search:before, .sidebar-filter__block-title:after, .sidebar-filter__block-input.start-date:before, .sidebar-filter__block-input.end-date:before, .filter-tag:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .icon-date:before, .latest-news__item-date:before, .traffic-changes__item-date:before, .update-listing__item-date:before {
    content: "\e900"; }
  .icon-calendar:before, .latest-news__item.Newsletter .latest-news__item-icon:before, .latest-news__item.newsletter .latest-news__item-icon:before, .update-listing__item.Newsletter .update-listing__item-icon:before, .update-listing__item.newsletter .update-listing__item-icon:before, .filter-tag--newsletter:before {
    content: "\e901"; }
  .icon-location-outlined:before, .traffic-changes__item-icon:before {
    content: "\e903"; }
  .icon-tick:before, .check-clone--checked:before {
    content: "\e904" !important; }
  .icon-chevron-down:before, .interpreter__head-copy:before, .interactive-map__panel-mobile-toggle.open:before {
    content: "\e905"; }
  .icon-chevron-left:before, .slick-prev:before, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before, .mm-panel .mm-navbar .mm-title:before, .track-back li:first-child > a:before {
    content: "\e906"; }
  .icon-chevron-right:before, .slick-next:before, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
    content: "\e907"; }
  .icon-link-trail:before {
    content: "\e908"; }
  .icon-chevron-up:before, .interactive-map__panel-mobile-toggle:before {
    content: "\e909"; }
  .icon-arrow-up:before, .back-to-top:before {
    content: "\e90a"; }
  .icon-date-pick:before, .sidebar-filter__block-input.start-date:before, .sidebar-filter__block-input.end-date:before {
    content: "\e90b"; }
  .icon-location:before, .searchbox__field:before {
    content: "\e90c"; }
  .icon-newsletter-add:before, .newsletter-form--success .newsletter-form__icon:before {
    content: "\e90d"; }
  .icon-enlarge:before, .gallery__carousel-caption:before {
    content: "\e90e"; }
  .icon-download:before, .downloads__list-item a:before {
    content: "\e90f"; }
  .icon-tree:before, .update-listing__item.Environment .update-listing__item-icon:before, .update-listing__item.environment .update-listing__item-icon:before, .filter-tag--environment:before {
    content: "\e910"; }
  .icon-notification:before, .update-listing__item.Notification .update-listing__item-icon:before, .update-listing__item.notification .update-listing__item-icon:before, .filter-tag--notification:before {
    content: "\e911"; }
  .icon-warning:before, .error-pages__title:before, .update-listing__item.TrafficChanges .update-listing__item-icon:before, .update-listing__item.trafficChanges .update-listing__item-icon:before, .filter-tag--traffic:before {
    content: "\e912"; }
  .icon-document:before, .latest-news__item.News .latest-news__item-icon:before, .latest-news__item.news .latest-news__item-icon:before, .newsletter-form--exists .newsletter-form__icon:before, .update-listing__item.News .update-listing__item-icon:before, .update-listing__item.news .update-listing__item-icon:before, .filter-tag--news:before {
    content: "\e913"; }
  .icon-search:before, .quick-links li a.search:before, .mm-search:before, .search-mobile:before, .search-box-btn:before, .interactive-map__panel-inner-search-btn:before, .sidebar-filter__search:before {
    content: "\e914"; }
  .icon-newsletter:before {
    content: "\e915"; }
  .icon-contact:before, .quick-links li a.contact:before {
    content: "\e916"; }
  .icon-jobs:before, .quick-links li a.jobs:before {
    content: "\e917"; }
  .icon-home:before, .nav > ul > li:first-child > a:before {
    content: "\e918"; }
  .icon-chevron-down-after:after, .ghost-select:after, .accordion__item-head:after, .hero__indicator:after, .interactive-map__panel-inner-filters__item-head:after, .sidebar-filter__block-title:after {
    content: "\e905"; }
  .icon-chevron-right-after:after, .nav > ul > li > ul > li > a:after, .mm-listview > li > a:not(.mm-next):after,
  .mm-listview > li > span:after {
    content: "\e907"; }
  .icon-link-trail-after:after, .trail:after, .hero__description a:after, .timeline__item-link:after, .latest-news__item-link:after, .article-listing__inner-body a:after, .update-listing__item-link:after, .interactive-map__panel-inner-link a:after {
    content: "\e908"; }
  .icon-tick-after:after, .ghost-checkbox label:after, .ghost-radio label:after {
    content: "\e904"; }
  .icon-timeline-dot:after, .timeline .slick-dots > li:after {
    content: "\e902"; }

.header {
  background: #231f20;
  width: 100%;
  position: relative; }
  .header__top {
    background: #fff;
    height: 150px;
    position: relative; }
    @media (max-width: 1219px) {
      .header__top {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 1220px) {
      .header__top {
        height: 90px; } }
    .header__top-sticky {
      background: #fff;
      height: 150px;
      width: 100%; }
      @media (min-width: 992px) {
        .header__top-sticky {
          height: 90px; } }
    @media (min-width: 1220px) {
      .header__top-left {
        float: left;
        height: 100%;
        padding-left: 40px; } }
    .header__top-logo {
      margin-top: 24px;
      width: 200px;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      @media (min-width: 1220px) {
        .header__top-logo {
          margin-top: 30px;
          width: 250px; } }
    @media (min-width: 1220px) {
      .header__top-right {
        float: right;
        height: 100%;
        padding-right: 40px; } }
  .header__bottom {
    background: #231f20;
    display: none; }
    @media (min-width: 1220px) {
      .header__bottom {
        display: block;
        max-width: 1500px;
        margin-left: auto;
        margin-right: auto;
        height: 60px;
        padding-left: 40px;
        padding-right: 40px;
        position: relative; } }
    @media (min-width: 992px) {
      .header__bottom-left {
        float: left;
        height: 100%; } }
    @media (min-width: 992px) {
      .header__bottom-right {
        float: right;
        height: 100%; } }

.quick-links {
  display: none; }
  @media (min-width: 992px) {
    .quick-links {
      display: block;
      font-size: 0; } }
  .quick-links li {
    border-left: 1px solid #7AC143;
    border-color: #7AC143;
    border-color: rgba(122, 193, 67, 0.8);
    display: inline-block;
    margin: 14px 0; }
    .quick-links li:first-child {
      border-left: none; }
    .quick-links li a {
      display: block;
      font-size: 14px;
      line-height: 30px;
      padding-left: 15px;
      padding-right: 20px;
      position: relative; }
      .quick-links li a:before {
        content: '';
        display: inline-block;
        padding-right: 10px; }

.btn-menu {
  background-color: #000;
  background-color: black;
  border: 0;
  padding: 0;
  height: 30px;
  width: 36px;
  position: absolute;
  z-index: 99;
  top: 21px;
  right: 20px; }
  @media (min-width: 1220px) {
    .btn-menu {
      display: none; } }
  .btn-menu__inner {
    height: 100%;
    padding: 5px; }
    .btn-menu__inner span {
      background: #fff;
      float: left;
      height: 4px;
      transition: .3s;
      width: 100%;
      position: relative;
      top: 8px; }
      .btn-menu__inner span:before, .btn-menu__inner span:after {
        content: '';
        background: #fff;
        height: 4px;
        transition: .3s;
        -webkit-transform-origin: 2.86px center;
        -moz-transform-origin: 2.86px center;
        transform-origin: 2.86px center;
        width: 100%;
        position: absolute;
        left: 0;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        transition: top .3s .6s ease, -webkit-transform .3s ease;
        transition: top .3s .6s ease, -moz-transform .3s ease;
        transition: top .3s .6s ease, transform .3s ease; }
      .btn-menu__inner span:before {
        top: -8px; }
      .btn-menu__inner span:after {
        top: 8px; }
  .btn-menu.active span {
    background: transparent;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -moz-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    -o-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8); }
    .btn-menu.active span:before, .btn-menu.active span:after {
      transition: top .3s ease,-webkit-transform .3s .5s ease;
      transition: top .3s ease,-moz-transform .3s .5s ease;
      transition: top .3s ease,transform .3s .5s ease;
      top: 0; }
    .btn-menu.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      -moz-transform: rotate3d(0, 0, 1, 45deg);
      -ms-transform: rotate3d(0, 0, 1, 45deg);
      -o-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .btn-menu.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      -moz-transform: rotate3d(0, 0, 1, -45deg);
      -ms-transform: rotate3d(0, 0, 1, -45deg);
      -o-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }

html,
body,
#wrapper,
#wrapper form {
  height: 100%; }

@media (min-width: 992px) {
  .head-plus-content-wrap {
    min-height: 100%;
    margin-bottom: -385px; } }

@media (min-width: 992px) {
  .head-plus-content-wrap:after {
    content: "";
    display: block;
    height: 385px; } }

.footer {
  border-top: 8px solid #7AC143;
  font-size: 14px;
  line-height: 22px;
  width: 100%; }
  @media (min-width: 992px) {
    .footer {
      height: 385px; } }
  .footer__top {
    background: #fff; }
    @media (min-width: 992px) {
      .footer__top .container {
        padding-top: 50px;
        padding-bottom: 30px; } }
    .footer__top-logo {
      width: 250px; }
  .footer__middle {
    background: #fff; }
    .footer__middle .container {
      padding-top: 15px;
      padding-bottom: 15px; }
      @media (min-width: 992px) {
        .footer__middle .container {
          border-top: 2px solid #7E8082; } }
      .footer__middle .container [class^=col-]:nth-child(2) {
        font-weight: bold;
        text-align: center; }
        @media (min-width: 992px) {
          .footer__middle .container [class^=col-]:nth-child(2) {
            text-align: right; } }
  .footer__bottom {
    background: #eee;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (min-width: 992px) {
      .footer__bottom {
        padding-top: 30px;
        padding-bottom: 30px; } }

.footer-nav li {
  border-left: 2px solid #7AC143;
  float: left;
  padding: 0 10px; }
  .footer-nav li:first-child {
    border-left: none;
    padding-left: 0; }

.back-to-top {
  border-color: #fff;
  border-width: 2px;
  border-style: solid;
  background-color: #7AC143;
  border-radius: 25px;
  height: 50px;
  width: 50px;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  position: absolute;
  z-index: 30;
  right: 10px;
  top: -30px; }
  @media (min-width: 992px) {
    .back-to-top {
      border-color: #fff;
      border-width: 2px;
      border-style: solid;
      background-color: #7AC143;
      border-radius: 32.5px;
      height: 65px;
      width: 65px;
      font-size: 25px;
      line-height: 60px;
      top: -38px; } }
  .back-to-top:focus, .back-to-top:hover {
    background: #00ba00;
    color: #fff;
    text-decoration: none; }

.interpreter__head-icon {
  float: left;
  width: 11.25%; }
  @media (min-width: 992px) {
    .interpreter__head-icon {
      width: 7.8125%; } }
  .interpreter__head-icon img {
    display: block;
    width: 100%; }

.interpreter__head-copy {
  float: left;
  padding-left: 15px;
  width: 88.75%;
  position: relative; }
  @media (min-width: 992px) {
    .interpreter__head-copy {
      width: 92.1875%; } }
  .interpreter__head-copy .sfContentBlock h4 {
    color: #4a4a4a; }
  .interpreter__head-copy:before {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease; }
  .interpreter__head-copy h4 {
    padding-bottom: 15px; }

.accordion--open .interpreter__head-copy:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }

.container {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 992px) {
    .container {
      padding-left: 10px;
      padding-right: 10px; } }

@media (max-width: 767px) {
  .container {
    width: 100%; } }

@media (min-width: 768px) {
  .container {
    width: 740px; } }

@media (min-width: 992px) {
  .container {
    width: 960px; } }

.row {
  margin-left: -20px;
  margin-right: -20px; }
  @media (min-width: 992px) {
    .row {
      margin-left: -10px;
      margin-right: -10px; } }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row [class^=col-] img {
    display: block;
    max-width: 100%; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 992px) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
      padding-left: 10px;
      padding-right: 10px; } }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-12 {
  left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-12 {
    left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-12 {
    left: 100%; } }

@media (min-width: 1220px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-12 {
    left: 100%; } }

@media (min-width: 768px) {
  .row-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    width: calc(100% + 20px); } }

@media (min-width: 768px) {
  .col-top,
  .col-middle,
  .col-bottom {
    float: none;
    display: table-cell; } }

.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.row.collapse {
  margin-left: 0;
  margin-right: 0; }
  .row.collapse [class^=col-] {
    padding-left: 0;
    padding-right: 0; }

@media (max-width: 767px) {
  .row.collapse-xs {
    margin-left: 0;
    margin-right: 0; }
  .row.uncollapse-xs {
    margin-left: -10px;
    margin-right: -10px; }
  .row [class^=col-].collapse-xs {
    padding-left: 0;
    padding-right: 0; }
  .row [class^=col-].uncollapse-xs {
    padding-left: 10px;
    padding-right: 10px; } }

@media (min-width: 768px) {
  .row.collapse-sm {
    margin-left: 0;
    margin-right: 0; }
  .row.uncollapse-sm {
    margin-left: -10px;
    margin-right: -10px; }
  .row [class^=col-].collapse-sm {
    padding-left: 0;
    padding-right: 0; }
  .row [class^=col-].uncollapse-sm {
    padding-left: 10px;
    padding-right: 10px; } }

@media (min-width: 992px) {
  .row.collapse-md {
    margin-left: 0;
    margin-right: 0; }
  .row.uncollapse-md {
    margin-left: -10px;
    margin-right: -10px; }
  .row [class^=col-].collapse-md {
    padding-left: 0;
    padding-right: 0; }
  .row [class^=col-].uncollapse-md {
    padding-left: 10px;
    padding-right: 10px; } }

@media (min-width: 1220px) {
  .row.collapse-lg {
    margin-left: 0;
    margin-right: 0; }
  .row.uncollapse-lg {
    margin-left: -10px;
    margin-right: -10px; }
  .row [class^=col-].collapse-lg {
    padding-left: 0;
    padding-right: 0; }
  .row [class^=col-].uncollapse-lg {
    padding-left: 10px;
    padding-right: 10px; } }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl,
.visible-xs-inline-block,
.visible-sm-inline-block,
.visible-md-inline-block,
.visible-lg-inline-block,
.visible-xl-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  .visible-xs-inline-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  .visible-sm-inline-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1219px) {
  .visible-md {
    display: block !important; }
  .visible-md-inline-block {
    display: block !important; } }

@media (min-width: 1220px) {
  .visible-lg {
    display: block !important; }
  .visible-lg-inline-block {
    display: block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }
  .hidden-xs-inline-block {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; }
  .hidden-sm-inline-block {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1219px) {
  .hidden-md {
    display: none !important; }
  .hidden-md-inline-block {
    display: none !important; } }

@media (min-width: 1220px) {
  .hidden-lg {
    display: none !important; }
  .hidden-lg-inline-block {
    display: none !important; } }

.nav-accessibility__title {
  position: absolute;
  top: -999em;
  left: -999em; }

.nav-accessibility__keys li a {
  display: block;
  float: left;
  padding: 10px 0 10px 10px;
  position: absolute;
  left: -999em;
  top: -999em; }
  .nav-accessibility__keys li a:focus, .nav-accessibility__keys li a:active {
    float: none;
    text-decoration: none;
    position: static; }

.rm {
  height: 0; }
  .rm[data-breakpoint="xs"] {
    width: 767px; }
  .rm[data-breakpoint="sm"] {
    width: 768px; }
  .rm[data-breakpoint="md"] {
    width: 992px; }
  .rm[data-breakpoint="lg"] {
    width: 1220px; }
  .rm[data-breakpoint="xl"] {
    width: 2420px; }

.nav > ul {
  font-size: 0; }
  .nav > ul > li {
    display: inline-block;
    position: relative; }
    .nav > ul > li > a,
    .nav > ul > li > span {
      border-bottom: 8px solid #231f20;
      color: #fff;
      display: block;
      padding: 20px 10px 12px; }
      .nav > ul > li > a:focus, .nav > ul > li > a:hover, .nav > ul > li > a.active,
      .nav > ul > li > span:focus,
      .nav > ul > li > span:hover,
      .nav > ul > li > span.active {
        border-bottom: 8px solid #7AC143;
        outline: 0; }
    .nav > ul > li:first-child > a {
      font-size: 0;
      line-height: 10px; }
      .nav > ul > li:first-child > a:before {
        font-size: 15px; }
    .nav > ul > li > ul {
      background: #fff;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
      height: 0;
      overflow: hidden;
      padding: 0 10px;
      position: absolute;
      z-index: 999; }
      .nav > ul > li > ul > li {
        border-bottom: 1px solid #eee;
        text-align: left;
        width: 330px; }
        .nav > ul > li > ul > li > a {
          border-bottom: 3px solid #fff;
          color: #4a4a4a;
          display: block;
          padding: 15px 20px;
          position: relative; }
          .nav > ul > li > ul > li > a:focus, .nav > ul > li > ul > li > a:hover, .nav > ul > li > ul > li > a.active {
            border-bottom: 3px solid #7AC143;
            outline: 0; }
          .nav > ul > li > ul > li > a:after {
            color: #7AC143;
            position: absolute;
            right: 0; }

.nav ul li a,
.nav ul li span {
  font-size: 15px;
  line-height: 20px; }
  .nav ul li a:focus, .nav ul li a:hover, .nav ul li a.active,
  .nav ul li span:focus,
  .nav ul li span:hover,
  .nav ul li span.active {
    color: #7AC143;
    text-decoration: none; }

.nav > ul > li:hover ul,
.nav > ul > li > ul.show-menu {
  height: auto; }

@-moz-document url-prefix() {
  .nav > ul > li:first-child > a {
    line-height: 9px; } }

html.no--scroll {
  overflow: hidden; }
  html.no--scroll body {
    overflow: hidden; }

html.mm-opened .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

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

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 0; }

.mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
  display: none; }

.mm-panel .mm-navbar {
  height: auto;
  padding: 0;
  text-align: left;
  position: relative; }
  .mm-panel .mm-navbar .mm-prev {
    height: 100%;
    width: 100%; }
    .mm-panel .mm-navbar .mm-prev:before {
      display: none; }
  .mm-panel .mm-navbar .mm-title {
    border-bottom: 3px solid #7AC143;
    color: #7AC143 !important;
    font-size: 18px;
    padding: 15px 0; }
    .mm-panel .mm-navbar .mm-title:before {
      display: inline-block;
      line-height: 20px;
      margin-right: 10px; }

#mm-0 .mm-navbar {
  display: none; }

#mm-0 .mm-listview > li:first-child {
  display: none; }

.mm-listview {
  margin: 0 !important; }
  .mm-listview > li > a:not(.mm-next),
  .mm-listview > li > span {
    border-bottom: 3px solid #333;
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
    margin-right: 30px; }
    .mm-listview > li > a:not(.mm-next):after,
    .mm-listview > li > span:after {
      position: absolute;
      right: 0; }
  .mm-listview > li:not(.mm-divider):after {
    left: 0; }
  .mm-listview > li .mm-next {
    background: transparent;
    width: 100%; }
    .mm-listview > li .mm-next:before, .mm-listview > li .mm-next:after {
      display: none; }
    .mm-listview > li .mm-next + a,
    .mm-listview > li .mm-next + span {
      margin-right: 0; }
    .mm-listview > li .mm-next:hover + a,
    .mm-listview > li .mm-next:hover + span {
      color: #7AC143; }
  .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-listview > li.mm-selected span {
    background: transparent !important;
    color: #7AC143; }

.mm-search {
  height: auto;
  padding: 20px 0;
  position: relative !important;
  top: 0 !important; }
  .mm-search:before {
    color: #fff;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 20px;
    top: 20px; }
  .mm-search input[type='text'] {
    background: transparent !important;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding-right: 10px;
    padding-left: 40px;
    width: 100%; }
    .mm-search input[type='text']::-webkit-input-placeholder {
      color: #fff; }
    .mm-search input[type='text']:-moz-placeholder {
      color: #fff;
      opacity: 1; }
    .mm-search input[type='text']::-moz-placeholder {
      color: #fff;
      opacity: 1; }
    .mm-search input[type='text']:-ms-input-placeholder {
      color: #fff; }
    .mm-search input[type='text']:placeholder-shown {
      color: #fff; }

.search-mobile {
  padding: 20px;
  position: relative; }
  .search-mobile:before {
    color: #fff;
    line-height: 20px;
    position: absolute;
    left: 30px;
    top: 30px; }
  .search-mobile .site-search-mobile {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    padding: 10px 10px 10px 30px;
    width: 100%; }
    .search-mobile .site-search-mobile::-webkit-input-placeholder {
      color: #fff; }
    .search-mobile .site-search-mobile:-moz-placeholder {
      color: #fff;
      opacity: 1; }
    .search-mobile .site-search-mobile::-moz-placeholder {
      color: #fff;
      opacity: 1; }
    .search-mobile .site-search-mobile:-ms-input-placeholder {
      color: #fff; }
    .search-mobile .site-search-mobile:placeholder-shown {
      color: #fff; }
  .search-mobile ~ .mm-panel {
    top: 80px !important; }

.quick-links-mobile {
  background: #fff;
  margin-left: -20px;
  margin-right: -20px; }
  .quick-links-mobile > ul {
    padding-left: 20px;
    padding-right: 20px; }
    .quick-links-mobile > ul li {
      border-top: 1px solid #eee; }
      .quick-links-mobile > ul li:nth-child(1) {
        border-top: 0; }
      .quick-links-mobile > ul li:nth-child(3) {
        display: none; }
      .quick-links-mobile > ul li a {
        display: block;
        font-size: 18px;
        line-height: 20px;
        padding: 15px 0; }

.nav-footer {
  background: #fff;
  border-top: 8px solid #7AC143;
  margin-left: -20px;
  margin-right: -20px; }
  .nav-footer > ul {
    font-size: 0;
    padding: 20px; }
    .nav-footer > ul li {
      display: inline-block;
      padding: 0 10px;
      width: 33.333333%; }
      .nav-footer > ul li img {
        width: 100%; }

.footer-links {
  background: #fff;
  margin-left: -20px;
  margin-right: -20px; }
  .footer-links > ul {
    padding-left: 20px;
    padding-right: 20px; }
    .footer-links > ul li {
      border-top: 1px solid #eee; }
      .footer-links > ul li a {
        display: block;
        font-size: 18px;
        line-height: 20px;
        padding: 15px 0; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }
  button:hover, button:focus, button:active,
  input:hover,
  input:focus,
  input:active,
  optgroup:hover,
  optgroup:focus,
  optgroup:active,
  select:hover,
  select:focus,
  select:active,
  textarea:hover,
  textarea:focus,
  textarea:active {
    outline: 0; }

button,
select {
  text-transform: none; }

button {
  overflow: visible;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }
  button:focus, button:hover {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; }

.input, .form-control, .ghost-select {
  background-color: #fff;
  border: 1px solid #7E8082;
  border-radius: 4px;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 20px;
  padding: 15px;
  width: 100%; }

.form-label {
  display: block;
  margin-bottom: 15px; }
  .form-label span {
    color: #7AC143; }

.btn {
  border-radius: 0;
  color: #7AC143;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  margin-top: 30px;
  margin-left: 15px;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  position: relative; }
  .btn--rounded {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px; }
  .btn--center {
    margin-left: auto;
    margin-right: auto; }
  .btn--stick-left {
    margin-left: 0; }
  .btn--stick-top {
    margin-top: 0; }
  .btn--wide {
    padding-left: 60px;
    padding-right: 60px; }
  .btn--block {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  .btn--primary {
    background-color: transparent;
    border: 2px solid #7AC143;
    color: #7AC143; }
    .btn--primary:hover, .btn--primary:focus {
      background-color: #00ba00;
      border: 2px solid #00ba00;
      color: #fff; }
  .btn--secondary {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff; }
    .btn--secondary:hover, .btn--secondary:focus {
      background-color: #00ba00;
      border: 2px solid #00ba00;
      color: #fff; }
  .btn--tertiary {
    background-color: #333;
    border: none;
    color: #fff; }
    .btn--tertiary:hover, .btn--tertiary:focus {
      background-color: #333;
      color: #fff; }
  .btn:focus {
    outline: 0; }
  .btn:focus, .btn:hover {
    text-decoration: none;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear; }
  .btn.disabled {
    cursor: default;
    opacity: 0.1; }

.ghost-checkbox {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .ghost-checkbox--block {
    display: block;
    margin-bottom: 25px; }
  .ghost-checkbox--inline-block {
    margin-bottom: 25px;
    width: 100%; }
    @media (min-width: 768px) {
      .ghost-checkbox--inline-block {
        display: inline-block;
        width: 49%; } }
  .ghost-checkbox--block-small {
    display: block;
    margin-bottom: 10px; }
  .ghost-checkbox input[type="checkbox"] {
    position: absolute;
    left: -9999px; }
    .ghost-checkbox input[type="checkbox"]:checked + label:after {
      opacity: 1;
      -webkit-transition: opacity 0.25s linear;
      -moz-transition: opacity 0.25s linear;
      -ms-transition: opacity 0.25s linear;
      -o-transition: opacity 0.25s linear;
      transition: opacity 0.25s linear; }
  .ghost-checkbox label {
    display: block;
    line-height: 20px;
    padding-left: 30px;
    position: relative; }
    .ghost-checkbox label:before, .ghost-checkbox label:after {
      border-radius: 5px;
      height: 20px;
      width: 20px;
      position: absolute;
      top: 0;
      left: 0; }
    .ghost-checkbox label:before {
      content: '';
      background: #fff;
      border: 2px solid #7AC143; }
    .ghost-checkbox label:after {
      background: #7AC143;
      background-size: 15px 15px;
      color: #fff;
      font-size: 10px;
      line-height: 20px;
      opacity: 0;
      text-align: center;
      -webkit-transition: opacity 0.25s linear;
      -moz-transition: opacity 0.25s linear;
      -ms-transition: opacity 0.25s linear;
      -o-transition: opacity 0.25s linear;
      transition: opacity 0.25s linear; }

.ghost-select {
  display: block;
  padding: 0;
  overflow: hidden;
  position: relative; }
  .ghost-select:after {
    background-color: #fff;
    color: #7AC143;
    display: block;
    font-size: 10px;
    height: 46px;
    line-height: 46px;
    pointer-events: none;
    text-align: center;
    width: 20px;
    position: absolute;
    z-index: 5;
    top: 1px;
    right: 15px; }
  .ghost-select select {
    border-color: transparent;
    margin: 0;
    padding: 15px;
    z-index: 1; }

.ie .ghost-select:after {
  right: 13px; }

.ie .ghost-select select {
  padding: 12px 15px; }

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

html[data-useragent*='MSIE 10.0'] .ghost-select select {
  padding: 12px 15px; }

@-moz-document url-prefix() {
  .ghost-select select {
    padding: 10px 15px; } }

.form-error {
  border-color: #d0021b;
  color: #d0021b; }

.checkbox-error label:before {
  border-color: #d0021b; }

.ghost-radio {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .ghost-radio--block {
    display: block;
    margin-bottom: 25px; }
  .ghost-radio--inline-block {
    margin-bottom: 25px;
    width: 100%; }
    @media (min-width: 768px) {
      .ghost-radio--inline-block {
        display: inline-block;
        width: 49%; } }
  .ghost-radio--block-small {
    display: block;
    margin-bottom: 10px; }
  .ghost-radio input[type="radio"] {
    position: absolute;
    left: -9999px; }
    .ghost-radio input[type="radio"]:checked + label:after {
      opacity: 1;
      -webkit-transition: opacity 0.25s linear;
      -moz-transition: opacity 0.25s linear;
      -ms-transition: opacity 0.25s linear;
      -o-transition: opacity 0.25s linear;
      transition: opacity 0.25s linear; }
  .ghost-radio label {
    display: block;
    line-height: 20px;
    padding-left: 30px;
    position: relative; }
    .ghost-radio label:before, .ghost-radio label:after {
      border-radius: 5px;
      height: 20px;
      width: 20px;
      position: absolute;
      top: 0;
      left: 0; }
    .ghost-radio label:before {
      content: '';
      background: #fff;
      border: 2px solid #7AC143; }
    .ghost-radio label:after {
      background: #7AC143;
      background-size: 15px 15px;
      color: #fff;
      font-size: 10px;
      line-height: 20px;
      opacity: 0;
      text-align: center;
      -webkit-transition: opacity 0.25s linear;
      -moz-transition: opacity 0.25s linear;
      -ms-transition: opacity 0.25s linear;
      -o-transition: opacity 0.25s linear;
      transition: opacity 0.25s linear; }

.check-clone {
  cursor: pointer;
  line-height: 20px;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative; }
  .check-clone:before {
    border-radius: 5px;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0; }
  .check-clone:before {
    content: '';
    background: #fff;
    border: 2px solid #7AC143; }
  .check-clone--checked:before {
    background: #7AC143;
    background-size: 15px 15px;
    border: none;
    color: #fff;
    display: block;
    font-size: 10px;
    line-height: 20px;
    text-align: center; }

.js-accordion__trigger {
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left; }

.js-accordion__body {
  display: none; }

.accordion__item {
  border-top: 1px solid #4a4a4a; }
  .accordion__item:last-child {
    border-bottom: 1px solid #4a4a4a;
    margin-bottom: 50px; }
  .accordion__item-head {
    color: #7AC143;
    padding: 10px 50px 10px 10px;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear; }
    @media (min-width: 768px) {
      .accordion__item-head {
        padding: 20px 35px 20px 20px; } }
    .accordion__item-head:before {
      content: "•";
      display: inline-block;
      margin-right: 10px;
      line-height: 20px; }
    .accordion__item-head:after {
      font-size: 12px;
      margin-top: -6px;
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -ms-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease; }
  .accordion__item-body {
    background: #eee;
    padding: 10px; }
    @media (min-width: 768px) {
      .accordion__item-body {
        padding: 20px 20px 20px 30px; } }
  .accordion__item.accordion--open .accordion__item-head {
    background: #4a4a4a;
    color: #fff;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear; }
    .accordion__item.accordion--open .accordion__item-head:after {
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg);
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -ms-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease; }

.paging {
  color: #7E8082;
  font-size: 0; }
  @media (min-width: 768px) {
    .paging {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 992px) {
    .paging {
      padding-left: 60px;
      padding-right: 60px; } }
  .paging__prev, .paging__next, .paging__item {
    border: none;
    font-size: 14px;
    display: inline-block; }
    .paging__prev:focus, .paging__prev:hover, .paging__next:focus, .paging__next:hover, .paging__item:focus, .paging__item:hover {
      text-decoration: none; }
  .paging__prev, .paging__next {
    background: transparent; }
    .paging__prev:focus, .paging__prev:hover, .paging__next:focus, .paging__next:hover {
      color: #008c44; }
    .paging__prev:disabled, .paging__next:disabled {
      opacity: 0.5; }
      .paging__prev:disabled:focus, .paging__prev:disabled:hover, .paging__next:disabled:focus, .paging__next:disabled:hover {
        color: #7E8082; }
  .paging__prev {
    margin-right: 5px; }
  .paging__next {
    margin-left: 5px; }
  .paging__item {
    border-radius: 4px;
    color: #7E8082;
    height: 28px;
    line-height: 28px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    width: 28px; }
    .paging__item:focus, .paging__item:hover, .paging__item--current {
      background: #008c44;
      color: #fff; }

.layout--4-8 .paging {
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .layout--4-8 .paging {
      margin-bottom: 0; } }

.search-panel {
  display: none; }
  @media (min-width: 1220px) {
    .search-panel {
      background: #231f20;
      position: absolute;
      z-index: 9;
      top: 0;
      right: 40px; } }
  .search-panel__left, .search-panel__right {
    float: left; }
  .search-panel__left {
    height: 60px;
    width: 30px; }
    .search-panel__left-close {
      background: url("../images/icon-close.png") no-repeat center;
      background-size: contain;
      border: 0;
      height: 20px;
      margin-top: 20px;
      width: 20px; }
  .search-panel__right .search-box {
    width: 100%; }
    .search-panel__right .search-box-input:focus {
      outline: 0; }

.search-box {
  background: #231f20;
  border: 2px solid #7AC143;
  border-radius: 30px;
  height: 50px;
  margin: 5px auto;
  padding-left: 30px;
  overflow: hidden;
  width: 90%;
  position: relative; }
  .search-box-input, .search-box-btn {
    float: left; }
  .search-box-input {
    background: #231f20;
    border: none;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 11px;
    width: 200px; }
    @media (min-width: 1350px) {
      .search-box-input {
        width: 350px; } }
  .search-box-btn {
    background: transparent;
    border: none;
    color: #7AC143;
    font-size: 14px;
    line-height: 28px;
    padding: 8px 18px 10px 13px;
    position: relative; }
    @media (max-width: 767px) {
      .search-box-btn {
        font-size: 0; } }
    .search-box-btn:before {
      display: inline-block;
      margin-right: 10px; }
      @media (max-width: 767px) {
        .search-box-btn:before {
          font-size: 14px; } }
    .search-box-btn:after {
      background: #7AC143;
      content: '';
      height: 30px;
      width: 1px;
      position: absolute;
      top: 7px;
      left: -3px; }

.spinner {
  font-size: 10px;
  height: 40px;
  margin: 100px auto;
  text-align: center;
  width: 50px; }
  .spinner > div {
    background-color: #7AC143;
    display: inline-block;
    height: 100%;
    width: 6px;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out; }
  .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }
  .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
  .spinner.loaded {
    display: none; }

.error-pages {
  background-color: #fff;
  border: 1px solid #eee;
  overflow: hidden;
  padding: 30px 20px; }
  @media (min-width: 768px) {
    .error-pages {
      padding: 60px 20px; } }
  .error-pages--center {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 40px; }
  .error-pages__logo {
    width: 200px; }
  .error-pages__title {
    line-height: 140%; }
    .error-pages__title:before {
      color: #7AC143;
      padding-right: 10px; }

.track-back {
  position: absolute;
  top: 20px;
  left: 20px; }
  @media (min-width: 768px) {
    .track-back {
      left: 40px; } }
  .track-back li {
    float: left;
    margin-right: 10px; }
    .track-back li:first-child > a:before {
      display: inline-block;
      font-size: 15px;
      padding-right: 10px; }

.gov-logos {
  display: table; }
  @media (max-width: 1219px) {
    .gov-logos {
      padding-top: 10px; } }
  @media (min-width: 1220px) {
    .gov-logos {
      float: right;
      height: 90px; } }
  .gov-logos li {
    display: table-cell;
    padding-bottom: 10px;
    vertical-align: bottom;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    @media (min-width: 1220px) {
      .gov-logos li {
        padding-left: 36px; } }
    @media (max-width: 1219px) {
      .gov-logos li:nth-child(1) {
        width: 74px; } }
    @media (min-width: 1220px) {
      .gov-logos li:nth-child(1) img {
        width: 90px; } }
    @media (max-width: 1219px) {
      .gov-logos li:nth-child(2) {
        padding-left: 12px;
        width: 70px; } }
    @media (min-width: 1220px) {
      .gov-logos li:nth-child(2) img {
        width: 86px; } }
    @media (max-width: 1219px) {
      .gov-logos li:nth-child(3) {
        padding-left: 12px;
        width: 112px; } }
    @media (min-width: 1220px) {
      .gov-logos li:nth-child(3) img {
        width: 140px; } }
    .gov-logos li .sfimageWrp {
      margin-bottom: 0; }

.sfContentBlock h2,
.sfContentBlock h3,
.sfContentBlock h4 {
  color: #008c44; }

.sfContentBlock h4 {
  padding: 0 0 23px; }

.sfContentBlock ul {
  padding-bottom: 50px; }
  .sfContentBlock ul li {
    position: relative;
    padding-left: 20px; }
    .sfContentBlock ul li:before {
      content: "•";
      position: absolute;
      left: 0; }

.layout--container > .container {
  margin-bottom: 45px;
  padding-top: 60px;
  position: relative;
  z-index: 20; }
  .layout--container > .container > .sf_cols > .sf_colsOut > .sf_colsIn > .sfContentBlock h3 {
    font-style: italic;
    padding-bottom: 50px; }

.sfimageWrp {
  position: relative; }
  .sfimageWrp img {
    display: block;
    max-width: 100%; }
  .sfimageWrp__caption {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }

.downloads {
  margin-bottom: 50px; }
  .downloads__list {
    margin-left: -5px;
    margin-right: -5px; }
    .downloads__list-item {
      float: left;
      padding: 5px;
      width: 100%; }
      @media (min-width: 768px) {
        .downloads__list-item {
          width: 50%; } }
      .downloads__list-item-title {
        color: #7AC143;
        font-weight: bold;
        word-wrap: break-word; }
      .downloads__list-item-type-size {
        color: #4a4a4a;
        text-transform: uppercase; }
      .downloads__list-item a {
        border: 1px solid #eee;
        border-radius: 4px;
        display: block;
        padding: 15px 15px 15px 60px;
        position: relative; }
        .downloads__list-item a:before {
          font-size: 48px;
          position: absolute;
          left: 15px; }
        .downloads__list-item a:focus, .downloads__list-item a:hover {
          border-color: #00ba00;
          box-shadow: 4px 4px 0 0 rgba(0, 186, 0, 0.2);
          text-decoration: none; }

.hero {
  overflow: hidden;
  width: 100%;
  position: relative; }
  @media (max-width: 767px) {
    .hero__image {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; } }
  @media (min-width: 992px) {
    .hero__image {
      height: 540px; } }
  @media (max-width: 991px) {
    .hero__image {
      padding-top: 70%; } }
  .hero__overlay {
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0; }
  .hero__content {
    color: #fff;
    opacity: 0;
    text-align: center;
    width: 80%;
    position: relative; }
    @media (max-width: 767px) {
      .hero__content {
        margin-left: auto;
        margin-right: auto;
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media (min-width: 768px) {
      .hero__content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: opacity 800ms ease-in-out 100ms;
        -moz-transition: opacity 800ms ease-in-out 100ms;
        -ms-transition: opacity 800ms ease-in-out 100ms;
        -o-transition: opacity 800ms ease-in-out 100ms;
        transition: opacity 800ms ease-in-out 100ms; } }
    @media (min-width: 992px) {
      .hero__content {
        width: 960px; } }
  .hero__title {
    padding: 0 0 20px;
    text-align: center; }
  .hero__description a {
    color: #fff; }
  .hero__indicator {
    color: #fff;
    font-weight: bold;
    position: relative; }
    @media (max-width: 767px) {
      .hero__indicator {
        display: block;
        text-align: center;
        margin-bottom: 20px;
        padding-bottom: 20px; } }
    @media (min-width: 768px) {
      .hero__indicator {
        text-align: center;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 40px; } }
    .hero__indicator:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media (min-width: 768px) {
        .hero__indicator:after {
          bottom: -20px; } }
    .hero__indicator:focus, .hero__indicator:hover {
      text-decoration: none; }
  .hero__play {
    background: url("../images/btn-play.png") no-repeat center;
    background-size: contain;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 80px;
    width: 80px; }
    .hero__play + .hero__description {
      padding-top: 30px; }
  .hero__video {
    display: none;
    height: 0;
    padding-bottom: 56.25%;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (min-width: 768px) {
      .hero__video {
        width: 740px; } }
    @media (min-width: 992px) {
      .hero__video {
        height: 480px;
        padding-bottom: 0;
        width: 960px; } }
    .hero__video iframe {
      border: 0;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }

.timeline {
  padding-top: 70px;
  padding-bottom: 35px;
  position: relative; }
  @media (min-width: 992px) {
    .timeline {
      padding-bottom: 70px;
      width: 100%; } }
  .timeline__title {
    text-align: center; }
    @media (min-width: 992px) {
      .timeline__title {
        padding-bottom: 60px; } }
  .timeline__carousel[data-dots="false"] .slick-dots {
    display: none !important; }
  .timeline__item {
    display: none; }
    @media (max-width: 767px) {
      .timeline__item {
        padding: 0 25px; } }
    @media (min-width: 768px) {
      .timeline__item {
        width: 740px; } }
    @media (min-width: 992px) {
      .timeline__item {
        width: 780px; } }
    .timeline__item:nth-child(1) {
      display: block; }
    @media (min-width: 768px) {
      .timeline__item-left, .timeline__item-right {
        float: left; } }
    @media (min-width: 768px) {
      .timeline__item-left {
        padding: 0 25px;
        width: 48%; } }
    .timeline__item-circle, .timeline__item-image {
      border-radius: 50%;
      overflow: hidden; }
    .timeline__item-image {
      padding-top: 100%;
      width: 100%; }
      @media (min-width: 992px) {
        .timeline__item-image {
          padding-top: 0;
          height: 330px; } }
    @media (max-width: 767px) {
      .timeline__item-right {
        padding-top: 30px; } }
    @media (min-width: 768px) {
      .timeline__item-right {
        width: 52%; } }
    .timeline__item-date {
      background: #7AC143;
      color: #fff;
      display: inline-block;
      font-family: "ITC Lubalin Graph W03 Book";
      font-size: 14px;
      padding: 10px; }
      .timeline__item-date:before, .timeline__item-date:after {
        content: '+';
        display: inline-block; }
      .timeline__item-date:before {
        margin-right: 5px; }
      .timeline__item-date:after {
        margin-left: 5px; }
    .timeline__item-title {
      color: #7AC143;
      display: block;
      padding-top: 25px; }
    .timeline__item-summary, .timeline__item-link {
      padding-top: 20px; }
    .timeline__item-link {
      display: block; }
  .timeline .slick-slide {
    opacity: 0.25;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .timeline .slick-slide.slick-current {
      opacity: 1;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
  .timeline .slick-dots {
    height: 30px;
    margin: 90px auto 0;
    position: relative; }
    @media (min-width: 768px) {
      .timeline .slick-dots {
        width: 650px; } }
    @media (min-width: 992px) {
      .timeline .slick-dots {
        width: 850px; } }
    .timeline .slick-dots > li {
      background: #fff;
      border-radius: 15px;
      -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.45);
      box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.45);
      color: #7AC143;
      font-size: 30px;
      line-height: 30px;
      height: 30px;
      width: 30px;
      position: absolute;
      z-index: 30;
      top: 0;
      left: 0;
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear;
      -ms-transition: all 0.25s linear;
      -o-transition: all 0.25s linear;
      transition: all 0.25s linear; }
      .timeline .slick-dots > li:focus, .timeline .slick-dots > li:hover {
        color: #00ba00;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear; }
      .timeline .slick-dots > li button {
        background: transparent;
        border: none;
        font-size: 0;
        height: 30px;
        width: 30px;
        position: absolute;
        top: 0;
        left: 0; }
        .timeline .slick-dots > li button:hover:before, .timeline .slick-dots > li button:hover:after {
          position: absolute;
          left: 15px; }
        .timeline .slick-dots > li button:hover:before {
          background: #00ba00;
          border-top-right-radius: 30px;
          border-bottom-right-radius: 30px;
          content: attr(data-value);
          color: #fff;
          font-size: 14px;
          padding-left: 10px;
          padding-right: 20px;
          height: 30px;
          line-height: 30px;
          top: -45px; }
        .timeline .slick-dots > li button:hover:after {
          content: '';
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-left: 10px solid #00ba00;
          top: -25px; }
      .timeline .slick-dots > li.slick-active {
        color: #00ba00; }
        .timeline .slick-dots > li.slick-active button {
          -webkit-transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          -ms-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease; }
  .timeline .slick-prev,
  .timeline .slick-next {
    top: 40%; }
  .timeline__progress {
    display: none; }
    .timeline__progress:before, .timeline__progress:after {
      font-size: 14px;
      top: -5px; }
    @media (min-width: 768px) {
      .timeline__progress {
        background: #eee;
        border-radius: 5px;
        display: block;
        height: 10px;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        z-index: 20;
        bottom: 80px;
        left: 50%; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .timeline__progress {
      margin-left: -325px;
      width: 650px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .timeline__progress {
      margin-left: -425px;
      width: 850px; } }
    @media (min-width: 768px) {
        .timeline__progress:before {
          content: 'START';
          position: absolute;
          left: -50px; }
        .timeline__progress:after {
          content: 'FINISH';
          position: absolute;
          right: -50px; }
        .timeline__progress-bar {
          background: #008c44;
          background: -webkit-linear-gradient(90deg, #00ba00, #008c44);
          background: -moz-linear-gradient(90deg, #00ba00, #008c44);
          background: -ms-linear-gradient(90deg, #00ba00, #008c44);
          background: linear-gradient(90deg, #00ba00, #008c44);
          border-radius: 5px;
          float: left;
          font-size: 0;
          height: 10px;
          width: 0;
          position: relative;
          -webkit-transition: all 0.85s ease;
          -moz-transition: all 0.85s ease;
          -ms-transition: all 0.85s ease;
          -o-transition: all 0.85s ease;
          transition: all 0.85s ease; }
          .timeline__progress-bar:before, .timeline__progress-bar:after {
            position: absolute;
            opacity: 0; }
          .timeline__progress-bar:before {
            background: #7E8082;
            border-top-right-radius: 30px;
            border-bottom-right-radius: 30px;
            content: attr(data-complete) "% Completed";
            color: #fff;
            font-size: 14px;
            padding-left: 10px;
            padding-right: 20px;
            height: 30px;
            line-height: 30px;
            width: 140px;
            top: -55px;
            right: -135px; }
          .timeline__progress-bar:after {
            content: '';
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 10px solid #7E8082;
            top: -35px;
            right: -5px; } }

.show-flag:before, .show-flag:after {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms; }

.searchbox {
  background: #7AC143;
  padding: 40px 0;
  text-align: center; }
  @media (min-width: 992px) {
    .searchbox {
      padding: 190px 0; } }
  .searchbox__field {
    background: #fff;
    border-radius: 30px;
    height: 60px;
    overflow: hidden;
    position: relative; }
    .searchbox__field input[type='text'] {
      border: none;
      font-family: Arial, Helvetica, sans-serif;
      padding-top: 16px;
      padding-left: 30px;
      width: 100%; }
    .searchbox__field input[type='button'] {
      background: transparent;
      border: none;
      height: 60px;
      width: 60px;
      position: absolute;
      top: 0;
      right: 0; }
    .searchbox__field:before {
      color: #7AC143;
      font-size: 24px;
      height: 60px;
      line-height: 60px;
      position: absolute;
      right: 30px;
      top: 0; }

.latest-news {
  overflow: hidden;
  padding: 55px 0; }
  .latest-news__title {
    color: #4a4a4a;
    padding-bottom: 30px; }
  .latest-news__carousel.mobile-version {
    display: block; }
    @media (min-width: 992px) {
      .latest-news__carousel.mobile-version {
        display: none; } }
  .latest-news__carousel.desktop-version {
    display: none; }
    @media (min-width: 992px) {
      .latest-news__carousel.desktop-version {
        display: block; } }
  .latest-news__carousel-item {
    display: none;
    opacity: 0.8;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .latest-news__carousel .slick-dots {
    margin-top: 18px; }
    .latest-news__carousel .slick-dots > li {
      height: 20px;
      width: 20px;
      position: relative; }
      .latest-news__carousel .slick-dots > li button {
        height: 20px;
        width: 20px;
        position: absolute;
        z-index: 9; }
        .latest-news__carousel .slick-dots > li button:before, .latest-news__carousel .slick-dots > li button:after {
          content: '';
          position: absolute; }
        .latest-news__carousel .slick-dots > li button:before {
          background: #fff;
          border: 2px solid #00ba00;
          border-radius: 10px;
          height: 20px;
          width: 20px;
          opacity: 0;
          z-index: 8;
          top: 0;
          left: 0;
          -webkit-transition: all 0.35s linear;
          -moz-transition: all 0.35s linear;
          -ms-transition: all 0.35s linear;
          -o-transition: all 0.35s linear;
          transition: all 0.35s linear; }
        .latest-news__carousel .slick-dots > li button:after {
          background: #eee;
          border-radius: 5px;
          height: 10px;
          width: 10px;
          z-index: 9;
          top: 5px;
          left: 5px;
          -webkit-transition: all 0.35s linear;
          -moz-transition: all 0.35s linear;
          -ms-transition: all 0.35s linear;
          -o-transition: all 0.35s linear;
          transition: all 0.35s linear; }
      .latest-news__carousel .slick-dots > li.slick-active button:before {
        opacity: 1;
        -webkit-transition: all 0.35s linear;
        -moz-transition: all 0.35s linear;
        -ms-transition: all 0.35s linear;
        -o-transition: all 0.35s linear;
        transition: all 0.35s linear; }
      .latest-news__carousel .slick-dots > li.slick-active button:after {
        background: #00ba00;
        -webkit-transition: all 0.35s linear;
        -moz-transition: all 0.35s linear;
        -ms-transition: all 0.35s linear;
        -o-transition: all 0.35s linear;
        transition: all 0.35s linear; }
  .latest-news__carousel .slick-prev,
  .latest-news__carousel .slick-next {
    top: 35%; }
  .latest-news__item {
    background: #fff;
    float: left;
    margin-left: 40px;
    margin-right: 40px;
    padding: 20px;
    width: 100%; }
    @media (min-width: 768px) {
      .latest-news__item {
        margin-left: 20px;
        margin-right: 20px; } }
    @media (min-width: 992px) {
      .latest-news__item {
        margin-left: 10px;
        margin-right: 10px;
        padding: 40px;
        height: 400px;
        width: 460px; } }
    .latest-news__item-icon {
      color: #7AC143;
      font-size: 40px;
      margin-bottom: 25px; }
    .latest-news__item-title {
      color: #7AC143;
      margin-bottom: 25px; }
    .latest-news__item-date {
      color: #7AC143;
      margin-bottom: 25px;
      padding-left: 30px;
      position: relative; }
      .latest-news__item-date:before {
        font-size: 20px;
        position: absolute;
        top: 0;
        left: 0; }
  .latest-news__action {
    margin-top: 30px; }
    @media (min-width: 992px) {
      .latest-news__action {
        padding-left: 50px;
        padding-right: 50px; } }

.traffic-changes {
  overflow: hidden;
  padding: 55px 0; }
  .traffic-changes__title {
    color: #4a4a4a;
    padding-bottom: 30px; }
  .traffic-changes__carousel.mobile-version {
    display: block; }
    @media (min-width: 992px) {
      .traffic-changes__carousel.mobile-version {
        display: none; } }
  .traffic-changes__carousel.desktop-version {
    display: none; }
    @media (min-width: 992px) {
      .traffic-changes__carousel.desktop-version {
        display: block; } }
  .traffic-changes__carousel-item {
    display: none;
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); }
  .traffic-changes__carousel .slick-list {
    overflow: visible; }
  .traffic-changes__carousel .slick-dots {
    margin-top: 18px; }
    .traffic-changes__carousel .slick-dots > li {
      height: 20px;
      width: 20px;
      position: relative; }
      .traffic-changes__carousel .slick-dots > li button {
        height: 20px;
        width: 20px;
        position: absolute;
        z-index: 9; }
        .traffic-changes__carousel .slick-dots > li button:before, .traffic-changes__carousel .slick-dots > li button:after {
          content: '';
          position: absolute; }
        .traffic-changes__carousel .slick-dots > li button:before {
          background: #fff;
          border: 2px solid #00ba00;
          border-radius: 10px;
          height: 20px;
          width: 20px;
          opacity: 0;
          z-index: 8;
          top: 0;
          left: 0;
          -webkit-transition: all 0.35s linear;
          -moz-transition: all 0.35s linear;
          -ms-transition: all 0.35s linear;
          -o-transition: all 0.35s linear;
          transition: all 0.35s linear; }
        .traffic-changes__carousel .slick-dots > li button:after {
          background: #eee;
          border-radius: 5px;
          height: 10px;
          width: 10px;
          z-index: 9;
          top: 5px;
          left: 5px;
          -webkit-transition: all 0.35s linear;
          -moz-transition: all 0.35s linear;
          -ms-transition: all 0.35s linear;
          -o-transition: all 0.35s linear;
          transition: all 0.35s linear; }
      .traffic-changes__carousel .slick-dots > li.slick-active button:before {
        opacity: 1;
        -webkit-transition: all 0.35s linear;
        -moz-transition: all 0.35s linear;
        -ms-transition: all 0.35s linear;
        -o-transition: all 0.35s linear;
        transition: all 0.35s linear; }
      .traffic-changes__carousel .slick-dots > li.slick-active button:after {
        background: #00ba00;
        -webkit-transition: all 0.35s linear;
        -moz-transition: all 0.35s linear;
        -ms-transition: all 0.35s linear;
        -o-transition: all 0.35s linear;
        transition: all 0.35s linear; }
  .traffic-changes__carousel .slick-prev,
  .traffic-changes__carousel .slick-next {
    top: 35%; }
  .traffic-changes__item {
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
    float: left;
    margin-left: 40px;
    margin-right: 40px;
    padding: 20px 20px 45px;
    width: 100%;
    position: relative; }
    @media (min-width: 768px) {
      .traffic-changes__item {
        margin-left: 20px;
        margin-right: 20px; } }
    @media (min-width: 992px) {
      .traffic-changes__item {
        margin-left: 10px;
        margin-right: 10px;
        padding: 30px;
        height: 400px;
        width: 300px; } }
    .traffic-changes__item-icon {
      color: #7AC143;
      font-size: 40px;
      margin-bottom: 25px; }
    .traffic-changes__item-title {
      color: #7AC143;
      padding-bottom: 15px; }
    .traffic-changes__item-date {
      color: #7AC143;
      margin-bottom: 25px;
      padding-left: 30px;
      position: relative; }
      .traffic-changes__item-date:before {
        font-size: 20px;
        position: absolute;
        top: 0;
        left: 0; }
    .traffic-changes__item-link {
      background: #eee;
      height: 45px;
      line-height: 45px;
      padding-left: 20px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0; }
      .traffic-changes__item-link:focus, .traffic-changes__item-link:hover {
        text-decoration: none; }

.caption, .sfimageWrp__caption, .gallery__carousel-caption, .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick-caption {
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 10px 40px 10px 10px; }

.gallery {
  overflow: hidden;
  padding: 80px 0; }
  .gallery__title {
    padding-bottom: 30px; }
  .gallery__carousel.mobile-version {
    display: block; }
    @media (min-width: 768px) {
      .gallery__carousel.mobile-version {
        display: none; } }
    .gallery__carousel.mobile-version img {
      float: left;
      display: block;
      margin-left: 40px;
      margin-right: 40px;
      max-width: 100%; }
      @media (min-width: 768px) {
        .gallery__carousel.mobile-version img {
          margin-left: 15px;
          margin-right: 15px; } }
  .gallery__carousel.desktop-version {
    display: none; }
    @media (min-width: 768px) {
      .gallery__carousel.desktop-version {
        display: block; } }
  .gallery__carousel-item {
    display: none;
    opacity: 0.25;
    -webkit-transition: opacity 800ms ease-in-out;
    -moz-transition: opacity 800ms ease-in-out;
    -ms-transition: opacity 800ms ease-in-out;
    -o-transition: opacity 800ms ease-in-out;
    transition: opacity 800ms ease-in-out; }
    @media (min-width: 768px) {
      .gallery__carousel-item {
        width: 740px; } }
    @media (min-width: 992px) {
      .gallery__carousel-item {
        width: 960px; } }
    .gallery__carousel-item.slick-current {
      opacity: 1;
      -webkit-transition: opacity 800ms ease-in-out;
      -moz-transition: opacity 800ms ease-in-out;
      -ms-transition: opacity 800ms ease-in-out;
      -o-transition: opacity 800ms ease-in-out;
      transition: opacity 800ms ease-in-out; }
  .gallery__carousel-image {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.333333%; }
    .gallery__carousel-image img {
      display: block;
      max-width: 100%; }
  .gallery__carousel-caption {
    position: relative; }
    .gallery__carousel-caption:before {
      font-size: 20px;
      position: absolute;
      right: 10px;
      top: 10px; }
  .gallery__carousel .slick-dots {
    margin-top: 30px; }
    @media (min-width: 992px) {
      .gallery__carousel .slick-dots {
        margin-top: 70px; } }
    .gallery__carousel .slick-dots > li {
      height: 20px;
      width: 20px;
      position: relative; }
      .gallery__carousel .slick-dots > li button {
        height: 20px;
        width: 20px;
        position: absolute;
        z-index: 9; }
        .gallery__carousel .slick-dots > li button:before, .gallery__carousel .slick-dots > li button:after {
          content: '';
          position: absolute; }
        .gallery__carousel .slick-dots > li button:before {
          background: #fff;
          border: 2px solid #00ba00;
          border-radius: 10px;
          height: 20px;
          width: 20px;
          opacity: 0;
          z-index: 8;
          top: 0;
          left: 0;
          -webkit-transition: all 0.35s linear;
          -moz-transition: all 0.35s linear;
          -ms-transition: all 0.35s linear;
          -o-transition: all 0.35s linear;
          transition: all 0.35s linear; }
        .gallery__carousel .slick-dots > li button:after {
          background: #7E8082;
          border-radius: 5px;
          height: 10px;
          width: 10px;
          z-index: 9;
          top: 5px;
          left: 5px;
          -webkit-transition: all 0.35s linear;
          -moz-transition: all 0.35s linear;
          -ms-transition: all 0.35s linear;
          -o-transition: all 0.35s linear;
          transition: all 0.35s linear; }
      .gallery__carousel .slick-dots > li.slick-active button:before {
        opacity: 1;
        -webkit-transition: all 0.35s linear;
        -moz-transition: all 0.35s linear;
        -ms-transition: all 0.35s linear;
        -o-transition: all 0.35s linear;
        transition: all 0.35s linear; }
      .gallery__carousel .slick-dots > li.slick-active button:after {
        background: #00ba00;
        -webkit-transition: all 0.35s linear;
        -moz-transition: all 0.35s linear;
        -ms-transition: all 0.35s linear;
        -o-transition: all 0.35s linear;
        transition: all 0.35s linear; }
  .gallery--lightbox {
    background: #eee;
    padding: 60px 0; }
    .gallery--lightbox .gallery__carousel.desktop-version .gallery__carousel-image, .gallery--lightbox .gallery__carousel.mobile-version .gallery__carousel-image {
      padding-left: 10px;
      padding-right: 10px; }
    .gallery--lightbox .gallery__carousel.mobile-version img {
      float: none;
      margin-left: 0;
      margin-right: 0; }
    .gallery--lightbox .gallery__carousel.mobile-version .gallery__carousel-caption:before {
      display: none; }

.slick-lightbox .slick-lightbox-inner .slick-lightbox-close {
  display: none; }

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick-caption {
  margin: 0 auto !important;
  max-width: 90%;
  text-align: left !important; }

.slick-lightbox .slick-prev {
  left: 0; }

.slick-lightbox .slick-next {
  right: 0; }

.tile-cta {
  height: 300px;
  position: relative; }
  .tile-cta__box {
    height: 100%;
    width: 100%;
    position: relative; }
    .tile-cta__box-action {
      background-color: #008c44;
      background-color: rgba(0, 140, 68, 0.85);
      color: #fff;
      padding: 15px 30px;
      text-align: center;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear;
      -ms-transition: all 0.25s linear;
      -o-transition: all 0.25s linear;
      transition: all 0.25s linear; }
      @media (max-width: 767px) {
        .tile-cta__box-action {
          padding: 15px 20px;
          left: 10px;
          right: 10px;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); } }
      .tile-cta__box-action:focus, .tile-cta__box-action:hover {
        background-color: #008c44;
        background-color: #008c44;
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear; }
    .tile-cta__box-title {
      display: block; }

.layout__two-col [class^=col-]:nth-child(1) .tile-cta__box {
  float: right; }

.layout__two-col [class^=col-]:nth-child(2) .tile-cta__box {
  float: left; }

@media (min-width: 768px) {
  .layout__two-col .tile-cta__box {
    width: 370px; } }

@media (min-width: 992px) {
  .layout__two-col .tile-cta__box {
    width: 480px; } }

.layout--4-8 .tile-cta {
  height: 165px; }
  .layout--4-8 .tile-cta__box-action {
    left: 10px;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.two-col-content {
  background: #7E8082;
  color: #fff;
  padding: 28px 0; }
  @media (min-width: 992px) {
    .two-col-content {
      padding: 56px 0; } }
  .two-col-content__title {
    color: #fff;
    text-align: center; }
  @media (min-width: 992px) {
    .two-col-content__action {
      padding-left: 50px;
      padding-right: 50px; } }

.sub-nav {
  display: none;
  height: 60px; }
  @media (min-width: 768px) {
    .sub-nav {
      display: block; } }
  .sub-nav__inner {
    background: #eee;
    height: 60px;
    width: 100%; }
    .sub-nav__inner--sticky {
      position: fixed;
      z-index: 90;
      left: 0;
      top: 0; }
    .sub-nav__inner ul {
      text-align: center; }
      .sub-nav__inner ul li {
        display: none;
        padding: 18px 0;
        position: relative; }
        .sub-nav__inner ul li:nth-child(1) {
          display: inline-block; }
        .sub-nav__inner ul li:nth-child(2) {
          display: inline-block; }
        .sub-nav__inner ul li:nth-child(3) {
          display: inline-block; }
        .sub-nav__inner ul li:nth-child(4) {
          display: inline-block; }
        .sub-nav__inner ul li:nth-child(5) {
          display: inline-block; }
        .sub-nav__inner ul li:first-child:before {
          content: "•";
          display: inline-block;
          margin-right: 15px;
          margin-left: 15px; }
        .sub-nav__inner ul li:after {
          content: "•";
          display: inline-block;
          margin-right: 15px;
          margin-left: 15px; }
        .sub-nav__inner ul li a {
          color: #7E8082; }
          .sub-nav__inner ul li a:focus {
            text-decoration: none; }
          .sub-nav__inner ul li a:hover, .sub-nav__inner ul li a.active {
            color: #00ba00;
            text-decoration: none; }

.banner {
  position: relative; }
  .banner__image {
    height: 250px;
    width: 100%; }
  .banner-content {
    width: 90%;
    position: absolute;
    top: 30.8%;
    left: 50%;
    -webkit-transform: translate(-50%, -30.8%);
    -moz-transform: translate(-50%, -30.8%);
    -ms-transform: translate(-50%, -30.8%);
    -o-transform: translate(-50%, -30.8%);
    transform: translate(-50%, -30.8%); }
    @media (min-width: 768px) {
      .banner-content {
        width: 740px; } }
    @media (min-width: 992px) {
      .banner-content {
        width: 960px; } }
    .banner-content__subtitle, .banner-content__title {
      color: #fff; }

.video {
  height: 0;
  margin-bottom: 50px;
  padding-bottom: 56.25%;
  position: relative; }
  .video iframe {
    border: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.article-listing {
  padding: 0 10px 40px; }
  @media (min-width: 768px) {
    .article-listing {
      float: left;
      width: 50%; } }
  .article-listing__inner {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05); }
    .article-listing__inner-title, .article-listing__inner-body {
      margin: 20px 30px; }
    .article-listing__inner-title {
      height: 48px;
      overflow: hidden;
      color: #7AC143; }
    .article-listing__inner-image {
      height: 0;
      padding-top: 54.347%; }
      @media (min-width: 992px) {
        .article-listing__inner-image {
          padding-top: 0;
          height: 250px; } }

.newsletter-form__error {
  background: #fff5f6;
  color: #d0021b;
  font-style: italic;
  margin-bottom: 30px;
  padding: 15px;
  text-align: center; }

.newsletter-form__icon {
  background: #7AC143;
  border-radius: 50px;
  color: #fff;
  height: 100px;
  line-height: 100px;
  margin: 0 auto 30px;
  width: 100px; }
  .newsletter-form__icon:before {
    font-size: 35px; }

.newsletter-form--success, .newsletter-form--exists {
  padding-bottom: 100px;
  text-align: center; }
  .newsletter-form--success h4, .newsletter-form--exists h4 {
    padding: 0 0 20px; }
  .newsletter-form--success .newsletter-form__icon, .newsletter-form--exists .newsletter-form__icon {
    font-size: 0; }

.update-listing {
  padding: 20px 0; }
  @media (min-width: 992px) {
    .update-listing {
      padding: 20px; } }
  .update-listing.updating {
    display: none; }
  .update-listing__item {
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-bottom: 20px;
    padding: 30px; }
    .update-listing__item-icon {
      color: #008c44;
      font-size: 40px;
      margin-bottom: 25px; }
    .update-listing__item-title {
      color: #008c44;
      margin-bottom: 25px; }
    .update-listing__item-date {
      color: #7AC143;
      margin-bottom: 25px;
      padding-left: 30px;
      position: relative; }
      .update-listing__item-date:before {
        font-size: 20px;
        position: absolute;
        top: 0;
        left: 0; }
    .update-listing__item-link {
      color: #008c44; }

.year-filter,
.advance-filters {
  border-bottom: 2px solid #eee;
  padding-bottom: 15px; }

.year-filter {
  text-align: center; }
  .year-filter__item {
    color: #4a4a4a;
    display: inline-block;
    padding: 0 1%;
    font-weight: 500;
    position: relative; }
    @media (min-width: 768px) {
      .year-filter__item {
        padding: 0 12px; } }
    .year-filter__item:hover, .year-filter__item--current {
      color: #7AC143;
      text-decoration: none; }

.advance-filters {
  display: block;
  padding-top: 15px;
  text-align: right; }
  @media (min-width: 992px) {
    .advance-filters {
      display: none; } }

.search-results {
  color: #7E8082;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0; }
  @media (min-width: 768px) {
    .search-results {
      top: 40px; } }

.search-listing {
  border-top: 1px solid #7E8082;
  border-bottom: 1px solid #7E8082;
  margin-bottom: 20px;
  padding-top: 30px; }
  @media (min-width: 768px) {
    .search-listing {
      margin-bottom: 40px; } }
  .search-listing__item {
    margin-bottom: 40px; }
    .search-listing__item-title {
      color: #7AC143;
      padding-bottom: 10px; }
    .search-listing__item-link {
      display: block;
      padding-bottom: 20px;
      word-wrap: break-word; }

.construction-activities {
  padding-top: 40px;
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .construction-activities {
      padding-top: 70px;
      padding-bottom: 65px; } }
  .construction-activities__title {
    text-align: center;
    padding-bottom: 53px; }
  .construction-activities__location-list {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
    counter-reset: shaft-counter;
    padding: 20px 20px 20px 50px; }
    .construction-activities__location-list li {
      border-bottom: 1px solid #eee;
      padding-top: 7px;
      padding-bottom: 7px;
      position: relative; }
      .construction-activities__location-list li:before, .construction-activities__location-list li:after {
        width: 20px;
        position: absolute; }
      .construction-activities__location-list li:before {
        content: '';
        background: url("../images/location-pin.png") no-repeat center;
        background-size: contain;
        height: 28px;
        top: 7px;
        left: -30px; }
      .construction-activities__location-list li:after {
        content: counter(shaft-counter);
        counter-increment: shaft-counter;
        color: #fff;
        font-size: 10px;
        text-align: center;
        top: 9px;
        left: -30px; }

.interactive-map {
  overflow: hidden;
  width: 100%;
  position: relative; }
  .interactive-map__panel, .interactive-map__canvas {
    background: #fff; }
  .interactive-map__panel {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
    overflow-y: auto;
    width: 100%;
    position: absolute;
    z-index: 20;
    bottom: -100%;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease; }
    @media (max-width: 767px) {
      .interactive-map__panel {
        display: none; } }
    @media (min-width: 992px) {
      .interactive-map__panel {
        width: 300px;
        top: 0;
        bottom: 0;
        left: 0; } }
    .interactive-map__panel-mobile-toggle {
      background: #7AC143;
      border: none;
      color: #fff;
      height: 40px;
      line-height: 40px;
      text-align: center;
      width: 100%; }
      @media (min-width: 992px) {
        .interactive-map__panel-mobile-toggle {
          display: none; } }
      .interactive-map__panel-mobile-toggle:before {
        font-size: 12px;
        margin-right: 15px;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease; }
      .interactive-map__panel-mobile-toggle:after {
        content: 'Filter';
        font-weight: bold;
        letter-spacing: 1px; }
      .interactive-map__panel-mobile-toggle.open {
        background: #7E8082;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease; }
        .interactive-map__panel-mobile-toggle.open:before {
          -webkit-transition: all 0.35s ease;
          -moz-transition: all 0.35s ease;
          -ms-transition: all 0.35s ease;
          -o-transition: all 0.35s ease;
          transition: all 0.35s ease; }
        .interactive-map__panel-mobile-toggle.open:after {
          content: 'Close'; }
    .interactive-map__panel-location-inner {
      padding: 20px; }
      .interactive-map__panel-location-inner-title {
        color: #7AC143; }
    .interactive-map__panel-location-figure-image {
      background-repeat: no-repeat;
      background-size: cover;
      height: 0;
      padding-top: 55%; }
      @media (min-width: 992px) {
        .interactive-map__panel-location-figure-image {
          height: 165px;
          padding-top: 0; } }
    .interactive-map__panel-location-link {
      background: #E3E3E3;
      display: block;
      height: 45px;
      line-height: 45px;
      margin-bottom: 1px;
      padding-left: 20px;
      padding-right: 20px; }
      .interactive-map__panel-location-link:focus, .interactive-map__panel-location-link:hover {
        text-decoration: none; }
    .interactive-map__panel-inner {
      padding: 15px 10px; }
      .interactive-map__panel-inner-search {
        border: 1px solid #E3E3E3;
        border-radius: 4px;
        height: 40px;
        margin-bottom: 10px;
        overflow: hidden;
        position: relative; }
        .interactive-map__panel-inner-search-bar, .interactive-map__panel-inner-search-btn {
          background: #eee;
          border: 0;
          font-size: 14px;
          height: 40px; }
        .interactive-map__panel-inner-search-bar {
          padding-left: 15px;
          padding-right: 15px;
          width: 100%; }
          .interactive-map__panel-inner-search-bar:focus {
            outline: none; }
        .interactive-map__panel-inner-search-btn {
          color: #7AC143;
          text-align: center;
          padding: 0;
          width: 40px;
          position: absolute;
          top: 0;
          right: 0; }
      .interactive-map__panel-inner-filters__item {
        border-bottom: 1px solid #E3E3E3;
        font-size: 14px;
        margin-bottom: 10px; }
        .interactive-map__panel-inner-filters__item-head, .interactive-map__panel-inner-filters__item-body {
          background: #eee;
          padding-left: 15px;
          padding-right: 15px; }
        .interactive-map__panel-inner-filters__item-head {
          color: #7AC143;
          font-weight: bold;
          height: 30px;
          text-transform: uppercase;
          width: 100%;
          position: relative; }
          .interactive-map__panel-inner-filters__item-head:focus {
            outline: none; }
          .interactive-map__panel-inner-filters__item-head:after {
            font-size: 10px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            width: 40px;
            position: absolute;
            top: 0;
            right: 0;
            -webkit-transition: all 0.35s ease;
            -moz-transition: all 0.35s ease;
            -ms-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            transition: all 0.35s ease; }
        .interactive-map__panel-inner-filters__item-body {
          border-top: 2px solid #E3E3E3;
          padding-top: 20px;
          padding-bottom: 20px; }
        .interactive-map__panel-inner-filters__item.accordion--open .interactive-map__panel-inner-filters__item-head {
          color: #00ba00; }
          .interactive-map__panel-inner-filters__item.accordion--open .interactive-map__panel-inner-filters__item-head:after {
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
            -webkit-transition: all 0.35s ease;
            -moz-transition: all 0.35s ease;
            -ms-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            transition: all 0.35s ease; }
      .interactive-map__panel-inner-link {
        text-align: center; }
    .interactive-map__panel.locked {
      overflow: hidden; }
  .interactive-map__canvas {
    z-index: 18;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .interactive-map__legend {
    font-family: Arial, sans-serif;
    font-size: 12px;
    background: #fff;
    margin: 10px;
    width: 250px;
    height: 250px;
    -webkit-box-shadow: 1px 4px 17px 0px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 1px 4px 17px 0px rgba(0, 0, 0, 0.49);
    box-shadow: 1px 4px 17px 0px rgba(0, 0, 0, 0.49);
    border-radius: 3px; }
    @media (max-width: 767px) {
      .interactive-map__legend {
        display: none; } }
    .interactive-map__legend h3 {
      margin-top: 0;
      font-size: 16px;
      border-bottom: 1px solid #e4e4e4;
      padding-left: 14px;
      padding-top: 14px;
      padding-bottom: 14px;
      width: 100%; }
    .interactive-map__legend img {
      vertical-align: middle; }
  .interactive-map .legend-tc {
    width: 250px;
    height: 30px;
    padding-left: 14px;
    display: inline-block; }
    .interactive-map .legend-tc:first-child {
      padding-top: 14px; }
    .interactive-map .legend-tc:last-child {
      padding-bottom: 14px; }
  .interactive-map .legend-item {
    width: 40px;
    height: 30px;
    padding-left: 14px;
    display: inline-block; }
    .interactive-map .legend-item img {
      width: 25px; }
    .interactive-map .legend-item:first-child {
      padding-top: 14px; }
    .interactive-map .legend-item:last-child {
      padding-bottom: 14px; }
  .interactive-map .infobox {
    background: #FBFBFB;
    -webkit-box-shadow: 1px 4px 17px 0px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 1px 4px 17px 0px rgba(0, 0, 0, 0.49);
    box-shadow: 1px 4px 17px 0px rgba(0, 0, 0, 0.49);
    display: block;
    margin-bottom: 30px;
    text-align: left;
    text-decoration: none;
    width: 310px;
    position: relative; }
    .interactive-map .infobox:before, .interactive-map .infobox:after {
      content: '';
      position: absolute; }
    .interactive-map .infobox:after {
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-top: 30px solid #FBFBFB;
      height: 0;
      transform: translateX(-50%);
      width: 0;
      bottom: -15px;
      left: 50%; }
    .interactive-map .infobox:hover {
      text-decoration: none; }
    .interactive-map .infobox .picture {
      width: 100%;
      height: 160px;
      background-size: cover; }
    .interactive-map .infobox .content {
      position: relative; }
      .interactive-map .infobox .content .description {
        color: #333333;
        font-family: TheMix, sans-serif;
        font-size: 14px;
        position: relative;
        padding: 20px; }
      .interactive-map .infobox .content:after {
        color: #FCFCFC;
        font-size: 11px;
        font-weight: 400; }
    .interactive-map .infobox .title {
      color: #FEFFFD;
      font-size: 18px;
      font-weight: 400;
      position: absolute;
      top: -30px;
      left: 20px; }
      .interactive-map .infobox .title:before, .interactive-map .infobox .title:after,
      .interactive-map .infobox .title span {
        display: inline-block; }
      .interactive-map .infobox .title:before, .interactive-map .infobox .title:after {
        color: #DDDDDD;
        font-size: 11px;
        font-weight: 400; }
      .interactive-map .infobox .title span {
        padding-left: 5px;
        vertical-align: middle; }
    .interactive-map .infobox .link {
      position: relative;
      line-height: 50px;
      color: #71C531;
      height: 50px;
      padding-left: 18px;
      font-size: 18px;
      border-top: 1px solid #dddddd; }
    .interactive-map .infobox .close-top {
      position: absolute;
      right: 0;
      top: 0;
      background: #fff;
      padding: 10px;
      font-size: 14px;
      font-weight: 700;
      color: #FFFFFB;
      cursor: pointer; }

.traffic:after {
  content: '';
  height: 2px;
  width: 60px;
  position: absolute;
  right: 0;
  top: 9px; }

.traffic--current:after {
  background: #f50026; }

.traffic--proposed:after {
  background: #ff5900; }

.traffic--pedestrians:after {
  background: #fae100; }

.traffic--cyclists:after {
  background: #00a3e0; }

.traffic--haulageRoutes:after {
  background: #6d0183; }

.input-short, .sidebar-filter__search-box, .sidebar-filter__block-input-date {
  background-color: #fff;
  border: 1px solid #7E8082;
  border-radius: 4px;
  padding: 5px 40px 4px 15px;
  width: 100%; }

.sidebar-filter {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  padding: 10px; }
  .sidebar-filter__search, .sidebar-filter__block {
    margin-bottom: 10px; }
  .sidebar-filter__search {
    position: relative; }
    .sidebar-filter__search:before {
      color: #7AC143;
      line-height: 35px;
      height: 35px;
      width: 35px;
      text-align: center;
      position: absolute;
      right: 5px;
      top: 0; }
  .sidebar-filter__block {
    background: #eee;
    border-bottom: 1px solid #7E8082;
    padding: 10px 15px;
    position: relative; }
    .sidebar-filter__block-title {
      background: transparent;
      border: 0;
      padding: 0;
      text-align: left;
      font-weight: bold;
      width: 100%;
      position: relative; }
      .sidebar-filter__block-title:after {
        font-size: 8px;
        height: 21px;
        line-height: 21px;
        text-align: center;
        width: 21px;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease; }
    .sidebar-filter__block-body {
      padding-top: 15px; }
    .sidebar-filter__block-input.start-date, .sidebar-filter__block-input.end-date {
      position: relative; }
      .sidebar-filter__block-input.start-date:before, .sidebar-filter__block-input.end-date:before {
        color: #7AC143;
        line-height: 35px;
        height: 35px;
        pointer-events: none;
        text-align: center;
        width: 35px;
        position: absolute;
        right: 5px;
        top: 0; }
    .sidebar-filter__block-input.start-date {
      margin-bottom: 10px; }
    .sidebar-filter__block.accordion--open .sidebar-filter__block-title:after {
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg);
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -ms-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease; }

.filter-tag {
  padding-right: 25px;
  position: relative; }
  .filter-tag:before {
    color: #7AC143;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    position: absolute;
    right: 0;
    bottom: 0; }

.cf:after, .header__top-sticky:after, .header__bottom:after, .footer-nav:after, .interpreter__head:after, .nav-footer > ul:after, .paging:after, .search-panel:after, .layout--container > .container:after, .downloads__list:after, .timeline__item:after, .latest-news__carousel-item:after, .traffic-changes__carousel-item:after, .tile-cta:after, .newsletter-form:after {
  content: '';
  clear: both;
  display: block; }

.u-display--inline-block {
  display: inline-block !important; }

.u-display--table {
  display: table; }

.u-display--table-cell {
  display: table-cell; }

.u-display--v-align-top {
  vertical-align: top; }

.u-display--v-align-middle {
  vertical-align: middle; }

.u-display--v-align-bottom {
  vertical-align: bottom; }

.u-text--bold {
  font-weight: bold !important; }

.u-text--caps {
  text-transform: uppercase !important; }

.u-text--shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35); }

.u-text--left {
  text-align: left !important; }

.u-text--center {
  text-align: center !important; }

.u-text--right {
  text-align: right !important; }

@media (min-width: 768px) {
  .u-text--left-sm {
    text-align: left !important; } }

@media (min-width: 768px) {
  .u-text--center-sm {
    text-align: center !important; } }

@media (min-width: 768px) {
  .u-text--right-sm {
    text-align: right !important; } }

@media (min-width: 992px) {
  .u-text--left-md {
    text-align: left !important; } }

@media (min-width: 992px) {
  .u-text--center-md {
    text-align: center !important; } }

@media (min-width: 992px) {
  .u-text--right-md {
    text-align: right !important; } }

@media (min-width: 1220px) {
  .u-text--left-lg {
    text-align: left !important; } }

@media (min-width: 1220px) {
  .u-text--center-lg {
    text-align: center !important; } }

@media (min-width: 1220px) {
  .u-text--right-lg {
    text-align: right !important; } }

.u--relative {
  position: relative !important; }

.u--absolute {
  position: absolute !important; }

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

.u-push--top-25 {
  margin-top: 25px !important; }

.u-push--bottom-60 {
  margin-bottom: 60px !important; }

.b-loaded ~ .hero__content {
  opacity: 1; }

.layout--container .container .gallery {
  overflow: visible;
  padding: 0 0 50px; }
  .layout--container .container .gallery--lightbox {
    background: transparent; }
  .layout--container .container .gallery__title {
    display: none; }
  @media (min-width: 768px) {
    .layout--container .container .gallery__carousel-item {
      width: 660px; } }
  @media (min-width: 992px) {
    .layout--container .container .gallery__carousel-item {
      width: 880px; } }
  .layout--container .container .gallery__carousel .slick-dots {
    margin-top: 20px; }
  .layout--container .container .gallery__carousel .slick-prev {
    left: -20px; }
    @media (min-width: 768px) {
      .layout--container .container .gallery__carousel .slick-prev {
        left: -40px; } }
  .layout--container .container .gallery__carousel .slick-next {
    right: -20px; }
    @media (min-width: 768px) {
      .layout--container .container .gallery__carousel .slick-next {
        right: -40px; } }

.banner + .layout--container > .container {
  background: #fff;
  border-top: 8px solid #7AC143;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
  margin-top: -48px;
  padding-top: 60px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .banner + .layout--container > .container {
      margin-bottom: 70px;
      padding-left: 40px;
      padding-right: 40px;
      padding-top: 80px;
      padding-bottom: 40px; } }

.newsletter-form + .sfContentBlock > p {
  font-size: 12px; }
