@media only screen and (min-width: 538.3px) {
  .editorial-content > img,
  .editorial-content p img,
  .editorial-content > figure,
  .editorial-content p figure {
    float: none;
    clear: both;
    width: 100%;
    height: auto;
    margin: 0.3em 0 1em 0;
  }

  .editorial-content > img[style*="left"],
  .editorial-content > img.img-left,
  .editorial-content p img[style*="left"],
  .editorial-content p img.img-left,
  .editorial-content > figure[style*="left"],
  .editorial-content > figure.img-left,
  .editorial-content p figure[style*="left"],
  .editorial-content p figure.img-left {
    float: left;
    clear: left;
    width: 47.7%;
    margin: 0.3em 4.6% 1em 0;
  }

  .editorial-content > img[style*="right"],
  .editorial-content > img.img-right,
  .editorial-content p img[style*="right"],
  .editorial-content p img.img-right,
  .editorial-content > figure[style*="right"],
  .editorial-content > figure.img-right,
  .editorial-content p figure[style*="right"],
  .editorial-content p figure.img-right {
    float: right;
    clear: right;
    width: 47.7%;
    margin: 0.3em 0 1em 4.6%;
  }

  .editorial-content > img[style*="right"].landscape,
  .editorial-content > img[style*="left"].landscape,
  .editorial-content > img.img-left.landscape,
  .editorial-content > img.img-right.landscape,
  .editorial-content p img[style*="right"].landscape,
  .editorial-content p img[style*="left"].landscape,
  .editorial-content p img.img-left.landscape,
  .editorial-content p img.img-right.landscape,
  .editorial-content > figure[style*="right"].landscape,
  .editorial-content > figure[style*="left"].landscape,
  .editorial-content > figure.img-left.landscape,
  .editorial-content > figure.img-right.landscape,
  .editorial-content p figure[style*="right"].landscape,
  .editorial-content p figure[style*="left"].landscape,
  .editorial-content p figure.img-left.landscape,
  .editorial-content p figure.img-right.landscape {
    width: 47.7%;
  }

  .editorial-content > img[style*="right"].portrait,
  .editorial-content > img[style*="left"].portrait,
  .editorial-content > img.img-left.portrait,
  .editorial-content > img.img-right.portrait,
  .editorial-content p img[style*="right"].portrait,
  .editorial-content p img[style*="left"].portrait,
  .editorial-content p img.img-left.portrait,
  .editorial-content p img.img-right.portrait,
  .editorial-content > figure[style*="right"].portrait,
  .editorial-content > figure[style*="left"].portrait,
  .editorial-content > figure.img-left.portrait,
  .editorial-content > figure.img-right.portrait,
  .editorial-content p figure[style*="right"].portrait,
  .editorial-content p figure[style*="left"].portrait,
  .editorial-content p figure.img-left.portrait,
  .editorial-content p figure.img-right.portrait {
    width: 35.7%;
  }
}

.editorial-content .img-caption,
.editorial-content p.img-right-caption,
.editorial-content p.img-left-caption {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  line-height: 1.2222222;
  font-size: 0.8333333em;
  display: block;
  margin: -1.2em 0 1.2em 0;
  padding-top: 0.5em;
}

@media only screen and (min-width: 538.3px) {
  .editorial-content p.img-right-caption {
    float: right;
    clear: right;
    margin: -1.2em 0 1.2em 4.6%;
    width: 47.7%;
  }

  .editorial-content p.img-right-caption.landscape {
    width: 47.7%;
  }

  .editorial-content p.img-right-caption.portrait {
    width: 35.7%;
  }
}

@media only screen and (min-width: 538.3px) {
  .editorial-content p.img-left-caption {
    float: left;
    clear: left;
    margin: -1.2em 4.6% 1.2em 0;
    width: 47.7%;
  }

  .editorial-content p.img-left-caption.landscape {
    width: 47.7%;
  }

  .editorial-content p.img-left-caption.portrait {
    width: 35.7%;
  }
}

.editorial-content > figure img,
.editorial-content p > figure img {
  width: 100%;
  height: auto;
}

.editorial-content .preambleContent p {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  line-height: 1.5;
  font-size: 1.1em;
}

@media only screen and (min-width: 538.3px) {
  .editorial-content .preambleContent p {
    font-size: 1.3333333em;
  }
}

@media only screen and (min-width: 538.3px) {
  .editorial-content .preambleContent p {
    width: 152%;
  }
}

.project-category {
  margin-bottom: 5px;
  transition: 0.4s opacity;
}

.project-category:before,
.project-category:after {
  content: "";
  display: table;
}

.project-category:after {
  clear: both;
}

.l-blocks--block {
  max-height: 10000px;
  transition: 0.4s margin, 0.4s padding, 0.4s width, 0.4s 0.4s opacity;
}

.project-category--hidden {
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transition: 0.4s opacity, 0s 0.4s height, 0s 0.4s margin, 0s 0.4s overflow, 0s 0.4s padding, 0s 0.4s visibility;
  visibility: hidden;
}

.l-blocks .l-blocks--block.project-block--hidden {
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transition: 0.4s opacity, 0s 0.4s max-height, 0.4s 0.4s margin, 0.4s 0.4s padding, 0.4s 0.4s width;
  width: 0;
}

.m-project-panel__link {
  border-top: 5px solid;
  padding-bottom: 23px;
  padding-top: 10px;
}

.m-project-panel__link.subProjectBlue {
  border-top-color: #00aeef;
}

.project-category-0 .m-project-panel__link {
  border-top-color: #00aeef;
}

.project-category-1 .m-project-panel__link {
  border-top-color: #e1056d;
}

.project-category-2 .m-project-panel__link {
  border-top-color: #78be00;
}

.project-category-3 .m-project-panel__link {
  border-top-color: #eb9100;
}

.project-category-4 .m-project-panel__link {
  border-top-color: #002d5a;
}

.project-category-5 .m-project-panel__link {
  border-top-color: #9a0932;
}

.project-category-6 .m-project-panel__link {
  border-top-color: #406618;
}

.project-category-7 .m-project-panel__link {
  border-top-color: #ffd400;
}

.m-project-panel__link a {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 700;
  line-height: 1.2222222;
  text-decoration: none !important;
}

.m-project-panel__link a span:hover {
  text-decoration: underline;
}

.m-project-panel__link h2 {
  margin: 0;
  font-family: "webfont-Frutiger", sans-serif;
  font-size: 0.8888889em;
  font-weight: 700;
  line-height: 1.2222222;
  text-decoration: none !important;
}

.m-project-panel__link h2 span:hover {
  text-decoration: underline;
}

.m-project-panel__link a::after:hover {
  text-decoration: none !important;
}

.m-page-section.project-nav-section {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
}

.m-page-section.project-nav-section h3 {
  margin-bottom: 0.953em;
}

.m-page-section.project-nav-section .link-list,
.m-page-section.project-nav-section .link-list_compact,
.m-page-section.project-nav-section .link-list_large,
.m-page-section.project-nav-section .m-featured-link-list,
.m-page-section.project-nav-section .m-social-links,
.m-page-section.project-nav-section .m-social-links_inline,
.m-page-section.project-nav-section .m-share-links,
.m-page-section.project-nav-section .m-share-links_inline,
.m-page-section.project-nav-section .m-event-links {
  margin: 0;
  display: table;
}

@media only screen and (min-width: 538.3px) and (max-width: 769px) {
  .m-page-section.project-nav-section .link-list li,
  .m-page-section.project-nav-section .link-list_compact li,
  .m-page-section.project-nav-section .link-list_large li,
  .m-page-section.project-nav-section .m-featured-link-list li,
  .m-page-section.project-nav-section .m-social-links li,
  .m-page-section.project-nav-section .m-social-links_inline li,
  .m-page-section.project-nav-section .m-share-links li,
  .m-page-section.project-nav-section .m-share-links_inline li,
  .m-page-section.project-nav-section .m-event-links li {
    width: 100%;
  }
}

@media only screen and (min-width: 770px) {
  .m-page-section.project-nav-section .link-list li,
  .m-page-section.project-nav-section .link-list_compact li,
  .m-page-section.project-nav-section .link-list_large li,
  .m-page-section.project-nav-section .m-featured-link-list li,
  .m-page-section.project-nav-section .m-social-links li,
  .m-page-section.project-nav-section .m-social-links_inline li,
  .m-page-section.project-nav-section .m-share-links li,
  .m-page-section.project-nav-section .m-share-links_inline li,
  .m-page-section.project-nav-section .m-event-links li {
    display: inline-block;
    width: 25%;
  }
}

.projectNav > section.m-page-section.project-nav-section {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #f5f2ed;
  padding: 15px 0px 15px 0px;
}

/*.l-content.nav {
     
    text-align: center;
    
}*/

@media only screen and (max-width: 769px) {
  .l-content.nav {
    text-align: left !important;
  }
}

@media only screen and (min-width: 770px) and (max-width: 800px) {
  .l-content.nav {
    text-align: left !important;
  }
}

.wrapcontainer.subproj {
  float: left;
}

.wrapcontainer {
  display: inline-block;
  box-sizing: border-box;
  margin: 0px 2% 0px 0px;
  text-align: left;
}

@media only screen and (min-width: 1025px) and (max-width: 1141px) {
  .m-page-section.project-nav-section .link-list li,
  .m-page-section.project-nav-section .link-list_compact li,
  .m-page-section.project-nav-section .link-list_large li,
  .m-page-section.project-nav-section .m-featured-link-list li,
  .m-page-section.project-nav-section .m-social-links li,
  .m-page-section.project-nav-section .m-social-links_inline li,
  .m-page-section.project-nav-section .m-share-links li,
  .m-page-section.project-nav-section .m-share-links_inline li,
  .m-page-section.project-nav-section .m-event-links li {
    width: 449px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .m-page-section.project-nav-section .link-list li,
  .m-page-section.project-nav-section .link-list_compact li,
  .m-page-section.project-nav-section .link-list_large li,
  .m-page-section.project-nav-section .m-featured-link-list li,
  .m-page-section.project-nav-section .m-social-links li,
  .m-page-section.project-nav-section .m-social-links_inline li,
  .m-page-section.project-nav-section .m-share-links li,
  .m-page-section.project-nav-section .m-share-links_inline li,
  .m-page-section.project-nav-section .m-event-links li {
    width: 456px !important;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .m-page-section.project-nav-section .link-list li,
  .m-page-section.project-nav-section .link-list_compact li,
  .m-page-section.project-nav-section .link-list_large li,
  .m-page-section.project-nav-section .m-featured-link-list li,
  .m-page-section.project-nav-section .m-social-links li,
  .m-page-section.project-nav-section .m-social-links_inline li,
  .m-page-section.project-nav-section .m-share-links li,
  .m-page-section.project-nav-section .m-share-links_inline li,
  .m-page-section.project-nav-section .m-event-links li {
    width: 351px !important;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  .m-page-section.project-nav-section .link-list li,
  .m-page-section.project-nav-section .link-list_compact li,
  .m-page-section.project-nav-section .link-list_large li,
  .m-page-section.project-nav-section .m-featured-link-list li,
  .m-page-section.project-nav-section .m-social-links li,
  .m-page-section.project-nav-section .m-social-links_inline li,
  .m-page-section.project-nav-section .m-share-links li,
  .m-page-section.project-nav-section .m-share-links_inline li,
  .m-page-section.project-nav-section .m-event-links li {
    width: 100% !important;
  }
}

.m-page-section.project-nav-section .link-list li,
.m-page-section.project-nav-section .link-list_compact li,
.m-page-section.project-nav-section .link-list_large li,
.m-page-section.project-nav-section .m-featured-link-list li,
.m-page-section.project-nav-section .m-social-links li,
.m-page-section.project-nav-section .m-social-links_inline li,
.m-page-section.project-nav-section .m-share-links li,
.m-page-section.project-nav-section .m-share-links_inline li,
.m-page-section.project-nav-section .m-event-links li {
  display: block;
  width: 351px;
}

@media only screen and (min-width: 1025px) {
  .m-page-section.project-nav-section .link-list li,
  .m-page-section.project-nav-section .link-list_compact li,
  .m-page-section.project-nav-section .link-list_large li,
  .m-page-section.project-nav-section .m-featured-link-list li,
  .m-page-section.project-nav-section .m-social-links li,
  .m-page-section.project-nav-section .m-social-links_inline li,
  .m-page-section.project-nav-section .m-share-links li,
  .m-page-section.project-nav-section .m-share-links_inline li,
  .m-page-section.project-nav-section .m-event-links li {
    width: 501px;
  }
}

@media only screen and (min-width: 770px) {
  .m-page-section.project-nav-section .l-content.nav {
    text-align: justify;
  }

  .m-page-section.project-nav-section .l-content.nav div.subproj #subprojexist {
    text-align: left;
    margin: 0;
    margin-bottom: 10px;
  }

  .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 :nth-last-child(4n+4) {
    margin-right: 0;
  }

  .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 :nth-child(4n+1) {
    margin-left: 0;
  }

  .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue {
    text-align: left;
  }

  .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue a:hover {
    text-decoration: underline;
  }

  .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue a.link-arrow:hover:after,
  .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue .m-contact-block a:hover:after,
  .m-contact-block .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue a:hover:after,
  .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue h1 a:hover:after,
  h1 .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue a:hover:after,
  .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue h2 a:hover:after,
  h2 .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue a:hover:after,
  .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue h3 a:hover:after,
  h3 .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue a:hover:after,
  .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue h4 a:hover:after,
  h4 .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue a:hover:after,
  .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue h5 a:hover:after,
  h5 .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue a:hover:after,
  .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue .link-list a:hover:after,
  .link-list .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue a:hover:after,
  .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue .link-list_compact a:hover:after,
  .link-list_compact .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue a:hover:after,
  .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue .link-list_large a:hover:after,
  .link-list_large .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue a:hover:after,
  .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue .m-featured-link-list a:hover:after,
  .m-featured-link-list .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue a:hover:after,
  .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue .m-social-links a:hover:after,
  .m-social-links .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue a:hover:after,
  .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue .m-social-links_inline a:hover:after,
  .m-social-links_inline .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue a:hover:after,
  .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue .m-share-links a:hover:after,
  .m-share-links .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue a:hover:after,
  .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue .m-share-links_inline a:hover:after,
  .m-share-links_inline .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue a:hover:after,
  .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue .m-event-links a:hover:after,
  .m-event-links .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue a:hover:after,
  .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue .related-search a:hover:after,
  .related-search .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue a:hover:after,
  .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue .missSpelling a:hover:after,
  .missSpelling .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue a:hover:after,
  .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer a.prenumera-update-link:hover:after,
  body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue a.prenumera-update-link:hover:after,
  .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer a.prenumera-update-link:hover:after,
  body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue a.prenumera-update-link:hover:after,
  .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue .prenumeration-form .prenumeration-form-elements a.prenumera-link:hover:after,
  .prenumeration-form .prenumeration-form-elements .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block .m-project-panel .m-project-panel__link.subProjectBlue a.prenumera-link:hover:after {
    text-decoration: none;
    position: absolute;
    padding-top: 2px;
  }
}

@media only screen and (max-width: 736px) {
  .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .l-blocks--block {
    display: inline-block;
    margin: 0 1.3888889%;
    width: 46.5%;
    float: left;
  }

  .m-page-section.project-nav-section .l-content.nav div.subproj .l-blocks.alt-4 .block-wrapper {
    margin-left: -1.4%;
    width: calc(100% + 4%);
  }
}

.politicians-table th:nth-child(1),
.politicians-table td:nth-child(1) {
  width: 40%;
}

@media only screen and (min-width: 770px) {
  .politicians-table th:nth-child(1),
  .politicians-table td:nth-child(1) {
    width: auto;
  }
}

.politicians-table th:nth-child(2),
.politicians-table td:nth-child(2) {
  width: 12%;
}

@media only screen and (min-width: 770px) {
  .politicians-table th:nth-child(2),
  .politicians-table td:nth-child(2) {
    width: auto;
  }
}

#featuredNews {
  margin-bottom: 30px;
}

@media only screen and (min-width: 770px) {
  #featuredNews {
    margin-bottom: 0;
  }
}

.m-featured-news {
  display: block;
  width: auto;
  background-color: #f5f2ed;
}

@media only screen and (min-width: 770px) {
  .m-featured-news {
    display: block;
    width: 102.7777778%;
    margin: 0 -1.3888889%;
    *width: 102.7777278%;
    *margin: 0 -1.3889389%;
    background-color: transparent;
  }

  .m-featured-news:before,
  .m-featured-news:after {
    content: "";
    display: table;
  }

  .m-featured-news:after {
    clear: both;
  }
}

.m-featured-news-item {
  position: relative;
  overflow: hidden;
}

.m-featured-news-item .m-featured-news-item--button {
  position: absolute;
  display: none;
  bottom: 10px;
  right: 10px;
  z-index: 99999999999;
  overflow: hidden;
  background-color: transparent;
  border: 0;
  font: 0px/0 a;
  text-shadow: none;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.m-featured-news-item .m-block,
.m-featured-news-item .m-contact-panel,
.m-featured-news-item .m-featured-item,
.m-featured-news-item .m-block_toc {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  line-height: 1.5;
  border-top: none !important;
  margin: 0 !important;
  overflow: hidden;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

.m-featured-news-item .m-block--content {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  line-height: 1.5;
  padding: 20px;
}

.m-featured-news-item .m-block--content p {
  display: none;
}

.m-featured-news-item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  height: 48px;
  bottom: 0px;
  right: 0;
  opacity: 1;
  /*gradient old 
        background-image: linear-gradient(to bottom, rgba($component-bg-color, 1) 40%, rgba($component-bg-color, 0) 100%);
        background-image: -o-linear-gradient(bottom, rgba($component-bg-color, 1) 40%, rgba($component-bg-color, 0) 100%);
        background-image: -moz-linear-gradient(bottom, rgba($component-bg-color, 1) 40%, rgba($component-bg-color, 0) 100%);
        background-image: -webkit-linear-gradient(bottom, rgba($component-bg-color, 1) 40%, rgba($component-bg-color, 0) 100%);
        background-image: -ms-linear-gradient(bottom, rgba($component-bg-color, 1) 40%, rgba($component-bg-color, 0) 100%);
        
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e5e1+0,e8e5e1+100&amp;0+0,0.5+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  /*gradient old */
  /*--*/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e5e1+22,e8e5e1+100&amp;0.3+22,1+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZTVlMSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U4ZTVlMSIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4ZTVlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background-image: linear-gradient(to bottom, #e8e5e1 50%, rgba(232, 229, 225, 0) 100%);
  background-image: -o-linear-gradient(bottom, #e8e5e1 50%, rgba(232, 229, 225, 0) 100%);
  background-image: -moz-linear-gradient(bottom, #e8e5e1 50%, rgba(232, 229, 225, 0) 100%);
  background-image: -webkit-linear-gradient(bottom, #e8e5e1 50%, rgba(232, 229, 225, 0) 100%);
  background-image: -ms-linear-gradient(bottom, #e8e5e1 50%, rgba(232, 229, 225, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e8e5e1', endColorstr='#e8e5e1',GradientType=0 );
}

@media only screen and (min-width: 770px) {
  .m-featured-news-item {
    float: left;
    padding-bottom: 155px;
    display: inline;
    float: left;
    width: 30.5555556%;
    margin: 0 1.3888889%;
    *width: 30.5555056%;
    *margin: 0 1.3888389%;
    margin-bottom: 30px;
  }

  .m-featured-news-item:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    height: 45px;
    bottom: 0px;
    right: 0;
    opacity: 1;
    /*
            background-image: linear-gradient(to bottom, rgba($component-bg-color-darker, 1) 50%, rgba($component-bg-color-darker, 0) 100%);
            background-image: -o-linear-gradient(bottom, rgba($component-bg-color-darker, 1) 50%, rgba($component-bg-color-darker, 0) 100%);
            background-image: -moz-linear-gradient(bottom, rgba($component-bg-color-darker, 1) 50%, rgba($component-bg-color-darker, 0) 100%);
            background-image: -webkit-linear-gradient(bottom, rgba($component-bg-color-darker, 1) 50%, rgba($component-bg-color-darker, 0) 100%);
            background-image: -ms-linear-gradient(bottom, rgba($component-bg-color-darker, 1) 50%, rgba($component-bg-color-darker, 0) 100%);

            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlOGU1ZTEiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZThlNWUxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
            background: -ms-linear-gradient(top,  rgba(232,229,225,0) 0%,rgba(232,229,225,0.5) 100%); /* IE10+ */
    /*--*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e5e1+22,e8e5e1+100&amp;0.3+22,1+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZTVlMSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U4ZTVlMSIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4ZTVlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background-image: linear-gradient(to bottom, #e8e5e1 50%, rgba(232, 229, 225, 0) 100%);
    background-image: -o-linear-gradient(bottom, #e8e5e1 50%, rgba(232, 229, 225, 0) 100%);
    background-image: -moz-linear-gradient(bottom, #e8e5e1 50%, rgba(232, 229, 225, 0) 100%);
    background-image: -webkit-linear-gradient(bottom, #e8e5e1 50%, rgba(232, 229, 225, 0) 100%);
    background-image: -ms-linear-gradient(bottom, #e8e5e1 50%, rgba(232, 229, 225, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e8e5e1', endColorstr='#e8e5e1',GradientType=0 );
  }

  .m-featured-news-item .m-block--content p {
    display: block;
  }

  .m-featured-news-item .m-featured-news-item--button {
    display: block;
  }

  .m-featured-news-item .m-block--content > div {
    opacity: 0;
    -webkit-transition: 0.2s 0.5s ease-out;
    -moz-transition: 0.2s 0.5s ease-out;
    transition: 0.2s 0.5s ease-out;
    -ms-transition: 0.2s 0.5s ease-out;
  }

  .m-featured-news-item .m-block,
  .m-featured-news-item .m-contact-panel,
  .m-featured-news-item .m-featured-item,
  .m-featured-news-item .m-block_toc {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%;
    margin-top: -155px !important;
    border: none;
    overflow: hidden;
    background-color: #e8e5e1 !important;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
  }

  .m-featured-news-item:after {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
  }

  .m-featured-news-item:hover .m-block,
  .m-featured-news-item:hover .m-contact-panel,
  .m-featured-news-item:hover .m-featured-item,
  .m-featured-news-item:hover .m-block_toc,
  .m-featured-news-item .block-link:focus .m-block,
  .m-featured-news-item .m-block > a:focus .m-block,
  .m-featured-news-item .m-contact-panel > a:focus .m-block,
  .m-featured-news-item .m-featured-item > a:focus .m-block,
  .m-featured-news-item .m-block_toc > a:focus .m-block,
  .m-featured-news-item .m-search-list .l-blocks--block > a:focus .m-block,
  .m-search-list .m-featured-news-item .l-blocks--block > a:focus .m-block,
  .m-featured-news-item .block-link:focus .m-contact-panel,
  .m-featured-news-item .m-block > a:focus .m-contact-panel,
  .m-featured-news-item .m-contact-panel > a:focus .m-contact-panel,
  .m-featured-news-item .m-featured-item > a:focus .m-contact-panel,
  .m-featured-news-item .m-block_toc > a:focus .m-contact-panel,
  .m-featured-news-item .m-search-list .l-blocks--block > a:focus .m-contact-panel,
  .m-search-list .m-featured-news-item .l-blocks--block > a:focus .m-contact-panel,
  .m-featured-news-item .block-link:focus .m-featured-item,
  .m-featured-news-item .m-block > a:focus .m-featured-item,
  .m-featured-news-item .m-contact-panel > a:focus .m-featured-item,
  .m-featured-news-item .m-featured-item > a:focus .m-featured-item,
  .m-featured-news-item .m-block_toc > a:focus .m-featured-item,
  .m-featured-news-item .m-search-list .l-blocks--block > a:focus .m-featured-item,
  .m-search-list .m-featured-news-item .l-blocks--block > a:focus .m-featured-item,
  .m-featured-news-item .block-link:focus .m-block_toc,
  .m-featured-news-item .m-block > a:focus .m-block_toc,
  .m-featured-news-item .m-contact-panel > a:focus .m-block_toc,
  .m-featured-news-item .m-featured-item > a:focus .m-block_toc,
  .m-featured-news-item .m-block_toc > a:focus .m-block_toc,
  .m-featured-news-item .m-search-list .l-blocks--block > a:focus .m-block_toc,
  .m-search-list .m-featured-news-item .l-blocks--block > a:focus .m-block_toc {
    top: 0;
    margin-top: 0px !important;
    background-color: #f5f2ed !important;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .m-featured-news-item:hover .m-block--content > div,
  .m-featured-news-item .block-link:focus .m-block--content > div,
  .m-featured-news-item .m-block > a:focus .m-block--content > div,
  .m-featured-news-item .m-contact-panel > a:focus .m-block--content > div,
  .m-featured-news-item .m-featured-item > a:focus .m-block--content > div,
  .m-featured-news-item .m-block_toc > a:focus .m-block--content > div,
  .m-featured-news-item .m-search-list .l-blocks--block > a:focus .m-block--content > div,
  .m-search-list .m-featured-news-item .l-blocks--block > a:focus .m-block--content > div {
    opacity: 1;
    -webkit-transition: opacity 0.2s 0.5s ease-out;
    -moz-transition: opacity 0.2s 0.5s ease-out;
    transition: opacity 0.2s 0.5s ease-out;
    -ms-transition: opacity 0.2s 0.5s ease-out !important;
  }

  .m-featured-news-item.is-first {
    float: none;
    width: auto;
    margin-top: 0;
    padding-bottom: 0;
    display: inline;
    float: left;
    width: 97.2222222%;
    margin: 0 1.3888889%;
    *width: 97.2221722%;
    *margin: 0 1.3888389%;
    margin-bottom: 30px;
  }

  .m-featured-news-item.is-first .m-featured-news-item--button {
    display: none;
    visibility: hidden;
  }

  .m-featured-news-item.is-first .m-featured-news-item--image {
    width: 100%;
    margin: 0;
  }

  .m-featured-news-item.is-first .m-featured-news-item--image .fixed-ratio,
  .m-featured-news-item.is-first .m-featured-news-item--image .m-contact-card {
    padding-bottom: 50% !important;
  }

  .m-featured-news-item.is-first .m-featured-news-item--image .fixed-ratio img,
  .m-featured-news-item.is-first .m-featured-news-item--image .m-contact-card img {
    margin-top: -3.125%;
  }

  .m-featured-news-item.is-first .m-block,
  .m-featured-news-item.is-first .m-contact-panel,
  .m-featured-news-item.is-first .m-featured-item,
  .m-featured-news-item.is-first .m-block_toc {
    float: none;
    display: block;
    position: absolute;
    top: auto;
    bottom: 30px;
    left: 30px;
    right: auto;
    width: 47%;
    height: auto;
    max-height: 85%;
    margin-top: 0 !important;
    background-color: #f5f2ed !important;
    background-color: rgba(245, 242, 237, 0.93) !important;
    font-family: "webfont-Frutiger", sans-serif;
    font-weight: 200;
    line-height: 1.5;
    font-size: 0.8333333em;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .m-featured-news-item.is-first .m-block.align-left,
  .m-featured-news-item.is-first .align-left.m-contact-panel,
  .m-featured-news-item.is-first .align-left.m-featured-item,
  .m-featured-news-item.is-first .align-left.m-block_toc {
    left: 30px;
    right: auto;
  }

  .m-featured-news-item.is-first .m-block--content {
    padding-bottom: 20px !important;
  }

  .m-featured-news-item.is-first .m-block--content > div {
    opacity: inherit;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .m-featured-news-item.is-first:after {
    content: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .m-featured-news-item.is-first:hover .m-block--content > div,
  .m-featured-news-item.is-first .block-link:focus .m-block--content > div,
  .m-featured-news-item.is-first .m-block > a:focus .m-block--content > div,
  .m-featured-news-item.is-first .m-contact-panel > a:focus .m-block--content > div,
  .m-featured-news-item.is-first .m-featured-item > a:focus .m-block--content > div,
  .m-featured-news-item.is-first .m-block_toc > a:focus .m-block--content > div,
  .m-featured-news-item.is-first .m-search-list .l-blocks--block > a:focus .m-block--content > div,
  .m-search-list .m-featured-news-item.is-first .l-blocks--block > a:focus .m-block--content > div {
    opacity: inherit;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .m-featured-news-item.is-first:hover .m-block,
  .m-featured-news-item.is-first:hover .m-contact-panel,
  .m-featured-news-item.is-first:hover .m-featured-item,
  .m-featured-news-item.is-first:hover .m-block_toc,
  .m-featured-news-item.is-first .block-link:focus .m-block,
  .m-featured-news-item.is-first .m-block > a:focus .m-block,
  .m-featured-news-item.is-first .m-contact-panel > a:focus .m-block,
  .m-featured-news-item.is-first .m-featured-item > a:focus .m-block,
  .m-featured-news-item.is-first .m-block_toc > a:focus .m-block,
  .m-featured-news-item.is-first .m-search-list .l-blocks--block > a:focus .m-block,
  .m-search-list .m-featured-news-item.is-first .l-blocks--block > a:focus .m-block,
  .m-featured-news-item.is-first .block-link:focus .m-contact-panel,
  .m-featured-news-item.is-first .m-block > a:focus .m-contact-panel,
  .m-featured-news-item.is-first .m-contact-panel > a:focus .m-contact-panel,
  .m-featured-news-item.is-first .m-featured-item > a:focus .m-contact-panel,
  .m-featured-news-item.is-first .m-block_toc > a:focus .m-contact-panel,
  .m-featured-news-item.is-first .m-search-list .l-blocks--block > a:focus .m-contact-panel,
  .m-search-list .m-featured-news-item.is-first .l-blocks--block > a:focus .m-contact-panel,
  .m-featured-news-item.is-first .block-link:focus .m-featured-item,
  .m-featured-news-item.is-first .m-block > a:focus .m-featured-item,
  .m-featured-news-item.is-first .m-contact-panel > a:focus .m-featured-item,
  .m-featured-news-item.is-first .m-featured-item > a:focus .m-featured-item,
  .m-featured-news-item.is-first .m-block_toc > a:focus .m-featured-item,
  .m-featured-news-item.is-first .m-search-list .l-blocks--block > a:focus .m-featured-item,
  .m-search-list .m-featured-news-item.is-first .l-blocks--block > a:focus .m-featured-item,
  .m-featured-news-item.is-first .block-link:focus .m-block_toc,
  .m-featured-news-item.is-first .m-block > a:focus .m-block_toc,
  .m-featured-news-item.is-first .m-contact-panel > a:focus .m-block_toc,
  .m-featured-news-item.is-first .m-featured-item > a:focus .m-block_toc,
  .m-featured-news-item.is-first .m-block_toc > a:focus .m-block_toc,
  .m-featured-news-item.is-first .m-search-list .l-blocks--block > a:focus .m-block_toc,
  .m-search-list .m-featured-news-item.is-first .l-blocks--block > a:focus .m-block_toc {
    background-color: #f5f2ed !important;
    background-color: rgba(245, 242, 237, 0.93) !important;
    top: inherit;
    margin-top: inherit !important;
    opacity: inherit;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .m-featured-news-item.is-first:hover:after,
  .m-featured-news-item.is-first .block-link:focus:after,
  .m-featured-news-item.is-first .m-block > a:focus:after,
  .m-featured-news-item.is-first .m-contact-panel > a:focus:after,
  .m-featured-news-item.is-first .m-featured-item > a:focus:after,
  .m-featured-news-item.is-first .m-block_toc > a:focus:after,
  .m-featured-news-item.is-first .m-search-list .l-blocks--block > a:focus:after,
  .m-search-list .m-featured-news-item.is-first .l-blocks--block > a:focus:after {
    content: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
}

@media only screen and (min-width: 1025px) {
  .m-featured-news-item.is-first .m-block,
  .m-featured-news-item.is-first .m-contact-panel,
  .m-featured-news-item.is-first .m-featured-item,
  .m-featured-news-item.is-first .m-block_toc {
    width: 47%;
    font-size: 1em;
  }
}

#featuredNews .carousel-prev,
#featuredNews .carousel-next {
  top: -30%;
}

#featuredNews .carousel-position li {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

#featuredNews .carousel-position li > a:hover:nth-child(1),
#featuredNews .carousel-position li > a:focus:nth-child(1) {
  background-color: #406618;
}

#featuredNews .carousel-position li > a:hover:nth-child(2),
#featuredNews .carousel-position li > a:focus:nth-child(2) {
  background-color: #002d5a;
}

#featuredNews .carousel-position li > a:hover:nth-child(3),
#featuredNews .carousel-position li > a:focus:nth-child(3) {
  background-color: #eb9100;
}

#featuredNews .carousel-position li > a:hover:nth-child(4),
#featuredNews .carousel-position li > a:focus:nth-child(4) {
  background-color: #9a0932;
}

#featuredNews .carousel-position li.is-focused > a:nth-child(1),
#featuredNews .carousel-position li.is-current > a:nth-child(1) {
  background-color: #78be00;
}

#featuredNews .carousel-position li.is-focused > a:nth-child(2),
#featuredNews .carousel-position li.is-current > a:nth-child(2) {
  background-color: #00aeef;
}

#featuredNews .carousel-position li.is-focused > a:nth-child(3),
#featuredNews .carousel-position li.is-current > a:nth-child(3) {
  background-color: #ffd400;
}

#featuredNews .carousel-position li.is-focused > a:nth-child(4),
#featuredNews .carousel-position li.is-current > a:nth-child(4) {
  background-color: #e1056d;
}

#featuredNews .carousel-position > li {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

#featuredNews .carousel-position > li.is-current:nth-child(1) > a {
  background-color: #406618;
}

#featuredNews .carousel-position > li.is-current:nth-child(2) > a {
  background-color: #002d5a;
}

#featuredNews .carousel-position > li.is-current:nth-child(3) > a {
  background-color: #eb9100;
}

#featuredNews .carousel-position > li.is-current:nth-child(4) > a {
  background-color: #9a0932;
}

#featuredNews .carousel-position > li.is-focused:nth-child(1) > a {
  background-color: #78be00;
}

#featuredNews .carousel-position > li.is-focused:nth-child(2) > a {
  background-color: #00aeef;
}

#featuredNews .carousel-position > li.is-focused:nth-child(3) > a {
  background-color: #ffd400;
}

#featuredNews .carousel-position > li.is-focused:nth-child(4) > a {
  background-color: #e1056d;
}

article.m-featured-news-item .block-link .theme-1 .m-block--content,
article.m-featured-news-item .m-block > a .theme-1 .m-block--content,
article.m-featured-news-item .m-contact-panel > a .theme-1 .m-block--content,
article.m-featured-news-item .m-featured-item > a .theme-1 .m-block--content,
article.m-featured-news-item .m-block_toc > a .theme-1 .m-block--content,
article.m-featured-news-item .m-search-list .l-blocks--block > a .theme-1 .m-block--content,
.m-search-list article.m-featured-news-item .l-blocks--block > a .theme-1 .m-block--content,
article.m-featured-news-item .block-link .m-block_toc .m-block--content,
article.m-featured-news-item .m-block > a .m-block_toc .m-block--content,
article.m-featured-news-item .m-contact-panel > a .m-block_toc .m-block--content,
article.m-featured-news-item .m-featured-item > a .m-block_toc .m-block--content,
article.m-featured-news-item .m-block_toc > a .m-block_toc .m-block--content,
article.m-featured-news-item .m-search-list .l-blocks--block > a .m-block_toc .m-block--content,
.m-search-list article.m-featured-news-item .l-blocks--block > a .m-block_toc .m-block--content,
article.m-featured-news-item .block-link .theme-1-2 .m-block--content,
article.m-featured-news-item .m-block > a .theme-1-2 .m-block--content,
article.m-featured-news-item .m-contact-panel > a .theme-1-2 .m-block--content,
article.m-featured-news-item .m-featured-item > a .theme-1-2 .m-block--content,
article.m-featured-news-item .m-block_toc > a .theme-1-2 .m-block--content,
article.m-featured-news-item .m-search-list .l-blocks--block > a .theme-1-2 .m-block--content,
.m-search-list article.m-featured-news-item .l-blocks--block > a .theme-1-2 .m-block--content,
article.m-featured-news-item .block-link .theme-1-3 .m-block--content,
article.m-featured-news-item .m-block > a .theme-1-3 .m-block--content,
article.m-featured-news-item .m-contact-panel > a .theme-1-3 .m-block--content,
article.m-featured-news-item .m-featured-item > a .theme-1-3 .m-block--content,
article.m-featured-news-item .m-block_toc > a .theme-1-3 .m-block--content,
article.m-featured-news-item .m-search-list .l-blocks--block > a .theme-1-3 .m-block--content,
.m-search-list article.m-featured-news-item .l-blocks--block > a .theme-1-3 .m-block--content {
  padding-right: 60px;
}

.m-featured-news-start {
  background-color: #f5f2ed;
}

.m-featured-news-start .carousel-next,
.m-featured-news-start .carousel-prev {
  top: calc(38% - 5% - 21px);
}

@media only screen and (min-width: 770px) {
  .m-featured-news-start .carousel-next,
  .m-featured-news-start .carousel-prev {
    display: none;
  }
}

.m-featured-news-start-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  float: left !important;
  width: 100%;
  position: relative;
}

.m-featured-news-start-item a {
  color: #333;
  text-decoration: none;
}

.m-featured-news-start-item .m-block,
.m-featured-news-start-item .m-contact-panel,
.m-featured-news-start-item .m-featured-item,
.m-featured-news-start-item .m-block_toc {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 !important;
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  line-height: 1.5;
  border: none;
  overflow: hidden;
  background-color: rgba(245, 242, 237, 0.93);
}

.m-featured-news-start-item .m-block h1,
.m-featured-news-start-item .m-contact-panel h1,
.m-featured-news-start-item .m-featured-item h1,
.m-featured-news-start-item .m-block_toc h1,
.m-featured-news-start-item .m-block h2,
.m-featured-news-start-item .m-contact-panel h2,
.m-featured-news-start-item .m-featured-item h2,
.m-featured-news-start-item .m-block_toc h2,
.m-featured-news-start-item .m-block h3,
.m-featured-news-start-item .m-contact-panel h3,
.m-featured-news-start-item .m-featured-item h3,
.m-featured-news-start-item .m-block_toc h3 {
  margin-top: 0;
}

.m-featured-news-start-item .m-block p,
.m-featured-news-start-item .m-contact-panel p,
.m-featured-news-start-item .m-featured-item p,
.m-featured-news-start-item .m-block_toc p {
  display: none;
}

.m-featured-news-start-item .m-block > .m-block--content,
.m-featured-news-start-item .m-contact-panel > .m-block--content,
.m-featured-news-start-item .m-featured-item > .m-block--content,
.m-featured-news-start-item .m-block_toc > .m-block--content {
  margin: 0;
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  line-height: 1.5;
  padding: 10px;
}

@media only screen and (min-width: 538.3px) {
  .m-featured-news-start-item .m-block > .m-block--content,
  .m-featured-news-start-item .m-contact-panel > .m-block--content,
  .m-featured-news-start-item .m-featured-item > .m-block--content,
  .m-featured-news-start-item .m-block_toc > .m-block--content {
    padding: 20px;
  }
}

@media only screen and (min-width: 770px) {
  .m-featured-news-start-item .m-block,
  .m-featured-news-start-item .m-contact-panel,
  .m-featured-news-start-item .m-featured-item,
  .m-featured-news-start-item .m-block_toc {
    height: auto;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: auto;
    max-height: 85%;
    width: 60%;
  }

  .m-featured-news-start-item .m-block h2,
  .m-featured-news-start-item .m-contact-panel h2,
  .m-featured-news-start-item .m-featured-item h2,
  .m-featured-news-start-item .m-block_toc h2,
  .m-featured-news-start-item .m-block h3,
  .m-featured-news-start-item .m-contact-panel h3,
  .m-featured-news-start-item .m-featured-item h3,
  .m-featured-news-start-item .m-block_toc h3 {
    display: none;
  }

  .m-featured-news-start-item .m-block p,
  .m-featured-news-start-item .m-contact-panel p,
  .m-featured-news-start-item .m-featured-item p,
  .m-featured-news-start-item .m-block_toc p {
    display: block;
  }
}

@media only screen and (min-width: 770px) {
  .m-featured-news-start-item.is-current > a:hover .m-block,
  .m-featured-news-start-item.is-current > a:hover .m-contact-panel,
  .m-featured-news-start-item.is-current > a:hover .m-featured-item,
  .m-featured-news-start-item.is-current > a:hover .m-block_toc,
  .m-featured-news-start-item.is-current > a:focus .m-block,
  .m-featured-news-start-item.is-current > a:focus .m-contact-panel,
  .m-featured-news-start-item.is-current > a:focus .m-featured-item,
  .m-featured-news-start-item.is-current > a:focus .m-block_toc {
    background-color: rgba(255, 255, 255, 0.93);
  }
}

.m-featured-news-start--controls {
  display: none;
}

@media only screen and (min-width: 770px) {
  .m-featured-news-start--controls {
    display: block;
    position: absolute;
    top: 0;
    left: 99.9%;
    width: 52.3%;
    height: 100%;
    background-color: #f5f2ed;
    z-index: 1;
    font-family: "webfont-Frutiger", sans-serif;
    font-weight: 200;
    line-height: 1.2222222;
    font-size: 0.8333333em;
  }

  .m-featured-news-start--controls ul {
    display: block;
    height: 100%;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
  }

  .m-featured-news-start--controls li {
    border-left: 5px solid #002d5a;
    display: block;
    height: 25%;
  }

  .m-featured-news-start--controls li > a {
    position: relative;
    padding: 0 4.4% 0 8.8%;
    border-top: 1px solid #dbd9d5;
    border-right: 1px solid #dbd9d5;
    border-bottom: 1px solid #dbd9d5;
    color: #333;
    display: block;
    height: 99%;
    border-top: none;
  }

  .m-featured-news-start--controls li > a span {
    display: block;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .m-featured-news-start--controls li:first-child > a {
    border-top: 1px solid #dbd9d5;
  }

  .m-featured-news-start--controls li.is-current {
    background: #fff;
    border-left: 5px solid #e1056d;
  }

  .m-featured-news-start--controls li.is-current > a {
    font-weight: 400;
  }

  .m-featured-news-start--controls li.is-focused {
    background: #fff;
  }

  .m-featured-news-start--controls .current-marker {
    position: absolute;
    display: block;
    right: 100%;
    top: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid #e1056d;
    margin-top: -16px;
  }
}

@media only screen and (min-width: 1025px) {
  .m-featured-news-start--controls {
    font-size: 1em;
  }
}

/* flyout.scss */

.m-flyout {
  display: none;
}

@media only screen and (min-width: 770px) {
  .m-flyout {
    display: block;
    overflow: hidden;
    margin-bottom: -1px;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }

  .m-flyout .container,
  .m-flyout .m-page-banner--inner {
    height: 100%;
  }
}

.flyout-hl-container.l-blocks_primary {
  display: none;
}

@media only screen and (min-width: 770px) {
  .flyout-hl-container.l-blocks_primary {
    display: inline;
    float: left;
    width: 63.8888889%;
    margin: 0 1.3888889%;
    *width: 63.8888389%;
    *margin: 0 1.3888389%;
    position: relative;
    min-height: 100%;
  }

  .flyout-hl-container.l-blocks_primary > div {
    padding-top: 38px;
  }

  .flyout-hl-container.l-blocks_primary.alt-2-2 .l-blocks--block,
  .flyout-hl-container.l-blocks_primary.alt-2 .l-blocks--block {
    float: none;
    display: inline-block;
    width: 44.83333%;
    vertical-align: top;
  }

  .flyout-hl-container.l-blocks_primary .l-blocks--header {
    margin-bottom: 30px;
  }

  .flyout-hl-container.l-blocks_primary .l-blocks--header h2 {
    margin: 0;
  }

  .flyout-hl-container.l-blocks_primary .l-blocks--block {
    margin-bottom: 30px;
  }
}

.m-flyout--nav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  background-color: #e8e5e1;
  border-left: 1px solid #dbd9d5;
  border-right: 1px solid #dbd9d5;
  height: 100%;
  font-family: "webfont-Frutiger", sans-serif;
  font-size: 1em;
}

@media only screen and (min-width: 770px) {
  .m-flyout--nav {
    display: inline;
    float: left;
    width: 30.5555556%;
    margin: 0 1.3888889%;
    *width: 30.5555056%;
    *margin: 0 1.3888389%;
  }
}

.m-language-select {
  font-family: "Georgia", serif;
  font-weight: 400;
  line-height: 1.2222222;
  font-size: 0.8888889em;
  z-index: 100;
  position: absolute;
  top: 90px;
  right: 20px;
  width: 330px;
  visibility: hidden;
  text-align: left;
  opacity: 0;
}

.m-language-select.active {
  display: block;
  visibility: visible;
  opacity: 1;
}

.m-language-select .m-block,
.m-language-select .m-contact-panel,
.m-language-select .m-featured-item,
.m-language-select .m-block_toc {
  margin: 0;
  background-color: #f5f2ed;
  border-color: #dbd9d5;
}

.m-language-select .close {
  position: absolute;
  top: 5px;
  right: -3px;
}

.generatedcontent.fontface .m-language-select .close > span {
  overflow: hidden;
  background-color: transparent;
  border: 0;
  font: 0px/0 a;
  text-shadow: none;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.m-language-select strong {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 700;
  line-height: 1.2222222;
  font-size: 1em;
  display: block;
}

.m-language-select .other-languages {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 700;
  line-height: 1.2222222;
  font-size: 1em;
  margin: 12px 0;
  display: block;
}

.m-language-select--languages .link-list,
.m-language-select--languages .link-list_compact,
.m-language-select--languages .link-list_large,
.m-language-select--languages .m-featured-link-list,
.m-language-select--languages .m-social-links,
.m-language-select--languages .m-social-links_inline,
.m-language-select--languages .m-share-links,
.m-language-select--languages .m-share-links_inline,
.m-language-select--languages .m-event-links {
  margin: 20px 0;
}

.m-language-select--arrow {
  position: absolute;
  top: -10px;
  margin-left: -10px;
  right: 50px;
  display: block;
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e1056d;
}

.m-language-select--logo {
  overflow: hidden;
  background-color: transparent;
  border: 0;
  font: 0px/0 a;
  text-shadow: none;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
  background-image: url(../img/translate.png);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 50px;
  margin: 10px 0;
}

#google_translate_element select {
  width: 100%;
}

.m-main-nav #google_translate_element {
  padding: 0.8em 1em 0.8em 1em;
}

@media only screen and (min-width: 770px) {
  .m-main-nav #google_translate_element {
    display: none;
  }
}

#google_translate_element .goog-logo-link img {
  width: auto;
}

body > #google_translate_element {
  display: none;
}

/*nav*/

.m-main-nav {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 0;
  width: 80%;
  background: #f5f2ed;
  padding-bottom: 30px;
  padding-top: 5px;
}

@media only screen and (max-width: 769px) {
  .m-main-nav .container,
  .m-main-nav .m-page-banner--inner {
    padding: 0;
  }

  :not(.responsive-nav-open) .m-main-nav {
    display: none;
  }
}

@media only screen and (min-width: 770px) {
  .m-main-nav {
    display: block;
    position: relative;
    margin-top: -48px;
    z-index: 3;
    height: auto;
    overflow: visible;
    width: auto;
    background: none;
    padding-bottom: 0;
    padding-top: 0px;
  }
}

@media only screen and (min-width: 770px) {
  .m-main-nav .container,
  .m-main-nav .m-page-banner--inner {
    position: static;
  }
}

/*li*/

.m-main-nav--item {
  position: relative;
  margin-left: 0;
  border-top: 1px solid #dbd9d5;
}

@media only screen and (min-width: 770px) {
  .m-main-nav--item {
    position: static;
  }
}

.m-main-nav--item > a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 400;
}

.m-main-nav--item > a:hover,
.m-main-nav--item > a:focus {
  text-decoration: underline;
}

.m-main-nav--item.is-hidden {
  display: none !important;
}

.m-main-nav--L1 > .m-main-nav--item > a:first-child {
  padding: 0.8em 0em 0.8em 1.8em;
  margin-right: 2.8em;
}

.m-main-nav--L2 > .m-main-nav--item > a:first-child {
  padding: 0.8em 0em 0.8em 1.8em;
  margin-right: 2.8em;
}

.m-main-nav--L3 > .m-main-nav--item > a:first-child {
  padding: 0.8em 0em 0.8em 1.8em;
  margin-right: 2.8em;
}

.m-main-nav--L4 > .m-main-nav--item > a:first-child {
  padding: 0.8em 0em 0.8em 1.8em;
  margin-right: 2.8em;
}

.m-main-nav--L5 > .m-main-nav--item > a:first-child {
  padding: 0.8em 0em 0.8em 1.8em;
  margin-right: 2.8em;
}

.m-main-nav--L6 > .m-main-nav--item > a:first-child {
  padding: 0.8em 0em 0.8em 1.8em;
  margin-right: 2.8em;
}

.m-main-nav--L1 > .m-main-nav--item {
  margin-top: 0px;
  border-top: 1px solid #dbd9d5;
}

.m-main-nav--L1 > .m-main-nav--item > a:hover,
.m-main-nav--L1 > .m-main-nav--item > a:focus {
  text-decoration: none;
}

.m-main-nav--item.is-selected > a:first-child,
.m-main-nav--item.is-selected > a:first-child:hover,
.m-main-nav--item.is-selected > a:first-child:focus {
  font-weight: 700;
  border-color: #e1056d;
  margin-left: 1.2em;
}

.m-main-nav--item.is-selected > a:first-child:before,
.m-main-nav--item.is-selected > a:first-child:hover:before,
.m-main-nav--item.is-selected > a:first-child:focus:before {
  content: "";
  vertical-align: top;
  width: 13px;
  height: 13px;
  margin-top: 3px;
  background-color: #e1056d;
  margin-left: -18px;
  position: absolute;
  display: inline-block;
}

.m-main-nav--item.is-selected-group {
  background-color: #fff;
}

.m-main-nav--item.has-children.is-opened > .m-main-nav--L2,
.m-main-nav--item.has-children.is-opened > .m-main-nav--L3,
.m-main-nav--item.has-children.is-opened > .m-main-nav--L4,
.m-main-nav--item.has-children.is-opened > .m-main-nav--L5,
.m-main-nav--item.has-children.is-opened > .m-main-nav--L6,
.m-main-nav--item.has-children.selected-path > .m-main-nav--L2,
.m-main-nav--item.has-children.selected-path > .m-main-nav--L3,
.m-main-nav--item.has-children.selected-path > .m-main-nav--L4,
.m-main-nav--item.has-children.selected-path > .m-main-nav--L5,
.m-main-nav--item.has-children.selected-path > .m-main-nav--L6,
.m-main-nav--item.has-children[aria-hidden="false"] > .m-main-nav--L2,
.m-main-nav--item.has-children[aria-hidden="false"] > .m-main-nav--L3,
.m-main-nav--item.has-children[aria-hidden="false"] > .m-main-nav--L4,
.m-main-nav--item.has-children[aria-hidden="false"] > .m-main-nav--L5,
.m-main-nav--item.has-children[aria-hidden="false"] > .m-main-nav--L6 {
  height: auto;
  max-height: none;
  overflow: hidden;
}

.m-main-nav--item.has-children.is-opened .m-sub-nav .m-sub-nav--center > .m-main-nav--L2,
.m-main-nav--item.has-children.is-opened .m-sub-nav .m-sub-nav--center > .m-main-nav--L3,
.m-main-nav--item.has-children.is-opened .m-sub-nav .m-sub-nav--center > .m-main-nav--L4,
.m-main-nav--item.has-children.is-opened .m-sub-nav .m-sub-nav--center > .m-main-nav--L5,
.m-main-nav--item.has-children.is-opened .m-sub-nav .m-sub-nav--center > .m-main-nav--L6,
.m-main-nav--item.has-children.selected-path .m-sub-nav .m-sub-nav--center > .m-main-nav--L2,
.m-main-nav--item.has-children.selected-path .m-sub-nav .m-sub-nav--center > .m-main-nav--L3,
.m-main-nav--item.has-children.selected-path .m-sub-nav .m-sub-nav--center > .m-main-nav--L4,
.m-main-nav--item.has-children.selected-path .m-sub-nav .m-sub-nav--center > .m-main-nav--L5,
.m-main-nav--item.has-children.selected-path .m-sub-nav .m-sub-nav--center > .m-main-nav--L6,
.m-main-nav--item.has-children[aria-hidden="false"] .m-sub-nav .m-sub-nav--center > .m-main-nav--L2,
.m-main-nav--item.has-children[aria-hidden="false"] .m-sub-nav .m-sub-nav--center > .m-main-nav--L3,
.m-main-nav--item.has-children[aria-hidden="false"] .m-sub-nav .m-sub-nav--center > .m-main-nav--L4,
.m-main-nav--item.has-children[aria-hidden="false"] .m-sub-nav .m-sub-nav--center > .m-main-nav--L5,
.m-main-nav--item.has-children[aria-hidden="false"] .m-sub-nav .m-sub-nav--center > .m-main-nav--L6 {
  height: auto;
  max-height: none;
  overflow: hidden;
}

.m-main-nav--item.has-children.is-closed > .m-main-nav--L2,
.m-main-nav--item.has-children.is-closed > .m-main-nav--L3,
.m-main-nav--item.has-children.is-closed > .m-main-nav--L4,
.m-main-nav--item.has-children.is-closed > .m-main-nav--L5,
.m-main-nav--item.has-children.is-closed > .m-main-nav--L6,
.m-main-nav--item.has-children[aria-hidden="true"] > .m-main-nav--L2,
.m-main-nav--item.has-children[aria-hidden="true"] > .m-main-nav--L3,
.m-main-nav--item.has-children[aria-hidden="true"] > .m-main-nav--L4,
.m-main-nav--item.has-children[aria-hidden="true"] > .m-main-nav--L5,
.m-main-nav--item.has-children[aria-hidden="true"] > .m-main-nav--L6 {
  height: auto;
  max-height: 0;
  overflow: hidden;
}

.m-main-nav--item.has-children.is-closed .m-sub-nav .m-sub-nav--center > .m-main-nav--L2,
.m-main-nav--item.has-children.is-closed .m-sub-nav .m-sub-nav--center > .m-main-nav--L3,
.m-main-nav--item.has-children.is-closed .m-sub-nav .m-sub-nav--center > .m-main-nav--L4,
.m-main-nav--item.has-children.is-closed .m-sub-nav .m-sub-nav--center > .m-main-nav--L5,
.m-main-nav--item.has-children.is-closed .m-sub-nav .m-sub-nav--center > .m-main-nav--L6,
.m-main-nav--item.has-children[aria-hidden="true"] .m-sub-nav .m-sub-nav--center > .m-main-nav--L2,
.m-main-nav--item.has-children[aria-hidden="true"] .m-sub-nav .m-sub-nav--center > .m-main-nav--L3,
.m-main-nav--item.has-children[aria-hidden="true"] .m-sub-nav .m-sub-nav--center > .m-main-nav--L4,
.m-main-nav--item.has-children[aria-hidden="true"] .m-sub-nav .m-sub-nav--center > .m-main-nav--L5,
.m-main-nav--item.has-children[aria-hidden="true"] .m-sub-nav .m-sub-nav--center > .m-main-nav--L6 {
  height: auto;
  max-height: 0;
  overflow: hidden;
}

@media only screen and (min-width: 770px) {
  .m-main-nav--item.is-selected-group {
    background-color: transparent;
  }

  .m-main-nav--L1 > .m-main-nav--item {
    z-index: 100;
    margin: 0 1em 0 0;
    position: relative;
    border: none;
    display: inline-block;
  }
}

@media only screen and (min-width: 770px) and (min-width: 770px) {
  .m-main-nav--L1 > .m-main-nav--item {
    position: static;
  }
}

@media only screen and (min-width: 770px) {
  .m-main-nav--L1 > .m-main-nav--item > a:first-child {
    height: 22px;
    padding: 0 0 2px 0;
    margin-right: 0;
    border-bottom: 23px solid transparent;
    display: inline-block;
  }
}

@media only screen and (min-width: 770px) and (min-width: 770px) {
  .m-main-nav--L1 > .m-main-nav--item.is-opened .m-sub-nav {
    max-height: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}

@media only screen and (min-width: 770px) {
  .m-main-nav--L1 > .m-main-nav--item.is-opened .m-sub-nav--center {
    z-index: 1000;
    opacity: 1;
    -webkit-transition: opacity 0.3s 0.2s ease;
    -moz-transition: opacity 0.3s 0.2s ease;
    transition: opacity 0.3s 0.2s ease;
  }

  .m-main-nav--L1 > .m-main-nav--item > a:hover,
  .m-main-nav--L1 > .m-main-nav--item > a:focus,
  .m-main-nav--L1 > .m-main-nav--item.is-opened > a,
  .m-main-nav--L1 > .m-main-nav--item.is-opened > a:hover,
  .m-main-nav--L1 > .m-main-nav--item.is-opened > a:focus {
    border-color: #e8e5e1;
  }

  .m-main-nav--L1 > .m-main-nav--item > a:hover:after,
  .m-main-nav--L1 > .m-main-nav--item > a:focus:after,
  .m-main-nav--L1 > .m-main-nav--item.is-opened > a:after,
  .m-main-nav--L1 > .m-main-nav--item.is-opened > a:hover:after,
  .m-main-nav--L1 > .m-main-nav--item.is-opened > a:focus:after {
    content: "";
    display: block;
    bottom: -23px;
    left: 0;
    right: 0;
    height: 15px;
    position: absolute;
    background-color: #001a3d;
    background-repeat: no-repeat;
    background-position: center -100%;
    background-image: url(../img/icon-triangle-down-gray.svg);
    -webkit-transition: background-position 0.2s;
    -moz-transition: background-position 0.2s;
    transition: background-position 0.2s;
  }

  .no-svg .m-main-nav--L1 > .m-main-nav--item > a:hover:after,
  .no-svg
          .m-main-nav--L1 > .m-main-nav--item > a:focus:after,
  .no-svg
          .m-main-nav--L1 > .m-main-nav--item.is-opened > a:after,
  .no-svg
          .m-main-nav--L1 > .m-main-nav--item.is-opened > a:hover:after,
  .no-svg
          .m-main-nav--L1 > .m-main-nav--item.is-opened > a:focus:after {
    background-image: url(../img/icon-triangle-down-gray.png);
  }
}

@media only screen and (min-width: 770px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 770px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 770px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 770px) and (min-device-pixel-ratio: 1.5) {
  .no-svg .m-main-nav--L1 > .m-main-nav--item > a:hover:after,
  .no-svg
          .m-main-nav--L1 > .m-main-nav--item > a:focus:after,
  .no-svg
          .m-main-nav--L1 > .m-main-nav--item.is-opened > a:after,
  .no-svg
          .m-main-nav--L1 > .m-main-nav--item.is-opened > a:hover:after,
  .no-svg
          .m-main-nav--L1 > .m-main-nav--item.is-opened > a:focus:after {
    background-image: url(../img/icon-triangle-down-gray@2x.png);
  }
}

@media only screen and (min-width: 770px) {
  .m-main-nav--L1 > .m-main-nav--item.is-opened > a,
  .m-main-nav--L1 > .m-main-nav--item.is-opened > a:hover,
  .m-main-nav--L1 > .m-main-nav--item.is-opened > a:focus {
    font-weight: 700;
  }

  .m-main-nav--L1 > .m-main-nav--item.is-opened > a:after,
  .m-main-nav--L1 > .m-main-nav--item.is-opened > a:hover:after,
  .m-main-nav--L1 > .m-main-nav--item.is-opened > a:focus:after {
    background-repeat: no-repeat;
    background-position: center 0;
    background-image: url(../img/icon-triangle-down-gray.svg);
    -webkit-transition: background-position 0.2s;
    -moz-transition: background-position 0.2s;
    transition: background-position 0.2s;
  }

  .no-svg .m-main-nav--L1 > .m-main-nav--item.is-opened > a:after,
  .no-svg
          .m-main-nav--L1 > .m-main-nav--item.is-opened > a:hover:after,
  .no-svg
          .m-main-nav--L1 > .m-main-nav--item.is-opened > a:focus:after {
    background-image: url(../img/icon-triangle-down-gray.png);
  }
}

@media only screen and (min-width: 770px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 770px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 770px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 770px) and (min-device-pixel-ratio: 1.5) {
  .no-svg .m-main-nav--L1 > .m-main-nav--item.is-opened > a:after,
  .no-svg
          .m-main-nav--L1 > .m-main-nav--item.is-opened > a:hover:after,
  .no-svg
          .m-main-nav--L1 > .m-main-nav--item.is-opened > a:focus:after {
    background-image: url(../img/icon-triangle-down-gray@2x.png);
  }
}

@media only screen and (min-width: 770px) {
  .m-main-nav--L1 > .m-main-nav--item.is-selected > a,
  .m-main-nav--L1 > .m-main-nav--item.is-selected > a:hover,
  .m-main-nav--L1 > .m-main-nav--item.selected-path > a,
  .m-main-nav--L1 > .m-main-nav--item.selected-path.is-opened > a,
  .m-main-nav--L1 > .m-main-nav--item.selected-path > a:hover,
  .m-main-nav--L1 > .m-main-nav--item.is-selected > a:focus,
  .m-main-nav--L1 > .m-main-nav--item.selected-path > a:focus {
    font-weight: 700;
    border-color: #e1056d;
  }

  .m-main-nav--L1 > .m-main-nav--item.is-selected > a:before,
  .m-main-nav--L1 > .m-main-nav--item.is-selected > a:hover:before,
  .m-main-nav--L1 > .m-main-nav--item.selected-path > a:before,
  .m-main-nav--L1 > .m-main-nav--item.selected-path.is-opened > a:before,
  .m-main-nav--L1 > .m-main-nav--item.selected-path > a:hover:before,
  .m-main-nav--L1 > .m-main-nav--item.is-selected > a:focus:before,
  .m-main-nav--L1 > .m-main-nav--item.selected-path > a:focus:before {
    content: none;
  }

  .m-main-nav--L1 > .m-main-nav--item.is-selected > a:after,
  .m-main-nav--L1 > .m-main-nav--item.is-selected > a:hover:after,
  .m-main-nav--L1 > .m-main-nav--item.selected-path > a:after,
  .m-main-nav--L1 > .m-main-nav--item.selected-path.is-opened > a:after,
  .m-main-nav--L1 > .m-main-nav--item.selected-path > a:hover:after,
  .m-main-nav--L1 > .m-main-nav--item.is-selected > a:focus:after,
  .m-main-nav--L1 > .m-main-nav--item.selected-path > a:focus:after {
    content: "";
    display: block;
    bottom: -23px;
    left: 0;
    right: 0;
    height: 15px;
    position: absolute;
    background-color: #001a3d;
    background-repeat: no-repeat;
    background-position: center -100%;
    background-image: url(../img/icon-triangle-down-magenta.svg);
    -webkit-transition: background-position 0.2s;
    -moz-transition: background-position 0.2s;
    transition: background-position 0.2s;
  }

  .no-svg .m-main-nav--L1 > .m-main-nav--item.is-selected > a:after,
  .no-svg
          .m-main-nav--L1 > .m-main-nav--item.is-selected > a:hover:after,
  .no-svg
          .m-main-nav--L1 > .m-main-nav--item.selected-path > a:after,
  .no-svg
          .m-main-nav--L1 > .m-main-nav--item.selected-path.is-opened > a:after,
  .no-svg
          .m-main-nav--L1 > .m-main-nav--item.selected-path > a:hover:after,
  .no-svg
          .m-main-nav--L1 > .m-main-nav--item.is-selected > a:focus:after,
  .no-svg
          .m-main-nav--L1 > .m-main-nav--item.selected-path > a:focus:after {
    background-image: url(../img/icon-triangle-down-magenta.png);
  }
}

@media only screen and (min-width: 770px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 770px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 770px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 770px) and (min-device-pixel-ratio: 1.5) {
  .no-svg .m-main-nav--L1 > .m-main-nav--item.is-selected > a:after,
  .no-svg
          .m-main-nav--L1 > .m-main-nav--item.is-selected > a:hover:after,
  .no-svg
          .m-main-nav--L1 > .m-main-nav--item.selected-path > a:after,
  .no-svg
          .m-main-nav--L1 > .m-main-nav--item.selected-path.is-opened > a:after,
  .no-svg
          .m-main-nav--L1 > .m-main-nav--item.selected-path > a:hover:after,
  .no-svg
          .m-main-nav--L1 > .m-main-nav--item.is-selected > a:focus:after,
  .no-svg
          .m-main-nav--L1 > .m-main-nav--item.selected-path > a:focus:after {
    background-image: url(../img/icon-triangle-down-magenta@2x.png);
  }
}

@media only screen and (min-width: 770px) {
  .m-main-nav--L1 > .m-main-nav--item.selected-path.is-opened > a:after {
    background-repeat: no-repeat;
    background-position: center 0;
    background-image: url(../img/icon-triangle-down-magenta.svg);
    -webkit-transition: background-position 0.2s;
    -moz-transition: background-position 0.2s;
    transition: background-position 0.2s;
  }

  .no-svg .m-main-nav--L1 > .m-main-nav--item.selected-path.is-opened > a:after {
    background-image: url(../img/icon-triangle-down-magenta.png);
  }
}

@media only screen and (min-width: 770px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 770px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 770px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 770px) and (min-device-pixel-ratio: 1.5) {
  .no-svg .m-main-nav--L1 > .m-main-nav--item.selected-path.is-opened > a:after {
    background-image: url(../img/icon-triangle-down-magenta@2x.png);
  }
}

@media only screen and (min-width: 770px) {
  .m-main-nav--item .m-main-nav--L2 > .m-main-nav--item > a {
    padding: 11px 20px;
  }

  .m-main-nav--item .m-main-nav--L2 > .m-main-nav--item > a:hover,
  .m-main-nav--item .m-main-nav--L2 > .m-main-nav--item > a:focus {
    text-decoration: underline;
  }

  .m-main-nav--item .m-main-nav--L2 > .m-main-nav--item.selected-path > a:first-child,
  .m-main-nav--item .m-main-nav--L2 > .m-main-nav--item.selected-path > a:first-child:hover,
  .m-main-nav--item .m-main-nav--L2 > .m-main-nav--item.selected-path > a:first-child:focus {
    font-weight: 700;
    border-color: #e1056d;
    margin-left: 1.2em;
  }

  .m-main-nav--item .m-main-nav--L2 > .m-main-nav--item.selected-path > a:first-child:before,
  .m-main-nav--item .m-main-nav--L2 > .m-main-nav--item.selected-path > a:first-child:hover:before,
  .m-main-nav--item .m-main-nav--L2 > .m-main-nav--item.selected-path > a:first-child:focus:before {
    content: "";
    vertical-align: top;
    width: 15px;
    height: 15px;
    margin-top: 2px;
    margin-right: 5px;
    background-color: #e1056d;
    margin-left: -18px;
    display: inline-block;
  }

  .m-main-nav--item.is-opened .m-main-nav--L2 {
    display: block;
  }
}

.main-nav--bg {
  display: block;
  z-index: 10000;
  width: calc(100vw - 17px);
  margin-bottom: 0;
  padding: 0;
  min-height: 0;
  overflow: hidden;
  -webkit-transition: min-height 0.3s ease;
  -moz-transition: min-height 0.3s ease;
  transition: min-height 0.3s ease;
  border-bottom: 1px solid #dbd9d5;
  background-color: #f5f2ed;
}

.main-nav--bginner {
  overflow: hidden;
}

@media only screen and (min-width: 770px) {
  .main-nav--bginner {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 30.5555556%;
    margin: 0 1.3888889%;
    *width: 30.5555056%;
    *margin: 0 1.3888389%;
    min-height: 0px;
    background-color: #e8e5e1;
    border-left: 1px solid #dbd9d5;
    border-right: 1px solid #dbd9d5;
    height: 100%;
    -webkit-transition: min-height 0.3s ease;
    -moz-transition: min-height 0.3s ease;
    transition: min-height 0.3s ease;
  }
}

@media only screen and (min-width: 770px) {
  .m-sub-nav {
    position: absolute;
    display: block;
    z-index: 10000;
    top: 48px;
    left: 0;
    width: calc(100vw - 17px);
    margin-bottom: -1px;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    -moz-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    /*border-bottom: 1px solid $border-color;
        background-color: $component-bg-color;*/
  }
}

@media only screen and (min-width: 770px) {
  .m-sub-nav--center {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

/*ul*/

.m-main-nav--L1,
.m-main-nav--L2,
.m-main-nav--L3,
.m-main-nav--L4,
.m-main-nav--L5,
.m-main-nav--L6 {
  list-style-type: none;
  position: relative;
  margin: 0;
}

@media only screen and (min-width: 770px) {
  .m-main-nav--L1,
  .m-main-nav--L2,
  .m-main-nav--L3,
  .m-main-nav--L4,
  .m-main-nav--L5,
  .m-main-nav--L6 {
    position: static;
  }
}

.m-main-nav--L1.is-transitioning,
.m-main-nav--L2.is-transitioning,
.m-main-nav--L3.is-transitioning,
.m-main-nav--L4.is-transitioning,
.m-main-nav--L5.is-transitioning,
.m-main-nav--L6.is-transitioning {
  -webkit-transition: max-height 400ms ease;
  -moz-transition: max-height 400ms ease;
  -o-transition: max-height 400ms ease;
  transition: max-height 400ms ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*ul*/

.m-main-nav--L2 {
  overflow: hidden;
  border-left: 8px solid #dbd9d5;
}

@media only screen and (min-width: 770px) {
  .m-main-nav--L2 {
    padding: 28px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 30.5555556%;
    margin: 0 1.3888889%;
    *width: 30.5555056%;
    *margin: 0 1.3888389%;
    min-height: 1px;
    /*background-color: $sll-gray-medi;
        border-left: 1px solid $border-color;
        border-right: 1px solid $border-color;*/
    border: 0 solid transparent;
    height: 100%;
    font-family: "webfont-Frutiger", sans-serif;
    font-size: 1em;
  }
}

/*ul*/

.m-main-nav--L3,
.m-main-nav--L4,
.m-main-nav--L5,
.m-main-nav--L6 {
  overflow: hidden;
  border-left: 8px solid #dbd9d5;
}

@media only screen and (min-width: 770px) {
  .m-main-nav--L3,
  .m-main-nav--L4,
  .m-main-nav--L5,
  .m-main-nav--L6 {
    border-left: 0;
    display: none;
  }
}

@media only screen and (min-width: 770px) {
  .m-main-nav--item {
    border: 0;
  }
}

.selected-path {
  /*ul*/
}

.selected-path .m-main-nav--L2,
.selected-path .m-main-nav--L3,
.selected-path .m-main-nav--L4,
.selected-path .m-main-nav--L5,
.selected-path .m-main-nav--L6 {
  background-color: #fff;
}

@media only screen and (min-width: 770px) {
  .selected-path .m-main-nav--L2,
  .selected-path .m-main-nav--L3,
  .selected-path .m-main-nav--L4,
  .selected-path .m-main-nav--L5,
  .selected-path .m-main-nav--L6 {
    background-color: transparent;
  }
}

.m-main-nav--L1 {
  padding: 65px 0 0 0;
  margin: 0;
  z-index: 1;
}

@media only screen and (min-width: 770px) {
  .m-main-nav--L1 {
    max-height: 48px;
    margin: 0;
    padding: 0;
    display: inline;
    float: left;
    width: 97.2222222%;
    margin: 0 1.3888889%;
    *width: 97.2221722%;
    *margin: 0 1.3888389%;
  }
}

@media only screen and (min-width: 770px) {
  .m-main-nav--controls {
    display: none;
  }
}

.m-main-nav--controls .m-btn_icon-text {
  position: absolute;
  top: 12px;
  left: 10px;
  padding: 0;
  z-index: 1;
}

.generatedcontent.fontface .m-main-nav--controls .m-btn_icon-text > span {
  overflow: hidden;
  background-color: transparent;
  border: 0;
  font: 0px/0 a;
  text-shadow: none;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.m-main-nav--controls .m-btn_icon-text:before {
  font-size: 40px;
}

.m-main-nav--controls .nav-close-btn {
  position: absolute;
  top: 12px;
  right: 6px;
  padding: 0;
  z-index: 1;
  width: 43px;
}

.generatedcontent.fontface .m-main-nav--controls .nav-close-btn > span {
  overflow: hidden;
  background-color: transparent;
  border: 0;
  font: 0px/0 a;
  text-shadow: none;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.m-main-nav--item > .toggle-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.8em;
  height: 2.8em;
  background-position: center;
  border-left: 1px solid #dbd9d5;
}

@media only screen and (min-width: 770px) {
  .m-main-nav--item > .toggle-btn {
    border-left: 0;
  }
}

.m-main-nav--item > .toggle-btn:hover,
.m-main-nav--item > .toggle-btn:focus {
  text-decoration: none;
}

@media only screen and (min-width: 770px) {
  .m-main-nav .m-main-nav--item > .toggle-btn {
    display: none !important;
  }
}

.m-main-nav--item.selected-path > .toggle-btn {
  width: 2.8em;
  height: 2.8em;
  background-position: center;
}

.m-main-nav--item.is-closed > .toggle-btn {
  width: 2.8em;
  height: 2.8em;
  background-position: center;
}

.m-main-nav--item.is-closed.selected-path > .toggle-btn {
  width: 2.8em;
  height: 2.8em;
  background-position: center;
}

.m-page-banner {
  z-index: 3;
}

@media only screen and (min-width: 770px) {
  .m-page-banner {
    position: relative;
    z-index: 3;
  }
}

#main-content {
  z-index: 2;
}

@media only screen and (min-width: 770px) {
  #main-content {
    z-index: auto;
  }
}

.m-page-footer {
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 770px) {
  .m-page-footer {
    z-index: auto;
  }
}

.m-page-footer,
.m-page-banner,
.m-launch-info,
.m-crisis-alert,
.m-cookie-banner,
#main-content {
  position: relative;
  -webkit-box-shadow: 1px 0px 0px #dbd9d5;
  -moz-box-shadow: 1px 0px 0px #dbd9d5;
  box-shadow: 1px 0px 0px #dbd9d5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.no-csstransforms3d .responsive-nav-open .m-page-footer,
.no-csstransforms3d .responsive-nav-open
  .m-page-banner,
.no-csstransforms3d .responsive-nav-open
  .m-launch-info,
.no-csstransforms3d .responsive-nav-open
  .m-crisis-alert,
.no-csstransforms3d .responsive-nav-open
  .m-cookie-banner,
.no-csstransforms3d .responsive-nav-open
  #main-content {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}

.csstransforms3d .responsive-nav-open .m-page-footer,
.csstransforms3d .responsive-nav-open
  .m-page-banner,
.csstransforms3d .responsive-nav-open
  .m-launch-info,
.csstransforms3d .responsive-nav-open
  .m-crisis-alert,
.csstransforms3d .responsive-nav-open
  .m-cookie-banner,
.csstransforms3d .responsive-nav-open
  #main-content {
  -webkit-transform: translate3d(-80%, 0, 0);
  -moz-transform: translate3d(-80%, 0, 0);
  -ms-transform: translate3d(-80%, 0, 0);
  -o-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media only screen and (min-width: 770px) {
  .m-page-footer,
  .m-page-banner,
  .m-launch-info,
  .m-crisis-alert,
  .m-cookie-banner,
  #main-content {
    position: static;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }
}

.m-page-banner {
  box-sizing: border-box;
  border-top: 5px solid #00aeef;
  border-bottom: 15px solid #002d5a;
  background: #fff;
}

.m-page-banner--inner {
  padding-top: 30px;
  padding-bottom: 60px;
  position: static;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

@media only screen and (max-width: 769px) {
  .m-page-banner--inner {
    position: relative;
    padding-top: 15px;
    padding-bottom: 12px;
  }
}

@media only screen and (min-width: 770px) {
  .m-page-banner--inner {
    display: block;
  }
}

.m-page-banner--title {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 5px;
}

.m-page-banner--title a {
  display: block;
  float: left;
  font-size: 0;
}

.m-page-banner--title img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 770px) {
  .m-page-banner--title {
    padding: 0;
    display: inline-block;
    vertical-align: baseline;
    margin: 0 1.3888889%;
    /*  @include column(8, 12); */
  }

  .m-page-banner--title img {
    max-width: none;
    width: auto;
  }
}

@media (max-device-width: 335px) {
  .m-page-banner--title {
    width: 60%;
  }
}

p.m-page-banner--tagline {
  display: none;
}

@media only screen and (min-width: 1080px) {
  p.m-page-banner--tagline {
    display: inline-block;
    max-width: 21rem;
    margin-left: 1em;
    border: 0px solid;
    border-radius: 33px;
    font-size: 0.724em;
    font-family: "webfont-Frutiger", sans-serif;
    padding: 6px 7px;
    text-align: center;
    background-color: #0077C0;
    color: white;
    margin-bottom: 0;
    position: relative;
    bottom: 1.2em;
    line-height: 15px;
  }
}

.m-page-banner--tools {
  position: relative;
  z-index: 10;
  text-align: right;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media only screen and (max-width: 769px) {
  .m-page-banner--tools .m-btn_icon-text {
    margin: 0 0.3em;
  }
}

@media only screen and (min-width: 770px) {
  .m-page-banner--tools {
    float: right;
    display: inline;
    padding-top: 11px;
    margin: 0 1.3888889%;
    /*       @include column(4, 12);
        float: right; */
  }
}

@media only screen and (min-width: 800px) {
  .m-page-banner--tools {
    bottom: 4px;
    top: auto;
  }
}

.m-page-banner--logo {
  display: none;
}

@media only screen and (min-width: 770px) {
  .m-page-banner--logo {
    display: block;
  }
}

.m-page-banner--logo-small {
  display: block;
  margin: 0 0.5em;
}

@media only screen and (min-width: 770px) {
  .m-page-banner--logo-small {
    display: none;
  }
}

.m-btn_icon-text.icon_lang {
  display: none;
}

@media only screen and (min-width: 770px) {
  .m-btn_icon-text.icon_lang {
    display: inline-block;
  }

  .m-btn_icon-text.icon_lang:hover,
  .m-btn_icon-text.icon_lang:focus {
    text-decoration: none !important;
  }

  .m-btn_icon-text.icon_lang:hover span,
  .m-btn_icon-text.icon_lang:focus span {
    text-decoration: underline !important;
  }
}

@media only screen and (min-width: 770px) {
  .nav-open-btn {
    display: none;
  }
}

.m-site-lang {
  display: inline-block;
}

.m-site-search {
  display: inline-block;
}

.m-page-footer {
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #002d5a;
  color: #fff;
  line-height: 1.5;
}

.m-page-footer h2 {
  font-size: 1em;
  margin-bottom: 0.3em;
}

.m-page-footer a {
  color: #fff;
}

.m-page-footer p {
  line-height: 1.5;
}

.m-page-footer--part {
  overflow: hidden;
  background-color: #002d5a;
  border-top: 5px solid #00aeef;
  padding: 60px 0 30px 0;
}

.m-footer-introductory {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 400;
}

.m-footer-component h4 {
  font-weight: 400;
}

.m-footer-component.m-footer-links li {
  height: 28px;
  height: 1.5555556rem;
  margin-bottom: 5px;
  margin-bottom: 0.2777778rem;
}

.m-footer-component.m-footer-links li a:before,
.m-footer-component.m-footer-links li .dummy:before {
  content: '';
  display: inline-block;
  background: #00aeef;
  width: 22px;
  width: 1.2222222rem;
  height: 22px;
  height: 1.2222222rem;
  margin-right: 10px;
  margin-right: 0.5555556rem;
  position: relative;
  top: 2px;
  top: 0.1111111rem;
}

.m-footer-component.m-footer-links li:nth-child(2) a:before {
  background: #fff;
}

.m-footer-component.m-footer-links li:nth-child(n+5) a:before {
  background: transparent;
}

.m-footer-component.m-footer-contact li {
  height: 28px;
  height: 1.5555556rem;
  margin-bottom: 5px;
  margin-bottom: 0.2777778rem;
}

.m-footer-component.m-footer-contact li .label {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 700;
}

.m-footer-component.m-footer-contact li a.no-arrow:after {
  content: '';
}

@media only screen and (min-width: 1025px) {
  .m-footer-component.m-footer-social li {
    display: inline-block;
    width: 50%;
    margin-right: -4px;
    margin-right: -0.2222222rem;
  }
}

.m-footer-component.m-footer-social li a:after {
  content: none;
}

.m-footer-component.m-footer-social li a img {
  width: 36px;
  width: 2rem;
  height: 36px;
  height: 2rem;
  position: relative;
  top: -3px;
  top: -0.1666667rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.footer-links-wrapper {
  margin-bottom: 25px;
}

.footer-links.link-list,
.footer-links.link-list_compact,
.footer-links.link-list_large,
.footer-links.m-featured-link-list,
.footer-links.m-social-links,
.footer-links.m-social-links_inline,
.footer-links.m-share-links,
.footer-links.m-share-links_inline,
.footer-links.m-event-links {
  margin: 0;
}

.footer-links.link-list li,
.footer-links.link-list_compact li,
.footer-links.link-list_large li,
.footer-links.m-featured-link-list li,
.footer-links.m-social-links li,
.footer-links.m-social-links_inline li,
.footer-links.m-share-links li,
.footer-links.m-share-links_inline li,
.footer-links.m-event-links li {
  display: inline-block;
  width: 30%;
  margin: 0 1.3888889%;
  border-bottom: 5px solid #00aeef;
  margin-bottom: 25px;
  text-align: justify;
  vertical-align: middle;
}

.footer-links.link-list li a.external-link,
.footer-links.link-list_compact li a.external-link,
.footer-links.link-list_large li a.external-link,
.footer-links.m-featured-link-list li a.external-link,
.footer-links.m-social-links li a.external-link,
.footer-links.m-social-links_inline li a.external-link,
.footer-links.m-share-links li a.external-link,
.footer-links.m-share-links_inline li a.external-link,
.footer-links.m-event-links li a.external-link {
  display: inherit;
  padding: 0px 0px 15px 0px;
  text-align: left;
}

.footer-links.link-list li a.external-link .footer-links-icon,
.footer-links.link-list_compact li a.external-link .footer-links-icon,
.footer-links.link-list_large li a.external-link .footer-links-icon,
.footer-links.m-featured-link-list li a.external-link .footer-links-icon,
.footer-links.m-social-links li a.external-link .footer-links-icon,
.footer-links.m-social-links_inline li a.external-link .footer-links-icon,
.footer-links.m-share-links li a.external-link .footer-links-icon,
.footer-links.m-share-links_inline li a.external-link .footer-links-icon,
.footer-links.m-event-links li a.external-link .footer-links-icon {
  display: inline-block;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .footer-links.link-list li a.external-link .footer-links-icon,
  .footer-links.link-list_compact li a.external-link .footer-links-icon,
  .footer-links.link-list_large li a.external-link .footer-links-icon,
  .footer-links.m-featured-link-list li a.external-link .footer-links-icon,
  .footer-links.m-social-links li a.external-link .footer-links-icon,
  .footer-links.m-social-links_inline li a.external-link .footer-links-icon,
  .footer-links.m-share-links li a.external-link .footer-links-icon,
  .footer-links.m-share-links_inline li a.external-link .footer-links-icon,
  .footer-links.m-event-links li a.external-link .footer-links-icon {
    width: 47px;
    margin-right: 10px;
  }
}

.footer-links.link-list li a.external-link .footer-links-icon img,
.footer-links.link-list_compact li a.external-link .footer-links-icon img,
.footer-links.link-list_large li a.external-link .footer-links-icon img,
.footer-links.m-featured-link-list li a.external-link .footer-links-icon img,
.footer-links.m-social-links li a.external-link .footer-links-icon img,
.footer-links.m-social-links_inline li a.external-link .footer-links-icon img,
.footer-links.m-share-links li a.external-link .footer-links-icon img,
.footer-links.m-share-links_inline li a.external-link .footer-links-icon img,
.footer-links.m-event-links li a.external-link .footer-links-icon img {
  padding-right: 20px;
  position: relative;
  top: 10px;
  max-height: 30px;
}

@media only screen and (max-width: 736px) {
  .footer-links.link-list li a.external-link .footer-links-icon img,
  .footer-links.link-list_compact li a.external-link .footer-links-icon img,
  .footer-links.link-list_large li a.external-link .footer-links-icon img,
  .footer-links.m-featured-link-list li a.external-link .footer-links-icon img,
  .footer-links.m-social-links li a.external-link .footer-links-icon img,
  .footer-links.m-social-links_inline li a.external-link .footer-links-icon img,
  .footer-links.m-share-links li a.external-link .footer-links-icon img,
  .footer-links.m-share-links_inline li a.external-link .footer-links-icon img,
  .footer-links.m-event-links li a.external-link .footer-links-icon img {
    padding: 0 10px 0 10px;
    max-width: 50px;
    top: 6px;
  }
}

.footer-links.link-list li a.external-link .footer-links-icon figure,
.footer-links.link-list_compact li a.external-link .footer-links-icon figure,
.footer-links.link-list_large li a.external-link .footer-links-icon figure,
.footer-links.m-featured-link-list li a.external-link .footer-links-icon figure,
.footer-links.m-social-links li a.external-link .footer-links-icon figure,
.footer-links.m-social-links_inline li a.external-link .footer-links-icon figure,
.footer-links.m-share-links li a.external-link .footer-links-icon figure,
.footer-links.m-share-links_inline li a.external-link .footer-links-icon figure,
.footer-links.m-event-links li a.external-link .footer-links-icon figure {
  display: inline-block;
  height: 30px;
  float: left;
}

.footer-links.link-list li a.external-link .footer-links-icon figure .fixed-ratio,
.footer-links.link-list_compact li a.external-link .footer-links-icon figure .fixed-ratio,
.footer-links.link-list_large li a.external-link .footer-links-icon figure .fixed-ratio,
.footer-links.m-featured-link-list li a.external-link .footer-links-icon figure .fixed-ratio,
.footer-links.m-social-links li a.external-link .footer-links-icon figure .fixed-ratio,
.footer-links.m-social-links_inline li a.external-link .footer-links-icon figure .fixed-ratio,
.footer-links.m-share-links li a.external-link .footer-links-icon figure .fixed-ratio,
.footer-links.m-share-links_inline li a.external-link .footer-links-icon figure .fixed-ratio,
.footer-links.m-event-links li a.external-link .footer-links-icon figure .fixed-ratio,
.footer-links.link-list li a.external-link .footer-links-icon figure .m-contact-card,
.footer-links.link-list_compact li a.external-link .footer-links-icon figure .m-contact-card,
.footer-links.link-list_large li a.external-link .footer-links-icon figure .m-contact-card,
.footer-links.m-featured-link-list li a.external-link .footer-links-icon figure .m-contact-card,
.footer-links.m-social-links li a.external-link .footer-links-icon figure .m-contact-card,
.footer-links.m-social-links_inline li a.external-link .footer-links-icon figure .m-contact-card,
.footer-links.m-share-links li a.external-link .footer-links-icon figure .m-contact-card,
.footer-links.m-share-links_inline li a.external-link .footer-links-icon figure .m-contact-card,
.footer-links.m-event-links li a.external-link .footer-links-icon figure .m-contact-card {
  height: auto !important;
  overflow: hidden !important;
}

.footer-links.link-list li a.external-link .footer-links-icon figure .fixed-ratio img,
.footer-links.link-list_compact li a.external-link .footer-links-icon figure .fixed-ratio img,
.footer-links.link-list_large li a.external-link .footer-links-icon figure .fixed-ratio img,
.footer-links.m-featured-link-list li a.external-link .footer-links-icon figure .fixed-ratio img,
.footer-links.m-social-links li a.external-link .footer-links-icon figure .fixed-ratio img,
.footer-links.m-social-links_inline li a.external-link .footer-links-icon figure .fixed-ratio img,
.footer-links.m-share-links li a.external-link .footer-links-icon figure .fixed-ratio img,
.footer-links.m-share-links_inline li a.external-link .footer-links-icon figure .fixed-ratio img,
.footer-links.m-event-links li a.external-link .footer-links-icon figure .fixed-ratio img,
.footer-links.link-list li a.external-link .footer-links-icon figure .m-contact-card img,
.footer-links.link-list_compact li a.external-link .footer-links-icon figure .m-contact-card img,
.footer-links.link-list_large li a.external-link .footer-links-icon figure .m-contact-card img,
.footer-links.m-featured-link-list li a.external-link .footer-links-icon figure .m-contact-card img,
.footer-links.m-social-links li a.external-link .footer-links-icon figure .m-contact-card img,
.footer-links.m-social-links_inline li a.external-link .footer-links-icon figure .m-contact-card img,
.footer-links.m-share-links li a.external-link .footer-links-icon figure .m-contact-card img,
.footer-links.m-share-links_inline li a.external-link .footer-links-icon figure .m-contact-card img,
.footer-links.m-event-links li a.external-link .footer-links-icon figure .m-contact-card img {
  position: relative !important;
}

.footer-links.link-list li a.external-link .footer-links-text,
.footer-links.link-list_compact li a.external-link .footer-links-text,
.footer-links.link-list_large li a.external-link .footer-links-text,
.footer-links.m-featured-link-list li a.external-link .footer-links-text,
.footer-links.m-social-links li a.external-link .footer-links-text,
.footer-links.m-social-links_inline li a.external-link .footer-links-text,
.footer-links.m-share-links li a.external-link .footer-links-text,
.footer-links.m-share-links_inline li a.external-link .footer-links-text,
.footer-links.m-event-links li a.external-link .footer-links-text {
  text-align: left;
}

@media only screen and (max-width: 736px) {
  .footer-links.link-list li a.external-link .footer-links-text,
  .footer-links.link-list_compact li a.external-link .footer-links-text,
  .footer-links.link-list_large li a.external-link .footer-links-text,
  .footer-links.m-featured-link-list li a.external-link .footer-links-text,
  .footer-links.m-social-links li a.external-link .footer-links-text,
  .footer-links.m-social-links_inline li a.external-link .footer-links-text,
  .footer-links.m-share-links li a.external-link .footer-links-text,
  .footer-links.m-share-links_inline li a.external-link .footer-links-text,
  .footer-links.m-event-links li a.external-link .footer-links-text {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 736px) {
  .footer-links.link-list li,
  .footer-links.link-list_compact li,
  .footer-links.link-list_large li,
  .footer-links.m-featured-link-list li,
  .footer-links.m-social-links li,
  .footer-links.m-social-links_inline li,
  .footer-links.m-share-links li,
  .footer-links.m-share-links_inline li,
  .footer-links.m-event-links li {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 2% 0%;
    border-bottom: 5px solid #00aeef;
    margin-bottom: 30px;
    text-align: justify;
  }
}

.m-footer-additional {
  font-size: 0.8888889em;
  min-height: 90px;
  padding-top: 0px;
  padding-left: 30px;
  background-image: url(../img/sll-dekor.png);
  background-repeat: no-repeat;
  margin-bottom: 30px;
  min-height: 110px;
}

.m-footer-additional .link-list,
.m-footer-additional .link-list_compact,
.m-footer-additional .link-list_large,
.m-footer-additional .m-featured-link-list,
.m-footer-additional .m-social-links,
.m-footer-additional .m-social-links_inline,
.m-footer-additional .m-share-links,
.m-footer-additional .m-share-links_inline,
.m-footer-additional .m-event-links {
  font-size: 16px;
}

.m-footer-additional .link-list li,
.m-footer-additional .link-list_compact li,
.m-footer-additional .link-list_large li,
.m-footer-additional .m-featured-link-list li,
.m-footer-additional .m-social-links li,
.m-footer-additional .m-social-links_inline li,
.m-footer-additional .m-share-links li,
.m-footer-additional .m-share-links_inline li,
.m-footer-additional .m-event-links li {
  margin: 0;
  height: 30px;
}

.m-page-section {
  position: relative;
  background-color: #fff;
  padding: 60px 0;
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}

.m-page-section:before,
.m-page-section:after {
  content: "";
  display: table;
}

.m-page-section:after {
  clear: both;
}

header + .m-page-section {
  border-top: none;
  padding-top: 20px;
}

.m-page-section .m-page-section--footer {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-page-section .m-page-section--header h1,
.m-page-section .m-page-section--header .alpha {
  text-align: center;
  margin: 0 0 1em 0;
}

.m-page-section .m-page-section--header h2 {
  text-align: center;
  margin: 0 0 1em 0;
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 700;
  line-height: 1.1111111;
  font-size: 2em;
}

@media only screen and (min-width: 538.3px) {
  .m-page-section .m-page-section--header h2 {
    font-size: 2em;
  }
}

.m-page-section:first-child .m-page-section--header h1 {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 700;
  line-height: 1.1111111;
  font-size: 2em;
  text-align: center;
  margin: 0 0 1em 0;
}

@media only screen and (min-width: 538.3px) {
  .m-page-section:first-child .m-page-section--header h1 {
    font-size: 2.6666667em;
  }
}

.m-page-section.first-child .m-page-section--header h1 {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 700;
  line-height: 1.1111111;
  font-size: 2em;
  text-align: center;
  margin: 0 0 1em 0;
}

@media only screen and (min-width: 538.3px) {
  .m-page-section.first-child .m-page-section--header h1 {
    font-size: 2.6666667em;
  }
}

.m-page-section:nth-of-type(even),
.m-page-section.force-odd:nth-of-type(even) ~ .m-page-section:nth-of-type(odd) {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #f5f2ed;
}

.m-page-section:nth-of-type(even) .theme-panel,
.m-page-section:nth-of-type(even) .m-contact-card--front,
.m-page-section:nth-of-type(even) .m-contact-card--back,
.m-page-section.force-odd:nth-of-type(even) ~ .m-page-section:nth-of-type(odd) .theme-panel,
.m-page-section.force-odd:nth-of-type(even) ~ .m-page-section:nth-of-type(odd) .m-contact-card--front,
.m-page-section.force-odd:nth-of-type(even) ~ .m-page-section:nth-of-type(odd) .m-contact-card--back {
  background-color: #fff;
}

.m-page-section.even {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #f5f2ed;
}

.m-page-section.even .theme-panel,
.m-page-section.even .m-contact-card--front,
.m-page-section.even .m-contact-card--back {
  background-color: #fff;
}

.m-page-section.force-odd:nth-of-type(even),
.m-page-section.force-odd:nth-of-type(even) ~ .m-page-section:nth-of-type(even) {
  background-color: #fff;
  border-top: 1px solid #dbd9d5;
  border-bottom: 1px solid #dbd9d5;
}

.m-page-section.force-odd .theme-panel,
.m-page-section.force-odd .m-contact-card--front,
.m-page-section.force-odd .m-contact-card--back {
  background-color: #f5f2ed;
}

.m-page-section:last-child {
  border-bottom: none;
}

.m-page-section:last-child .m-back-to-top,
.m-page-section:last-child .m-back-to-top_end {
  display: none;
}

.m-page-section.last-child {
  border-bottom: none;
}

.m-page-section.last-child .m-back-to-top,
.m-page-section.last-child .m-back-to-top_end {
  display: none;
}

#main-content > header.container,
#main-content > header.m-page-banner--inner {
  padding-bottom: 0;
}

#main-content > header.container > h1,
#main-content > header.m-page-banner--inner > h1 {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 700;
  line-height: 1.1111111;
  font-size: 2em;
  text-align: center;
  margin: 0 0 1em 0;
}

@media only screen and (min-width: 538.3px) {
  #main-content > header.container > h1,
  #main-content > header.m-page-banner--inner > h1 {
    font-size: 2.6666667em;
  }
}

.featured-news-h2:empty {
  margin: 0;
  padding: 0;
}

.projectSection {
  position: relative;
  background-color: #fff;
  padding: 60px 0;
}

.projectSection:last-child {
  border-bottom: none;
}

.projectSection:last-child .m-back-to-top,
.projectSection:last-child .m-back-to-top_end {
  display: none;
}

@media only screen and (min-width: 770px) {
  .start-page > .m-page-section > .m-back-to-top,
  .start-page > .m-page-section > .m-back-to-top_end {
    display: none;
  }
}

.m-site-search {
  display: block;
  width: 100%;
  position: static;
  margin-top: 0;
  background-color: #00aeef;
  z-index: 10;
  padding: 30px 0 30px 0;
}

#main-content .m-site-search {
  margin-top: 0;
  position: static;
  display: block;
  width: auto;
  background-color: #e8e5e1;
  border-top: 1px solid #dbd9d5;
  border-bottom: 1px solid #dbd9d5;
}

#main-content .m-site-search p:last-of-type {
  margin-bottom: 30px;
}

.m-site-search h1 {
  margin-top: 0;
}

.m-site-search--form,
.m-site-search-page--form {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #dbd9d5;
  background-color: white;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  border-radius: 1.6666667rem;
  padding: 12px 100px 12px 50px;
}

@media only screen and (min-width: 770px) {
  .m-site-search--form,
  .m-site-search-page--form {
    display: inline;
    float: left;
    width: 97.2222222%;
    margin: 0 1.3888889%;
    *width: 97.2221722%;
    *margin: 0 1.3888389%;
  }
}

.m-site-search--form legend,
.m-site-search-page--form legend {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.m-site-search--form legend.focusable:active,
.m-site-search--form legend.focusable:focus,
.m-site-search-page--form legend.focusable:active,
.m-site-search-page--form legend.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.m-site-search--form label,
.m-site-search-page--form label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.m-site-search--form label.focusable:active,
.m-site-search--form label.focusable:focus,
.m-site-search-page--form label.focusable:active,
.m-site-search-page--form label.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.m-site-search--form input,
.m-site-search-page--form input {
  border: 0;
}

.m-site-search--form input[type="text"],
.m-site-search-page--form input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 100%;
  background: #fff;
  color: #000;
  outline: none;
  border: none;
  padding: 0;
}

.m-site-search--form input[type="text"]:focus,
.m-site-search-page--form input[type="text"]:focus {
  outline: none;
}

.m-site-search--form [type="submit"],
.m-site-search--form button,
.m-site-search-page--form [type="submit"],
.m-site-search-page--form button {
  background-color: #002d5a;
  color: #fff;
  font-size: 1.2em;
  position: absolute;
  border-radius: 20px;
  border-radius: 1.1111111rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 3px;
  right: 4px;
  padding: 6px 20px;
}

.m-site-search--form [type="submit"]:hover,
.m-site-search--form [type="submit"]:focus,
.m-site-search--form button:hover,
.m-site-search--form button:focus,
.m-site-search-page--form [type="submit"]:hover,
.m-site-search-page--form [type="submit"]:focus,
.m-site-search-page--form button:hover,
.m-site-search-page--form button:focus {
  text-decoration: none;
  background-color: #004d7f;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.js {
  /*transform is causing headers to disappear and sticky to stop working*/
}

.js .m-site-search {
  display: none;
}

#main-content .js .m-site-search {
  display: block;
}

.js .is-opened_search .m-site-search {
  display: block;
}

.js.csstransforms.csstransitions .m-site-search {
  position: absolute;
  display: block;
  margin-top: -105px;
}

.js.csstransforms.csstransitions #wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.js.csstransforms.csstransitions .is-opened_search #wrapper {
  -webkit-transform: translate(0, 94px);
  -moz-transform: translate(0, 94px);
  -ms-transform: translate(0, 94px);
  -o-transform: translate(0, 94px);
  transform: translate(0, 94px);
}

@media only screen and (min-width: 770px) {
  .js.csstransforms.csstransitions .is-opened_search #wrapper {
    -webkit-transform: translate(0, 105px);
    -moz-transform: translate(0, 105px);
    -ms-transform: translate(0, 105px);
    -o-transform: translate(0, 105px);
    transform: translate(0, 105px);
  }
}

.js.csstransforms3d.csstransitions .m-site-search {
  position: absolute;
  display: block;
  margin-top: -105px;
}

.js.csstransforms3d.csstransitions #wrapper {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.js.csstransforms3d.csstransitions .is-opened_search #wrapper {
  -webkit-transform: translate3d(0, 94px, 0);
  -moz-transform: translate3d(0, 94px, 0);
  -ms-transform: translate3d(0, 94px, 0);
  -o-transform: translate3d(0, 94px, 0);
  transform: translate3d(0, 94px, 0);
}

@media only screen and (min-width: 770px) {
  .js.csstransforms3d.csstransitions .is-opened_search #wrapper {
    -webkit-transform: translate3d(0, 105px, 0);
    -moz-transform: translate3d(0, 105px, 0);
    -ms-transform: translate3d(0, 105px, 0);
    -o-transform: translate3d(0, 105px, 0);
    transform: translate3d(0, 105px, 0);
  }
}

.js .spinner-container {
  min-height: 300px;
  min-height: 16.6666667rem;
}

/* _section-nav.scss */

.m-section-nav {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 400;
  line-height: 1.2222222;
  font-size: 1em;
  background-color: #f5f2ed;
}

.m-section-nav .m-main-nav--item .toggle-btn {
  top: 0;
  right: 0;
  width: 2.4em;
  height: 2.4em;
}

.m-section-nav .m-main-nav--item {
  position: relative;
}

.m-section-nav .m-main-nav--item.is-selected-group {
  background-color: #fff;
}

.m-section-nav .m-main-nav--L3 {
  display: block;
  border-left: 1px solid #dbd9d5;
  border-right: 1px solid #dbd9d5;
  border-bottom: 1px solid #dbd9d5;
}

.m-section-nav .m-main-nav--L3 > .m-main-nav--item {
  border-bottom: 1px solid #dbd9d5;
}

.m-section-nav .m-main-nav--L3 > .m-main-nav--item.is-selected-group {
  background-color: #fff;
}

.m-section-nav .m-main-nav--L3 > .m-main-nav--item > a {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  padding-left: 0.7em;
}

.m-section-nav .m-main-nav--L3 > .m-main-nav--item > a.toggle-btn {
  padding: 0;
}

.m-section-nav .m-main-nav--L3 > .m-main-nav--item:last-of-type {
  border-bottom: 0;
}

.m-section-nav .m-main-nav--L3 > .m-main-nav--item:last-of-type > a {
  padding-bottom: 0.6em;
}

.m-section-nav .m-main-nav--L3 > .m-main-nav--item:last-of-type > a.toggle-btn {
  padding: 0;
}

.m-section-nav .m-main-nav--L4,
.m-section-nav .m-main-nav--L5,
.m-section-nav .m-main-nav--L6 {
  display: block;
}

.m-section-nav .m-main-nav--L4 > a,
.m-section-nav .m-main-nav--L5 > a,
.m-section-nav .m-main-nav--L6 > a {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  padding-left: 0.7em;
}

.m-section-nav .m-main-nav--L4 .m-main-nav--item > a,
.m-section-nav .m-main-nav--L5 .m-main-nav--item > a,
.m-section-nav .m-main-nav--L6 .m-main-nav--item > a {
  padding-top: 0.35em;
  padding-bottom: 0.35em;
}

.m-section-nav .m-main-nav--L4 .m-main-nav--item > .toggle-btn,
.m-section-nav .m-main-nav--L5 .m-main-nav--item > .toggle-btn,
.m-section-nav .m-main-nav--L6 .m-main-nav--item > .toggle-btn {
  padding: 0;
  top: 0px;
  right: 0px;
}

.m-section-nav .m-main-nav--L4 .m-main-nav--item:last-of-type > a,
.m-section-nav .m-main-nav--L5 .m-main-nav--item:last-of-type > a,
.m-section-nav .m-main-nav--L6 .m-main-nav--item:last-of-type > a {
  padding-bottom: 0.6em;
}

.m-section-nav .m-section-nav--title {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 400;
  line-height: 1.2222222;
  font-size: 1em;
  background-color: #002d5a;
  position: relative;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  padding: 12px 30px;
  margin-top: 0;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.m-section-nav .m-section-nav--title:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  height: 7px;
  left: 0;
  bottom: -7px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-image: url(../img/icon-triangle-down-blue.svg);
}

.no-svg .m-section-nav .m-section-nav--title:after {
  background-image: url(../img/icon-triangle-down-blue.png);
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .m-section-nav .m-section-nav--title:after {
    background-image: url(../img/icon-triangle-down-blue@2x.png);
  }
}

.m-section-nav .m-main-nav--L4 .m-main-nav--item > a:first-child {
  padding-left: 2em;
}

.m-section-nav .m-main-nav--L5 .m-main-nav--item > a:first-child {
  padding-left: 3em;
}

.m-section-nav .m-main-nav--L6 .m-main-nav--item > a:first-child {
  padding-left: 4em;
}

.m-section-nav:before {
  content: none;
}

.m-featured-item {
  font-family: "Georgia", serif;
  font-weight: 400;
  line-height: 1.2222222;
  font-size: 0.8888889em;
}

.m-featured-item h2 {
  margin-top: 15px;
  margin-bottom: 5px;
}

.m-featured-item p:first-of-type {
  margin-top: 5px;
}

.m-featured-item .m-featured-item--picture {
  display: none;
  margin: 0px auto 0 auto;
  width: 60%;
  max-width: 330px;
}

.m-featured-item .m-featured-item--picture figure > div {
  -webkit-border-radius: 9999px;
  border-radius: 9999px;
}

.m-featured-item .m-featured-item--picture figure img {
  -webkit-border-radius: 9999px;
  border-radius: 9999px;
}

@media only screen and (min-width: 538.3px) and (max-width: 769px) {
  .m-featured-item .m-featured-item--picture {
    display: block;
  }

  .m-featured-item .m-featured-item--content {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}

@media only screen and (min-width: 770px) {
  .m-featured-item .m-featured-item--picture {
    display: block;
  }

  .m-featured-item .m-featured-item--content {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}

.m-sort-order {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  line-height: 1.2222222;
  font-size: 1em;
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
  margin: 0.5em 0;
  padding: 0;
  display: block;
}

.m-sort-order:before,
.m-sort-order:after {
  content: "";
  display: table;
}

.m-sort-order:after {
  clear: both;
}

.m-sort-order .sortlabel {
  display: inline;
  float: left;
  font-weight: 400;
  margin-right: 1.2em;
}

.m-sort-order .m-sort-order--option {
  display: block;
  list-style: none;
  float: left;
  margin-right: 0.5em;
  font-weight: 400;
}

.m-sort-order .m-sort-order--option:first-of-type:before {
  content: "";
  border-left: none;
}

.m-sort-order .m-sort-order--option:before {
  content: "";
  border-left: 1px solid black;
  display: inline-block;
  height: 16px;
  position: relative;
  top: 2px;
  width: 0.3em;
}

.m-sort-order .m-sort-order--option span {
  text-decoration: underline;
}

.m-sort-order .m-sort-order--option a span {
  text-decoration: none;
}

.m-sort-order .m-sort-order--option a[ng-click] {
  cursor: pointer;
}

.m-block_toc {
  border: none;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.93);
}

.m-block_toc.affix {
  position: fixed;
  top: 10px;
  z-index: 1000;
  max-width: 330px;
  margin-top: 0;
}

.m-block_toc.affix-bottom {
  max-width: 330px;
  position: absolute;
  top: 10px;
  margin-top: 0;
  z-index: 1000;
}

.m-block_toc .m-block--content {
  border: none;
  padding: 20px 0 0px 0;
}

.m-block_toc--header {
  position: relative;
  text-align: center;
}

.m-block_toc--header h2 {
  display: inline-block;
}

.m-block_toc .m-block_toc--toggle {
  margin-left: 0.6em;
  display: inline-block;
}

.generatedcontent.fontface .m-block_toc .m-block_toc--toggle span {
  overflow: hidden;
  background-color: transparent;
  border: 0;
  font: 0px/0 a;
  text-shadow: none;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.m-block_toc .m-block_toc--toggle:after {
  content: none;
}

.m-block_toc .m-block_toc--toggle:hover {
  text-decoration: none;
}

.m-block_toc:before {
  background-color: #00aeef;
}

.m-block_toc.is-compact {
  border-bottom: 1px solid #00aeef !important;
}

.m-block_toc.is-compact h2 {
  margin-top: 0;
  position: relative;
  text-align: center;
}

.m-block_toc.is-compact .m-block--content {
  overflow: hidden;
  padding: 20px 0 0 0;
}

.l-content_secondary .m-block_toc,
.l-secondary .m-block_toc {
  display: none;
}

@media only screen and (min-width: 770px) {
  .l-content_secondary .m-block_toc,
  .l-secondary .m-block_toc {
    display: block;
  }
}

.toc.is-closed {
  display: none;
  height: 0;
  overflow: hidden;
}

.m-page-opinion {
  font-family: "Georgia", serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1em;
  border: none;
  padding: 0;
}

.m-page-opinion textarea,
.m-page-opinion input[type="email"],
.m-page-opinion input[type="text"] {
  display: block;
  width: 100%;
  background-color: #f5f2ed;
  color: #000;
  outline: none;
  border: 1px solid #dbd9d5;
  padding: 0.5em 0.8em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.m-page-opinion textarea:focus,
.m-page-opinion input[type="email"]:focus,
.m-page-opinion input[type="text"]:focus {
  background-color: #fff;
}

.m-page-opinion form {
  margin: 30px 0;
}

.m-page-opinion select {
  width: 100%;
}

.m-page-opinion label {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 700;
}

.m-page-opinion legend {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 400;
  display: table;
}

.m-page-opinion legend.buttonlabel {
  float: left;
  padding: 10px 5px 10px 0;
  font-weight: 700;
}

.m-page-opinion p {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 400;
  display: table;
}

.m-page-opinion textarea {
  resize: vertical;
  min-height: 5em;
  margin-bottom: 1em;
}

.m-page-opinion fieldset {
  border: none;
  outline: none;
}

.m-page-opinion input[type="submit"] {
  border: none;
  outline: none;
}

.m-page-opinion legend a {
  color: #034ea2;
  text-decoration: none;
}

@media only screen and (min-width: 770px) {
  .m-page-opinion select {
    width: auto;
  }
}

.js .noscript-submit {
  display: none !important;
}

.m-page-opinion-fieldgroup {
  margin: 1em 0;
}

.m-page-opinion-fieldgroup label {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 700;
}

legend.bold-legend {
  font-weight: bold;
}

.page-feedback-btn {
  text-align: left;
  padding-top: 15px;
  padding-left: 0;
}

.m-block--content.editmode-list > li {
  display: block;
}

.m-information-section > div {
  margin-bottom: 10px;
}

.m-search-info {
  margin: 0.5em 0;
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  line-height: 1.2222222;
  font-size: 1em;
}

.m-search-list {
  margin: 30px 0;
}

@media only screen and (min-width: 770px) {
  div.m-search-list-item.profile {
    padding: 1.85em;
  }
}

div.m-search-list-item.profile .profile-wrapper {
  display: flex;
}

div.m-search-list-item.profile figure {
  float: right;
  width: 30%;
  margin: 0 0 0.5em 3%;
}

@media only screen and (min-width: 770px) {
  div.m-search-list-item.profile figure {
    width: 20.415%;
    margin: 0 7.9em 0 3%;
  }
}

div.m-search-list-item.profile figure .ratio-1x1.circle.m-block,
div.m-search-list-item.profile figure .ratio-1x1.circle.m-contact-panel,
div.m-search-list-item.profile figure .circle.m-contact-panel.m-contact-card,
div.m-search-list-item.profile figure .circle.m-block.m-contact-card,
div.m-search-list-item.profile figure .circle.m-contact-card.m-featured-item,
div.m-search-list-item.profile figure .circle.m-contact-card.m-block_toc,
div.m-search-list-item.profile figure .ratio-1x1.circle.m-featured-item,
div.m-search-list-item.profile figure .ratio-1x1.circle.m-block_toc {
  margin-bottom: 0px;
}

div.m-search-list-item.profile figure dl {
  display: inline-block;
}

@media only screen and (min-width: 770px) {
  div.m-search-list-item.profile .m-search-list-item__header,
  div.m-search-list-item.profile p {
    margin-left: 0px;
    max-width: 580px;
    margin-bottom: 0;
  }
}

div.m-search-list-item.profile .m-search-list-item__header p.pub-cal {
  margin-bottom: 1em;
}

div.m-search-list-item.profile .m-search-list-item__header p {
  margin-bottom: 0.5em;
}

div.m-search-list-item.profile .m-search-list-item__header > p,
div.m-search-list-item.profile .pubdate {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  line-height: 1.2222222;
  font-size: 1em;
  margin-left: 0;
}

div.m-search-list-item.profile dd a {
  padding: 0;
  padding-left: 32px;
}

.m-search-list-item {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbd9d5;
}

.m-search-list-item:before,
.m-search-list-item:after {
  content: "";
  display: table;
}

.m-search-list-item:after {
  clear: both;
}

.m-search-list-item .m-search-list-item__header p {
  margin-bottom: 0.5em;
}

.m-search-list-item .m-search-list-item__header p:last-child {
  margin-bottom: 0;
}

.m-search-list-item .m-search-list-item__header > p,
.m-search-list-item .pubdate {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  line-height: 1.2222222;
  font-size: 1em;
  margin-left: 0;
}

.m-search-list-item .startdate-wrapper,
.m-search-list-item .starttime-wrapper {
  margin: 0 0 1em 0;
}

@media only screen and (min-width: 538.3px) {
  .m-search-list-item .startdate-wrapper,
  .m-search-list-item .starttime-wrapper {
    margin: inherit;
  }
}

.m-search-list-item .startdate,
.m-search-list-item .starttime {
  display: inline-block;
}

@media only screen and (min-width: 538.3px) {
  .m-search-list-item .startdate,
  .m-search-list-item .starttime {
    margin-bottom: 18px;
    margin-bottom: 1rem;
  }
}

.m-search-list-item .startdate:before,
.m-search-list-item .starttime:before {
  margin-right: 32px;
  margin-right: 1.7777778rem;
  font-size: 25px;
  font-size: 1.3888889rem;
  width: 25px;
  width: 1.3888889rem;
}

@media only screen and (min-width: 538.3px) {
  .m-search-list-item .startdate:before,
  .m-search-list-item .starttime:before {
    left: 3%;
    font-size: 24px;
    font-size: 1.3333333rem;
    width: 24px;
    width: 1.3333333rem;
  }
}

.m-search-list-item .startdate:before {
  color: #78be00;
}

.m-search-list-item .starttime:before {
  color: #e1056d;
}

.m-search-list-item .locationicon {
  float: left;
}

.m-search-list-item .locationicon:before {
  margin-right: 32px;
  margin-right: 1.7777778rem;
  font-size: 25px;
  font-size: 1.3888889rem;
  width: 25px;
  width: 1.3888889rem;
  color: #002d5a;
}

@media only screen and (min-width: 538.3px) {
  .m-search-list-item .locationicon:before {
    left: 3%;
    font-size: 24px;
    font-size: 1.3333333rem;
    width: 24px;
    width: 1.3333333rem;
  }
}

.m-search-list-item p.location {
  display: -webkit-box;
  margin-bottom: 18px;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 770px) {
  .m-search-list-item p.location {
    display: inline-block;
  }
}

.m-search-list-item > figure {
  float: left;
  clear: left;
  width: 30%;
  margin: 0 3% 0.5em 0;
}

.m-search-list-item > figure + .wrapper {
  float: left;
  width: 67%;
}

.m-search-list-item .promoted {
  padding: 1px 5px 1px 5px;
  font-weight: 400;
  font-size: 0.7777778em;
  background-color: #666666;
  color: #fff;
  margin: 0 5px 0 0;
  font-family: "webfont-Frutiger", sans-serif;
  float: left;
}

.m-search-list-item h1 {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 700;
  line-height: 1.2222222;
  font-size: 1.1666667em;
  margin-bottom: 11px;
}

.m-search-list-item h2 {
  clear: none;
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 700;
  line-height: 1.2222222;
  font-size: 1.1666667em;
  margin: 0em 0em 0.5em 0em;
  margin-bottom: 11px;
}

.m-search-list-item span > strong {
  background-color: #fed8e8;
}

.m-search-list-item p > strong {
  font-weight: normal;
  background-color: #fed8e8;
}

.m-search-list-item abbr {
  text-decoration: none;
  border: none;
  outline: none;
}

.m-search-list-item dl {
  margin-bottom: 20px;
  line-height: 1.5;
}

.m-search-list-item dl dd {
  margin-bottom: 5px;
}

.l-blocks--block:last-of-type .m-search-list-item {
  border-bottom: none;
}

.best-bet:last-of-type .m-search-list-item {
  border-bottom: 5px solid #00aeef;
}

.m-search-list .best-bets a:nth-last-child(1) > .m-search-list-item {
  border-bottom: 5px solid #00aeef;
}

.m-search-list .best-bets h1.external-link:after {
  font-family: "sll-icons";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  vertical-align: baseline;
  content: "";
  display: inline;
  padding-left: 0.25em;
}

.related-search,
.missSpelling {
  margin-top: 30px;
  margin-top: 1.6666667rem;
}

.related-search h4,
.missSpelling h4 {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 400;
  line-height: 1.2222222;
  font-size: 21px;
  font-size: 1.1666667rem;
}

.related-search ul,
.missSpelling ul {
  list-style: none;
  columns: 2;
  margin-left: 0;
}

.related-search a,
.missSpelling a {
  cursor: pointer;
}

.missSpelling {
  margin-bottom: 1.5em;
}

.m-paging {
  margin: 30px 0;
  display: block;
  text-align: center;
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  line-height: 1.5;
  font-size: 1.1em;
  font-size: 1em;
}

@media only screen and (min-width: 538.3px) {
  .m-paging {
    font-size: 1.3333333em;
  }
}

@media only screen and (min-width: 770px) {
  .m-paging {
    font-size: 1.3333333em;
  }
}

.m-paging ul {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}

.m-paging ul li {
  display: inline;
}

.m-paging a,
.m-paging span {
  padding: 1px;
}

@media only screen and (min-width: 770px) {
  .m-paging a,
  .m-paging span {
    padding: 3px;
  }
}

.m-paging a[ng-click] {
  cursor: pointer;
}

.m-paging .current {
  text-decoration: underline;
}

.m-paging .m-paging--prev,
.m-paging .m-paging--next {
  vertical-align: middle;
}

.generatedcontent.fontface .m-paging .m-paging--prev,
.generatedcontent.fontface .m-paging .m-paging--next {
  overflow: hidden;
  background-color: transparent;
  border: 0;
  font: 0px/0 a;
  text-shadow: none;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.m-paging .m-paging--prev:before,
.m-paging .m-paging--next:before {
  margin-top: -0.1111111em;
}

.m-paging .m-paging--prev:before {
  text-indent: -.06em;
}

.m-paging .m-paging--prev.inactive:before {
  background-color: #e8e5e1;
}

.m-paging .m-paging--next:before {
  text-indent: .06em;
}

.m-paging .m-paging--next.inactive:before {
  background-color: #e8e5e1;
}

.searchpage {
  padding-left: 0;
  padding-right: 0;
}

.searchpage .best-bet .m-search-list-item:hover {
  background: #f5f2ed;
  outline: 1px solid #dbd9d5;
  position: relative;
  border-bottom: 5px solid #00aeef;
  margin-bottom: 0px;
}

@media only screen and (min-width: 770px) {
  .searchpage {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.searchpage .m-search-list-item {
  padding-bottom: 0;
}

@media only screen and (min-width: 770px) {
  .searchpage .m-search-list-item {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 770px) {
  .searchpage .m-search-list-item:hover {
    background: #f5f2ed;
    outline: 1px solid #dbd9d5;
    border: none;
    margin-bottom: 1px;
    cursor: pointer;
  }
}

.searchpage .m-search-list-item a {
  color: #333333;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

@media only screen and (min-width: 770px) {
  .searchpage .m-search-list-item a {
    padding: 1.85em;
  }
}

.searchpage .m-search-list-item a:hover {
  text-decoration: none;
}

.searchpage .m-search-list-item a:hover h1 {
  text-decoration: underline;
  word-wrap: break-word;
  max-width: 572px;
}

.searchpage .m-search-list-item a:hover .external-link:after {
  text-decoration: none;
  display: inline-block;
}

.searchpage .m-search-list-item a:hover span:after {
  text-decoration: none;
  display: inline-block;
}

@media only screen and (min-width: 770px) {
  .searchpage .m-search-list-item a .m-search-list-item__header,
  .searchpage .m-search-list-item a p {
    margin-left: 0px;
    max-width: 580px;
    margin-bottom: 0;
  }
}

.searchpage .m-search-list-item a .m-search-list-item__header p.pub-cal {
  margin-bottom: 1em;
}

.searchpage .m-search-list-item a .m-search-list-item__header p {
  margin-bottom: 0.5em;
}

.searchpage .m-search-list-item a .m-search-list-item__header > p,
.searchpage .m-search-list-item a .pubdate {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  line-height: 1.2222222;
  font-size: 1em;
  margin-left: 0;
}

.searchpage .m-search-list-item a > figure {
  float: right;
  width: 30%;
  margin: 0 0 0.5em 3%;
}

@media only screen and (min-width: 770px) {
  .searchpage .m-search-list-item a > figure {
    width: 20.415%;
    margin: 0 7.9em 0 3%;
  }
}

.searchpage .m-search-list-item a > figure .ratio-1x1.circle.m-block,
.searchpage .m-search-list-item a > figure .ratio-1x1.circle.m-contact-panel,
.searchpage .m-search-list-item a > figure .circle.m-contact-panel.m-contact-card,
.searchpage .m-search-list-item a > figure .circle.m-block.m-contact-card,
.searchpage .m-search-list-item a > figure .circle.m-contact-card.m-featured-item,
.searchpage .m-search-list-item a > figure .circle.m-contact-card.m-block_toc,
.searchpage .m-search-list-item a > figure .ratio-1x1.circle.m-featured-item,
.searchpage .m-search-list-item a > figure .ratio-1x1.circle.m-block_toc {
  margin-bottom: 0px;
}

.searchpage .m-search-list-item a .fixed-ratio,
.searchpage .m-search-list-item a .m-contact-card {
  overflow: visible !important;
  /*             .usericon{
                text-align: center;
                &:before{
                    font-family: "FontAwesome";
                    content: $fa-var-user;
                    @include to-rem(font-size, 55px);
                    color: #034ea2;
                    @include media-query(lap-and-up) {
                        @include to-rem(font-size, 90px);
                    }
              
                }
            } */
}

.searchpage .m-search-list-item a .fixed-ratio .newsicon,
.searchpage .m-search-list-item a .m-contact-card .newsicon {
  text-align: center;
}

.searchpage .m-search-list-item a .fixed-ratio .newsicon:before,
.searchpage .m-search-list-item a .m-contact-card .newsicon:before {
  font-family: "FontAwesome";
  content: "";
  font-size: 55px;
  font-size: 3.0555556rem;
  color: #e1056d;
}

@media only screen and (min-width: 538.3px) {
  .searchpage .m-search-list-item a .fixed-ratio .newsicon:before,
  .searchpage .m-search-list-item a .m-contact-card .newsicon:before {
    font-size: 102px;
    font-size: 5.6666667rem;
    position: relative;
    bottom: 14px;
  }
}

.searchpage .m-search-list-item a .fixed-ratio .pageicon,
.searchpage .m-search-list-item a .m-contact-card .pageicon {
  text-align: center;
}

.searchpage .m-search-list-item a .fixed-ratio .pageicon:before,
.searchpage .m-search-list-item a .m-contact-card .pageicon:before {
  font-family: "FontAwesome";
  content: "";
  font-size: 55px;
  font-size: 3.0555556rem;
  color: #eb9100;
}

@media only screen and (min-width: 538.3px) {
  .searchpage .m-search-list-item a .fixed-ratio .pageicon:before,
  .searchpage .m-search-list-item a .m-contact-card .pageicon:before {
    font-size: 102px;
    font-size: 5.6666667rem;
    position: relative;
    bottom: 9px;
  }
}

.searchpage .m-search-list-item a .fixed-ratio .calendericon,
.searchpage .m-search-list-item a .m-contact-card .calendericon {
  text-align: center;
}

.searchpage .m-search-list-item a .fixed-ratio .calendericon:before,
.searchpage .m-search-list-item a .m-contact-card .calendericon:before {
  text-align: center;
  font-family: "FontAwesome";
  content: "";
  font-size: 55px;
  font-size: 3.0555556rem;
  color: #78be00;
}

@media only screen and (min-width: 538.3px) {
  .searchpage .m-search-list-item a .fixed-ratio .calendericon:before,
  .searchpage .m-search-list-item a .m-contact-card .calendericon:before {
    font-size: 102px;
    font-size: 5.6666667rem;
    position: relative;
    bottom: 9px;
  }
}

.searchpage .m-search-list-item a .fixed-ratio .external-bestbet-icon,
.searchpage .m-search-list-item a .m-contact-card .external-bestbet-icon {
  text-align: center;
}

.searchpage .m-search-list-item a .fixed-ratio .external-bestbet-icon:before,
.searchpage .m-search-list-item a .m-contact-card .external-bestbet-icon:before {
  font-family: "sll-icons";
  speak: none;
  content: "";
  color: #00aeef;
  position: relative;
  font-size: 80px;
  font-size: 4.4444444rem;
  bottom: 13px;
  bottom: 0.7222222rem;
}

@media only screen and (min-width: 538.3px) {
  .searchpage .m-search-list-item a .fixed-ratio .external-bestbet-icon:before,
  .searchpage .m-search-list-item a .m-contact-card .external-bestbet-icon:before {
    font-size: 151px;
    font-size: 8.3888889rem;
    bottom: 51px;
    bottom: 2.8333333rem;
  }
}

.searchpage .m-search-list-item a .fixed-ratio .icon_pdf,
.searchpage .m-search-list-item a .m-contact-card .icon_pdf {
  padding-left: 0;
  display: block;
  text-align: center;
  content: "";
  font-size: 55px;
  font-size: 3.0555556rem;
  background: none;
}

@media only screen and (min-width: 538.3px) {
  .searchpage .m-search-list-item a .fixed-ratio .icon_pdf,
  .searchpage .m-search-list-item a .m-contact-card .icon_pdf {
    font-size: 102px;
    font-size: 5.6666667rem;
    position: relative;
    bottom: 7px;
  }
}

.searchpage .m-search-list-item a .fixed-ratio .icon_pdf:before,
.searchpage .m-search-list-item a .m-contact-card .icon_pdf:before {
  position: relative;
  top: auto;
  height: auto;
  background: none;
  content: "";
  color: #9a0932;
  margin-right: 0;
  font-size: 55px;
  font-size: 3.0555556rem;
}

@media only screen and (min-width: 538.3px) {
  .searchpage .m-search-list-item a .fixed-ratio .icon_pdf:before,
  .searchpage .m-search-list-item a .m-contact-card .icon_pdf:before {
    font-size: 102px;
    font-size: 5.6666667rem;
    position: relative;
    bottom: 7px;
  }
}

.searchpage .m-search-list-item a .fixed-ratio .icon_doc,
.searchpage .m-search-list-item a .m-contact-card .icon_doc,
.searchpage .m-search-list-item a .fixed-ratio .icon_docx,
.searchpage .m-search-list-item a .m-contact-card .icon_docx,
.searchpage .m-search-list-item a .fixed-ratio .icon_ppt,
.searchpage .m-search-list-item a .m-contact-card .icon_ppt,
.searchpage .m-search-list-item a .fixed-ratio .icon_pptx,
.searchpage .m-search-list-item a .m-contact-card .icon_pptx,
.searchpage .m-search-list-item a .fixed-ratio .icon_xls,
.searchpage .m-search-list-item a .m-contact-card .icon_xls,
.searchpage .m-search-list-item a .fixed-ratio .icon_xlsx,
.searchpage .m-search-list-item a .m-contact-card .icon_xlsx,
.searchpage .m-search-list-item a .fixed-ratio .icon_jpg,
.searchpage .m-search-list-item a .m-contact-card .icon_jpg {
  padding-left: 0;
  display: block;
  text-align: center;
  font-family: "sll-icons";
  content: "";
  font-size: 55px;
  font-size: 3.0555556rem;
  color: #002d5a;
}

@media only screen and (min-width: 538.3px) {
  .searchpage .m-search-list-item a .fixed-ratio .icon_doc,
  .searchpage .m-search-list-item a .m-contact-card .icon_doc,
  .searchpage .m-search-list-item a .fixed-ratio .icon_docx,
  .searchpage .m-search-list-item a .m-contact-card .icon_docx,
  .searchpage .m-search-list-item a .fixed-ratio .icon_ppt,
  .searchpage .m-search-list-item a .m-contact-card .icon_ppt,
  .searchpage .m-search-list-item a .fixed-ratio .icon_pptx,
  .searchpage .m-search-list-item a .m-contact-card .icon_pptx,
  .searchpage .m-search-list-item a .fixed-ratio .icon_xls,
  .searchpage .m-search-list-item a .m-contact-card .icon_xls,
  .searchpage .m-search-list-item a .fixed-ratio .icon_xlsx,
  .searchpage .m-search-list-item a .m-contact-card .icon_xlsx,
  .searchpage .m-search-list-item a .fixed-ratio .icon_jpg,
  .searchpage .m-search-list-item a .m-contact-card .icon_jpg {
    font-size: 102px;
    font-size: 5.6666667rem;
    position: relative;
    bottom: 7px;
  }
}

.searchpage .m-search-list-item a .fixed-ratio .icon_doc:before,
.searchpage .m-search-list-item a .m-contact-card .icon_doc:before,
.searchpage .m-search-list-item a .fixed-ratio .icon_docx:before,
.searchpage .m-search-list-item a .m-contact-card .icon_docx:before,
.searchpage .m-search-list-item a .fixed-ratio .icon_ppt:before,
.searchpage .m-search-list-item a .m-contact-card .icon_ppt:before,
.searchpage .m-search-list-item a .fixed-ratio .icon_pptx:before,
.searchpage .m-search-list-item a .m-contact-card .icon_pptx:before,
.searchpage .m-search-list-item a .fixed-ratio .icon_xls:before,
.searchpage .m-search-list-item a .m-contact-card .icon_xls:before,
.searchpage .m-search-list-item a .fixed-ratio .icon_xlsx:before,
.searchpage .m-search-list-item a .m-contact-card .icon_xlsx:before,
.searchpage .m-search-list-item a .fixed-ratio .icon_jpg:before,
.searchpage .m-search-list-item a .m-contact-card .icon_jpg:before {
  margin-right: 0;
  position: relative;
  top: auto;
  height: auto;
  background: none;
  font-family: "sll-icons";
  content: "";
  font-size: 55px;
  font-size: 3.0555556rem;
  color: #002d5a;
}

@media only screen and (min-width: 538.3px) {
  .searchpage .m-search-list-item a .fixed-ratio .icon_doc:before,
  .searchpage .m-search-list-item a .m-contact-card .icon_doc:before,
  .searchpage .m-search-list-item a .fixed-ratio .icon_docx:before,
  .searchpage .m-search-list-item a .m-contact-card .icon_docx:before,
  .searchpage .m-search-list-item a .fixed-ratio .icon_ppt:before,
  .searchpage .m-search-list-item a .m-contact-card .icon_ppt:before,
  .searchpage .m-search-list-item a .fixed-ratio .icon_pptx:before,
  .searchpage .m-search-list-item a .m-contact-card .icon_pptx:before,
  .searchpage .m-search-list-item a .fixed-ratio .icon_xls:before,
  .searchpage .m-search-list-item a .m-contact-card .icon_xls:before,
  .searchpage .m-search-list-item a .fixed-ratio .icon_xlsx:before,
  .searchpage .m-search-list-item a .m-contact-card .icon_xlsx:before,
  .searchpage .m-search-list-item a .fixed-ratio .icon_jpg:before,
  .searchpage .m-search-list-item a .m-contact-card .icon_jpg:before {
    font-size: 102px;
    font-size: 5.6666667rem;
    position: relative;
    bottom: 7px;
  }
}

.searchpage .m-search-list-item a h1 {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 700;
  line-height: 1.2222222;
  font-size: 1.1666667em;
  margin-bottom: 11px;
}

@media only screen and (min-width: 770px) {
  .searchpage .m-search-list-item a h1 {
    max-width: 580px;
  }
}

.searchpage .m-search-list-item a h1 span:after {
  content: "\203A";
  padding-left: 0.2em;
  display: inline;
}

.searchpage .m-search-list-item a h1 .external-link:after {
  font-family: "sll-icons";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  vertical-align: baseline;
  content: "";
  display: inline;
  padding-left: 0.25em;
}

.searchpage .m-search-list-item a p > strong {
  font-weight: normal;
  background-color: #fed8e8;
}

.m-event-info {
  margin: 30px 0 40px 0;
  padding-bottom: 10px;
  border-bottom: 5px solid #00aeef;
}

.m-event-info dl {
  margin: 30px 0;
  position: relative;
  padding-left: 35px;
}

@media only screen and (min-width: 538.3px) {
  .m-event-info dl {
    padding-left: 14%;
  }
}

.m-event-info dl dt:before {
  position: absolute;
  text-align: center;
  left: 5px;
  left: 0.2777778rem;
  font-size: 25px;
  font-size: 1.3888889rem;
  width: 25px;
  width: 1.3888889rem;
}

@media only screen and (min-width: 538.3px) {
  .m-event-info dl dt:before {
    left: 3%;
    font-size: 38px;
    font-size: 2.1111111rem;
    width: 38px;
    width: 2.1111111rem;
  }
}

.m-event-info > p {
  padding-left: 14%;
  margin: 30px 0;
}

.m-event-info--date:before,
.m-event-info--time:before,
.m-event-info--place:before,
.m-event-info--play:before {
  position: absolute;
  text-align: center;
  left: 5px;
  left: 0.2777778rem;
  font-size: 25px;
  font-size: 1.3888889rem;
  width: 25px;
  width: 1.3888889rem;
}

@media only screen and (min-width: 538.3px) {
  .m-event-info--date:before,
  .m-event-info--time:before,
  .m-event-info--place:before,
  .m-event-info--play:before {
    left: 3%;
    font-size: 38px;
    font-size: 2.1111111rem;
    width: 38px;
    width: 2.1111111rem;
  }
}

.m-event-info--date:before {
  color: #78be00;
}

.m-event-info--time:before {
  color: #e1056d;
}

.m-event-info--place:before {
  color: #002d5a;
}

.m-event-info--play:before {
  color: #eb9100;
}

.m-event-passed {
  border: 1px solid #dbd9d5;
  background-color: #f5f2ed;
  padding: 20px;
  position: relative;
  padding-left: 35px;
}

.m-event-passed h2 {
  margin: 0;
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 700;
  line-height: 1.2222222;
  font-size: 1.1666667em;
}

.m-event-passed p {
  margin: 0;
}

@media only screen and (min-width: 538.3px) {
  .m-event-passed {
    padding-left: 14%;
  }
}

.m-event-passed .m-event-passed--title:before {
  position: absolute;
  text-align: center;
  left: 5px;
  left: 0.2777778rem;
  color: #e1056d;
  font-size: 25px;
  font-size: 1.3888889rem;
  width: 25px;
  width: 1.3888889rem;
}

@media only screen and (min-width: 538.3px) {
  .m-event-passed .m-event-passed--title:before {
    left: 3%;
    font-size: 38px;
    font-size: 2.1111111rem;
    width: 38px;
    width: 2.1111111rem;
  }
}

.m-meeting-agenda {
  margin: 30px 0;
}

.m-meeting-agenda > ul {
  padding: 0;
  margin: 0;
}

.m-meeting-agenda ul > li.m-agenda-item,
.m-agenda-item {
  list-style-type: none;
  position: relative;
  padding: 0 0 0 14%;
  margin: 0 0 30px 0;
  left: 0;
  overflow: visible;
}

.m-meeting-agenda ul > li.m-agenda-item:before,
.m-agenda-item:before {
  content: none;
}

.m-agenda-item--num {
  position: absolute;
  left: 0;
}

.m-paging.m-event-list-date-navigation {
  margin-top: 20px;
  text-align: left;
}

.m-paging.m-event-list-date-navigation > a,
.m-paging.m-event-list-date-navigation > span {
  margin-right: 5px;
}

.m-paging.m-event-list-date-navigation > a.m-paging--next,
.m-paging.m-event-list-date-navigation > span.m-paging--next {
  margin-right: 20px;
}

.m-paging.m-event-list-date-navigation > a:before,
.m-paging.m-event-list-date-navigation > span:before {
  font-size: 20px;
  font-size: 1.1111111rem;
}

.m-event-list-item {
  position: relative;
  padding: 0 0 0 5%;
  margin: 30px 0 40px 0;
}

@media only screen and (min-width: 538.3px) {
  .m-event-list-item {
    padding: 0 0 0 25%;
  }
}

.m-event-list-item h1,
.m-event-list-item h2 {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  line-height: 1.2222222;
  font-size: 1.3333333em;
  margin: 0 0 10px 0;
}

.m-event-list-item p {
  margin: 0 0 10px 0;
}

.m-event-list-item p {
  margin: 0 0 10px 0;
}

.m-event-list-item .link-list li a,
.m-event-list-item .link-list_compact li a,
.m-event-list-item .link-list_large li a,
.m-event-list-item .m-featured-link-list li a,
.m-event-list-item .m-social-links li a,
.m-event-list-item .m-social-links_inline li a,
.m-event-list-item .m-share-links li a,
.m-event-list-item .m-share-links_inline li a,
.m-event-list-item .m-event-links li a {
  margin-bottom: 8px;
}

.m-event-list-item .link-list .icon_pdf-small,
.m-event-list-item .link-list_compact .icon_pdf-small,
.m-event-list-item .link-list_large .icon_pdf-small,
.m-event-list-item .m-featured-link-list .icon_pdf-small,
.m-event-list-item .m-social-links .icon_pdf-small,
.m-event-list-item .m-social-links_inline .icon_pdf-small,
.m-event-list-item .m-share-links .icon_pdf-small,
.m-event-list-item .m-share-links_inline .icon_pdf-small,
.m-event-list-item .m-event-links .icon_pdf-small,
.m-event-list-item .link-list .icon_doc-small,
.m-event-list-item .link-list_compact .icon_doc-small,
.m-event-list-item .link-list_large .icon_doc-small,
.m-event-list-item .m-featured-link-list .icon_doc-small,
.m-event-list-item .m-social-links .icon_doc-small,
.m-event-list-item .m-social-links_inline .icon_doc-small,
.m-event-list-item .m-share-links .icon_doc-small,
.m-event-list-item .m-share-links_inline .icon_doc-small,
.m-event-list-item .m-event-links .icon_doc-small {
  margin-bottom: 0 !important;
  min-height: 0;
}

.m-event-list-item .link-list .icon_pdf-small:before,
.m-event-list-item .link-list_compact .icon_pdf-small:before,
.m-event-list-item .link-list_large .icon_pdf-small:before,
.m-event-list-item .m-featured-link-list .icon_pdf-small:before,
.m-event-list-item .m-social-links .icon_pdf-small:before,
.m-event-list-item .m-social-links_inline .icon_pdf-small:before,
.m-event-list-item .m-share-links .icon_pdf-small:before,
.m-event-list-item .m-share-links_inline .icon_pdf-small:before,
.m-event-list-item .m-event-links .icon_pdf-small:before,
.m-event-list-item .link-list .icon_doc-small:before,
.m-event-list-item .link-list_compact .icon_doc-small:before,
.m-event-list-item .link-list_large .icon_doc-small:before,
.m-event-list-item .m-featured-link-list .icon_doc-small:before,
.m-event-list-item .m-social-links .icon_doc-small:before,
.m-event-list-item .m-social-links_inline .icon_doc-small:before,
.m-event-list-item .m-share-links .icon_doc-small:before,
.m-event-list-item .m-share-links_inline .icon_doc-small:before,
.m-event-list-item .m-event-links .icon_doc-small:before {
  top: 2px;
  line-height: 18px;
  line-height: 1rem;
}

.m-event-list-item--date {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  line-height: 1.2222222;
  font-size: 1em;
}

@media only screen and (min-width: 538.3px) {
  .m-event-list-item--date {
    position: absolute;
    left: 0;
    width: 25%;
    text-align: right;
  }
}

.m-event-list-item--date span {
  display: block;
  padding-right: 20px;
  margin-top: 6px;
  margin-bottom: 8px;
}

@media only screen and (min-width: 538.3px) {
  .m-calender-list-item--date {
    left: 5%;
    position: absolute;
    width: 20%;
  }
}

.m-calender-list-item--date > .month {
  font-size: 11px;
  font-size: 0.6111111rem;
  display: block;
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 400;
  line-height: 1.22222;
  font-size: 1.33333em;
  min-height: 2em;
  position: relative;
  text-align: left;
  left: 0;
  margin: 0;
}

@media only screen and (min-width: 538.3px) {
  .m-calender-list-item--date > .month {
    margin: 0 0 10px 0;
    position: absolute;
  }

  .m-calender-list-item--date > .month.affix {
    left: auto;
    position: fixed;
    top: 0;
  }
}

.m-calender-list-item--date .m-calender-list-item--backdrop {
  display: block;
  padding: 0 0 0 0;
  width: 40px;
  width: 2.2222222rem;
  height: 40px;
  height: 2.2222222rem;
  background-size: 40px;
  background-size: 2.2222222rem;
  background-repeat: no-repeat;
  background-image: url(../icons/icon-svg/cal-date.svg);
  background-size: contain;
  color: #78be00;
  line-height: 1;
  text-align: center;
  font-family: "webfont-Frutiger", sans-serif;
  text-transform: uppercase;
  width: 41px;
  width: 2.2777778rem;
  height: 33px;
  height: 1.8333333rem;
  padding-top: 15px;
  margin-bottom: 10px;
  position: relative;
  left: 0;
}

.no-svg .m-calender-list-item--date .m-calender-list-item--backdrop {
  background-image: url(../icons/icon-png/cal-date.png);
}

@media only screen and (min-width: 538.3px) {
  .m-calender-list-item--date .m-calender-list-item--backdrop {
    position: absolute;
    left: 50%;
    margin-bottom: 0;
  }
}

.m-calender-list-item--date .m-calender-list-item--backdrop .date {
  font-size: 18px;
  font-size: 1rem;
  display: block;
}

.m-calender-list-item--date .m-calender-list-item--backdrop .month {
  font-size: 11px;
  font-size: 0.6111111rem;
  display: block;
}

.future-projects-page div.last-container {
  background: #f5f2ed;
}

.future-projects-page div.sharedLinkContainer {
  background: #fff;
  padding-top: 0px !important;
}

@media only screen and (min-width: 770px) {
  .future-projects-page .container header.m-fp-page-section--header.future-page-header,
  .future-projects-page .m-page-banner--inner header.m-fp-page-section--header.future-page-header {
    width: 64%;
    margin: 0 3%;
  }

  .future-projects-page .container header.m-fp-page-section--header.future-page-header h1,
  .future-projects-page .m-page-banner--inner header.m-fp-page-section--header.future-page-header h1 {
    font-size: 48px;
  }

  .future-projects-page .container div.future-page-first-article.l-group,
  .future-projects-page .m-page-banner--inner div.future-page-first-article.l-group {
    width: 64%;
    margin: 0 2.1%;
  }

  .future-projects-page .container div.future-page-first-article.l-group .l-content_equal,
  .future-projects-page .m-page-banner--inner div.future-page-first-article.l-group .l-content_equal {
    width: 100%;
  }

  .future-projects-page .container div.future-page-first-article.l-group .l-content_equal .preambleContent p,
  .future-projects-page .m-page-banner--inner div.future-page-first-article.l-group .l-content_equal .preambleContent p {
    width: auto;
    font-size: 1.3333333em;
  }
}

.m-fp-page-section blockquote {
  margin-top: 0;
  margin-left: 70px;
}

.m-fp-page-section .l-blocks.alt-3-2 .l-blocks--block {
  margin-bottom: 2%;
}

.m-fp-page-section .l-blocks,
.m-fp-page-section .l-blocks_equal,
.m-fp-page-section .l-content_equal,
.m-fp-page-section .l-wide {
  margin-bottom: 60px;
}

.m-fp-page-section.theme-13 .l-wide figure,
.m-fp-page-section.theme-13-1 .l-wide figure,
.m-fp-page-section.theme-13-2 .l-wide figure,
.m-fp-page-section.theme-13-3 .l-wide figure {
  border-bottom: 10px solid transparent;
}

.m-fp-page-section.theme-0 blockquote:before {
  color: #e8e5e1;
}

.m-fp-page-section.theme-0 .l-content_equal {
  margin-bottom: 0px;
}

@media only screen and (min-width: 770px) {
  .m-fp-page-section.theme-0 h1,
  .m-fp-page-section.theme-0 .alpha {
    font-size: 48px;
  }
}

@media only screen and (min-width: 770px) and (min-width: 538.3px) {
  .m-fp-page-section.theme-0 h1,
  .m-fp-page-section.theme-0 .alpha {
    width: 64%;
  }
}

@media only screen and (min-width: 770px) {
  .m-fp-page-section.theme-0 .l-header > h2 {
    margin-bottom: 5.5%;
    font-size: 39px;
  }
}

.m-fp-page-section.theme-13 .l-wide figure {
  border-bottom-color: #00aeef;
}

.m-fp-page-section.theme-13 blockquote:before {
  color: #00aeef;
}

.m-fp-page-section.theme-13-1 .l-wide figure {
  border-bottom-color: #78be00;
}

.m-fp-page-section.theme-13-1 blockquote:before {
  color: #78be00;
}

.m-fp-page-section.theme-13-2 .l-wide figure {
  border-bottom-color: #ffd400;
}

.m-fp-page-section.theme-13-2 blockquote:before {
  color: #ffd400;
}

.m-fp-page-section.theme-13-3 .l-wide figure {
  border-bottom-color: #e1056d;
}

.m-fp-page-section.theme-13-3 blockquote:before {
  color: #e1056d;
}

.m-fp-page-section .l-blocks .m-block,
.m-fp-page-section .l-blocks .m-contact-panel,
.m-fp-page-section .l-blocks .m-featured-item,
.m-fp-page-section .l-blocks .m-block_toc {
  margin: 0;
}

.m-fp-page-section .l-blocks .m-block.theme-13,
.m-fp-page-section .l-blocks .theme-13.m-contact-panel,
.m-fp-page-section .l-blocks .theme-13.m-featured-item,
.m-fp-page-section .l-blocks .theme-13.m-block_toc,
.m-fp-page-section .l-blocks .m-block.theme-13-1,
.m-fp-page-section .l-blocks .theme-13-1.m-contact-panel,
.m-fp-page-section .l-blocks .theme-13-1.m-featured-item,
.m-fp-page-section .l-blocks .theme-13-1.m-block_toc,
.m-fp-page-section .l-blocks .m-block.theme-13-2,
.m-fp-page-section .l-blocks .theme-13-2.m-contact-panel,
.m-fp-page-section .l-blocks .theme-13-2.m-featured-item,
.m-fp-page-section .l-blocks .theme-13-2.m-block_toc,
.m-fp-page-section .l-blocks .m-block.theme-13-3,
.m-fp-page-section .l-blocks .theme-13-3.m-contact-panel,
.m-fp-page-section .l-blocks .theme-13-3.m-featured-item,
.m-fp-page-section .l-blocks .theme-13-3.m-block_toc {
  background-color: #f5f2ed;
}

.m-fp-page-section .l-blocks .m-block.theme-13 .m-block--content,
.m-fp-page-section .l-blocks .theme-13.m-contact-panel .m-block--content,
.m-fp-page-section .l-blocks .theme-13.m-featured-item .m-block--content,
.m-fp-page-section .l-blocks .theme-13.m-block_toc .m-block--content,
.m-fp-page-section .l-blocks .m-block.theme-13-1 .m-block--content,
.m-fp-page-section .l-blocks .theme-13-1.m-contact-panel .m-block--content,
.m-fp-page-section .l-blocks .theme-13-1.m-featured-item .m-block--content,
.m-fp-page-section .l-blocks .theme-13-1.m-block_toc .m-block--content,
.m-fp-page-section .l-blocks .m-block.theme-13-2 .m-block--content,
.m-fp-page-section .l-blocks .theme-13-2.m-contact-panel .m-block--content,
.m-fp-page-section .l-blocks .theme-13-2.m-featured-item .m-block--content,
.m-fp-page-section .l-blocks .theme-13-2.m-block_toc .m-block--content,
.m-fp-page-section .l-blocks .m-block.theme-13-3 .m-block--content,
.m-fp-page-section .l-blocks .theme-13-3.m-contact-panel .m-block--content,
.m-fp-page-section .l-blocks .theme-13-3.m-featured-item .m-block--content,
.m-fp-page-section .l-blocks .theme-13-3.m-block_toc .m-block--content {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 538.3px) {
  .m-fp-page-section .l-blocks .m-block.theme-13,
  .m-fp-page-section .l-blocks .theme-13.m-contact-panel,
  .m-fp-page-section .l-blocks .theme-13.m-featured-item,
  .m-fp-page-section .l-blocks .theme-13.m-block_toc,
  .m-fp-page-section .l-blocks .m-block.theme-13-1,
  .m-fp-page-section .l-blocks .theme-13-1.m-contact-panel,
  .m-fp-page-section .l-blocks .theme-13-1.m-featured-item,
  .m-fp-page-section .l-blocks .theme-13-1.m-block_toc,
  .m-fp-page-section .l-blocks .m-block.theme-13-2,
  .m-fp-page-section .l-blocks .theme-13-2.m-contact-panel,
  .m-fp-page-section .l-blocks .theme-13-2.m-featured-item,
  .m-fp-page-section .l-blocks .theme-13-2.m-block_toc,
  .m-fp-page-section .l-blocks .m-block.theme-13-3,
  .m-fp-page-section .l-blocks .theme-13-3.m-contact-panel,
  .m-fp-page-section .l-blocks .theme-13-3.m-featured-item,
  .m-fp-page-section .l-blocks .theme-13-3.m-block_toc {
    background-color: transparent;
  }

  .m-fp-page-section .l-blocks .m-block.theme-13 .m-block--content,
  .m-fp-page-section .l-blocks .theme-13.m-contact-panel .m-block--content,
  .m-fp-page-section .l-blocks .theme-13.m-featured-item .m-block--content,
  .m-fp-page-section .l-blocks .theme-13.m-block_toc .m-block--content,
  .m-fp-page-section .l-blocks .m-block.theme-13-1 .m-block--content,
  .m-fp-page-section .l-blocks .theme-13-1.m-contact-panel .m-block--content,
  .m-fp-page-section .l-blocks .theme-13-1.m-featured-item .m-block--content,
  .m-fp-page-section .l-blocks .theme-13-1.m-block_toc .m-block--content,
  .m-fp-page-section .l-blocks .m-block.theme-13-2 .m-block--content,
  .m-fp-page-section .l-blocks .theme-13-2.m-contact-panel .m-block--content,
  .m-fp-page-section .l-blocks .theme-13-2.m-featured-item .m-block--content,
  .m-fp-page-section .l-blocks .theme-13-2.m-block_toc .m-block--content,
  .m-fp-page-section .l-blocks .m-block.theme-13-3 .m-block--content,
  .m-fp-page-section .l-blocks .theme-13-3.m-contact-panel .m-block--content,
  .m-fp-page-section .l-blocks .theme-13-3.m-featured-item .m-block--content,
  .m-fp-page-section .l-blocks .theme-13-3.m-block_toc .m-block--content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 538.3px) {
  .m-fp-page-section .l-blocks .m-block,
  .m-fp-page-section .l-blocks .m-contact-panel,
  .m-fp-page-section .l-blocks .m-featured-item,
  .m-fp-page-section .l-blocks .m-block_toc {
    margin: 0;
  }
}

.m-fp-page-section .l-blocks .m-block .m-block--media,
.m-fp-page-section .l-blocks .m-contact-panel .m-block--media,
.m-fp-page-section .l-blocks .m-featured-item .m-block--media,
.m-fp-page-section .l-blocks .m-block_toc .m-block--media {
  display: none;
}

@media only screen and (min-width: 538.3px) {
  .m-fp-page-section .l-blocks .m-block .m-block--media,
  .m-fp-page-section .l-blocks .m-contact-panel .m-block--media,
  .m-fp-page-section .l-blocks .m-featured-item .m-block--media,
  .m-fp-page-section .l-blocks .m-block_toc .m-block--media {
    display: block;
  }
}

.m-fp-page-section .l-blocks .m-block .m-block--content,
.m-fp-page-section .l-blocks .m-contact-panel .m-block--content,
.m-fp-page-section .l-blocks .m-featured-item .m-block--content,
.m-fp-page-section .l-blocks .m-block_toc .m-block--content {
  font-size: 14px;
}

.m-fp-page-section .l-blocks .m-block .m-block--content h4,
.m-fp-page-section .l-blocks .m-contact-panel .m-block--content h4,
.m-fp-page-section .l-blocks .m-featured-item .m-block--content h4,
.m-fp-page-section .l-blocks .m-block_toc .m-block--content h4 {
  display: inline;
  margin: 0;
  color: #333;
  font-size: 14px;
}

.m-fp-page-section .l-blocks .m-block .m-block--content h4:after,
.m-fp-page-section .l-blocks .m-contact-panel .m-block--content h4:after,
.m-fp-page-section .l-blocks .m-featured-item .m-block--content h4:after,
.m-fp-page-section .l-blocks .m-block_toc .m-block--content h4:after {
  display: none;
}

.m-fp-page-section .l-blocks .m-block .m-block--content p,
.m-fp-page-section .l-blocks .m-contact-panel .m-block--content p,
.m-fp-page-section .l-blocks .m-featured-item .m-block--content p,
.m-fp-page-section .l-blocks .m-block_toc .m-block--content p {
  display: none;
}

@media only screen and (min-width: 538.3px) {
  .m-fp-page-section .l-blocks .m-block .m-block--content p,
  .m-fp-page-section .l-blocks .m-contact-panel .m-block--content p,
  .m-fp-page-section .l-blocks .m-featured-item .m-block--content p,
  .m-fp-page-section .l-blocks .m-block_toc .m-block--content p {
    display: block;
  }
}

.m-fp-page-section .l-header h2,
.m-fp-page-section .l-header h3.beta {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 700;
  line-height: 1.1111111;
  font-size: 2em;
  margin: 0em 0em 0.5em 0em;
}

@media only screen and (min-width: 538.3px) {
  .m-fp-page-section .l-header h2,
  .m-fp-page-section .l-header h3.beta {
    font-size: 2em;
  }
}

.m-fp-page-section.even {
  border-bottom: none !important;
}

@media only screen and (min-width: 1025px) {
  .m-page-section.m-fp-page-section .container header h2,
  .m-page-section.m-fp-page-section .m-page-banner--inner header h2 {
    margin: 0em 0em 0.5em 0em;
    line-height: 1.1111111;
    font-size: 36px;
    padding: 0 9% 0 9%;
  }
}

.m-page-section.m-fp-page-section .preamble {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  line-height: 1.5;
}

@media only screen and (min-width: 770px) {
  .m-page-section.m-fp-page-section .preamble {
    padding: 35px 17.4% 60px 17.4%;
    font-size: 21px;
  }
}

@media only screen and (max-width: 769px) {
  .m-page-section.m-fp-page-section .preamble {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 769px) {
  .m-page-section.m-fp-page-section .fixed-ratio,
  .m-page-section.m-fp-page-section .m-contact-card {
    padding-bottom: 100%;
  }
}

@media only screen and (min-width: 770px) {
  .m-page-section.m-fp-page-section .l-blocks.alt-4-2 .l-blocks--block {
    width: 17.9%;
  }
}

@media only screen and (max-width: 769px) {
  .m-page-section.m-fp-page-section .l-blocks.alt-4-2 .l-blocks--block {
    display: inline-block;
    margin: 0 1.3888889%;
    width: 46.6%;
  }

  .m-page-section.m-fp-page-section .fixed-ratio,
  .m-page-section.m-fp-page-section .m-contact-card {
    padding-bottom: 100%;
  }

  .m-page-section.m-fp-page-section .m-block--media {
    display: block !important;
  }
}

@media only screen and (min-width: 538.3px) and (max-width: 769px) {
  .m-page-section.m-fp-page-section .l-blocks.alt-4-2 .l-blocks--block {
    margin: 0 1.3888889%;
  }
}

@media only screen and (max-width: 769px) {
  .m-page-section.m-fp-page-section article.m-block.block-thumbs,
  .m-page-section.m-fp-page-section article.block-thumbs.m-contact-panel,
  .m-page-section.m-fp-page-section article.block-thumbs.m-featured-item,
  .m-page-section.m-fp-page-section article.block-thumbs.m-block_toc {
    /*height: 39px !important;*/
  }
}

@media only screen and (min-width: 538.3px) and (max-width: 769px) {
  .m-page-section.m-fp-page-section article.m-block.block-thumbs,
  .m-page-section.m-fp-page-section article.block-thumbs.m-contact-panel,
  .m-page-section.m-fp-page-section article.block-thumbs.m-featured-item,
  .m-page-section.m-fp-page-section article.block-thumbs.m-block_toc {
    height: 100% !important;
  }
}

.m-page-section.m-fp-page-section .l-blocks.alt-4-2 > a > div > article > div > figure {
  height: 100% !important;
}

@media only screen and (max-width: 767px) {
  .m-page-section.m-fp-page-section .l-blocks.alt-4-2 > a > div > article > div.m-block--media {
    height: 70% !important;
  }
}

.m-page-section.m-fp-page-section article.m-block.block-thumbs,
.m-page-section.m-fp-page-section article.block-thumbs.m-contact-panel,
.m-page-section.m-fp-page-section article.block-thumbs.m-featured-item,
.m-page-section.m-fp-page-section article.block-thumbs.m-block_toc {
  height: 100%;
}

@media only screen and (min-width: 770px) {
  .m-page-section.m-fp-page-section .fixed-ratio,
  .m-page-section.m-fp-page-section .m-contact-card {
    height: 4.69em !important;
  }
}

@media only screen and (min-width: 770px) and (max-width: 1100px) {
  .m-page-section.m-fp-page-section .fixed-ratio,
  .m-page-section.m-fp-page-section .m-contact-card {
    padding-bottom: 37%;
  }
}

.m-fp-page-section.even .l-blocks.alt-4-2 {
  margin-bottom: 0px;
}

@media only screen and (min-width: 770px) {
  .m-fp-page-section.even .l-blocks.alt-4-2 {
    padding-right: 10%;
    padding-left: 9%;
  }
}

@media only screen and (max-width: 769px) {
  .m-fp-page-section.even .l-blocks.alt-4-2 {
    margin-top: 10%;
  }

  .m-fp-page-section.even h1,
  .m-fp-page-section.even .alpha,
  .m-fp-page-section.even .preamble.text-center {
    text-align: left;
  }
}

.hiddenSection,
.hiddenclass {
  display: none !important;
}

@media only screen and (max-width: 769px) {
  a.icon_circle-plus.see-more,
  a.see-more.is-open.icon_circle-minus {
    margin-top: 40px;
  }

  .parallax .fixed-ratio,
  .parallax .m-contact-card,
  .parallax .m-contact-card {
    padding-bottom: 36% !important;
  }
}

hr {
  border-top: 1px solid #dbd9d5;
}

@media only screen and (max-width: 769px) {
  .l-content_equal.editorial-content {
    margin-bottom: -11px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .l-content_equal.editorial-content {
    margin-bottom: 0px !important;
  }
}

@media only screen and (max-width: 769px) {
  .imageMargin {
    margin-bottom: -30px;
  }
}

@media only screen and (max-width: 736px) {
  #vision-section h1 {
    font-size: 19px;
    line-height: 23px;
  }
}

#vision-section .m-block--content {
  color: #333;
}

.m-flyout-campaign,
.m-flyout-search,
.m-flyout-links,
.m-flyout-quote,
.m-flyout-general {
  margin: 0 8% 0 8%;
}

.m-flyout-campaign h2,
.m-flyout-search h2,
.m-flyout-links h2,
.m-flyout-quote h2,
.m-flyout-general h2 {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 700;
  line-height: 1.2222222;
  font-size: 1.3333333em;
  margin: 0 0 10px 0;
}

.m-flyout-campaign .preamble,
.m-flyout-search .preamble,
.m-flyout-links .preamble,
.m-flyout-quote .preamble,
.m-flyout-general .preamble {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  line-height: 1.5;
  font-size: 1.1em;
  margin: 0 0 0;
}

@media only screen and (min-width: 538.3px) {
  .m-flyout-campaign .preamble,
  .m-flyout-search .preamble,
  .m-flyout-links .preamble,
  .m-flyout-quote .preamble,
  .m-flyout-general .preamble {
    font-size: 1.3333333em;
  }
}

.m-flyout-campaign blockquote,
.m-flyout-search blockquote,
.m-flyout-links blockquote,
.m-flyout-quote blockquote,
.m-flyout-general blockquote {
  margin: 0 0 0 70px;
}

.m-flyout-campaign {
  margin: 0 8% 0 8%;
}

.m-flyout-campaign > figure {
  float: left;
  width: 28%;
  margin-right: 3%;
}

.m-flyout-campaign > div {
  float: left;
  width: 69%;
}

.m-flyout-campaign h2 {
  margin: 0 0 10px 0;
}

.m-flyout-campaign p {
  font-size: 0.8888889em;
}

.alt-2-2 .m-flyout-campaign {
  margin: 0;
}

.alt-2-2 .m-flyout-campaign > figure {
  width: 50%;
  margin: 0 auto 6% auto;
  float: none;
}

.alt-2-2 .m-flyout-campaign > div {
  width: auto;
}

.m-flyout-contact {
  font-size: 0.8888889em;
}

.m-base-facets,
.m-base-facets_inverted,
.m-base-facets_inverted_small {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
  margin-top: 20px;
}

.m-base-facets:before,
.m-base-facets_inverted:before,
.m-base-facets_inverted_small:before,
.m-base-facets:after,
.m-base-facets_inverted:after,
.m-base-facets_inverted_small:after {
  content: "";
  display: table;
}

.m-base-facets:after,
.m-base-facets_inverted:after,
.m-base-facets_inverted_small:after {
  clear: both;
}

.m-base-facets .gamma,
.m-base-facets_inverted .gamma,
.m-base-facets_inverted_small .gamma,
.m-base-facets .m-block_toc.is-compact h2,
.m-block_toc.is-compact .m-base-facets h2,
.m-base-facets_inverted .m-block_toc.is-compact h2,
.m-block_toc.is-compact .m-base-facets_inverted h2,
.m-base-facets_inverted_small .m-block_toc.is-compact h2,
.m-block_toc.is-compact .m-base-facets_inverted_small h2 {
  display: block;
}

.m-base-facets .gamma:first-child,
.m-base-facets_inverted .gamma:first-child,
.m-base-facets_inverted_small .gamma:first-child,
.m-base-facets .m-block_toc.is-compact h2:first-child,
.m-block_toc.is-compact .m-base-facets h2:first-child,
.m-base-facets_inverted .m-block_toc.is-compact h2:first-child,
.m-block_toc.is-compact .m-base-facets_inverted h2:first-child,
.m-base-facets_inverted_small .m-block_toc.is-compact h2:first-child,
.m-block_toc.is-compact .m-base-facets_inverted_small h2:first-child {
  margin-top: 0.5555556em;
}

.m-base-facets ul,
.m-base-facets_inverted ul,
.m-base-facets_inverted_small ul {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  line-height: 1.2222222;
  font-size: 0.8333333em;
  display: block;
  margin: 0 0 -11px;
}

.m-base-facets ul li,
.m-base-facets_inverted ul li,
.m-base-facets_inverted_small ul li {
  border: 1px solid #dbd9d5;
  list-style-type: none;
  display: block;
  border-top: none;
  cursor: pointer;
}

.m-base-facets ul li a,
.m-base-facets_inverted ul li a,
.m-base-facets_inverted_small ul li a {
  color: #333333;
  background: #efefef;
  display: block;
  text-align: center;
  padding: 15px 25px;
  background: #f5f2ed;
  border-top: none;
}

.m-base-facets ul li:first-child,
.m-base-facets_inverted ul li:first-child,
.m-base-facets_inverted_small ul li:first-child {
  border-top: 1px solid #dbd9d5;
}

.m-base-facets ul li.is-selected,
.m-base-facets_inverted ul li.is-selected,
.m-base-facets_inverted_small ul li.is-selected {
  font-weight: 700;
}

.m-base-facets ul li.is-selected a,
.m-base-facets_inverted ul li.is-selected a,
.m-base-facets_inverted_small ul li.is-selected a {
  padding-bottom: 11px;
  border-bottom: 5px solid #e1056d;
}

@media only screen and (min-width: 538.3px) {
  .m-base-facets ul li,
  .m-base-facets_inverted ul li,
  .m-base-facets_inverted_small ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid #dbd9d5;
  }

  .m-base-facets ul li.is-selected a,
  .m-base-facets_inverted ul li.is-selected a,
  .m-base-facets_inverted_small ul li.is-selected a {
    border-bottom: none;
    border-bottom: 5px solid #e1056d;
  }

  .m-base-facets ul li:last-child,
  .m-base-facets_inverted ul li:last-child,
  .m-base-facets_inverted_small ul li:last-child {
    margin-right: 0px;
  }
}

.m-base-facets_inverted ul li a,
.m-base-facets_inverted_small ul li a {
  background: #fff;
}

.m-base-facets_inverted_small ul {
  margin-bottom: -12px;
}

.m-base-facets_inverted_small ul li a {
  padding: 7px 10px 8px;
}

.m-base-facets_inverted_small ul li.is-selected a {
  padding-bottom: 6px;
  border-bottom-width: 3px;
}

.theme-panel .m-base-facets_inverted_small.m-block--content ul,
.m-contact-card--front .m-base-facets_inverted_small.m-block--content ul,
.m-contact-card--back .m-base-facets_inverted_small.m-block--content ul {
  font-size: 0.8333333em;
}

.m-launch-info {
  max-height: 500px;
  background: #002d5a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  position: relative;
  z-index: 10;
  overflow: hidden;
  font-family: "Georgia", serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1em;
  font-size: 0.8888889em;
}

.m-launch-info h2 {
  padding-right: 90px;
}

.m-launch-info a {
  color: #fff;
  display: block;
}

.m-launch-info img {
  float: left;
}

.m-launch-info p {
  padding-left: 115px;
}

.m-launch-info .l-content {
  max-height: 500px;
  overflow: hidden;
}

.m-launch-info .l-content > div {
  padding: 2% 0;
}

.animated,
.m-cookie-banner .l-content,
.m-launch-info .l-content {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -200px, 0);
    -ms-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInDown,
.first-time .l-content {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    max-height: 0;
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    max-height: 0;
    -webkit-transform: translate3d(0, -200px, 0);
    -ms-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
  }
}

.fadeOutUp,
.m-launch-info .is-closed .l-content,
.m-cookie-banner.is-closed {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.cookiebanner-hide {
  display: none;
}

.m-launch-info .is-closed .l-content {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.m-cookie-banner.is-closed {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.launch-info-close-btn {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 43px;
}

.generatedcontent.fontface .launch-info-close-btn > span {
  overflow: hidden;
  background-color: transparent;
  border: 0;
  font: 0px/0 a;
  text-shadow: none;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

@media only screen and (min-width: 538.3px) {
  .m-launch-info p {
    padding-right: 90px;
    position: relative;
  }

  .launch-info-close-btn {
    right: 0px;
    top: 0;
  }
}

@media only screen and (min-width: 770px) {
  .launch-info-close-btn {
    right: 0px;
  }
}

/**
 * Created by snystedt on 2014-11-07.
 */

.m-fancy-form--input {
  position: relative;
  margin: 0;
}

.m-fancy-form--input input {
  width: 100%;
  display: block;
  vertical-align: middle;
  line-height: inherit;
  background-color: #fff;
  margin: 0;
  border: none;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 90px 10px 15px;
}

.m-fancy-form--input input ~ button {
  position: absolute;
  margin-top: 0px;
  margin-right: 0px;
  top: 3px;
  top: 0.1666667rem;
  right: 3px;
  right: 0.1666667rem;
}

.m-fancy-form--input .button {
  border-radius: 1.2em;
  padding: 3px 24px;
}

.m-video {
  margin: 0 0 30px;
}

.m-video .fixed-ratio,
.m-video .m-contact-card {
  margin-bottom: 0;
}

.m-video frame {
  width: 100%;
}

.m-video + .img-caption,
.editorial-content .m-video + p.img-right-caption,
.editorial-content .m-video + p.img-left-caption {
  margin-top: -30px;
}

.video {
  margin: 1em 0 1.66667em 0;
}

.video figure {
  margin: 0;
}

.video p {
  padding-top: 0.5555556em;
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  line-height: 1.2222222;
  font-size: 0.8333333em;
}

.video p:last-of-type {
  margin-bottom: 0;
}

*:focus {
  outline: 0;
}

.map-section {
  padding: 0;
}

@media only screen and (max-width: 769px) {
  .map-section {
    margin-bottom: -30px;
  }
}

.list-section {
  display: none;
  border-top: 1px solid #dbd9d5;
  border-bottom: 1px solid #dbd9d5;
  margin-bottom: 60px;
}

.list-section a {
  color: #333333;
}

@media only screen and (max-width: 769px) {
  .list-section {
    margin-bottom: 30px;
  }
}

.autoHeight {
  height: auto !important;
}

.project-map__filter,
.future-project-map__filter,
.project-list--view--filter {
  font-family: "webfont-Frutiger", sans-serif;
}

.project-map__filter ul,
.future-project-map__filter ul,
.project-list--view--filter ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.project-map__filter li,
.future-project-map__filter li,
.project-list--view--filter li {
  list-style: none;
  font-size: 15px;
}

.project-map__filter a,
.future-project-map__filter a,
.project-list--view--filter a {
  position: relative;
  color: #333333;
  display: block;
}

.project-map__filter a:focus,
.future-project-map__filter a:focus,
.project-list--view--filter a:focus {
  text-decoration: none;
}

.project-map--view {
  position: relative;
}

.project-map--view .project-map__lock,
.project-map--view .project-map__localize {
  position: absolute;
  right: 20px;
}

.project-map--view .project-map__lock {
  top: 20px;
  display: none;
}

.project-map--view .project-map__localize {
  bottom: 20px;
}

/**
 * Map and list view for future projects
 */

.future-project-map__filter .container,
.future-project-map__filter .m-page-banner--inner {
  padding: 0;
}

.future-project-map__filter .active {
  color: #333333;
  font-weight: bold;
}

@media only screen and (min-width: 770px) {
  .future-project-map__filter {
    padding-top: 20px;
    background-color: #e8e5e1;
  }

  .future-project-map__filter .container,
  .future-project-map__filter .m-page-banner--inner {
    padding-left: 2%;
    padding-right: 2%;
  }

  .future-project-map__filter .active {
    background-color: #fff;
  }
}

.future-project-map__filter > div:first-child {
  text-align: center;
}

.future-project-map__filter > div:first-child .filter--view {
  margin-bottom: -1px;
}

.future-project-map__filter > div:first-child li {
  position: relative;
  display: inline-block;
  width: 49%;
}

.future-project-map__filter > div:first-child li i.icon_list {
  background-position-y: 3px;
}

.future-project-map__filter > div:first-child li:first-child a {
  margin-right: 5px;
}

.future-project-map__filter > div:first-child li:last-child a {
  margin-left: 5px;
}

.future-project-map__filter > div:first-child li a {
  padding: 15px;
}

.future-project-map__filter > div:first-child li a.active:after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: -5px;
  position: absolute;
}

@media only screen and (min-width: 770px) {
  .future-project-map__filter > div:first-child li {
    border-bottom: 1px solid #dbd9d5;
  }

  .future-project-map__filter > div:first-child li a {
    border: 1px solid #dbd9d5;
    border-bottom-width: 0;
  }

  .future-project-map__filter > div:first-child li a:after {
    border-bottom: 5px solid white;
  }
}

.future-project-map__filter > div:first-child a:not(.active) {
  background: #f5f2ed;
}

.future-project-map__filter > div:last-child {
  background-color: white;
}

@media only screen and (min-width: 770px) {
  .future-project-map__filter > div:last-child {
    border-top: 1px solid #dbd9d5;
  }
}

@media only screen and (min-width: 770px) {
  .future-project-map__filter > div:last-child .palm-hidden ul {
    text-align: center;
  }

  .future-project-map__filter > div:last-child .palm-hidden li {
    display: inline-block;
    position: relative;
    padding: 20px;
  }

  .future-project-map__filter > div:last-child .palm-hidden li:before,
  .future-project-map__filter > div:last-child .palm-hidden li:last-child:after {
    content: '';
    position: absolute;
    display: block;
    height: 40%;
  }

  .future-project-map__filter > div:last-child .palm-hidden li:before {
    border-left: 1px solid #dbd9d5;
    left: 0;
  }

  .future-project-map__filter > div:last-child .palm-hidden li:last-child:after {
    border-right: 1px solid #dbd9d5;
    right: 0;
    top: 20px;
  }

  .future-project-map__filter > div:last-child .palm-hidden .active:after {
    content: '';
    position: relative;
    display: block;
    border-bottom: 5px solid #e1056d;
    bottom: -4px;
  }
}

@media only screen and (max-width: 769px) {
  .project-list--view > div {
    margin-top: 30px;
    display: inline-block;
  }

  .project-list--view > div:first-child {
    text-align: right;
    width: 10%;
    float: right;
  }

  .project-list--view > div:last-child {
    width: 90%;
    float: left;
  }
}

@media only screen and (min-width: 770px) {
  .project-list--view--filter {
    margin: 20px 0;
  }

  .project-list--view--filter li {
    display: inline-block;
  }

  .project-list--view--filter a {
    padding-right: 15px;
  }

  .project-list--view--filter ul {
    margin: 0 15px !important;
  }
}

.project-list--view--filter a {
  font-weight: bold;
  color: #dcdcdc;
  padding-bottom: 10px;
  cursor: default;
}

.project-list--view--filter a.active:after {
  content: '';
  position: absolute;
  display: block;
  border-bottom: 5px solid #e1056d;
  right: 0px;
  width: 12px;
}

@media only screen and (min-width: 770px) {
  .project-list--view--filter a.active:after {
    right: auto;
  }
}

.project-list--view--filter a.has-children {
  color: #333333;
  cursor: pointer;
}

/*
.filter--map {
    @include media-query(lap-and-up) {
        margin: 0 15px !important;
	}
}
*/

.project-list--view--list > section {
  margin: 0 15px 20px 0;
}

@media only screen and (min-width: 770px) {
  .project-list--view--list > section {
    margin-left: 15px;
  }
}

.project-list--view--list > section h1 {
  margin-bottom: 0;
}

.project-list--view--list .active {
  color: #e1056d;
}

.project-list--view--list ul {
  list-style: none;
  margin: 0;
}

.project-list--view--list li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 1em;
}

@media only screen and (min-width: 538.3px) and (max-width: 769px) {
  .project-list--view--list li {
    width: 50%;
  }
}

@media only screen and (min-width: 770px) {
  .project-list--view--list li {
    width: 24%;
  }
}

.project-list--view--list a {
  display: block;
  margin-right: 10px;
}

.project-list--view--list a:after {
  content: '\203A';
  font-weight: bold;
  margin-left: 5px;
}

/**
 * Project List page
 */

.project-map__filter ul {
  text-align: center;
  background-color: #f5f2ed;
}

.project-map__filter li {
  display: inline-block;
  border-bottom: 1px solid #fff;
}

.project-map__filter li:not(:last-child) {
  border-right: 1px solid #fff;
}

.project-map__filter a {
  padding: 20px 15px;
  transition: all 0.2s;
}

.project-map__filter a:hover {
  background-color: #fff;
}

.project-map__filter a.active {
  background: #fff;
  font-weight: bold;
}

.project-map__filter a.active:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  border-top-width: 5px;
  border-top-style: solid;
  top: 0;
  left: 0;
}

.filter--All:before {
  border-color: #dbd9d5;
}

.filter--DarkBlue:before {
  border-color: #002d5a;
}

.filter--Cyan:before {
  border-color: #00aeef;
}

.filter--LightGreen:before {
  border-color: #78be43;
}

.filter--RubyRed:before {
  border-color: #e1056d;
}

.filter--Yellow:before {
  border-color: #ffd400;
}

.filter--Red:before {
  border-color: #9a0932;
}

.filter--DarkGreen:before {
  border-color: #406618;
}

.filter--Orange:before {
  border-color: #ff540d;
}

.filter--Colorless:before {
  border-color: transparent;
}

/**
 * Map canvas size
 */

.project-map__map,
.project-map__map--small {
  height: 385px;
}

@media only screen and (min-width: 770px) {
  .project-map__map,
  .project-map__map--small {
    height: 600px;
  }
}

.gm-style {
  font-family: "Georgia", serif;
}

/**
 * Map info window
 */

.project-map__bubble img {
  width: 100%;
  height: auto;
}

.future-project-map__bubble {
  width: 270px;
}

.future-project-map__bubble p.info-window-back-link,
.project-map__bubble p.info-window-back-link {
  font-family: "webfont-Frutiger", sans-serif;
}

.future-project-map__bubble h3,
.project-map__bubble h3 {
  font-family: "webfont-Frutiger", sans-serif;
  font-size: 19px;
  line-height: 23px;
  margin-top: 0;
}

.future-project-map__bubble p,
.project-map__bubble p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 16px;
  line-height: 20px;
}

.future-project-map__bubble a,
.project-map__bubble a {
  font-size: 16px;
  text-decoration: none;
}

.future-project-map__bubble a:hover,
.project-map__bubble a:hover {
  text-decoration: none;
}

.future-project-map__bubble a:hover span,
.project-map__bubble a:hover span {
  text-decoration: underline;
}

.project-map__bubble--text {
  width: 220px;
  float: left;
}

.project-map__bubble--text p {
  margin-right: 10px;
}

.project-map__bubble--text a {
  font-size: 16px;
  text-decoration: none;
}

.project-map__bubble--text a:hover {
  text-decoration: none;
}

.project-map__bubble--text a:hover span {
  text-decoration: underline;
}

.project-map__bubble--image {
  display: none;
}

@media only screen and (min-width: 770px) {
  .project-map__bubble--image {
    width: 280px;
    float: left;
    display: inline-block;
  }
}

/**
 * Changes for atrf4037102
 */

.block-thumbs a,
.round-thumbs a {
  text-decoration: none;
  color: #333333;
}

.block-thumbs .m-block--content,
.round-thumbs .m-block--content {
  font-family: "webfont-Frutiger", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 10px;
}

.block-thumbs .m-block--content:after,
.round-thumbs .m-block--content:after {
  content: '\203A';
  font-weight: bold;
}

@media only screen and (min-width: 770px) {
  .block-thumbs .m-block--content,
  .round-thumbs .m-block--content {
    margin: 20px 0;
  }
}

.round-image {
  display: none;
}

@media only screen and (min-width: 770px) {
  .round-image {
    display: block;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
  }
}

.future-project--articles .see-more {
  display: none;
  position: relative;
  font-family: "webfont-Frutiger", sans-serif;
  color: #333;
  outline-width: 0px;
  text-decoration: none;
}

.filter--map--mobile {
  margin: 10px;
}

.filter--map--mobile ul {
  display: none;
}

.filter--map--mobile li {
  margin-top: 1px;
}

.filter--map--mobile a {
  background-color: #f5f2ed;
  padding: 15px;
}

.filter--map--mobile a.active {
  font-weight: bold;
}

.filter--map--mobile > a.active {
  /*border-top: 5px solid $dark-blue;*/
}

.filter--map--mobile .show-all--closed:after,
.filter--map--mobile .show-all--opened:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  background-size: cover;
}

.filter--map--mobile .show-all--closed:after {
  background: url(/ui/icons/icon-svg/icon_plus.svg);
}

.filter--map--mobile .show-all--opened:after {
  background: url(/ui/icons/icon-svg/icon_minus.svg);
}

.cluster > div {
  line-height: 30px !important;
}

.cluster__bubble {
  list-style: none;
  margin: 0;
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: bold;
  font-size: 16px;
  border-top: 5px solid #002d5a;
}

.cluster__bubble a {
  color: #333;
  padding: 5px;
  border-bottom: 2px solid #f2f1ed;
  display: block;
  padding-left: 53px;
  padding-right: 35px;
  min-height: 45px;
  height: initial;
  background-position: 16px 14px !important;
}

@media only screen and (min-width: 770px) {
  .cluster__bubble a {
    color: #333;
    padding: 15px;
    border-bottom: 2px solid #f2f1ed;
    display: flex;
    padding-left: 53px;
    padding-right: 35px;
    min-height: 45px;
    height: initial;
    background-position: 16px !important;
  }
}

.cluster__bubble a:after {
  content: "";
}

.cluster__bubble a:hover {
  text-decoration: none;
  border-bottom: 2px solid #f2f1ed;
}

.cluster__bubble a span:after {
  content: "\203A";
  padding-left: 0.2em;
  display: inline-block;
}

.cluster__bubble a span:hover {
  text-decoration: underline;
}

.cluster__bubble li span {
  display: inline-block;
  min-height: 38px;
  padding: 10px 0px;
}

.cluster__bubble li > span:first-child {
  position: absolute;
}

.cluster__bubble li > span:last-child {
  margin-left: 40px;
}

.cluster__bubble li:last-child a {
  border-bottom: 0px;
}

.scrollList {
  min-height: 85px;
  max-height: 200px;
  overflow: auto;
}

@media only screen and (min-width: 770px) {
  .scrollList {
    min-height: 85px;
    max-height: 350px;
    overflow: auto;
  }
}

.close-infowindow {
  position: absolute;
  right: 3px;
  top: 3px;
  font-size: 30px;
  width: 30px;
  height: 30px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.cluster-bg .close-infowindow {
  top: 8px;
  right: 0px;
}

@media only screen and (min-width: 770px) {
  .cluster-bg .close-infowindow {
    top: 8px;
    right: 0px;
    left: 210px;
  }
}

/*artf4570752 - customized menu for mobile view on the project start page*/

.project-map__filter.filter--map--mobile a.active {
  background: #f5f2ed;
}

.project-map__filter.filter--map--mobile li {
  display: block;
  border-bottom: 1px solid #fff;
  text-align: left;
}

.project-map__filter.filter--map--mobile li a.active {
  background: #f5f2ed;
}

.project-map__filter.filter--map--mobile a.show-all--opened.active {
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #dbd9d5;
}

.project-map__filter.filter--map--mobile a:before {
  display: none;
}

body.subscriptionpagetype #main-content > .container,
body.subscriptionpagetype #main-content > .m-page-banner--inner {
  padding-top: 35px;
}

@media only screen and (max-width: 736px) {
  body.subscriptionpagetype #main-content > .container,
  body.subscriptionpagetype #main-content > .m-page-banner--inner {
    padding-top: 35px;
  }
}

body.subscriptionpagetype #main-content > .container .l-content_primary,
body.subscriptionpagetype #main-content > .m-page-banner--inner .l-content_primary {
  overflow: hidden;
  width: 100%;
}

body.subscriptionpagetype #main-content > .container .l-content_primary article#first-content-area .editorial-content,
body.subscriptionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .editorial-content {
  width: 600px;
}

@media only screen and (max-width: 736px) {
  body.subscriptionpagetype #main-content > .container .l-content_primary article#first-content-area .editorial-content,
  body.subscriptionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .editorial-content {
    width: 100%;
  }
}

.prenumeration-form-wrapper {
  border-top: 1px solid;
  border-color: #dbd9d5;
  width: 1000px;
}

@media only screen and (max-width: 736px) {
  .prenumeration-form-wrapper {
    width: 100%;
    border: none;
  }
}

@media only screen and (max-width: 736px) {
  .prenumeration-form-wrapper {
    margin-top: 30px;
  }
}

.prenumeration-form-wrapper span.valid {
  display: none;
}

.prenumeration-form-wrapper span.error {
  font-size: 14px;
  color: red;
  font-family: "Georgia", serif;
  display: block;
  margin-bottom: -20px;
  margin-top: 10px;
}

.prenumeration-form-wrapper #activate-prenumeration-email-error {
  margin-bottom: 10px;
  padding: 0;
}

@media only screen and (max-width: 736px) {
  .prenumeration-form-wrapper #activate-prenumeration-checkbox-error {
    margin-bottom: 10px;
  }
}

.prenumeration-form-wrapper .prenumeration-category span.valid {
  display: none;
}

.prenumeration-form-wrapper .prenumeration-category span.error {
  font-size: 14px;
  color: red;
  font-family: "Georgia", serif;
  padding-bottom: 10px;
  display: block;
}

.prenumeration-form-wrapper button.prenumera-form-email-btn {
  width: 300px;
  font-size: 18px;
}

@media only screen and (max-width: 736px) {
  .prenumeration-form-wrapper button.prenumera-form-email-btn {
    font-size: 16px;
    width: 100%;
  }
}

.prenumera-form-bottom {
  width: 300px;
  margin-top: 40px;
}

@media only screen and (max-width: 736px) {
  .prenumera-form-bottom {
    padding-top: 0px;
    width: 100%;
  }
}

.prenumera-form-bottom span {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 600;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 736px) {
  .prenumera-form-bottom span {
    padding-bottom: 15px;
    font-size: 16px;
  }
}

.prenumera-form-bottom span.valid {
  display: none;
}

.prenumera-form-bottom span.error {
  font-size: 14px;
  color: red;
  font-family: "Georgia", serif;
  padding-bottom: 10px;
  display: block;
  font-weight: 200;
}

.prenumera-form-bottom .prenumera-form-email {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 300px;
  -webkit-box-shadow: inset 2px 1px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 2px 1px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 2px 1px 4px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 736px) {
  .prenumera-form-bottom .prenumera-form-email {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
  }
}

.prenumera-form-bottom input[type="email"].prenumera-form-email::-webkit-input-placeholder {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  color: #333333;
  font-size: 18px;
  line-height: 22px;
}

.prenumeration-category-separator {
  border-bottom: 1px solid #dbd9d5;
}

.prenumeration-category {
  margin-top: 40px;
  /*border-bottom: 1px solid $filter-all;*/
  width: 1000px;
}

.prenumeration-category h2.catergory-name {
  font-family: "webfont-Frutiger", sans-serif;
  font-size: 18px;
  padding: 0;
  font-weight: 600;
  margin: 0;
  padding-bottom: 25px;
  line-height: 22px;
}

.prenumeration-category ul.prenumeration-property {
  width: 960px !important;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  padding-bottom: 15px;
  max-height: 4000px !important;
}

.prenumeration-category ul.prenumeration-property li {
  font-family: "webfont-Frutiger", sans-serif;
  font-size: 18px;
  font-weight: 200;
  vertical-align: middle;
  padding: 0 10px 0 0;
  vertical-align: middle;
  padding-bottom: 10px;
  width: 300px;
  display: block;
}

.prenumeration-category ul.prenumeration-property li span.checkbox-prenumeration {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 15px;
}

.prenumeration-category ul.prenumeration-property li span.checkbox-prenumeration .prenumeration-property-chk {
  width: 23px;
  height: 23px;
  position: absolute;
  opacity: 0;
  display: block;
  float: left;
}

.prenumeration-category ul.prenumeration-property li span.checkbox-prenumeration label {
  font-family: "webfont-Frutiger", sans-serif;
  font-size: 18px;
  font-weight: 200;
  vertical-align: middle;
  display: block;
  float: left;
  padding: 0px 0px 10px 35px;
  line-height: 22px;
}

.prenumeration-category ul.prenumeration-property li span.checkbox-prenumeration input[type=checkbox] + label {
  background: url("../img/pre-unchecked-checkbox.png") no-repeat;
}

.prenumeration-category ul.prenumeration-property li span.checkbox-prenumeration input[type=checkbox]:checked + label {
  background: url("../img/pre-checked-checkbox.png") no-repeat;
}

body.collectionpagetype #main-content > .container,
body.collectionpagetype #main-content > .m-page-banner--inner {
  padding-top: 5px;
}

body.collectionpagetype #main-content > .container .l-content_primary,
body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary {
  overflow: hidden;
  width: 100%;
}

body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper,
body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper {
  width: 1000px;
}

@media only screen and (max-width: 736px) {
  body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper,
  body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper {
    width: 100%;
  }
}

body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-header,
body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-header {
  width: 600px;
  margin-top: 30px;
}

@media only screen and (max-width: 736px) {
  body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-header,
  body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-header {
    width: 100%;
    margin-top: 35px;
  }
}

body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-edit-form-top,
body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-edit-form-top {
  border-top: 1px solid #dbd9d5;
}

@media only screen and (max-width: 736px) {
  body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-edit-form-top,
  body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-edit-form-top {
    border: none;
  }
}

body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-edit-form-top span.valid,
body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-edit-form-top span.valid {
  display: none;
}

body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-edit-form-top span.error,
body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-edit-form-top span.error {
  font-size: 14px;
  color: red;
  font-family: "Georgia", serif;
  padding-bottom: 10px;
  display: block;
  font-weight: 200;
}

@media only screen and (min-width: 770px) {
  body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-edit-form-top #update-prenumeration-checkbox-error,
  body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-edit-form-top #update-prenumeration-checkbox-error {
    margin-bottom: -20px;
    padding-top: 20px;
  }
}

body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-edit-form-top form .prenumera-update-form-email-btn,
body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-edit-form-top form .prenumera-update-form-email-btn {
  float: right;
  font-size: 18px !important;
  width: 300px !important;
  margin-bottom: 80px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-top: 20px;
  margin-right: 40px \9;
}

body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-edit-form-top form .prenumera-update-form-email-btn:after,
body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-edit-form-top form .prenumera-update-form-email-btn:after {
  padding: 0 !important;
}

@media only screen and (max-width: 736px) {
  body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-edit-form-top form .prenumera-update-form-email-btn,
  body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-edit-form-top form .prenumera-update-form-email-btn {
    width: 100% !important;
    text-align: center;
    font-size: 16px !important;
    margin-bottom: 40px;
    margin-top: 0;
  }
}

body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer,
body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer {
  width: 600px;
}

@media only screen and (max-width: 736px) {
  body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer,
  body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer {
    width: 100%;
  }
}

body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .prenumera-update-link,
body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .prenumera-update-link {
  font-size: 18px;
  display: block;
  float: left;
  line-height: 27px;
  font-family: "Georgia", serif;
}

@media only screen and (max-width: 736px) {
  body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .prenumera-update-link,
  body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .prenumera-update-link {
    font-size: 16px;
    line-height: 41px;
    margin-bottom: 60px;
  }
}

body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .prenumera-update-link:after,
body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .prenumera-update-link:after {
  padding-left: 5px;
}

.prenumeration-category-mobile.collapsible {
  width: 100%;
}

.prenumeration-category-mobile.collapsible .collapsible--content {
  overflow-y: hidden;
  max-height: 0;
  /*@include transition(max-height 1s ease-out);*/
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.prenumeration-category-mobile.collapsible h2.catergory-name.collapsible--toggle {
  background-color: #f5f2ed;
  padding: 15px;
  border-bottom: 5px solid;
  border-color: #e1056d;
  font-family: "webfont-Frutiger", sans-serif;
  margin: 0;
  font-size: 16px;
  position: relative;
  line-height: 20px;
}

.prenumeration-category-mobile.collapsible h2.catergory-name.collapsible--toggle .catergory-name-text {
  padding-right: 25px;
  display: inline-block;
}

.prenumeration-category-mobile.collapsible h2.catergory-name.collapsible--toggle > a.toggle-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.8em;
  height: 2.8em;
  background-position: center;
}

@media only screen and (min-width: 770px) {
  .prenumeration-category-mobile.collapsible h2.catergory-name.collapsible--toggle > a.toggle-btn {
    border-left: 0;
  }
}

.prenumeration-category-mobile.collapsible h2.catergory-name.collapsible--toggle > a.toggle-btn:hover,
.prenumeration-category-mobile.collapsible h2.catergory-name.collapsible--toggle > a.toggle-btn:focus {
  text-decoration: none;
}

.prenumeration-category-mobile.collapsible h2.catergory-name.collapsible--toggle > a.toggle-btn:after {
  content: none !important;
}

.prenumeration-category-mobile.collapsible :before {
  content: none !important;
}

.prenumeration-category-mobile.collapsible ul.prenumeration-property-mobile {
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
}

.prenumeration-category-mobile.collapsible ul.prenumeration-property-mobile li {
  margin-top: 1px;
  list-style: none;
  display: block;
  width: 100%;
  background-color: #f5f2ed;
  float: left;
  margin-top: 1px;
  padding: 15px;
  padding-bottom: 10px;
}

.prenumeration-category-mobile.collapsible ul.prenumeration-property-mobile li span.checkbox-prenumeration {
  display: block;
  float: left;
  width: 100%;
}

.prenumeration-category-mobile.collapsible ul.prenumeration-property-mobile li span.checkbox-prenumeration .prenumeration-property-chk {
  width: 23px;
  height: 23px;
  position: absolute;
  opacity: 0;
  display: block;
  float: left;
}

.prenumeration-category-mobile.collapsible ul.prenumeration-property-mobile li span.checkbox-prenumeration label {
  font-family: "webfont-Frutiger", sans-serif;
  font-size: 18px;
  font-weight: 200;
  vertical-align: middle;
  display: block;
  float: left;
  width: 85%;
  padding: 0px 0px 10px 35px;
}

.prenumeration-category-mobile.collapsible ul.prenumeration-property-mobile li span.checkbox-prenumeration input[type=checkbox] + label {
  background: url("../img/subscriptionCheckBoxUncheck.png") no-repeat;
}

.prenumeration-category-mobile.collapsible ul.prenumeration-property-mobile li span.checkbox-prenumeration input[type=checkbox]:checked + label {
  background: url("../img/subscriptionCheckBoxChecked.png") no-repeat;
}

.prenumeration-category-mobile.collapsible.is-open .collapsible--content {
  max-height: none;
  height: auto;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  /*@include transition(max-height 1s ease-out);*/
}

.prenumeration-category-mobile.collapsible.is-open h2.catergory-name.collapsible--toggle {
  background-color: #f5f2ed;
  padding: 15px;
  border-bottom: 5px solid;
  border-color: #e1056d;
  font-family: "webfont-Frutiger", sans-serif;
  margin: 0;
  font-size: 16px;
  position: relative;
}

.prenumeration-category-mobile.collapsible.is-open h2.catergory-name.collapsible--toggle > a.toggle-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.8em;
  height: 2.8em;
  background-position: center;
}

@media only screen and (min-width: 770px) {
  .prenumeration-category-mobile.collapsible.is-open h2.catergory-name.collapsible--toggle > a.toggle-btn {
    border-left: 0;
  }
}

.prenumeration-category-mobile.collapsible.is-open h2.catergory-name.collapsible--toggle > a.toggle-btn:hover,
.prenumeration-category-mobile.collapsible.is-open h2.catergory-name.collapsible--toggle > a.toggle-btn:focus {
  text-decoration: none;
}

.prenumeration-category-mobile.collapsible.is-open h2.catergory-name.collapsible--toggle > a.toggle-btn:after {
  content: none !important;
}

.prenumeration-form .prenumerationTitle {
  font-size: 21px;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 736px) {
  .prenumeration-form .prenumerationTitle {
    font-size: 19px;
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 736px) {
  .prenumeration-form.news-page-sub-module {
    margin: 30px 0 0 0;
  }
}

.prenumeration-form.news-page-sub-module section.m-block .m-block--content,
.prenumeration-form.news-page-sub-module section.m-contact-panel .m-block--content,
.prenumeration-form.news-page-sub-module section.m-featured-item .m-block--content,
.prenumeration-form.news-page-sub-module section.m-block_toc .m-block--content {
  border-top: 5px solid transparent;
  border-color: #e88e35;
}

.prenumeration-form strong {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 700;
  font-size: 18px;
  display: block;
}

@media only screen and (max-width: 736px) {
  .prenumeration-form strong {
    font-size: 16px;
    padding-bottom: 10px;
  }
}

.prenumeration-form .prenumeration-form-elements {
  padding: 0;
}

.prenumeration-form .prenumeration-form-elements form {
  margin: 0;
}

.prenumeration-form .prenumeration-form-elements span.valid {
  display: none;
}

.prenumeration-form .prenumeration-form-elements span.error {
  font-size: 14px;
  color: red;
  font-family: "Georgia", serif;
  padding-bottom: 10px;
  display: block;
}

.prenumeration-form .prenumeration-form-elements .email-prenumeration {
  background: #fff;
  margin: 0 0 30px 0;
  -webkit-box-shadow: inset 2px 1px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 2px 1px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 2px 1px 4px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 736px) {
  .prenumeration-form .prenumeration-form-elements .email-prenumeration {
    margin: 0 0 20px 0;
  }
}

.prenumeration-form .prenumeration-form-elements input[type="text"].email-prenumeration::-webkit-input-placeholder {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  color: #333333;
  font-size: 18px;
  line-height: 22px;
}

.prenumeration-form .prenumeration-form-elements .prenumeration-form-submit {
  font-size: 18px;
  padding: 12px;
  margin: 30px 0 30px 0;
  float: left;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .prenumeration-form .prenumeration-form-elements .prenumeration-form-submit {
    font-size: 16px;
    margin: 20px 0 20px 0;
  }
}

.prenumeration-form .prenumeration-form-elements :after {
  font-size: 1.1em;
  margin-left: 5px;
}

.prenumeration-form .prenumeration-form-elements .prenumera-link {
  font-size: 16px;
  display: block;
  float: left;
}

@media only screen and (max-width: 736px) {
  .prenumeration-form .prenumeration-form-elements .prenumera-link {
    font-size: 14px;
  }
}

.prenumeration-form .prenumeration-form-elements .prenumera-link:after {
  padding-left: 0;
}

.prenumeration-form .select-category-wrapper {
  padding: 0px;
  margin: 0px;
  overflow: auto;
}

.prenumeration-form .select-category-wrapper ul {
  list-style: none;
  margin: 0;
}

.prenumeration-form .select-category-wrapper ul li {
  display: block;
  vertical-align: middle;
  display: block;
  float: left;
  margin-top: 15px;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 736px) {
  .prenumeration-form .select-category-wrapper ul li {
    margin-top: 10px;
    display: block;
    width: 100%;
  }
}

.prenumeration-form .select-category-wrapper ul li .selectcategory {
  width: 23px;
  height: 23px;
  position: absolute;
  opacity: 0;
  left: 0;
}

.prenumeration-form .select-category-wrapper ul li label {
  font-size: 18px;
  display: block;
  float: left;
  font-weight: 200;
  padding: 0px 0px 10px 35px;
}

@media only screen and (max-width: 736px) {
  .prenumeration-form .select-category-wrapper ul li label {
    font-size: 16px;
    word-break: keep-all;
  }
}

.prenumeration-form .select-category-wrapper ul li input[type=checkbox] + label {
  background: url("../img/subscriptionCheckBoxUncheck.png") no-repeat;
}

.prenumeration-form .select-category-wrapper ul li input[type=checkbox]:checked + label {
  background: url("../img/subscriptionCheckBoxChecked.png") no-repeat;
}

.subsite .m-site-search {
  border-bottom: none;
}

.subsite .m-page-banner {
  background-color: #002D5A;
  border-bottom: 15px solid #00AEEF;
  border-top: 0;
  margin-top: -1px;
  padding: 5px 0 0;
}

.subsite .icon_search:before {
  color: white;
}

.subsite .m-page-banner--title {
  max-width: 71%;
}

@media only screen and (min-width: 770px) {
  .subsite .m-page-banner--title {
    max-width: 100%;
  }
}

@media only screen and (min-width: 770px) {
  .subsite .m-main-nav--item > a {
    color: white;
  }
}

.subsite .m-main-nav--L1 .m-main-nav--item a:hover:after,
.subsite .m-main-nav--L1 .m-main-nav--item .m-main-nav--L1 > .m-main-nav--item > a:focus:after,
.subsite .m-main-nav--L1 .m-main-nav--item .m-main-nav--item.is-selected > a:focus:after {
  background-color: #0096D3;
}

.subsite .m-main-nav--L1 .m-main-nav--item.is-selected a:after,
.subsite .m-main-nav--L1 .m-main-nav--item.is-opened a:after,
.subsite .m-main-nav--L1 .m-main-nav--item.selected-path a:after {
  background-color: #0096D3;
}

.subsite .m-main-nav--L1 .m-main-nav--item a:focus:after {
  background-color: #0096D3;
}

.subsite .m-main-nav--item.has-children.is-opened .m-main-nav--item a {
  color: black;
}

.subsite .m-btn_icon-text {
  color: white;
}

.subsite p.m-page-banner--tagline {
  color: white;
}

.subsite .m-page-banner--logo {
  display: block;
  max-height: 2.945rem;
}

@media only screen and (min-width: 770px) {
  .subsite .m-page-banner--logo {
    display: block;
  }
}

@media only screen and (min-width: 770px) {
  .subsite .main-body {
    margin: 0 2.0833333%;
  }
}

.subsite .m-page-section.grey {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #f5f2ed;
}

.subsite .m-page-section.grey .theme-panel,
.subsite .m-page-section.grey .m-contact-card--front,
.subsite .m-page-section.grey .m-contact-card--back {
  background-color: #fff;
}

.subsite .m-page-section.white {
  background-color: #fff;
  border-top: 1px solid #dbd9d5;
  border-bottom: 1px solid #dbd9d5;
}

.subsite .m-page-section.white .theme-panel,
.subsite .m-page-section.white .m-contact-card--front,
.subsite .m-page-section.white .m-contact-card--back {
  background-color: #f5f2ed;
}

.subsite .l-blocks--block.prenumeration-form.prenumeration-form-desktop {
  display: none;
}

.subsite li.m-main-nav--item.has-children.lap-and-up-hidden.is-closed {
  display: none;
}

.subsite .rel-list {
  margin: 0;
}

.page-name {
  color: white;
  font-family: "webfont-Frutiger", sans-serif;
  font-size: 30px;
  line-height: 2;
}

.hide {
  display: none;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #000;
  border: 1px solid #989898;
  font-size: 0.75em;
  font-family: "webfont-Frutiger", sans-serif;
}

@media only screen and (min-width: 538.3px) {
  .select {
    width: 250px;
  }
}

.select .s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.select .styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 8px 7px;
  color: #000;
}

.select .styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: black transparent transparent transparent;
  position: absolute;
  top: 14px;
  right: 6px;
}

.select .styledSelect:active,
.select .styledSelect.active {
  background-color: #fff;
}

.select .options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  max-height: 300px;
  overflow: auto;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.select .options li {
  margin: 0 0;
  padding: 5px 10px;
}

.select .options li:hover {
  background-color: #39f;
  color: #fff;
}

.select .options li.sub-city {
  padding-left: 12px;
  border-left: solid 5px #d7d2cb;
  margin-left: 10px;
  line-height: 18px;
}

#jobapp .search-container {
  display: block;
  overflow: hidden;
  background-color: #e8e5e1;
  border-top: 1px solid #dbd9d5;
  border-bottom: 1px solid #dbd9d5;
  margin-bottom: -1px;
}

#jobapp .search-container .theme-panel,
#jobapp .search-container .m-contact-card--front,
#jobapp .search-container .m-contact-card--back {
  background: #fff;
}

#jobapp .search-container .l-blocks--block {
  margin-bottom: 28px;
  margin-bottom: 1.5555556rem;
}

@media only screen and (min-width: 770px) {
  #jobapp .search-container .l-blocks--block {
    margin-bottom: 38px;
    margin-bottom: 2.1111111rem;
  }
}

#jobapp .search-container .l-blocks--block:first-of-type {
  margin-top: 28px;
  margin-top: 1.5555556rem;
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) {
  #jobapp .search-container .l-blocks--block:first-of-type {
    margin-top: 38px;
    margin-top: 2.1111111rem;
  }
}

#jobapp .search-container .l-blocks_secondary {
  display: none;
}

@media only screen and (min-width: 770px) {
  #jobapp .search-container .l-blocks_secondary {
    display: inline;
  }

  #jobapp .search-container .l-blocks_secondary .l-blocks--block:last-of-type .theme-panel,
  #jobapp .search-container .l-blocks_secondary .l-blocks--block:last-of-type .m-contact-card--front,
  #jobapp .search-container .l-blocks_secondary .l-blocks--block:last-of-type .m-contact-card--back {
    margin-bottom: 0;
  }
}

@media print {
  #jobapp .search-container .l-blocks_secondary {
    display: none;
  }
}

#jobapp .search-field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #dbd9d5;
  position: relative;
  padding: 4px 80px 4px 4px;
  padding: 0.2222222rem 4.4444444rem 0.2222222rem 0.2222222rem;
}

@media only screen and (min-width: 770px) {
  #jobapp .search-field {
    padding: 4px 80px 4px 20px;
    padding: 0.2222222rem 4.4444444rem 0.2222222rem 1.1111111rem;
    border-radius: 25px;
    border-radius: 1.3888889rem;
  }
}

@media print {
  #jobapp .search-field {
    padding: 0;
  }
}

#jobapp .search-terms {
  float: left;
}

#jobapp .search-terms .term {
  display: inline-block;
  background: #002d5a;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 0.8888889rem;
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 400;
  padding: 8px;
  padding: 0.4444444rem;
  margin-right: 4px;
  margin-right: 0.2222222rem;
  margin-bottom: 4px;
  margin-bottom: 0.2222222rem;
}

#jobapp .search-terms .term:hover,
#jobapp .search-terms .term:focus {
  text-decoration: none;
  background-color: #264c73;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

@media print {
  #jobapp .search-terms .term {
    margin: 0;
    padding: 0;
  }

  #jobapp .search-terms .term:after {
    content: ', ';
    width: 0;
    margin: 0;
    padding: 0;
    font-family: "webfont-Frutiger", sans-serif;
    color: #333333;
    font-size: 16px;
    font-size: 0.8888889rem;
  }
}

#jobapp .search-input {
  width: auto;
  overflow: hidden;
  min-width: 33%;
}

#jobapp .search-input input[type=text] {
  border: 0;
  padding: 7px;
  padding: 0.3888889rem;
  font-size: 18px;
  font-size: 1rem;
  outline: none;
  background: transparent;
}

#jobapp .search-input input[type=text]:-ms-input-placeholder {
  color: #afafaf;
}

#jobapp .search-input button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #002d5a;
  color: #fff;
  font-size: 1.2em;
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  border-radius: 20px;
  border-radius: 1.1111111rem;
  position: absolute;
  bottom: 2px;
  right: 4px;
  padding: 5px 20px;
}

@media only screen and (min-width: 770px) {
  #jobapp .search-input button {
    bottom: 4px;
  }
}

#jobapp .search-input button:hover,
#jobapp .search-input button:focus {
  text-decoration: none;
  background-color: #264c73;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

@media print {
  #jobapp .search-input {
    display: none;
  }
}

#jobapp .auto-suggest {
  display: none;
  position: relative;
  z-index: 2;
  width: 100%;
}

@media only screen and (min-width: 770px) {
  #jobapp .auto-suggest {
    width: auto;
    margin: 0px 80px 0px 20px;
    margin: 0rem 4.4444444rem 0rem 1.1111111rem;
  }
}

#jobapp .auto-suggest.active {
  display: block;
}

#jobapp .auto-suggest ul {
  position: absolute;
  list-style: none;
  width: 100%;
  margin: 0;
  border: 1px solid #dbd9d5;
  box-sizing: border-box;
}

#jobapp .auto-suggest ul li {
  background: #fff;
  line-height: 1.5;
  padding: 2px 8px 2px 8px;
  padding: 0.1111111rem 0.4444444rem 0.1111111rem 0.4444444rem;
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}

#jobapp .auto-suggest ul li:before,
#jobapp .auto-suggest ul li:after {
  content: "";
  display: table;
}

#jobapp .auto-suggest ul li:after {
  clear: both;
}

#jobapp .auto-suggest ul li:nth-of-type(odd) {
  background: #f5f2ed;
}

#jobapp .auto-suggest ul li strong {
  font-weight: normal;
  text-decoration: underline;
}

#jobapp .auto-suggest ul li span {
  float: right;
  color: #e1056d;
}

#jobapp .auto-suggest ul li:hover,
#jobapp .auto-suggest ul li.selected {
  background: #dbd9d5;
}

#jobapp .auto-suggest ul li:hover span:last-of-type,
#jobapp .auto-suggest ul li.selected span:last-of-type {
  color: #fff;
}

#jobapp .auto-suggest-count,
#jobapp .auto-suggest-description,
#jobapp .category-title-sr-only,
#jobapp .organisation-title-sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#jobapp .auto-suggest-count.focusable:active,
#jobapp .auto-suggest-count.focusable:focus,
#jobapp .auto-suggest-description.focusable:active,
#jobapp .auto-suggest-description.focusable:focus,
#jobapp .category-title-sr-only.focusable:active,
#jobapp .category-title-sr-only.focusable:focus,
#jobapp .organisation-title-sr-only.focusable:active,
#jobapp .organisation-title-sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@media print {
  #jobapp .picker-container {
    display: none;
  }
}

#jobapp .categories {
  margin-bottom: 28px;
  margin-bottom: 1.5555556rem;
}

@media only screen and (min-width: 770px) {
  #jobapp .categories {
    margin-bottom: 0;
    width: calc(50% - 20px);
    float: left;
    padding-right: 20px;
  }

  #jobapp .categories h2 {
    font-size: 21px;
    font-size: 1.1666667rem;
    margin-bottom: 10px;
    margin-bottom: 0.5555556rem;
  }
}

#jobapp .categories .category-picker-description {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#jobapp .categories .category-picker-description.focusable:active,
#jobapp .categories .category-picker-description.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

#jobapp .departments {
  margin-bottom: 28px;
  margin-bottom: 1.5555556rem;
}

@media only screen and (min-width: 770px) {
  #jobapp .departments {
    margin-bottom: 0;
    width: calc(50% - 20px);
    float: left;
    padding-left: 20px;
  }

  #jobapp .departments h2 {
    font-size: 21px;
    font-size: 1.1666667rem;
    margin-bottom: 10px;
    margin-bottom: 0.5555556rem;
  }
}

#jobapp .departments .department-picker-description {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#jobapp .departments .department-picker-description.focusable:active,
#jobapp .departments .department-picker-description.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

#jobapp .picker-box.mobile {
  margin-bottom: 15px;
  margin-bottom: 0.8333333rem;
}

#jobapp .picker-box.mobile select {
  width: 100%;
  font-size: 18px;
  font-size: 1rem;
  border: 1px solid #dbd9d5;
}

@media only screen and (min-width: 770px) {
  #jobapp .picker-box.mobile {
    display: none;
  }
}

#jobapp .picker-box.desktop {
  display: none;
}

@media only screen and (min-width: 770px) {
  #jobapp .picker-box.desktop {
    display: block;
    border: 1px solid #dbd9d5;
    background: #fff;
    height: 162px;
    height: 9rem;
    padding: 14px;
    padding: 0.7777778rem;
    overflow: auto;
    font-family: "webfont-Frutiger", sans-serif;
    font-weight: 400;
    line-height: 1.2222222;
    font-size: 1em;
    position: relative;
  }

  #jobapp .picker-box.desktop.outline {
    outline: 2px solid #e1056d;
  }

  #jobapp .picker-box.desktop ul {
    list-style: none;
    margin: 0;
  }

  #jobapp .picker-box.desktop ul li {
    cursor: pointer;
    margin-left: 64px;
    margin-left: 3.5555556rem;
    padding: 3px 3px 2px 3px;
    padding: 0.1666667rem 0.1666667rem 0.1111111rem 0.1666667rem;
    margin-bottom: 1px;
    margin-bottom: 0.0555556rem;
  }

  #jobapp .picker-box.desktop ul li.group {
    margin-left: 0;
  }

  #jobapp .picker-box.desktop ul li.group > div {
    padding-left: 20px;
    padding-left: 1.1111111rem;
    position: relative;
  }

  #jobapp .picker-box.desktop ul li > div > span {
    padding-left: 5px;
    padding-left: 0.2777778rem;
  }

  #jobapp .picker-box.desktop ul li > div.staged {
    background: #002d5a;
    color: #fff;
  }

  #jobapp .picker-box.desktop ul li > div.staged .expand-collapse-wrapper .picker-plus:before {
    width: 1em;
    text-align: center;
    content: "";
    color: #fff;
    font-size: 24px;
    font-size: 1.3333333rem;
    margin-right: 3px;
  }

  #jobapp .picker-box.desktop ul li > div.staged .expand-collapse-wrapper .picker-minus:before {
    width: 1em;
    text-align: center;
    content: "";
    color: #fff;
    font-size: 24px;
    font-size: 1.3333333rem;
    margin-right: 3px;
  }

  #jobapp .picker-box.desktop ul li > div:hover,
  #jobapp .picker-box.desktop ul li > div.selected {
    background: #dbd9d5;
    color: #333333;
  }

  #jobapp .picker-box.desktop ul li > div:hover.staged,
  #jobapp .picker-box.desktop ul li > div.selected.staged {
    background: #264c73;
    color: #fff;
  }

  #jobapp .picker-box.desktop ul li > div:hover.staged .expand-collapse-wrapper .picker-plus:before,
  #jobapp .picker-box.desktop ul li > div.selected.staged .expand-collapse-wrapper .picker-plus:before {
    width: 1em;
    text-align: center;
    content: "";
    color: #fff;
    font-size: 24px;
    font-size: 1.3333333rem;
    margin-right: 3px;
  }

  #jobapp .picker-box.desktop ul li > div:hover.staged .expand-collapse-wrapper .picker-minus:before,
  #jobapp .picker-box.desktop ul li > div.selected.staged .expand-collapse-wrapper .picker-minus:before {
    width: 1em;
    text-align: center;
    content: "";
    color: #fff;
    font-size: 24px;
    font-size: 1.3333333rem;
    margin-right: 3px;
  }

  #jobapp .picker-box.desktop ul li > div:hover .expand-collapse-wrapper .picker-plus:before,
  #jobapp .picker-box.desktop ul li > div.selected .expand-collapse-wrapper .picker-plus:before {
    width: 1em;
    text-align: center;
    content: "";
    color: #002d5a;
    font-size: 24px;
    font-size: 1.3333333rem;
    margin-right: 3px;
  }

  #jobapp .picker-box.desktop ul li > div:hover .expand-collapse-wrapper .picker-minus:before,
  #jobapp .picker-box.desktop ul li > div.selected .expand-collapse-wrapper .picker-minus:before {
    width: 1em;
    text-align: center;
    content: "";
    color: #002d5a;
    font-size: 24px;
    font-size: 1.3333333rem;
    margin-right: 3px;
  }

  #jobapp .picker-box.desktop ul li > div span {
    display: block;
  }

  #jobapp .picker-box.desktop ul li .expand-collapse-wrapper {
    display: inline-block;
    position: absolute;
    top: 0;
    left: -2px;
    width: 24px;
    width: 1.3333333rem;
    height: 24px;
    height: 1.3333333rem;
  }

  #jobapp .picker-box.desktop ul li .expand-collapse-wrapper .picker-plus:before {
    width: 1em;
    text-align: center;
    content: "";
    color: #002d5a;
    font-size: 24px;
    font-size: 1.3333333rem;
    margin-right: 3px;
  }

  #jobapp .picker-box.desktop ul li .expand-collapse-wrapper .picker-minus:before {
    width: 1em;
    text-align: center;
    content: "";
    color: #002d5a;
    font-size: 24px;
    font-size: 1.3333333rem;
    margin-right: 3px;
  }

  #jobapp .picker-box.desktop ul.department-list li {
    margin-left: 0;
  }
}

#jobapp .result-container {
  margin-top: 28px;
  margin-top: 1.5555556rem;
}

@media only screen and (min-width: 770px) {
  #jobapp .result-container {
    margin-top: 38px;
    margin-top: 2.1111111rem;
  }
}

@media print {
  #jobapp .result-container {
    margin: 0;
  }
}

#jobapp .result-container .l-blocks--block {
  max-height: none;
}

#jobapp .result-container .result-sort div {
  display: inline-block;
}

@media print {
  #jobapp .result-container .result-sort {
    display: none;
  }
}

#jobapp .result-container .result-sort .active {
  color: #333333;
}

#jobapp .result-container .result-info {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
}

#jobapp .result-container .result-info p,
#jobapp .result-container .result-info div {
  margin-bottom: 15px;
  margin-bottom: 0.8333333rem;
}

#jobapp .result-container .result-list-container,
#jobapp .result-container .spinner-container {
  min-height: 5rem;
  position: relative;
}

#jobapp .result-container .spinner-container {
  height: 5rem;
}

#jobapp .result-container .result-list {
  list-style: none;
  margin: 0;
}

#jobapp .result-container .result-list li {
  border: 1px solid #dbd9d5;
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  padding: 30px 18px 30px 18px;
  padding: 1.6666667rem 1rem 1.6666667rem 1rem;
  margin-bottom: 25px;
  margin-bottom: 1.3888889rem;
}

#jobapp .result-container .result-list li:hover,
#jobapp .result-container .result-list li:active {
  background-color: #f5f2ed;
  cursor: pointer;
}

@media only screen and (min-width: 770px) {
  #jobapp .result-container .result-list li {
    border: 0;
    border-top: 1px solid #dbd9d5;
    padding: 27px 30px 27px 30px;
    padding: 1.5rem 1.6666667rem 1.5rem 1.6666667rem;
    margin-bottom: 0;
  }

  #jobapp .result-container .result-list li:last-of-type {
    border-bottom: 1px solid #dbd9d5;
  }
}

#jobapp .result-container .result-list li h2,
#jobapp .result-container .result-list li h3 {
  color: #034ea2;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.3333333rem;
  margin: 0;
  margin-bottom: 15px;
  margin-bottom: 0.8333333rem;
}

#jobapp .result-container .result-list li .apply {
  display: table;
  width: 100%;
  margin: 0;
}

#jobapp .result-container .result-list li .apply .apply-row {
  display: table-row;
}

#jobapp .result-container .result-list li .apply .apply-row div {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

#jobapp .result-container .result-list li .apply .apply-row div.apply-dates {
  font-family: "Georgia", serif;
  font-weight: 200;
  line-height: 1.2222222;
  font-size: 16px;
  font-size: 0.8888889rem;
}

#jobapp .result-container .result-list li .apply .apply-row div.apply-dates .apply-url {
  display: none;
}

@media print {
  #jobapp .result-container .result-list li .apply .apply-row div.apply-dates .apply-url {
    display: block;
  }
}

#jobapp .result-container .result-list li .apply .apply-row div.apply-button {
  text-align: right;
  display: none;
}

#jobapp .result-container .result-list li .apply .apply-row div.apply-button button {
  padding: 0.5rem 0.7rem 0.5rem 1.1rem;
}

#jobapp .result-container .result-list li .apply .apply-row div.apply-button button:after {
  width: 1em;
  text-align: center;
  content: "";
  color: #fff;
  font-size: 28px;
  font-size: 1.5555556rem;
  margin-left: 8px;
}

@media only screen and (min-width: 770px) {
  #jobapp .result-container .result-list li .apply .apply-row div.apply-button {
    display: table-cell;
  }

  #jobapp .result-container .result-list li .apply .apply-row div.apply-button button {
    font-size: 18px;
    font-size: 1rem;
  }
}

@media print {
  #jobapp .result-container .result-list li .apply .apply-row div.apply-button {
    display: none;
  }
}

@media print {
  #jobapp .result-container .result-list li {
    padding: 0;
  }
}

@media print {
  #jobapp .result-container .l-blocks_secondary .l-blocks--block:first-of-type {
    display: none;
  }
}

@media only screen and (min-width: 770px) {
  #jobapp .result-container .l-blocks_secondary .my-application-mobile,
  #jobapp .result-container .l-blocks_secondary .my-subscription-mobile {
    display: none;
  }
}

#jobapp .result-container .show-more-container {
  margin-top: 25px;
  margin-top: 1.3888889rem;
  margin-bottom: 40px;
  margin-bottom: 2.2222222rem;
  text-align: center;
}

@media only screen and (min-width: 770px) {
  #jobapp .result-container .show-more-container {
    margin-top: 35px;
    margin-top: 1.9444444rem;
    margin-bottom: 60px;
    margin-bottom: 3.3333333rem;
  }
}

#jobapp .result-container .show-more-container .show-more {
  display: inline-block;
  font-size: 20px;
  font-size: 1.1111111rem;
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  text-align: center;
  cursor: pointer;
}

@media print {
  #jobapp .result-container .show-more-container .show-more {
    display: none;
  }
}

#jobapp h2 .jobapp-icon {
  vertical-align: middle;
  width: 36px;
  width: 2rem;
  height: auto;
}

#shareapp {
  margin-bottom: 40px;
}

@media only screen and (min-width: 770px) {
  #shareapp {
    margin-bottom: 60px;
  }
}

.primary-related-content {
  display: none;
}

@media only screen and (min-width: 770px) {
  .primary-related-content {
    display: block;
  }
}

.jobAppCmsContent {
  display: none;
}

.keyboard .show-more:focus.focused,
.keyboard .department-box:focus.focused,
.keyboard .category-box.focused,
.keyboard .department-box.focused {
  outline: 2px solid #e1056d;
}

#jobapp #adpage .container,
#jobapp #adpage .m-page-banner--inner {
  margin-top: 60px;
  margin-top: 3.3333333rem;
}

#jobapp #adpage .container .l-blocks--block,
#jobapp #adpage .m-page-banner--inner .l-blocks--block {
  margin-bottom: 50px;
  margin-bottom: 2.7777778rem;
}

#jobapp #adpage .navbar-container {
  background: #f5f2ed;
  border: 1px solid #dbd9d5;
  padding: 10px;
  padding: 0.5555556rem;
  text-align: center;
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1rem;
}

#jobapp #adpage .navbar-container .previous {
  background: transparent;
  border: 0;
  color: #034ea2;
  float: left;
}

#jobapp #adpage .navbar-container .next {
  background: transparent;
  border: 0;
  color: #034ea2;
  float: right;
}

#jobapp #adpage .criteria-container {
  border: 1px solid #dbd9d5;
  padding: 10px 6px 6px 10px;
  padding: 0.5555556rem 0.3333333rem 0.3333333rem 0.5555556rem;
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}

#jobapp #adpage .criteria-container:before,
#jobapp #adpage .criteria-container:after {
  content: "";
  display: table;
}

#jobapp #adpage .criteria-container:after {
  clear: both;
}

#jobapp #adpage .adjust {
  border: 1px solid #dbd9d5;
  background: #f5f2ed;
  color: #034ea2;
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  font-size: 18px;
  font-size: 1rem;
  margin: 15px 0px;
  margin: 0.8333333rem 0rem;
  width: 100%;
  text-align: left;
  padding: 0;
}

#jobapp #adpage .adjust .arrow {
  width: 22px;
  height: 22px;
  border-right: 1px solid #dbd9d5;
  float: left;
  padding: 10px;
  padding: 0.5555556rem;
}

#jobapp #adpage .adjust .text {
  padding: 10px;
  padding: 0.5555556rem;
  width: auto;
  overflow: hidden;
}

#jobapp #adpage .apply {
  border: 0;
  background: #002d5a;
  color: white;
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  padding: 20px;
  padding: 1.1111111rem;
  font-size: 21px;
  font-size: 1.1666667rem;
  min-width: 150px;
  min-width: 8.3333333rem;
  position: absolute;
  top: 0;
  right: 0;
}

#jobapp #adpage .ad-department {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 400;
  font-size: 21px;
  font-size: 1.1666667rem;
  padding-right: 170px;
  padding-right: 9.4444444rem;
  position: relative;
}

#jobapp #adpage .ad-content .preamble {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1rem;
}

#jobapp #adpage .ad-info {
  padding-right: 170px;
  padding-right: 9.4444444rem;
  position: relative;
}

.startpagetype .m-crisis-alert {
  border: 0;
  border-top: 1px solid #dbd9d5;
}

.m-crisis-alert {
  background: #e8e5e1;
  border-top: 1px solid #dbd9d5;
  border-bottom: 1px solid #dbd9d5;
}

.m-crisis-alert.severe .column-icon i {
  color: #e1056d;
}

.m-crisis-alert.collapsed .column-info .summary {
  display: none;
}

.m-crisis-alert.collapsed .column-info button:before {
  width: 1em;
  text-align: center;
  content: "";
  color: #002d5a;
  font-size: 30px;
  font-size: 1.6666667rem;
  margin-right: 3px;
}

.m-crisis-alert.collapsed .column-info button:before {
  margin: 0;
}

.m-crisis-alert .column-icon {
  display: block;
  float: none;
  margin: 1.3888889%;
  margin-top: 20px;
  margin-top: 1.1111111rem;
  margin-bottom: 10px;
  margin-bottom: 0.5555556rem;
  text-align: center;
}

.m-crisis-alert .column-icon i {
  color: #eb9100;
  font-size: 44px;
  font-size: 2.4444444rem;
}

@media only screen and (min-width: 770px) {
  .m-crisis-alert .column-icon {
    float: left;
    margin: 1.3888889%;
  }
}

.m-crisis-alert .column-info {
  margin: 1.3888889%;
  margin-bottom: 20px;
  margin-bottom: 1.1111111rem;
  overflow: hidden;
  width: auto;
}

@media only screen and (min-width: 770px) {
  .m-crisis-alert .column-info {
    margin: 1.3888889%;
    position: relative;
  }
}

.m-crisis-alert .column-info h2 {
  margin-top: 0;
  margin-bottom: 9px;
  margin-bottom: 0.5rem;
  text-align: center;
}

@media only screen and (min-width: 770px) {
  .m-crisis-alert .column-info h2 {
    text-align: left;
  }
}

.m-crisis-alert .column-info .date {
  text-align: center;
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  line-height: 1.2222222;
  font-size: 1em;
  font-size: 16px;
  font-size: 0.8888889rem;
  margin-bottom: 15px;
  margin-bottom: 0.8333333rem;
}

@media only screen and (min-width: 770px) {
  .m-crisis-alert .column-info .date {
    text-align: left;
  }
}

.m-crisis-alert .column-info .summary {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  line-height: 1.2222222;
  font-size: 1.1em;
}

@media only screen and (min-width: 538.3px) {
  .m-crisis-alert .column-info .summary {
    font-size: 21px;
    font-size: 1.1666667rem;
  }
}

.m-crisis-alert .column-info .summary p:last-of-type {
  margin-bottom: 0;
}

.m-crisis-alert .column-info button {
  background: transparent;
  padding: 0;
  position: absolute;
  right: 12px;
  right: 0.6666667rem;
  top: 19px;
  top: 1.0555556rem;
}

.m-crisis-alert .column-info button:before {
  width: 1em;
  text-align: center;
  content: "";
  color: #002d5a;
  font-size: 30px;
  font-size: 1.6666667rem;
  margin-right: 3px;
}

.m-crisis-alert .column-info button:before {
  background-color: transparent;
  border: 1px solid #002d5a;
  -webkit-border-radius: 9999px;
  border-radius: 9999px;
}

@media only screen and (min-width: 770px) {
  .m-crisis-alert .column-info button {
    right: 1px;
    top: 1px;
  }
}

.m-crisis-alert .column-info button:before {
  margin: 0;
}

.m-our-webpages {
  text-align: left;
  display: none;
  position: absolute;
  top: 130px;
  right: 20px;
  border-top: 5px solid #e1056d;
  z-index: 100;
  background: #f5f2ed;
}

.m-our-webpages.active {
  display: block;
}

.m-our-webpages.single-column .link-container .column.align-left,
.m-our-webpages.single-column .link-container .column.align-right {
  margin: 0;
}

.m-our-webpages .link-container {
  border: 1px solid #dbd9d5;
  border-top: 0;
  padding: 40px;
  padding: 2.2222222rem;
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}

.m-our-webpages .link-container:before,
.m-our-webpages .link-container:after {
  content: "";
  display: table;
}

.m-our-webpages .link-container:after {
  clear: both;
}

.m-our-webpages .link-container .column {
  max-width: 260px;
}

.m-our-webpages .link-container .column.align-left {
  float: left;
  margin-right: 20px;
}

.m-our-webpages .link-container .column.align-right {
  float: right;
  margin-left: 20px;
}

.m-our-webpages .link-container .column .group ul {
  list-style: none;
  margin: 0;
  margin-bottom: 20px;
}

.m-our-webpages .link-container .column .group ul li {
  margin-bottom: 10px;
}

.m-our-webpages .m-our-webpages--arrow {
  position: absolute;
  top: -15px;
  margin-left: -10px;
  right: 145px;
  display: block;
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e1056d;
}

.m-our-webpages .close {
  position: absolute;
  top: 5px;
  right: -3px;
}

.generatedcontent.fontface .m-our-webpages .close > span {
  overflow: hidden;
  background-color: transparent;
  border: 0;
  font: 0px/0 a;
  text-shadow: none;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.keyboard .time-line-component .event-btn:focus {
  outline: 2px solid #e1056d;
}

.time-line-component {
  background: #f5f2ed;
}

.time-line-component .icon-plus:before {
  width: 1em;
  text-align: center;
  content: "";
  color: inherit;
  font-size: 35px;
  font-size: 1.9444444rem;
  margin-right: 0;
}

.time-line-component .icon-minus:before {
  width: 1em;
  text-align: center;
  content: "";
  color: inherit;
  font-size: 35px;
  font-size: 1.9444444rem;
  margin-right: 0;
}

.time-line-component .icon-close:before {
  width: 1em;
  text-align: center;
  content: "";
  color: inherit;
  font-size: 35px;
  font-size: 1.9444444rem;
  margin-right: 0;
}

.time-line-toggle {
  border-bottom-style: solid;
  border-bottom-width: 4px;
  font-family: Arial;
  text-align: center;
  cursor: pointer;
  padding: 20px 0;
}

.time-line-toggle.theme-DarkBlue,
.theme-DarkBlue .time-line-toggle {
  border-color: #002d5a;
}

.time-line-toggle.theme-Cyan,
.theme-Cyan .time-line-toggle {
  border-color: #00aeef;
}

.time-line-toggle.theme-LightGreen,
.theme-LightGreen .time-line-toggle {
  border-color: #78be43;
}

.time-line-toggle.theme-RubyRed,
.theme-RubyRed .time-line-toggle {
  border-color: #e1056d;
}

.time-line-toggle.theme-Yellow,
.theme-Yellow .time-line-toggle {
  border-color: #ffd400;
}

.time-line-toggle.theme-Red,
.theme-Red .time-line-toggle {
  border-color: #9a0932;
}

.time-line-toggle.theme-DarkGreen,
.theme-DarkGreen .time-line-toggle {
  border-color: #406618;
}

.time-line-toggle.theme-Orange,
.theme-Orange .time-line-toggle {
  border-color: #ff540d;
}

.time-line-toggle.theme-Colorless,
.theme-Colorless .time-line-toggle {
  border-color: #002d5a;
}

@media screen and (min-width: 737px) {
  .time-line-toggle {
    display: none;
  }
}

.time-line-toggle h3 {
  position: relative;
  margin: 0;
}

.time-line-toggle h3 i {
  position: absolute;
  top: calc(50% - 15px);
  right: 10px;
  font-size: 20px;
}

.time-line {
  position: relative;
  z-index: 1;
  display: none;
}

.time-line h1,
.time-line > h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media screen and (min-width: 737px) {
  .time-line {
    display: block;
    max-height: none;
    margin: 0;
  }
}

.time-line .line > * {
  box-sizing: border-box;
}

.time-line .fade {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 3;
  height: 80px;
}

.time-line .fade.up {
  top: 0;
  right: 0;
  background-color: #f5f2ed;
  background: -moz-linear-gradient(bottom, #f5f2ed 70%, transparent 100%);
  background: -webkit-linear-gradient(bottom, #f5f2ed 70%, transparent 100%);
  background: linear-gradient(to bottom, #f5f2ed 70%, transparent 100%);
}

.time-line .fade.down {
  bottom: 0;
  right: 0;
  background-color: #f5f2ed;
  background: -moz-linear-gradient(top, #f5f2ed 70%, transparent 100%);
  background: -webkit-linear-gradient(top, #f5f2ed 70%, transparent 100%);
  background: linear-gradient(to top, #f5f2ed 70%, transparent 100%);
}

@media screen and (min-width: 737px) {
  .time-line .fade {
    top: 0;
    bottom: 0;
    width: 15%;
    height: auto;
  }

  .time-line .fade.left {
    left: 0;
    right: auto;
    background-color: #f5f2ed;
    background: -moz-linear-gradient(right, #f5f2ed 60%, transparent 100%);
    background: -webkit-linear-gradient(right, #f5f2ed 60%, transparent 100%);
    background: linear-gradient(to right, #f5f2ed 60%, transparent 100%);
  }

  .time-line .fade.right {
    left: auto;
    right: 0;
    background-color: #f5f2ed;
    background: -moz-linear-gradient(left, #f5f2ed 60%, transparent 100%);
    background: -webkit-linear-gradient(left, #f5f2ed 60%, transparent 100%);
    background: linear-gradient(to left, #f5f2ed 60%, transparent 100%);
  }
}

.time-line .scroll-up {
  position: absolute;
  top: 15px;
  left: calc(20px - (35px / 2) + (4px / 2));
}

@media screen and (min-width: 737px) {
  .time-line .scroll-up {
    display: none;
  }
}

.time-line .scroll-down {
  position: absolute;
  bottom: 15px;
  left: calc(20px - (35px / 2) + (4px / 2));
}

@media screen and (min-width: 737px) {
  .time-line .scroll-down {
    display: none;
  }
}

.time-line .scroll-left {
  display: none;
}

@media screen and (min-width: 737px) {
  .time-line .scroll-left {
    display: block;
    position: absolute;
    left: 4%;
    top: calc(100px - (35px / 2) + (5px / 2));
  }
}

.time-line .scroll-right {
  display: none;
}

@media screen and (min-width: 737px) {
  .time-line .scroll-right {
    display: block;
    position: absolute;
    right: 4%;
    top: calc(100px - (35px / 2) + (5px / 2));
  }
}

.time-line .scroll-btn {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  z-index: 4;
}

.time-line .scroll-btn:disabled {
  cursor: default;
}

.time-line .scroll-btn:disabled .arrow-icon {
  fill: #f5f2ed;
}

.time-line .scroll-btn:focus svg {
  -webkit-filter: drop-shadow(0px 3px 4px #6d5f53);
  filter: drop-shadow(0px 3px 4px #6d5f53);
}

.time-line .scroll-btn svg:hover {
  -webkit-filter: drop-shadow(0px 3px 4px #6d5f53);
  filter: drop-shadow(0px 3px 4px #6d5f53);
}

.time-line .scroll-btn .arrow-icon {
  display: block;
  width: 35px;
  height: 35px;
}

.time-line .scroll-btn .arrow-icon.theme-DarkBlue,
.theme-DarkBlue .time-line .scroll-btn .arrow-icon {
  fill: #002d5a;
}

.time-line .scroll-btn .arrow-icon.theme-Cyan,
.theme-Cyan .time-line .scroll-btn .arrow-icon {
  fill: #00aeef;
}

.time-line .scroll-btn .arrow-icon.theme-LightGreen,
.theme-LightGreen .time-line .scroll-btn .arrow-icon {
  fill: #78be43;
}

.time-line .scroll-btn .arrow-icon.theme-RubyRed,
.theme-RubyRed .time-line .scroll-btn .arrow-icon {
  fill: #e1056d;
}

.time-line .scroll-btn .arrow-icon.theme-Yellow,
.theme-Yellow .time-line .scroll-btn .arrow-icon {
  fill: #ffd400;
}

.time-line .scroll-btn .arrow-icon.theme-Red,
.theme-Red .time-line .scroll-btn .arrow-icon {
  fill: #9a0932;
}

.time-line .scroll-btn .arrow-icon.theme-DarkGreen,
.theme-DarkGreen .time-line .scroll-btn .arrow-icon {
  fill: #406618;
}

.time-line .scroll-btn .arrow-icon.theme-Orange,
.theme-Orange .time-line .scroll-btn .arrow-icon {
  fill: #ff540d;
}

.time-line .scroll-btn .arrow-icon.theme-Colorless,
.theme-Colorless .time-line .scroll-btn .arrow-icon {
  fill: #002d5a;
}

.time-line .line-container {
  position: relative;
  max-height: 520px;
  transition: all 0.2s;
  padding: 30px 0;
  overflow: hidden;
}

@media screen and (min-width: 737px) {
  .time-line .line-container {
    padding: 0;
    max-height: unset;
    overflow: visible;
  }
}

.time-line .line-container .line {
  width: 4px;
  padding: 0px 20px;
  position: relative;
  transition: 0.6s all ease-out;
}

@media screen and (min-width: 737px) {
  .time-line .line-container .line {
    width: auto;
    display: flex;
    height: 5px;
    padding-top: 100px;
    padding-bottom: calc((100px / 2) - 6px);
    margin: 0;
  }
}

@media screen and (min-width: 737px) {
  .time-line .line-container .line.eol-2 .event {
    flex: 0 0 33%;
    height: 100%;
  }

  .time-line .line-container .line.eol-2 .event .event-title {
    width: calc(70% - 10px);
  }
}

@media screen and (min-width: 737px) {
  .time-line .line-container .line.eol-3 .event {
    flex: 0 0 25%;
    height: 100%;
  }
}

.time-line .line-container .line .event {
  fill: #dbd9d5;
  stroke: #dbd9d5;
  background: #dbd9d5;
  position: relative;
  box-sizing: border-box;
}

.time-line .line-container .line .event:last-of-type {
  background: transparent;
}

.time-line .line-container .line .event.filler {
  background: transparent;
  height: 90px;
}

@media screen and (min-width: 737px) {
  .time-line .line-container .line .event.filler {
    height: 100%;
  }
}

@media screen and (min-width: 737px) {
  .time-line .line-container .line .event {
    flex: 0 0 20%;
    height: 100%;
  }
}

.time-line .line-container .line .event .event-btn {
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  left: calc(0px - 30px / 2);
  top: calc(0px - (30px - 5px) / 2);
  z-index: 1;
}

.time-line .line-container .line .event .event-btn svg {
  width: 30px;
  height: 30px;
}

.time-line .line-container .line .event .event-title {
  display: none;
}

@media screen and (min-width: 737px) {
  .time-line .line-container .line .event .event-title {
    display: block;
    position: absolute;
    top: calc(0px - 100px + (100px / 4));
    left: calc(0px - 30px / 2);
    width: calc(100% - 10px);
    cursor: pointer;
    font-family: "webfont-Frutiger", sans-serif;
    font-weight: 200;
    line-height: 1.2222222;
    font-size: 0.8333333em;
  }

  .time-line .line-container .line .event .event-title > .title {
    font-weight: 700;
  }
}

.time-line .line-container .line .event .event-info {
  position: relative;
  top: -45px;
  left: 30px;
  padding: 10px;
}

.time-line .line-container .line .event .event-info.theme-DarkBlue,
.theme-DarkBlue .time-line .line-container .line .event .event-info {
  border-color: #002d5a;
}

.time-line .line-container .line .event .event-info.theme-Cyan,
.theme-Cyan .time-line .line-container .line .event .event-info {
  border-color: #00aeef;
}

.time-line .line-container .line .event .event-info.theme-LightGreen,
.theme-LightGreen .time-line .line-container .line .event .event-info {
  border-color: #78be43;
}

.time-line .line-container .line .event .event-info.theme-RubyRed,
.theme-RubyRed .time-line .line-container .line .event .event-info {
  border-color: #e1056d;
}

.time-line .line-container .line .event .event-info.theme-Yellow,
.theme-Yellow .time-line .line-container .line .event .event-info {
  border-color: #ffd400;
}

.time-line .line-container .line .event .event-info.theme-Red,
.theme-Red .time-line .line-container .line .event .event-info {
  border-color: #9a0932;
}

.time-line .line-container .line .event .event-info.theme-DarkGreen,
.theme-DarkGreen .time-line .line-container .line .event .event-info {
  border-color: #406618;
}

.time-line .line-container .line .event .event-info.theme-Orange,
.theme-Orange .time-line .line-container .line .event .event-info {
  border-color: #ff540d;
}

.time-line .line-container .line .event .event-info.theme-Colorless,
.theme-Colorless .time-line .line-container .line .event .event-info {
  border-color: #002d5a;
}

.time-line .line-container .line .event .event-info:before {
  content: "";
  border: 10px solid transparent;
  border-right-color: inherit;
  position: absolute;
  top: 35px;
  left: -10px;
}

@media screen and (min-width: 737px) {
  .time-line .line-container .line .event .event-info {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 2;
    transform: scale(0);
    transform-origin: 0% 0%;
    transition: all 0.2s ease-out;
    padding: 0;
  }

  .time-line .line-container .line .event .event-info:before {
    content: "";
    border: 10px solid transparent;
    border-bottom-color: inherit;
    position: absolute;
    top: calc(0px - 10px * 2);
    left: -10px;
  }
}

.time-line .line-container .line .event .event-info.show {
  transform: scale(1);
}

.time-line .line-container .line .event .event-info .event-position {
  border-left-width: 4px;
  border-left-style: solid;
  padding-left: 1px;
}

.time-line .line-container .line .event .event-info .event-position.theme-DarkBlue,
.theme-DarkBlue .time-line .line-container .line .event .event-info .event-position {
  border-left-color: #002d5a;
}

.time-line .line-container .line .event .event-info .event-position.theme-Cyan,
.theme-Cyan .time-line .line-container .line .event .event-info .event-position {
  border-left-color: #00aeef;
}

.time-line .line-container .line .event .event-info .event-position.theme-LightGreen,
.theme-LightGreen .time-line .line-container .line .event .event-info .event-position {
  border-left-color: #78be43;
}

.time-line .line-container .line .event .event-info .event-position.theme-RubyRed,
.theme-RubyRed .time-line .line-container .line .event .event-info .event-position {
  border-left-color: #e1056d;
}

.time-line .line-container .line .event .event-info .event-position.theme-Yellow,
.theme-Yellow .time-line .line-container .line .event .event-info .event-position {
  border-left-color: #ffd400;
}

.time-line .line-container .line .event .event-info .event-position.theme-Red,
.theme-Red .time-line .line-container .line .event .event-info .event-position {
  border-left-color: #9a0932;
}

.time-line .line-container .line .event .event-info .event-position.theme-DarkGreen,
.theme-DarkGreen .time-line .line-container .line .event .event-info .event-position {
  border-left-color: #406618;
}

.time-line .line-container .line .event .event-info .event-position.theme-Orange,
.theme-Orange .time-line .line-container .line .event .event-info .event-position {
  border-left-color: #ff540d;
}

.time-line .line-container .line .event .event-info .event-position.theme-Colorless,
.theme-Colorless .time-line .line-container .line .event .event-info .event-position {
  border-left-color: #002d5a;
}

@media screen and (min-width: 737px) {
  .time-line .line-container .line .event .event-info .event-position {
    border: 0;
    border-top-width: 4px;
    border-top-style: solid;
    position: relative;
    top: 0;
    padding: 0;
    padding-top: 1px;
  }

  .time-line .line-container .line .event .event-info .event-position.theme-DarkBlue,
  .theme-DarkBlue .time-line .line-container .line .event .event-info .event-position {
    border-top-color: #002d5a;
  }

  .time-line .line-container .line .event .event-info .event-position.theme-Cyan,
  .theme-Cyan .time-line .line-container .line .event .event-info .event-position {
    border-top-color: #00aeef;
  }

  .time-line .line-container .line .event .event-info .event-position.theme-LightGreen,
  .theme-LightGreen .time-line .line-container .line .event .event-info .event-position {
    border-top-color: #78be43;
  }

  .time-line .line-container .line .event .event-info .event-position.theme-RubyRed,
  .theme-RubyRed .time-line .line-container .line .event .event-info .event-position {
    border-top-color: #e1056d;
  }

  .time-line .line-container .line .event .event-info .event-position.theme-Yellow,
  .theme-Yellow .time-line .line-container .line .event .event-info .event-position {
    border-top-color: #ffd400;
  }

  .time-line .line-container .line .event .event-info .event-position.theme-Red,
  .theme-Red .time-line .line-container .line .event .event-info .event-position {
    border-top-color: #9a0932;
  }

  .time-line .line-container .line .event .event-info .event-position.theme-DarkGreen,
  .theme-DarkGreen .time-line .line-container .line .event .event-info .event-position {
    border-top-color: #406618;
  }

  .time-line .line-container .line .event .event-info .event-position.theme-Orange,
  .theme-Orange .time-line .line-container .line .event .event-info .event-position {
    border-top-color: #ff540d;
  }

  .time-line .line-container .line .event .event-info .event-position.theme-Colorless,
  .theme-Colorless .time-line .line-container .line .event .event-info .event-position {
    border-top-color: #002d5a;
  }
}

.time-line .line-container .line .event .event-info .event-position .event-decoration {
  background: #fff;
  position: relative;
  border: 1px solid #dbd9d5;
  border-left: 0;
  width: 75vw;
  padding: 15px;
  box-sizing: border-box;
}

@media screen and (min-width: 737px) {
  .time-line .line-container .line .event .event-info .event-position .event-decoration {
    border: 1px solid #dbd9d5;
    border-top: 0;
    padding: 20px;
    width: auto;
    display: flex;
  }
}

.time-line .line-container .line .event .event-info .event-position .event-decoration .image {
  display: none;
}

@media screen and (min-width: 737px) {
  .time-line .line-container .line .event .event-info .event-position .event-decoration .image {
    display: block;
    margin-right: 30px;
    width: 95px;
    height: 95px;
  }

  .time-line .line-container .line .event .event-info .event-position .event-decoration .image img {
    border-radius: 50%;
    width: 95px;
    height: 95px;
  }
}

.time-line .line-container .line .event .event-info .event-position .event-decoration .text {
  width: calc(100% - 20px);
}

@media screen and (min-width: 737px) {
  .time-line .line-container .line .event .event-info .event-position .event-decoration .text {
    width: 245px;
    margin-right: 5px;
  }
}

.time-line .line-container .line .event .event-info .event-position .event-decoration .text.expanded h4 {
  margin: 0.1666667em 0em 0.9444444em 0em;
}

.time-line .line-container .line .event .event-info .event-position .event-decoration .text h4 {
  margin: 0.2222222em 0em 0em 0em;
}

@media screen and (min-width: 737px) {
  .time-line .line-container .line .event .event-info .event-position .event-decoration .text h4 {
    margin: 0em 0em 0.9444444em 0em;
  }
}

.time-line .line-container .line .event .event-info .event-position .event-decoration .text .date {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  line-height: 1.2222222;
  font-size: 0.8333333em;
}

@media screen and (min-width: 737px) {
  .time-line .line-container .line .event .event-info .event-position .event-decoration .text .date {
    display: none;
  }
}

.time-line .line-container .line .event .event-info .event-position .event-decoration .text .info {
  display: none;
  font-family: "Georgia", serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1em;
}

@media screen and (min-width: 737px) {
  .time-line .line-container .line .event .event-info .event-position .event-decoration .text .info {
    display: block;
  }
}

.time-line .line-container .line .event .event-info .event-position .event-decoration .text .info p {
  margin: 0;
}

.time-line .line-container .line .event .event-info .event-position .event-decoration .text .info .link-list,
.time-line .line-container .line .event .event-info .event-position .event-decoration .text .info .link-list_compact,
.time-line .line-container .line .event .event-info .event-position .event-decoration .text .info .link-list_large,
.time-line .line-container .line .event .event-info .event-position .event-decoration .text .info .m-featured-link-list,
.time-line .line-container .line .event .event-info .event-position .event-decoration .text .info .m-social-links,
.time-line .line-container .line .event .event-info .event-position .event-decoration .text .info .m-social-links_inline,
.time-line .line-container .line .event .event-info .event-position .event-decoration .text .info .m-share-links,
.time-line .line-container .line .event .event-info .event-position .event-decoration .text .info .m-share-links_inline,
.time-line .line-container .line .event .event-info .event-position .event-decoration .text .info .m-event-links {
  margin: 1.5em 0 0 0;
}

.time-line .line-container .line .event .event-info .event-position .event-decoration .text .close {
  display: none;
}

@media screen and (min-width: 737px) {
  .time-line .line-container .line .event .event-info .event-position .event-decoration .text .close {
    background: transparent;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 0;
  }

  .time-line .line-container .line .event .event-info .event-position .event-decoration .text .close.theme-DarkBlue,
  .theme-DarkBlue .time-line .line-container .line .event .event-info .event-position .event-decoration .text .close {
    color: #002d5a;
  }

  .time-line .line-container .line .event .event-info .event-position .event-decoration .text .close.theme-Cyan,
  .theme-Cyan .time-line .line-container .line .event .event-info .event-position .event-decoration .text .close {
    color: #00aeef;
  }

  .time-line .line-container .line .event .event-info .event-position .event-decoration .text .close.theme-LightGreen,
  .theme-LightGreen .time-line .line-container .line .event .event-info .event-position .event-decoration .text .close {
    color: #78be43;
  }

  .time-line .line-container .line .event .event-info .event-position .event-decoration .text .close.theme-RubyRed,
  .theme-RubyRed .time-line .line-container .line .event .event-info .event-position .event-decoration .text .close {
    color: #e1056d;
  }

  .time-line .line-container .line .event .event-info .event-position .event-decoration .text .close.theme-Yellow,
  .theme-Yellow .time-line .line-container .line .event .event-info .event-position .event-decoration .text .close {
    color: #ffd400;
  }

  .time-line .line-container .line .event .event-info .event-position .event-decoration .text .close.theme-Red,
  .theme-Red .time-line .line-container .line .event .event-info .event-position .event-decoration .text .close {
    color: #9a0932;
  }

  .time-line .line-container .line .event .event-info .event-position .event-decoration .text .close.theme-DarkGreen,
  .theme-DarkGreen .time-line .line-container .line .event .event-info .event-position .event-decoration .text .close {
    color: #406618;
  }

  .time-line .line-container .line .event .event-info .event-position .event-decoration .text .close.theme-Orange,
  .theme-Orange .time-line .line-container .line .event .event-info .event-position .event-decoration .text .close {
    color: #ff540d;
  }

  .time-line .line-container .line .event .event-info .event-position .event-decoration .text .close.theme-Colorless,
  .theme-Colorless .time-line .line-container .line .event .event-info .event-position .event-decoration .text .close {
    color: #002d5a;
  }

  .time-line .line-container .line .event .event-info .event-position .event-decoration .text .close span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}

.time-line .line-container .line .event .event-info .event-position .event-decoration .expand {
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 5px;
  cursor: pointer;
  outline: 0;
}

.time-line .line-container .line .event .event-info .event-position .event-decoration .expand.theme-DarkBlue,
.theme-DarkBlue .time-line .line-container .line .event .event-info .event-position .event-decoration .expand {
  color: #002d5a;
}

.time-line .line-container .line .event .event-info .event-position .event-decoration .expand.theme-Cyan,
.theme-Cyan .time-line .line-container .line .event .event-info .event-position .event-decoration .expand {
  color: #00aeef;
}

.time-line .line-container .line .event .event-info .event-position .event-decoration .expand.theme-LightGreen,
.theme-LightGreen .time-line .line-container .line .event .event-info .event-position .event-decoration .expand {
  color: #78be43;
}

.time-line .line-container .line .event .event-info .event-position .event-decoration .expand.theme-RubyRed,
.theme-RubyRed .time-line .line-container .line .event .event-info .event-position .event-decoration .expand {
  color: #e1056d;
}

.time-line .line-container .line .event .event-info .event-position .event-decoration .expand.theme-Yellow,
.theme-Yellow .time-line .line-container .line .event .event-info .event-position .event-decoration .expand {
  color: #ffd400;
}

.time-line .line-container .line .event .event-info .event-position .event-decoration .expand.theme-Red,
.theme-Red .time-line .line-container .line .event .event-info .event-position .event-decoration .expand {
  color: #9a0932;
}

.time-line .line-container .line .event .event-info .event-position .event-decoration .expand.theme-DarkGreen,
.theme-DarkGreen .time-line .line-container .line .event .event-info .event-position .event-decoration .expand {
  color: #406618;
}

.time-line .line-container .line .event .event-info .event-position .event-decoration .expand.theme-Orange,
.theme-Orange .time-line .line-container .line .event .event-info .event-position .event-decoration .expand {
  color: #ff540d;
}

.time-line .line-container .line .event .event-info .event-position .event-decoration .expand.theme-Colorless,
.theme-Colorless .time-line .line-container .line .event .event-info .event-position .event-decoration .expand {
  color: #002d5a;
}

@media screen and (min-width: 737px) {
  .time-line .line-container .line .event .event-info .event-position .event-decoration .expand {
    display: none;
  }
}

.time-line .line-container .line .event.first .event-position {
  left: -25%;
}

.time-line .line-container .line .event.second .event-position {
  left: -50%;
}

.time-line .line-container .line .event.third .event-position {
  left: -50%;
}

.time-line .line-container .line .event.fourth .event-position {
  left: -75%;
}

.time-line .line-container .line .past .event-btn {
  left: calc(0px - (20px  / 2) + (4px / 2));
  top: calc(0px - 20px / 2);
}

.time-line .line-container .line .past .event-btn svg {
  height: 20px;
  width: 20px;
}

.time-line .line-container .line .past.theme-DarkBlue,
.theme-DarkBlue .time-line .line-container .line .past {
  background: #002d5a;
  stroke: #002d5a;
  fill: #002d5a;
}

.time-line .line-container .line .past.theme-Cyan,
.theme-Cyan .time-line .line-container .line .past {
  background: #00aeef;
  stroke: #00aeef;
  fill: #00aeef;
}

.time-line .line-container .line .past.theme-LightGreen,
.theme-LightGreen .time-line .line-container .line .past {
  background: #78be43;
  stroke: #78be43;
  fill: #78be43;
}

.time-line .line-container .line .past.theme-RubyRed,
.theme-RubyRed .time-line .line-container .line .past {
  background: #e1056d;
  stroke: #e1056d;
  fill: #e1056d;
}

.time-line .line-container .line .past.theme-Yellow,
.theme-Yellow .time-line .line-container .line .past {
  background: #ffd400;
  stroke: #ffd400;
  fill: #ffd400;
}

.time-line .line-container .line .past.theme-Red,
.theme-Red .time-line .line-container .line .past {
  background: #9a0932;
  stroke: #9a0932;
  fill: #9a0932;
}

.time-line .line-container .line .past.theme-DarkGreen,
.theme-DarkGreen .time-line .line-container .line .past {
  background: #406618;
  stroke: #406618;
  fill: #406618;
}

.time-line .line-container .line .past.theme-Orange,
.theme-Orange .time-line .line-container .line .past {
  background: #ff540d;
  stroke: #ff540d;
  fill: #ff540d;
}

.time-line .line-container .line .past.theme-Colorless,
.theme-Colorless .time-line .line-container .line .past {
  background: #002d5a;
  stroke: #002d5a;
  fill: #002d5a;
}

@media screen and (min-width: 737px) {
  .time-line .line-container .line .past .event-btn {
    left: calc(0px - 30px / 2);
    top: calc(0px - (30px - 5px) / 2);
  }

  .time-line .line-container .line .past .event-btn:focus svg {
    -webkit-filter: drop-shadow(0px 3px 4px #6d5f53);
    filter: drop-shadow(0px 3px 4px #6d5f53);
  }

  .time-line .line-container .line .past .event-btn svg {
    height: 30px;
    width: 30px;
  }

  .time-line .line-container .line .past .event-btn svg:hover {
    -webkit-filter: drop-shadow(0px 3px 4px #6d5f53);
    filter: drop-shadow(0px 3px 4px #6d5f53);
  }
}

.time-line .line-container .line .current {
  background: #dbd9d5;
}

.time-line .line-container .line .current .event-btn {
  left: calc(0px - (26px  / 2) + (4px / 2));
  top: calc(0px - 26px / 2);
}

.time-line .line-container .line .current .event-btn svg {
  height: 26px;
  width: 26px;
}

.time-line .line-container .line .current.theme-DarkBlue,
.theme-DarkBlue .time-line .line-container .line .current {
  stroke: #002d5a;
  fill: white;
}

.time-line .line-container .line .current.theme-Cyan,
.theme-Cyan .time-line .line-container .line .current {
  stroke: #00aeef;
  fill: white;
}

.time-line .line-container .line .current.theme-LightGreen,
.theme-LightGreen .time-line .line-container .line .current {
  stroke: #78be43;
  fill: white;
}

.time-line .line-container .line .current.theme-RubyRed,
.theme-RubyRed .time-line .line-container .line .current {
  stroke: #e1056d;
  fill: white;
}

.time-line .line-container .line .current.theme-Yellow,
.theme-Yellow .time-line .line-container .line .current {
  stroke: #ffd400;
  fill: white;
}

.time-line .line-container .line .current.theme-Red,
.theme-Red .time-line .line-container .line .current {
  stroke: #9a0932;
  fill: white;
}

.time-line .line-container .line .current.theme-DarkGreen,
.theme-DarkGreen .time-line .line-container .line .current {
  stroke: #406618;
  fill: white;
}

.time-line .line-container .line .current.theme-Orange,
.theme-Orange .time-line .line-container .line .current {
  stroke: #ff540d;
  fill: white;
}

.time-line .line-container .line .current.theme-Colorless,
.theme-Colorless .time-line .line-container .line .current {
  stroke: #002d5a;
  fill: white;
}

@media screen and (min-width: 737px) {
  .time-line .line-container .line .current .event-btn {
    left: calc(0px - 43px / 2);
    top: calc(0px - (43px - 5px) / 2);
  }

  .time-line .line-container .line .current .event-btn:focus svg {
    -webkit-filter: drop-shadow(0px 3px 4px #6d5f53);
    filter: drop-shadow(0px 3px 4px #6d5f53);
  }

  .time-line .line-container .line .current .event-btn svg {
    height: 43px;
    width: 43px;
  }

  .time-line .line-container .line .current .event-btn svg:hover {
    -webkit-filter: drop-shadow(0px 3px 4px #6d5f53);
    filter: drop-shadow(0px 3px 4px #6d5f53);
  }
}

.time-line .line-container .line .current .event-title {
  left: calc(0px - 38px / 2);
}

@media screen and (min-width: 737px) {
  .time-line .line-container .line .current .event-info {
    top: 36px;
  }
}

.time-line .line-container .line .future {
  background: #dbd9d5;
}

.time-line .line-container .line .future .event-btn {
  left: calc(0px - (20px  / 2) + (4px / 2));
  top: calc(0px - 20px / 2);
}

.time-line .line-container .line .future .event-btn svg {
  height: 20px;
  width: 20px;
}

.time-line .line-container .line .future.theme-DarkBlue,
.theme-DarkBlue .time-line .line-container .line .future {
  stroke: #dbd9d5;
  fill: #dbd9d5;
}

.time-line .line-container .line .future.theme-Cyan,
.theme-Cyan .time-line .line-container .line .future {
  stroke: #dbd9d5;
  fill: #dbd9d5;
}

.time-line .line-container .line .future.theme-LightGreen,
.theme-LightGreen .time-line .line-container .line .future {
  stroke: #dbd9d5;
  fill: #dbd9d5;
}

.time-line .line-container .line .future.theme-RubyRed,
.theme-RubyRed .time-line .line-container .line .future {
  stroke: #dbd9d5;
  fill: #dbd9d5;
}

.time-line .line-container .line .future.theme-Yellow,
.theme-Yellow .time-line .line-container .line .future {
  stroke: #dbd9d5;
  fill: #dbd9d5;
}

.time-line .line-container .line .future.theme-Red,
.theme-Red .time-line .line-container .line .future {
  stroke: #dbd9d5;
  fill: #dbd9d5;
}

.time-line .line-container .line .future.theme-DarkGreen,
.theme-DarkGreen .time-line .line-container .line .future {
  stroke: #dbd9d5;
  fill: #dbd9d5;
}

.time-line .line-container .line .future.theme-Orange,
.theme-Orange .time-line .line-container .line .future {
  stroke: #dbd9d5;
  fill: #dbd9d5;
}

.time-line .line-container .line .future.theme-Colorless,
.theme-Colorless .time-line .line-container .line .future {
  stroke: #dbd9d5;
  fill: #dbd9d5;
}

@media screen and (min-width: 737px) {
  .time-line .line-container .line .future .event-btn {
    left: calc(0px - 30px / 2);
    top: calc(0px - (30px - 5px) / 2);
  }

  .time-line .line-container .line .future .event-btn:focus svg {
    -webkit-filter: drop-shadow(0px 3px 4px #6d5f53);
    filter: drop-shadow(0px 3px 4px #6d5f53);
  }

  .time-line .line-container .line .future .event-btn svg {
    height: 30px;
    width: 30px;
  }

  .time-line .line-container .line .future .event-btn svg:hover {
    -webkit-filter: drop-shadow(0px 3px 4px #6d5f53);
    filter: drop-shadow(0px 3px 4px #6d5f53);
  }
}

.tl-arrow-circle .background {
  fill: #fff;
}

.tl-arrow-circle .circle,
.tl-arrow-circle .arrow {
  fill: inherit;
}

.tl-circle circle {
  stroke: inherit;
  stroke-width: 10%;
  fill: inherit;
}

.google-extended {
  display: none;
}

.sllReadSpeaker {
  width: 300px !important;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
  line-height: 1.2222222;
  font-size: 1em;
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}

.sllReadSpeaker .rsbtn_exp .rsbtn_pause[title="Paus"],
.sllReadSpeaker .rsbtn_exp .rsbtn_pause[title="Play"],
.sllReadSpeaker .rsbtn_exp .rsbtn_stop,
.sllReadSpeaker .rsbtn_exp .rsbtn_closer,
.sllReadSpeaker .rsbtn_exp .rsbtn_volume,
.sllReadSpeaker .rsbtn_exp .rsbtn_settings {
  content: '';
  width: 28px;
  height: 28px;
  background-size: contain !important;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.sllReadSpeaker:before,
.sllReadSpeaker:after {
  content: "";
  display: table;
}

.sllReadSpeaker:after {
  clear: both;
}

.sllReadSpeaker a,
.sllReadSpeaker span {
  position: relative;
  display: block;
  text-decoration: none;
}

.sllReadSpeaker .rspart {
  float: left;
  margin-left: 2px;
}

.sllReadSpeaker .rsdefloat {
  clear: both;
}

.sllReadSpeaker .rsbtn_left {
  float: none;
}

.sllReadSpeaker .rsbtn_left .rsbtn_text span:before {
  width: 1em;
  text-align: center;
  content: "";
  color: #034ea2;
  font-size: 30px;
  font-size: 1.6666667rem;
  margin-right: 3px;
}

.sllReadSpeaker.rsexpanded .rsbtn_exp {
  display: block;
}

.sllReadSpeaker.sllfloat .rsbtn_exp {
  position: relative;
  left: 0;
  transition: all 0.5s;
  margin-left: 0;
}

.sllReadSpeaker .rsbtn_exp {
  display: none;
  background: #f5f2ed;
  border: 1px solid #dbd9d5;
  padding: 5px;
}

.sllReadSpeaker .rsbtn_exp .rsbutton {
  margin-left: 4px;
}

.sllReadSpeaker .rsbtn_exp .rsbtn_pause[title="Paus"] {
  background-image: url(/ui/icons/icon-svg/pause.svg);
}

.sllReadSpeaker .rsbtn_exp .rsbtn_pause[title="Play"] {
  background-image: url(/ui/icons/icon-svg/play.svg);
}

.sllReadSpeaker .rsbtn_exp .rsbtn_stop {
  background-image: url(/ui/icons/icon-svg/stop.svg);
}

.sllReadSpeaker .rsbtn_exp .rsbtn_progress_container {
  border: 1px solid #999;
  width: 100px;
  height: 10px;
  margin-top: 8px;
  margin-left: 5px;
  background-image: none;
}

.sllReadSpeaker .rsbtn_exp .rsbtn_progress_handle.rsimg {
  position: absolute;
  background-color: #666;
  top: -3px;
  left: -2px;
  width: 4px;
  height: 16px;
  background-image: none;
}

.sllReadSpeaker .rsbtn_exp .rsbtn_progress_played {
  position: absolute;
  height: 100%;
  background-color: #ccc;
  background-image: none;
}

.sllReadSpeaker .rsbtn_exp .rsbtn_closer {
  background-image: url(/ui/icons/icon-svg/exit.svg);
}

.sllReadSpeaker .rsbtn_exp .rsbtn_btnlabel {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sllReadSpeaker .rsbtn_exp .rsbtn_volume {
  background-image: url(/ui/icons/icon-svg/volume.svg);
}

.sllReadSpeaker .rsbtn_exp .rsbtn_volume_container {
  position: absolute;
  display: none;
  top: 100%;
  width: 26px;
  border: 1px solid #999;
  background: #fff;
}

.sllReadSpeaker .rsbtn_exp .rsbtn_volume_slider {
  width: 10px;
  height: 60px;
  margin: 8px;
  background: #ccc;
}

.sllReadSpeaker .rsbtn_exp .rsbtn_volume_handle.rsimg {
  position: absolute;
  top: -2px;
  left: -3px;
  width: 16px;
  height: 4px;
  background: #666;
}

.sllReadSpeaker .rsbtn_exp .rsbtn_settings {
  background-image: url(/ui/icons/icon-svg/cog.svg);
}

.sllReadSpeaker .rsbtn_exp .rsbtn_closer {
  margin-left: 8px;
}

.rspopup {
  position: absolute;
  background: #fff;
  border: 1px solid #dbd9d5;
  box-shadow: 0 2px 5px #777;
  display: none;
}

.rspopup .rsbtn_text {
  margin: 3px;
}

.rspopup .rsbtn_exp {
  margin: 2px;
  width: calc(100% - 16px);
}

.qna-heading {
  margin: 0em 0em 0.5em 0em;
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 700;
  line-height: 1.1111111;
  font-size: 2em;
}

@media only screen and (min-width: 538.3px) {
  .qna-heading {
    font-size: 2em;
  }
}

.qna .qna-container {
  margin: calc(20px) 0;
  border: 1px solid #dbd9d5;
}

.qna .qna-container .qna-question {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 700;
  line-height: 1.2222222;
  font-size: 1.1666667em;
  background: #f5f2ed;
  line-height: 33px;
  padding: 10px calc(10px * 5) 10px calc(10px * 2.5);
  cursor: pointer;
  position: relative;
}

.qna .qna-container .qna-question[aria-expanded='true'] i:before {
  width: 1em;
  text-align: center;
  content: "";
  color: #000;
  font-size: 40px;
  font-size: 2.2222222rem;
  margin-right: 0;
}

.qna .qna-container .qna-question i {
  position: absolute;
  top: calc(50% - (40px / 2));
  right: calc(10px * 1.5);
}

.qna .qna-container .qna-question i:before {
  width: 1em;
  text-align: center;
  content: "";
  color: #002d5a;
  font-size: 40px;
  font-size: 2.2222222rem;
  margin-right: 0;
}

.qna .qna-container .qna-answer {
  display: none;
  background: #f5f2ed;
  padding: 10px calc(10px * 2.5);
  font-family: "Georgia", serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1em;
  border-top: 0;
}

.keyboard .qna-question:focus {
  outline: 2px solid #e1056d;
}

.theme-1-4 .editorial-content ul > li:before,
.theme-1-4 .editorial-content ol > li:before {
  color: #eb9100;
}

.theme-1-4 .editorial-content blockquote:before {
  color: #eb9100;
}

.theme-1-5 .editorial-content ul > li:before,
.theme-1-5 .editorial-content ol > li:before {
  color: #9a0932;
}

.theme-1-5 .editorial-content blockquote:before {
  color: #9a0932;
}

.theme-panel,
.m-contact-card--front,
.m-contact-card--back {
  border-bottom: 1px solid #dbd9d5;
  border-left: 1px solid #dbd9d5;
  border-right: 1px solid #dbd9d5;
  border-top: 1px solid #dbd9d5;
  background-color: #f5f2ed;
}

.theme-panel.theme-1-1 .m-block--content,
.theme-1-1.m-contact-card--front .m-block--content,
.theme-1-1.m-contact-card--back .m-block--content {
  border-top: 5px solid;
  border-color: #78be00;
}

.theme-panel .m-block--content,
.m-contact-card--front .m-block--content,
.m-contact-card--back .m-block--content {
  z-index: 1;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
  padding: 20px;
}

.theme-panel .m-block--content.m-block--divider,
.m-contact-card--front .m-block--content.m-block--divider,
.m-contact-card--back .m-block--content.m-block--divider {
  margin-top: 0;
}

.theme-panel .m-block--content .m-block--header,
.m-contact-card--front .m-block--content .m-block--header,
.m-contact-card--back .m-block--content .m-block--header,
.theme-panel .m-block--content h1,
.m-contact-card--front .m-block--content h1,
.m-contact-card--back .m-block--content h1,
.theme-panel .m-block--content h2,
.m-contact-card--front .m-block--content h2,
.m-contact-card--back .m-block--content h2,
.theme-panel .m-block--content h3,
.m-contact-card--front .m-block--content h3,
.m-contact-card--back .m-block--content h3 {
  margin-top: 0;
  padding: 0;
}

.theme-panel .m-block--content p,
.m-contact-card--front .m-block--content p,
.m-contact-card--back .m-block--content p,
.theme-panel .m-block--content ul,
.m-contact-card--front .m-block--content ul,
.m-contact-card--back .m-block--content ul,
.theme-panel .m-block--content ol,
.m-contact-card--front .m-block--content ol,
.m-contact-card--back .m-block--content ol {
  font-size: 0.8888889em;
}

@media only screen and (min-width: 538.3px) {
  .theme-panel .m-block--content,
  .m-contact-card--front .m-block--content,
  .m-contact-card--back .m-block--content {
    padding: 30px;
  }
}

.theme-panel .m-block--media,
.m-contact-card--front .m-block--media,
.m-contact-card--back .m-block--media {
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}

.theme-panel .m-btn_standard,
.m-contact-card--front .m-btn_standard,
.m-contact-card--back .m-btn_standard,
.theme-panel form button,
form .theme-panel button,
.m-contact-card--front form button,
form .m-contact-card--front button,
.m-contact-card--back form button,
form .m-contact-card--back button,
.theme-panel [type="submit"],
.m-contact-card--front [type="submit"],
.m-contact-card--back [type="submit"],
.theme-panel [type="reset"],
.m-contact-card--front [type="reset"],
.m-contact-card--back [type="reset"],
.theme-panel .m-btn_standard-yes,
.m-contact-card--front .m-btn_standard-yes,
.m-contact-card--back .m-btn_standard-yes,
.theme-panel .m-btn_standard-no,
.m-contact-card--front .m-btn_standard-no,
.m-contact-card--back .m-btn_standard-no,
.theme-panel .m-btn_standard-arrow,
.m-contact-card--front .m-btn_standard-arrow,
.m-contact-card--back .m-btn_standard-arrow,
.theme-panel .m-page-section .m-page-section--footer a,
.m-page-section .m-page-section--footer .theme-panel a,
.m-contact-card--front .m-page-section .m-page-section--footer a,
.m-page-section .m-page-section--footer .m-contact-card--front a,
.m-contact-card--back .m-page-section .m-page-section--footer a,
.m-page-section .m-page-section--footer .m-contact-card--back a,
.theme-panel .m-btn_back-arrow,
.m-contact-card--front .m-btn_back-arrow,
.m-contact-card--back .m-btn_back-arrow,
.theme-panel .m-contact-form input[type="submit"],
.m-contact-form .theme-panel input[type="submit"],
.m-contact-card--front .m-contact-form input[type="submit"],
.m-contact-form .m-contact-card--front input[type="submit"],
.m-contact-card--back .m-contact-form input[type="submit"],
.m-contact-form .m-contact-card--back input[type="submit"],
.theme-panel .m-page-opinion input[type="submit"],
.m-page-opinion .theme-panel input[type="submit"],
.m-contact-card--front .m-page-opinion input[type="submit"],
.m-page-opinion .m-contact-card--front input[type="submit"],
.m-contact-card--back .m-page-opinion input[type="submit"],
.m-page-opinion .m-contact-card--back input[type="submit"] {
  display: block;
  font-size: 18px;
  font-size: 1rem;
}

.theme-panel.wet,
.wet.m-contact-card--front,
.wet.m-contact-card--back {
  background-color: rgba(245, 242, 237, 0.93);
}

.theme-panel.compact .m-block--content,
.compact.m-contact-card--front .m-block--content,
.compact.m-contact-card--back .m-block--content {
  padding: 10px;
}

@media only screen and (min-width: 538.3px) {
  .theme-panel.compact .m-block--content,
  .compact.m-contact-card--front .m-block--content,
  .compact.m-contact-card--back .m-block--content {
    padding: 20px;
  }
}

.m-block.theme-1 .m-block--content,
.theme-1.m-contact-panel .m-block--content,
.m-contact-panel.m-block_toc .m-block--content,
.theme-1.m-featured-item .m-block--content,
.m-featured-item.m-block_toc .m-block--content,
.m-block_toc .m-block--content,
.m-block.theme-12 .m-block--content,
.theme-12.m-contact-panel .m-block--content,
.theme-12.m-featured-item .m-block--content,
.theme-12.m-block_toc .m-block--content,
.m-block.theme-13 .m-block--content,
.theme-13.m-contact-panel .m-block--content,
.theme-13.m-featured-item .m-block--content,
.theme-13.m-block_toc .m-block--content {
  border-top: 5px solid transparent;
  border-color: #00aeef;
}

.split .l-one-half + .l-one-half .m-block.theme-1 .m-block--content,
.split .l-one-half + .l-one-half .theme-1.m-contact-panel .m-block--content,
.split .l-one-half + .l-one-half .m-contact-panel.m-block_toc .m-block--content,
.split .l-one-half + .l-one-half .theme-1.m-featured-item .m-block--content,
.split .l-one-half + .l-one-half .m-featured-item.m-block_toc .m-block--content,
.split .l-one-half + .l-one-half .m-block_toc .m-block--content,
.split .l-one-half + .l-one-half .m-block.theme-12 .m-block--content,
.split .l-one-half + .l-one-half .theme-12.m-contact-panel .m-block--content,
.split .l-one-half + .l-one-half .theme-12.m-featured-item .m-block--content,
.split .l-one-half + .l-one-half .theme-12.m-block_toc .m-block--content,
.split .l-one-half + .l-one-half .m-block.theme-13 .m-block--content,
.split .l-one-half + .l-one-half .theme-13.m-contact-panel .m-block--content,
.split .l-one-half + .l-one-half .theme-13.m-featured-item .m-block--content,
.split .l-one-half + .l-one-half .theme-13.m-block_toc .m-block--content {
  border-top: none;
}

.m-block.theme-1-1 .m-block--content,
.theme-1-1.m-contact-panel .m-block--content,
.theme-1-1.m-featured-item .m-block--content,
.theme-1-1.m-block_toc .m-block--content,
.m-block.theme-12-1 .m-block--content,
.theme-12-1.m-contact-panel .m-block--content,
.theme-12-1.m-featured-item .m-block--content,
.theme-12-1.m-block_toc .m-block--content,
.m-block.theme-13-1 .m-block--content,
.theme-13-1.m-contact-panel .m-block--content,
.theme-13-1.m-featured-item .m-block--content,
.theme-13-1.m-block_toc .m-block--content {
  border-top: 5px solid transparent;
  border-color: #78be00;
}

.m-block.theme-1-2 .m-block--content,
.theme-1-2.m-contact-panel .m-block--content,
.theme-1-2.m-featured-item .m-block--content,
.theme-1-2.m-block_toc .m-block--content,
.m-block.theme-12-2 .m-block--content,
.theme-12-2.m-contact-panel .m-block--content,
.theme-12-2.m-featured-item .m-block--content,
.theme-12-2.m-block_toc .m-block--content,
.m-block.theme-13-2 .m-block--content,
.theme-13-2.m-contact-panel .m-block--content,
.theme-13-2.m-featured-item .m-block--content,
.theme-13-2.m-block_toc .m-block--content {
  border-top: 5px solid transparent;
  border-color: #ffd400;
}

.m-block.theme-1-3 .m-block--content,
.theme-1-3.m-contact-panel .m-block--content,
.theme-1-3.m-featured-item .m-block--content,
.theme-1-3.m-block_toc .m-block--content,
.m-block.theme-12-3 .m-block--content,
.theme-12-3.m-contact-panel .m-block--content,
.theme-12-3.m-featured-item .m-block--content,
.theme-12-3.m-block_toc .m-block--content,
.m-block.theme-13-3 .m-block--content,
.theme-13-3.m-contact-panel .m-block--content,
.theme-13-3.m-featured-item .m-block--content,
.theme-13-3.m-block_toc .m-block--content {
  border-top: 5px solid transparent;
  border-color: #e1056d;
}

.m-block.theme-1-4 .m-block--content,
.theme-1-4.m-contact-panel .m-block--content,
.theme-1-4.m-featured-item .m-block--content,
.theme-1-4.m-block_toc .m-block--content,
.m-block.theme-12-4 .m-block--content,
.theme-12-4.m-contact-panel .m-block--content,
.theme-12-4.m-featured-item .m-block--content,
.theme-12-4.m-block_toc .m-block--content,
.m-block.theme-13-4 .m-block--content,
.theme-13-4.m-contact-panel .m-block--content,
.theme-13-4.m-featured-item .m-block--content,
.theme-13-4.m-block_toc .m-block--content {
  border-top: 5px solid transparent;
  border-color: #eb9100;
}

.m-block.theme-1-5 .m-block--content,
.theme-1-5.m-contact-panel .m-block--content,
.theme-1-5.m-featured-item .m-block--content,
.theme-1-5.m-block_toc .m-block--content {
  border-top: 5px solid transparent;
  border-color: #9a0932;
}

.m-block.theme-SL figure,
.theme-SL.m-contact-panel figure,
.theme-SL.m-featured-item figure,
.theme-SL.m-block_toc figure {
  background-color: #0097da;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/services-panel_sl-logo2.svg);
  background-size: contain;
}

.no-svg .m-block.theme-SL figure,
.no-svg .theme-SL.m-contact-panel figure,
.no-svg .theme-SL.m-featured-item figure,
.no-svg .theme-SL.m-block_toc figure {
  background-image: url(../img/services-panel_sl-logo2.png);
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .m-block.theme-SL figure,
  .no-svg .theme-SL.m-contact-panel figure,
  .no-svg .theme-SL.m-featured-item figure,
  .no-svg .theme-SL.m-block_toc figure {
    background-image: url(../img/services-panel_sl-logo2@2x.png);
  }
}

.m-block.theme-SL figure > .fixed-ratio,
.theme-SL.m-contact-panel figure > .fixed-ratio,
.theme-SL.m-featured-item figure > .fixed-ratio,
.theme-SL.m-block_toc figure > .fixed-ratio,
.m-block.theme-SL figure > .m-contact-card,
.theme-SL.m-contact-panel figure > .m-contact-card,
.theme-SL.m-featured-item figure > .m-contact-card,
.theme-SL.m-block_toc figure > .m-contact-card {
  background-color: transparent;
}

.m-block.theme-SL figure img,
.theme-SL.m-contact-panel figure img,
.theme-SL.m-featured-item figure img,
.theme-SL.m-block_toc figure img {
  display: none;
}

.m-block.theme-1177 figure,
.theme-1177.m-contact-panel figure,
.theme-1177.m-featured-item figure,
.theme-1177.m-block_toc figure {
  background-color: #cb1837;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/services-panel_1177-logo.svg);
}

.no-svg .m-block.theme-1177 figure,
.no-svg .theme-1177.m-contact-panel figure,
.no-svg .theme-1177.m-featured-item figure,
.no-svg .theme-1177.m-block_toc figure {
  background-image: url(../img/services-panel_1177-logo.png);
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .m-block.theme-1177 figure,
  .no-svg .theme-1177.m-contact-panel figure,
  .no-svg .theme-1177.m-featured-item figure,
  .no-svg .theme-1177.m-block_toc figure {
    background-image: url(../img/services-panel_1177-logo@2x.png);
  }
}

.m-block.theme-1177 figure > .fixed-ratio,
.theme-1177.m-contact-panel figure > .fixed-ratio,
.theme-1177.m-featured-item figure > .fixed-ratio,
.theme-1177.m-block_toc figure > .fixed-ratio,
.m-block.theme-1177 figure > .m-contact-card,
.theme-1177.m-contact-panel figure > .m-contact-card,
.theme-1177.m-featured-item figure > .m-contact-card,
.theme-1177.m-block_toc figure > .m-contact-card {
  background-color: transparent;
}

.m-block.theme-1177 figure img,
.theme-1177.m-contact-panel figure img,
.theme-1177.m-featured-item figure img,
.theme-1177.m-block_toc figure img {
  display: none;
}

.m-block.theme-media-1-1 .m-block--media,
.theme-media-1-1.m-contact-panel .m-block--media,
.theme-media-1-1.m-featured-item .m-block--media,
.theme-media-1-1.m-block_toc .m-block--media {
  border-top: 5px solid transparent;
  border-color: #78be00;
}

.m-block .m-block--content.theme-white,
.m-contact-panel .m-block--content.theme-white,
.m-featured-item .m-block--content.theme-white,
.m-block_toc .m-block--content.theme-white {
  border-top: 1px solid #dbd9d5;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #fff;
}

.m-block.theme-clean,
.theme-clean.m-contact-panel,
.theme-clean.m-featured-item,
.theme-clean.m-block_toc {
  background-color: #fff;
  border: none;
}

/*Special pagetype for emergency preparedness*/

.emergencypreparednesspagetype .m-page-banner {
  border-bottom: 0;
}

.emergencypreparednesspagetype .m-page-banner--inner {
  padding-bottom: 0;
}

.emergencypreparednesspagetype #main-content > .container,
.emergencypreparednesspagetype #main-content > .m-page-banner--inner {
  padding-top: 40px;
}

.emergencypreparednesspagetype .external-link {
  font-size: 24px;
  font-size: 1.3333333rem;
  border-bottom: none;
}

.emergencypreparednesspagetype p.time,
.emergencypreparednesspagetype p.link-description,
.emergencypreparednesspagetype .external-link {
  font-family: "webfont-Frutiger", sans-serif;
  font-weight: 200;
}

.emergencypreparednesspagetype p.time {
  margin-bottom: 0;
}

.emergencypreparednesspagetype h3 {
  font-size: 18px;
  font-size: 1rem;
  margin: 30px 0 5px 0;
}

.emergencypreparednesspagetype h3 a {
  color: #034ea2;
}

.emergencypreparednesspagetype .m-block_toc {
  margin: 6% 2% 0 2%;
}

@media only screen and (min-width: 770px) {
  .emergencypreparednesspagetype .m-block_toc {
    margin: 0 0 30px 0;
  }
}

.projects-intro {
  margin-bottom: 40px;
}

.theme-project-teaser {
  font-size: 0.8888889em;
}

.theme-project-teaser h3 {
  font-size: 1em;
}

.project-link--back,
.project-link--belongs {
  font-family: "webfont-Frutiger", sans-serif;
  font-size: 1em;
  font-weight: 200;
}

.project-link--back {
  margin-bottom: 1em;
}

.project-link--back > a {
  color: #333333;
}

.project-link--back > a:before,
.project-link--back > a:hover:before {
  background-color: #002d5a;
}

.project-link--back > a:before {
  font-size: 1.2777778em;
  margin-right: 10px;
  vertical-align: -2px;
}

.project-link--back > a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 770px) {
  .m-project-panel .l-content_equal.m-block--media {
    float: left;
    width: 36%;
    margin-right: 2%;
    margin: 0;
    padding: 0;
  }

  .m-project-panel.related-projects-block-image {
    width: 160px;
  }
}

.m-project-panel .l-content_equal.m-block--media figure div.fixed-ratio.related-image-border,
.m-project-panel .l-content_equal.m-block--media figure div.related-image-border.m-contact-card {
  border-bottom: 5px solid transparent;
  border-color: #00aeef;
  border-bottom-width: 5px;
}

.m-project-panel .l-content_equal.m-block--media figure img {
  height: 90px !important;
}

.m-project-panel .l-content_equal.m-block--content {
  padding-top: 10px;
}

.m-project-panel .l-content_equal.m-block--content .block-link.link-arrow,
.m-project-panel .l-content_equal.m-block--content .m-contact-block a.block-link,
.m-contact-block .m-project-panel .l-content_equal.m-block--content a.block-link,
.m-project-panel .l-content_equal.m-block--content .m-contact-block .m-block > a,
.m-contact-block .m-project-panel .l-content_equal.m-block--content .m-block > a,
.m-project-panel .l-content_equal.m-block--content .m-contact-block .m-contact-panel > a,
.m-contact-block .m-project-panel .l-content_equal.m-block--content .m-contact-panel > a,
.m-project-panel .l-content_equal.m-block--content .m-contact-block .m-featured-item > a,
.m-contact-block .m-project-panel .l-content_equal.m-block--content .m-featured-item > a,
.m-project-panel .l-content_equal.m-block--content .m-contact-block .m-block_toc > a,
.m-contact-block .m-project-panel .l-content_equal.m-block--content .m-block_toc > a,
.m-project-panel .l-content_equal.m-block--content .m-contact-block .m-search-list .l-blocks--block > a,
.m-contact-block .m-search-list .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content .m-search-list .m-contact-block .l-blocks--block > a,
.m-search-list .m-contact-block .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content h1 a.block-link,
h1 .m-project-panel .l-content_equal.m-block--content a.block-link,
.m-project-panel .l-content_equal.m-block--content h1 .m-block > a,
h1 .m-project-panel .l-content_equal.m-block--content .m-block > a,
.m-project-panel .l-content_equal.m-block--content h1 .m-contact-panel > a,
h1 .m-project-panel .l-content_equal.m-block--content .m-contact-panel > a,
.m-project-panel .l-content_equal.m-block--content h1 .m-featured-item > a,
h1 .m-project-panel .l-content_equal.m-block--content .m-featured-item > a,
.m-project-panel .l-content_equal.m-block--content h1 .m-block_toc > a,
h1 .m-project-panel .l-content_equal.m-block--content .m-block_toc > a,
.m-project-panel .l-content_equal.m-block--content h1 .m-search-list .l-blocks--block > a,
h1 .m-search-list .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content .m-search-list h1 .l-blocks--block > a,
.m-search-list h1 .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content h2 a.block-link,
h2 .m-project-panel .l-content_equal.m-block--content a.block-link,
.m-project-panel .l-content_equal.m-block--content h2 .m-block > a,
h2 .m-project-panel .l-content_equal.m-block--content .m-block > a,
.m-project-panel .l-content_equal.m-block--content h2 .m-contact-panel > a,
h2 .m-project-panel .l-content_equal.m-block--content .m-contact-panel > a,
.m-project-panel .l-content_equal.m-block--content h2 .m-featured-item > a,
h2 .m-project-panel .l-content_equal.m-block--content .m-featured-item > a,
.m-project-panel .l-content_equal.m-block--content h2 .m-block_toc > a,
h2 .m-project-panel .l-content_equal.m-block--content .m-block_toc > a,
.m-project-panel .l-content_equal.m-block--content h2 .m-search-list .l-blocks--block > a,
h2 .m-search-list .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content .m-search-list h2 .l-blocks--block > a,
.m-search-list h2 .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content h3 a.block-link,
h3 .m-project-panel .l-content_equal.m-block--content a.block-link,
.m-project-panel .l-content_equal.m-block--content h3 .m-block > a,
h3 .m-project-panel .l-content_equal.m-block--content .m-block > a,
.m-project-panel .l-content_equal.m-block--content h3 .m-contact-panel > a,
h3 .m-project-panel .l-content_equal.m-block--content .m-contact-panel > a,
.m-project-panel .l-content_equal.m-block--content h3 .m-featured-item > a,
h3 .m-project-panel .l-content_equal.m-block--content .m-featured-item > a,
.m-project-panel .l-content_equal.m-block--content h3 .m-block_toc > a,
h3 .m-project-panel .l-content_equal.m-block--content .m-block_toc > a,
.m-project-panel .l-content_equal.m-block--content h3 .m-search-list .l-blocks--block > a,
h3 .m-search-list .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content .m-search-list h3 .l-blocks--block > a,
.m-search-list h3 .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content h4 a.block-link,
h4 .m-project-panel .l-content_equal.m-block--content a.block-link,
.m-project-panel .l-content_equal.m-block--content h4 .m-block > a,
h4 .m-project-panel .l-content_equal.m-block--content .m-block > a,
.m-project-panel .l-content_equal.m-block--content h4 .m-contact-panel > a,
h4 .m-project-panel .l-content_equal.m-block--content .m-contact-panel > a,
.m-project-panel .l-content_equal.m-block--content h4 .m-featured-item > a,
h4 .m-project-panel .l-content_equal.m-block--content .m-featured-item > a,
.m-project-panel .l-content_equal.m-block--content h4 .m-block_toc > a,
h4 .m-project-panel .l-content_equal.m-block--content .m-block_toc > a,
.m-project-panel .l-content_equal.m-block--content h4 .m-search-list .l-blocks--block > a,
h4 .m-search-list .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content .m-search-list h4 .l-blocks--block > a,
.m-search-list h4 .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content h5 a.block-link,
h5 .m-project-panel .l-content_equal.m-block--content a.block-link,
.m-project-panel .l-content_equal.m-block--content h5 .m-block > a,
h5 .m-project-panel .l-content_equal.m-block--content .m-block > a,
.m-project-panel .l-content_equal.m-block--content h5 .m-contact-panel > a,
h5 .m-project-panel .l-content_equal.m-block--content .m-contact-panel > a,
.m-project-panel .l-content_equal.m-block--content h5 .m-featured-item > a,
h5 .m-project-panel .l-content_equal.m-block--content .m-featured-item > a,
.m-project-panel .l-content_equal.m-block--content h5 .m-block_toc > a,
h5 .m-project-panel .l-content_equal.m-block--content .m-block_toc > a,
.m-project-panel .l-content_equal.m-block--content h5 .m-search-list .l-blocks--block > a,
h5 .m-search-list .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content .m-search-list h5 .l-blocks--block > a,
.m-search-list h5 .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content [href].block-link h1.block-link,
[href].block-link .m-project-panel .l-content_equal.m-block--content h1.block-link,
.m-project-panel .l-content_equal.m-block--content .m-block > a[href] h1.block-link,
.m-block > a[href] .m-project-panel .l-content_equal.m-block--content h1.block-link,
.m-project-panel .l-content_equal.m-block--content .m-contact-panel > a[href] h1.block-link,
.m-contact-panel > a[href] .m-project-panel .l-content_equal.m-block--content h1.block-link,
.m-project-panel .l-content_equal.m-block--content .m-featured-item > a[href] h1.block-link,
.m-featured-item > a[href] .m-project-panel .l-content_equal.m-block--content h1.block-link,
.m-project-panel .l-content_equal.m-block--content .m-block_toc > a[href] h1.block-link,
.m-block_toc > a[href] .m-project-panel .l-content_equal.m-block--content h1.block-link,
.m-project-panel .l-content_equal.m-block--content .m-search-list .l-blocks--block > a[href] h1.block-link,
.m-search-list .l-blocks--block > a[href] .m-project-panel .l-content_equal.m-block--content h1.block-link,
.m-project-panel .l-content_equal.m-block--content [href].block-link h2.block-link,
[href].block-link .m-project-panel .l-content_equal.m-block--content h2.block-link,
.m-project-panel .l-content_equal.m-block--content .m-block > a[href] h2.block-link,
.m-block > a[href] .m-project-panel .l-content_equal.m-block--content h2.block-link,
.m-project-panel .l-content_equal.m-block--content .m-contact-panel > a[href] h2.block-link,
.m-contact-panel > a[href] .m-project-panel .l-content_equal.m-block--content h2.block-link,
.m-project-panel .l-content_equal.m-block--content .m-featured-item > a[href] h2.block-link,
.m-featured-item > a[href] .m-project-panel .l-content_equal.m-block--content h2.block-link,
.m-project-panel .l-content_equal.m-block--content .m-block_toc > a[href] h2.block-link,
.m-block_toc > a[href] .m-project-panel .l-content_equal.m-block--content h2.block-link,
.m-project-panel .l-content_equal.m-block--content .m-search-list .l-blocks--block > a[href] h2.block-link,
.m-search-list .l-blocks--block > a[href] .m-project-panel .l-content_equal.m-block--content h2.block-link,
.m-project-panel .l-content_equal.m-block--content [href].block-link h3.block-link,
[href].block-link .m-project-panel .l-content_equal.m-block--content h3.block-link,
.m-project-panel .l-content_equal.m-block--content .m-block > a[href] h3.block-link,
.m-block > a[href] .m-project-panel .l-content_equal.m-block--content h3.block-link,
.m-project-panel .l-content_equal.m-block--content .m-contact-panel > a[href] h3.block-link,
.m-contact-panel > a[href] .m-project-panel .l-content_equal.m-block--content h3.block-link,
.m-project-panel .l-content_equal.m-block--content .m-featured-item > a[href] h3.block-link,
.m-featured-item > a[href] .m-project-panel .l-content_equal.m-block--content h3.block-link,
.m-project-panel .l-content_equal.m-block--content .m-block_toc > a[href] h3.block-link,
.m-block_toc > a[href] .m-project-panel .l-content_equal.m-block--content h3.block-link,
.m-project-panel .l-content_equal.m-block--content .m-search-list .l-blocks--block > a[href] h3.block-link,
.m-search-list .l-blocks--block > a[href] .m-project-panel .l-content_equal.m-block--content h3.block-link,
.m-project-panel .l-content_equal.m-block--content .link-list a.block-link,
.link-list .m-project-panel .l-content_equal.m-block--content a.block-link,
.m-project-panel .l-content_equal.m-block--content .link-list_compact a.block-link,
.link-list_compact .m-project-panel .l-content_equal.m-block--content a.block-link,
.m-project-panel .l-content_equal.m-block--content .link-list_large a.block-link,
.link-list_large .m-project-panel .l-content_equal.m-block--content a.block-link,
.m-project-panel .l-content_equal.m-block--content .m-featured-link-list a.block-link,
.m-featured-link-list .m-project-panel .l-content_equal.m-block--content a.block-link,
.m-project-panel .l-content_equal.m-block--content .m-social-links a.block-link,
.m-social-links .m-project-panel .l-content_equal.m-block--content a.block-link,
.m-project-panel .l-content_equal.m-block--content .m-social-links_inline a.block-link,
.m-social-links_inline .m-project-panel .l-content_equal.m-block--content a.block-link,
.m-project-panel .l-content_equal.m-block--content .m-share-links a.block-link,
.m-share-links .m-project-panel .l-content_equal.m-block--content a.block-link,
.m-project-panel .l-content_equal.m-block--content .m-share-links_inline a.block-link,
.m-share-links_inline .m-project-panel .l-content_equal.m-block--content a.block-link,
.m-project-panel .l-content_equal.m-block--content .m-event-links a.block-link,
.m-event-links .m-project-panel .l-content_equal.m-block--content a.block-link,
.m-project-panel .l-content_equal.m-block--content .link-list .m-block > a,
.link-list .m-project-panel .l-content_equal.m-block--content .m-block > a,
.m-project-panel .l-content_equal.m-block--content .link-list_compact .m-block > a,
.link-list_compact .m-project-panel .l-content_equal.m-block--content .m-block > a,
.m-project-panel .l-content_equal.m-block--content .link-list_large .m-block > a,
.link-list_large .m-project-panel .l-content_equal.m-block--content .m-block > a,
.m-project-panel .l-content_equal.m-block--content .m-featured-link-list .m-block > a,
.m-featured-link-list .m-project-panel .l-content_equal.m-block--content .m-block > a,
.m-project-panel .l-content_equal.m-block--content .m-social-links .m-block > a,
.m-social-links .m-project-panel .l-content_equal.m-block--content .m-block > a,
.m-project-panel .l-content_equal.m-block--content .m-social-links_inline .m-block > a,
.m-social-links_inline .m-project-panel .l-content_equal.m-block--content .m-block > a,
.m-project-panel .l-content_equal.m-block--content .m-share-links .m-block > a,
.m-share-links .m-project-panel .l-content_equal.m-block--content .m-block > a,
.m-project-panel .l-content_equal.m-block--content .m-share-links_inline .m-block > a,
.m-share-links_inline .m-project-panel .l-content_equal.m-block--content .m-block > a,
.m-project-panel .l-content_equal.m-block--content .m-event-links .m-block > a,
.m-event-links .m-project-panel .l-content_equal.m-block--content .m-block > a,
.m-project-panel .l-content_equal.m-block--content .link-list .m-contact-panel > a,
.link-list .m-project-panel .l-content_equal.m-block--content .m-contact-panel > a,
.m-project-panel .l-content_equal.m-block--content .link-list_compact .m-contact-panel > a,
.link-list_compact .m-project-panel .l-content_equal.m-block--content .m-contact-panel > a,
.m-project-panel .l-content_equal.m-block--content .link-list_large .m-contact-panel > a,
.link-list_large .m-project-panel .l-content_equal.m-block--content .m-contact-panel > a,
.m-project-panel .l-content_equal.m-block--content .m-featured-link-list .m-contact-panel > a,
.m-featured-link-list .m-project-panel .l-content_equal.m-block--content .m-contact-panel > a,
.m-project-panel .l-content_equal.m-block--content .m-social-links .m-contact-panel > a,
.m-social-links .m-project-panel .l-content_equal.m-block--content .m-contact-panel > a,
.m-project-panel .l-content_equal.m-block--content .m-social-links_inline .m-contact-panel > a,
.m-social-links_inline .m-project-panel .l-content_equal.m-block--content .m-contact-panel > a,
.m-project-panel .l-content_equal.m-block--content .m-share-links .m-contact-panel > a,
.m-share-links .m-project-panel .l-content_equal.m-block--content .m-contact-panel > a,
.m-project-panel .l-content_equal.m-block--content .m-share-links_inline .m-contact-panel > a,
.m-share-links_inline .m-project-panel .l-content_equal.m-block--content .m-contact-panel > a,
.m-project-panel .l-content_equal.m-block--content .m-event-links .m-contact-panel > a,
.m-event-links .m-project-panel .l-content_equal.m-block--content .m-contact-panel > a,
.m-project-panel .l-content_equal.m-block--content .link-list .m-featured-item > a,
.link-list .m-project-panel .l-content_equal.m-block--content .m-featured-item > a,
.m-project-panel .l-content_equal.m-block--content .link-list_compact .m-featured-item > a,
.link-list_compact .m-project-panel .l-content_equal.m-block--content .m-featured-item > a,
.m-project-panel .l-content_equal.m-block--content .link-list_large .m-featured-item > a,
.link-list_large .m-project-panel .l-content_equal.m-block--content .m-featured-item > a,
.m-project-panel .l-content_equal.m-block--content .m-featured-link-list .m-featured-item > a,
.m-featured-link-list .m-project-panel .l-content_equal.m-block--content .m-featured-item > a,
.m-project-panel .l-content_equal.m-block--content .m-social-links .m-featured-item > a,
.m-social-links .m-project-panel .l-content_equal.m-block--content .m-featured-item > a,
.m-project-panel .l-content_equal.m-block--content .m-social-links_inline .m-featured-item > a,
.m-social-links_inline .m-project-panel .l-content_equal.m-block--content .m-featured-item > a,
.m-project-panel .l-content_equal.m-block--content .m-share-links .m-featured-item > a,
.m-share-links .m-project-panel .l-content_equal.m-block--content .m-featured-item > a,
.m-project-panel .l-content_equal.m-block--content .m-share-links_inline .m-featured-item > a,
.m-share-links_inline .m-project-panel .l-content_equal.m-block--content .m-featured-item > a,
.m-project-panel .l-content_equal.m-block--content .m-event-links .m-featured-item > a,
.m-event-links .m-project-panel .l-content_equal.m-block--content .m-featured-item > a,
.m-project-panel .l-content_equal.m-block--content .link-list .m-block_toc > a,
.link-list .m-project-panel .l-content_equal.m-block--content .m-block_toc > a,
.m-project-panel .l-content_equal.m-block--content .link-list_compact .m-block_toc > a,
.link-list_compact .m-project-panel .l-content_equal.m-block--content .m-block_toc > a,
.m-project-panel .l-content_equal.m-block--content .link-list_large .m-block_toc > a,
.link-list_large .m-project-panel .l-content_equal.m-block--content .m-block_toc > a,
.m-project-panel .l-content_equal.m-block--content .m-featured-link-list .m-block_toc > a,
.m-featured-link-list .m-project-panel .l-content_equal.m-block--content .m-block_toc > a,
.m-project-panel .l-content_equal.m-block--content .m-social-links .m-block_toc > a,
.m-social-links .m-project-panel .l-content_equal.m-block--content .m-block_toc > a,
.m-project-panel .l-content_equal.m-block--content .m-social-links_inline .m-block_toc > a,
.m-social-links_inline .m-project-panel .l-content_equal.m-block--content .m-block_toc > a,
.m-project-panel .l-content_equal.m-block--content .m-share-links .m-block_toc > a,
.m-share-links .m-project-panel .l-content_equal.m-block--content .m-block_toc > a,
.m-project-panel .l-content_equal.m-block--content .m-share-links_inline .m-block_toc > a,
.m-share-links_inline .m-project-panel .l-content_equal.m-block--content .m-block_toc > a,
.m-project-panel .l-content_equal.m-block--content .m-event-links .m-block_toc > a,
.m-event-links .m-project-panel .l-content_equal.m-block--content .m-block_toc > a,
.m-project-panel .l-content_equal.m-block--content .link-list .m-search-list .l-blocks--block > a,
.link-list .m-search-list .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content .m-search-list .link-list .l-blocks--block > a,
.m-search-list .link-list .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content .link-list_compact .m-search-list .l-blocks--block > a,
.link-list_compact .m-search-list .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content .m-search-list .link-list_compact .l-blocks--block > a,
.m-search-list .link-list_compact .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content .link-list_large .m-search-list .l-blocks--block > a,
.link-list_large .m-search-list .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content .m-search-list .link-list_large .l-blocks--block > a,
.m-search-list .link-list_large .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content .m-featured-link-list .m-search-list .l-blocks--block > a,
.m-featured-link-list .m-search-list .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content .m-search-list .m-featured-link-list .l-blocks--block > a,
.m-search-list .m-featured-link-list .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content .m-social-links .m-search-list .l-blocks--block > a,
.m-social-links .m-search-list .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content .m-search-list .m-social-links .l-blocks--block > a,
.m-search-list .m-social-links .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content .m-social-links_inline .m-search-list .l-blocks--block > a,
.m-social-links_inline .m-search-list .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content .m-search-list .m-social-links_inline .l-blocks--block > a,
.m-search-list .m-social-links_inline .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content .m-share-links .m-search-list .l-blocks--block > a,
.m-share-links .m-search-list .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content .m-search-list .m-share-links .l-blocks--block > a,
.m-search-list .m-share-links .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content .m-share-links_inline .m-search-list .l-blocks--block > a,
.m-share-links_inline .m-search-list .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content .m-search-list .m-share-links_inline .l-blocks--block > a,
.m-search-list .m-share-links_inline .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content .m-event-links .m-search-list .l-blocks--block > a,
.m-event-links .m-search-list .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content .m-search-list .m-event-links .l-blocks--block > a,
.m-search-list .m-event-links .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content .m-block > a.link-arrow,
.m-project-panel .l-content_equal.m-block--content .m-contact-panel > a.link-arrow,
.m-project-panel .l-content_equal.m-block--content .m-featured-item > a.link-arrow,
.m-project-panel .l-content_equal.m-block--content .m-block_toc > a.link-arrow,
.m-project-panel .l-content_equal.m-block--content .related-search .m-block > a,
.related-search .m-project-panel .l-content_equal.m-block--content .m-block > a,
.m-project-panel .l-content_equal.m-block--content .related-search .m-contact-panel > a,
.related-search .m-project-panel .l-content_equal.m-block--content .m-contact-panel > a,
.m-project-panel .l-content_equal.m-block--content .related-search .m-featured-item > a,
.related-search .m-project-panel .l-content_equal.m-block--content .m-featured-item > a,
.m-project-panel .l-content_equal.m-block--content .related-search .m-block_toc > a,
.related-search .m-project-panel .l-content_equal.m-block--content .m-block_toc > a,
.m-project-panel .l-content_equal.m-block--content .missSpelling .m-block > a,
.missSpelling .m-project-panel .l-content_equal.m-block--content .m-block > a,
.m-project-panel .l-content_equal.m-block--content .missSpelling .m-contact-panel > a,
.missSpelling .m-project-panel .l-content_equal.m-block--content .m-contact-panel > a,
.m-project-panel .l-content_equal.m-block--content .missSpelling .m-featured-item > a,
.missSpelling .m-project-panel .l-content_equal.m-block--content .m-featured-item > a,
.m-project-panel .l-content_equal.m-block--content .missSpelling .m-block_toc > a,
.missSpelling .m-project-panel .l-content_equal.m-block--content .m-block_toc > a,
.m-project-panel .l-content_equal.m-block--content body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .m-block > a.prenumera-update-link,
body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .m-project-panel .l-content_equal.m-block--content .m-block > a.prenumera-update-link,
.m-project-panel .l-content_equal.m-block--content body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .m-contact-panel > a.prenumera-update-link,
body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .m-project-panel .l-content_equal.m-block--content .m-contact-panel > a.prenumera-update-link,
.m-project-panel .l-content_equal.m-block--content body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .m-featured-item > a.prenumera-update-link,
body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .m-project-panel .l-content_equal.m-block--content .m-featured-item > a.prenumera-update-link,
.m-project-panel .l-content_equal.m-block--content body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .m-block_toc > a.prenumera-update-link,
body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .m-project-panel .l-content_equal.m-block--content .m-block_toc > a.prenumera-update-link,
.m-project-panel .l-content_equal.m-block--content body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .m-block > a.prenumera-update-link,
body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .m-project-panel .l-content_equal.m-block--content .m-block > a.prenumera-update-link,
.m-project-panel .l-content_equal.m-block--content body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .m-contact-panel > a.prenumera-update-link,
body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .m-project-panel .l-content_equal.m-block--content .m-contact-panel > a.prenumera-update-link,
.m-project-panel .l-content_equal.m-block--content body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .m-featured-item > a.prenumera-update-link,
body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .m-project-panel .l-content_equal.m-block--content .m-featured-item > a.prenumera-update-link,
.m-project-panel .l-content_equal.m-block--content body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .m-block_toc > a.prenumera-update-link,
body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .m-project-panel .l-content_equal.m-block--content .m-block_toc > a.prenumera-update-link,
.m-project-panel .l-content_equal.m-block--content .prenumeration-form .prenumeration-form-elements .m-block > a.prenumera-link,
.prenumeration-form .prenumeration-form-elements .m-project-panel .l-content_equal.m-block--content .m-block > a.prenumera-link,
.m-project-panel .l-content_equal.m-block--content .prenumeration-form .prenumeration-form-elements .m-contact-panel > a.prenumera-link,
.prenumeration-form .prenumeration-form-elements .m-project-panel .l-content_equal.m-block--content .m-contact-panel > a.prenumera-link,
.m-project-panel .l-content_equal.m-block--content .prenumeration-form .prenumeration-form-elements .m-featured-item > a.prenumera-link,
.prenumeration-form .prenumeration-form-elements .m-project-panel .l-content_equal.m-block--content .m-featured-item > a.prenumera-link,
.m-project-panel .l-content_equal.m-block--content .prenumeration-form .prenumeration-form-elements .m-block_toc > a.prenumera-link,
.prenumeration-form .prenumeration-form-elements .m-project-panel .l-content_equal.m-block--content .m-block_toc > a.prenumera-link,
.m-project-panel .l-content_equal.m-block--content .m-featured-news-start-item .m-block p.block-link,
.m-featured-news-start-item .m-block .m-project-panel .l-content_equal.m-block--content p.block-link,
.m-project-panel .l-content_equal.m-block--content .m-featured-news-start-item .m-contact-panel p.block-link,
.m-featured-news-start-item .m-contact-panel .m-project-panel .l-content_equal.m-block--content p.block-link,
.m-project-panel .l-content_equal.m-block--content .m-featured-news-start-item .m-featured-item p.block-link,
.m-featured-news-start-item .m-featured-item .m-project-panel .l-content_equal.m-block--content p.block-link,
.m-project-panel .l-content_equal.m-block--content .m-featured-news-start-item .m-block_toc p.block-link,
.m-featured-news-start-item .m-block_toc .m-project-panel .l-content_equal.m-block--content p.block-link,
.m-project-panel .l-content_equal.m-block--content .m-search-list .l-blocks--block > a.link-arrow,
.m-search-list .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a.link-arrow,
.m-project-panel .l-content_equal.m-block--content .m-search-list .related-search .l-blocks--block > a,
.m-search-list .related-search .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content .related-search .m-search-list .l-blocks--block > a,
.related-search .m-search-list .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content .m-search-list .missSpelling .l-blocks--block > a,
.m-search-list .missSpelling .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content .missSpelling .m-search-list .l-blocks--block > a,
.missSpelling .m-search-list .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a,
.m-project-panel .l-content_equal.m-block--content .m-search-list body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .l-blocks--block > a.prenumera-update-link,
.m-search-list body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a.prenumera-update-link,
.m-project-panel .l-content_equal.m-block--content body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .m-search-list .l-blocks--block > a.prenumera-update-link,
body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .m-search-list .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a.prenumera-update-link,
.m-project-panel .l-content_equal.m-block--content .m-search-list body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .l-blocks--block > a.prenumera-update-link,
.m-search-list body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a.prenumera-update-link,
.m-project-panel .l-content_equal.m-block--content body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .m-search-list .l-blocks--block > a.prenumera-update-link,
body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .m-search-list .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a.prenumera-update-link,
.m-project-panel .l-content_equal.m-block--content .m-search-list .prenumeration-form .prenumeration-form-elements .l-blocks--block > a.prenumera-link,
.m-search-list .prenumeration-form .prenumeration-form-elements .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a.prenumera-link,
.m-project-panel .l-content_equal.m-block--content .prenumeration-form .prenumeration-form-elements .m-search-list .l-blocks--block > a.prenumera-link,
.prenumeration-form .prenumeration-form-elements .m-search-list .m-project-panel .l-content_equal.m-block--content .l-blocks--block > a.prenumera-link,
.m-project-panel .l-content_equal.m-block--content .related-search a.block-link,
.related-search .m-project-panel .l-content_equal.m-block--content a.block-link,
.m-project-panel .l-content_equal.m-block--content .missSpelling a.block-link,
.missSpelling .m-project-panel .l-content_equal.m-block--content a.block-link,
.m-project-panel .l-content_equal.m-block--content body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .block-link.prenumera-update-link,
body.collectionpagetype #main-content > .container .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .m-project-panel .l-content_equal.m-block--content .block-link.prenumera-update-link,
.m-project-panel .l-content_equal.m-block--content body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .block-link.prenumera-update-link,
body.collectionpagetype #main-content > .m-page-banner--inner .l-content_primary article#first-content-area .prenumeration-update-form-wrapper .prenumera-update-form-footer .m-project-panel .l-content_equal.m-block--content .block-link.prenumera-update-link,
.m-project-panel .l-content_equal.m-block--content .prenumeration-form .prenumeration-form-elements .block-link.prenumera-link,
.prenumeration-form .prenumeration-form-elements .m-project-panel .l-content_equal.m-block--content .block-link.prenumera-link {
  font-family: "webfont-Frutiger", sans-serif;
  font-size: 0.8888889em;
  font-weight: 700;
  line-height: 1.2222222;
}

@media only screen and (max-width: 769px) {
  .projectSection .project-category {
    margin-left: -2%;
  }
}

@media only screen and (min-width: 770px) {
  .projectSection .container,
  .projectSection .m-page-banner--inner {
    padding: 0;
  }

  .projectSection .container .project-category.project-category-0 .l-header,
  .projectSection .m-page-banner--inner .project-category.project-category-0 .l-header {
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: 0;
    padding: 0;
  }

  .projectSection .container .project-category.project-category-0 .l-header h1,
  .projectSection .m-page-banner--inner .project-category.project-category-0 .l-header h1 {
    font-family: "webfont-Frutiger", sans-serif;
    font-weight: 700;
    line-height: 1.2222222;
    font-size: 1.1666667em;
  }
}

@media only screen and (min-width: 770px) {
  .project-page-bottom-section {
    clear: both;
    display: inline;
    float: left;
    width: 63.8888889%;
    margin: 0 1.3888889%;
  }
}

@media only screen and (max-width: 769px) {
  .projectSection .container .l-content_primary .desktop-projects-page-bottom,
  .projectSection .m-page-banner--inner .l-content_primary .desktop-projects-page-bottom {
    display: none;
  }
}

@media only screen and (min-width: 770px) {
  .projectSection .container .m-projects-page-bottom,
  .projectSection .m-page-banner--inner .m-projects-page-bottom {
    display: none;
  }
}

.link-list.moreinfolinks li a,
.moreinfolinks.link-list_compact li a,
.moreinfolinks.link-list_large li a,
.moreinfolinks.m-featured-link-list li a,
.moreinfolinks.m-social-links li a,
.moreinfolinks.m-social-links_inline li a,
.moreinfolinks.m-share-links li a,
.moreinfolinks.m-share-links_inline li a,
.moreinfolinks.m-event-links li a {
  text-decoration: none;
}

.link-list.moreinfolinks li a:hover,
.moreinfolinks.link-list_compact li a:hover,
.moreinfolinks.link-list_large li a:hover,
.moreinfolinks.m-featured-link-list li a:hover,
.moreinfolinks.m-social-links li a:hover,
.moreinfolinks.m-social-links_inline li a:hover,
.moreinfolinks.m-share-links li a:hover,
.moreinfolinks.m-share-links_inline li a:hover,
.moreinfolinks.m-event-links li a:hover {
  text-decoration: underline;
}

.link-list.moreinfolinks li a::after,
.moreinfolinks.link-list_compact li a::after,
.moreinfolinks.link-list_large li a::after,
.moreinfolinks.m-featured-link-list li a::after,
.moreinfolinks.m-social-links li a::after,
.moreinfolinks.m-social-links_inline li a::after,
.moreinfolinks.m-share-links li a::after,
.moreinfolinks.m-share-links_inline li a::after,
.moreinfolinks.m-event-links li a::after {
  text-decoration: underline;
  display: inline-block;
}

.link-list.moreinfolinks li a::after,
.moreinfolinks.link-list_compact li a::after,
.moreinfolinks.link-list_large li a::after,
.moreinfolinks.m-featured-link-list li a::after,
.moreinfolinks.m-social-links li a::after,
.moreinfolinks.m-social-links_inline li a::after,
.moreinfolinks.m-share-links li a::after,
.moreinfolinks.m-share-links_inline li a::after,
.moreinfolinks.m-event-links li a::after,
.link-list.moreinfolinks li a:hover::after,
.moreinfolinks.link-list_compact li a:hover::after,
.moreinfolinks.link-list_large li a:hover::after,
.moreinfolinks.m-featured-link-list li a:hover::after,
.moreinfolinks.m-social-links li a:hover::after,
.moreinfolinks.m-social-links_inline li a:hover::after,
.moreinfolinks.m-share-links li a:hover::after,
.moreinfolinks.m-share-links_inline li a:hover::after,
.moreinfolinks.m-event-links li a:hover::after {
  text-decoration: none;
}

.link-list li a,
.link-list_compact li a,
.link-list_large li a,
.m-featured-link-list li a,
.m-social-links li a,
.m-social-links_inline li a,
.m-share-links li a,
.m-share-links_inline li a,
.m-event-links li a {
  text-decoration: none;
}

.link-list li a:hover,
.link-list_compact li a:hover,
.link-list_large li a:hover,
.m-featured-link-list li a:hover,
.m-social-links li a:hover,
.m-social-links_inline li a:hover,
.m-share-links li a:hover,
.m-share-links_inline li a:hover,
.m-event-links li a:hover {
  text-decoration: underline;
}

.link-list li a::after,
.link-list_compact li a::after,
.link-list_large li a::after,
.m-featured-link-list li a::after,
.m-social-links li a::after,
.m-social-links_inline li a::after,
.m-share-links li a::after,
.m-share-links_inline li a::after,
.m-event-links li a::after {
  text-decoration: underline;
  display: inline-block;
}

.link-list li a::after,
.link-list_compact li a::after,
.link-list_large li a::after,
.m-featured-link-list li a::after,
.m-social-links li a::after,
.m-social-links_inline li a::after,
.m-share-links li a::after,
.m-share-links_inline li a::after,
.m-event-links li a::after,
.link-list li a:hover::after,
.link-list_compact li a:hover::after,
.link-list_large li a:hover::after,
.m-featured-link-list li a:hover::after,
.m-social-links li a:hover::after,
.m-social-links_inline li a:hover::after,
.m-share-links li a:hover::after,
.m-share-links_inline li a:hover::after,
.m-event-links li a:hover::after {
  text-decoration: none;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    border: none !important;
    text-shadow: none !important;
    float: none !important;
  }

  .editorial-content {
    font-size: .8em;
  }

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

  a[href]:after {
    content: " (" attr(href) ")";
  }

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

  /*
     * Don't show links for images, or javascript/internal links
     */

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  .m-block--media a[href$=".jpg"]:after,
  .m-block--media a[href$=".jpeg"]:after {
    content: "";
  }

  pre,
  blockquote {
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 1cm 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  figure,
  img,
  p,
  .fixed-ratio,
  .m-contact-card {
    page-break-inside: avoid;
  }

  .m-page-banner {
    border-top: none;
    border-bottom: none;
  }

  .m-page-banner--title img {
    max-width: 50% !important;
  }

  .m-page-banner--logo {
    display: block;
  }

  .m-page-banner--inner {
    padding-top: 1cm;
    padding-bottom: 0;
  }

  .editorial-content .fixed-ratio,
  .editorial-content .m-contact-card {
    display: none;
  }

  .editorial-content img {
    max-height: 5cm;
  }

  .theme-panel .m-block--content,
  .m-contact-card--front .m-block--content,
  .m-contact-card--back .m-block--content {
    padding: 0 !important;
  }

  iframe,
  .m-page-banner--logo-small,
  .m-contact-panel--picture,
  .m-back-to-top,
  .m-back-to-top_end,
  .m-launch-info,
  .m-main-nav,
  .m-section-nav,
  .nav-open-btn,
  .m-article-util,
  .m-page-banner--tools,
  .toc-wrapper,
  .m-block_toc,
  .m-page-opinion,
  .m-btn_back-arrow,
  .share-links,
  .m-footer-additional,
  .compact-media .link-list_compact,
  .sllReadSpeaker {
    display: none;
  }

  .l-blocks.alt-2-2 .l-blocks--block,
  .l-blocks.alt-2 .l-blocks--block,
  .m-block.compact-media .m-block--media,
  .compact-media.m-contact-panel .m-block--media,
  .compact-media.m-featured-item .m-block--media,
  .compact-media.m-block_toc .m-block--media,
  .compact-media.m-contact-panel .m-block--media,
  .compact-media.m-featured-item .m-block--media,
  .compact-media.m-block_toc .m-block--media,
  .m-block.compact-media .m-block--content,
  .compact-media.m-contact-panel .m-block--content,
  .compact-media.m-featured-item .m-block--content,
  .compact-media.m-block_toc .m-block--content,
  .compact-media.m-contact-panel .m-block--content,
  .compact-media.m-featured-item .m-block--content,
  .compact-media.m-block_toc .m-block--content {
    display: inline-block;
    vertical-align: top;
    width: 47%;
  }
}