html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table, tbody, tfoot, tr, th, td, sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
  margin-top: 0 !important;
}

body {
  color: #162254;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5em;
}

body, button, input, select, label, textarea {
  font-family: "Montserrat", sans-serif;
}

.container {
  width: 1290px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: calc(1290px / 90 * 100)) {
  .container {
    width: 90%;
    margin: 0 5%;
  }
}
.container .small {
  margin: 0 auto;
  width: 70%;
}
@media screen and (max-width: 999px) {
  .container .small {
    width: 100%;
  }
}

main {
  text-align: left;
}

main {
  margin-top: 0;
}
@media screen and (max-width: 999px) {
  main {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  main {
    margin-top: 0;
  }
}
main.maintenance {
  margin-top: 0;
}
@media screen and (max-width: 999px) {
  main.maintenance {
    margin-top: 0;
  }
}

.bkgd {
  background: #F7F7F7;
  padding: 90px 0;
  text-align: center;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 999px) {
  .flex {
    flex-wrap: wrap;
  }
}

.cat {
  color: #888;
  margin-top: 15px;
}
.cat a {
  color: #888 !important;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: underline !important;
}
.cat a:hover {
  color: #00ACA5 !important;
}
.cat strong {
  color: #162254;
}

.events .cat {
  padding: 0 30px 30px;
}

.background {
  background: #162254;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.background:hover {
  cursor: pointer;
}

.partOf {
  padding-top: 60px;
  text-align: center;
}
.partOf div {
  background: url(../img/logo/eu_polar_cluster.jpeg) no-repeat right top;
  background-size: 80px auto;
  display: inline-block;
  padding: 28px 90px 28px 0;
}

.consortium {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.consortium a {
  appearance: "none";
  -moz-appearance: "none";
  -webkit-appearance: "none";
  background: none;
  border: 0 none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  border-right: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  margin: 0;
  padding-top: calc(100% / 4);
  position: relative;
  width: calc((100% - 5px )/ 4);
}
@media screen and (max-width: 880px) {
  .consortium a {
    padding-top: calc((100% - (2 * 2px) - (15px * 4) )/ 2);
    width: calc((100% - (2 * 2px) - (15px * 4) )/ 2);
  }
  .consortium a:nth-child(even) {
    border-right: 0 none;
  }
}
@media screen and (max-width: 420px) {
  .consortium a {
    border: 0 none;
    border-top: 1px solid #DEDEDE;
    padding-top: 100%;
    width: 100%;
  }
  .consortium a:first-child {
    border-top: 0;
  }
}
.consortium a:hover {
  cursor: pointer;
}
.consortium a:hover img {
  width: 90%;
}
.consortium a img {
  height: auto;
  left: 50%;
  width: 80%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.consortium a.col4 {
  border-right: 0 none;
}

#target {
  left: 0;
  position: fixed;
  top: 0;
}
@media screen and (max-width: 880px) {
  #target {
    position: absolute;
  }
}

.boxConsortium {
  background: white;
  display: none;
  left: 50%;
  padding: 120px;
  position: fixed;
  top: 50%;
  width: calc(1000px - (15px * 14));
  z-index: 11;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: calc(1290px / 90 * 100)) {
  .boxConsortium {
    padding: 45px;
    width: calc(95% - (15px * 6));
  }
}
@media screen and (max-width: 880px) {
  .boxConsortium {
    left: 50%;
    position: absolute;
    top: 15px;
    z-index: 11;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.boxConsortium img {
  height: auto !important;
  max-height: 120px;
  max-width: 300px;
  margin-bottom: 30px;
  width: auto !important;
}
.boxConsortium h2 {
  color: #162254;
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 2rem 0;
}
.boxConsortium .btn {
  background: #0061B2;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: white;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  margin-top: 30px;
  padding: 15px 45px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.boxConsortium .btn:hover {
  background: #00ACA5;
  color: white;
}
.boxConsortium button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0 none;
}
.boxConsortium .close {
  background: url("../img/icons/close.svg") no-repeat center center;
  background-size: 100% 100%;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  text-indent: -9999px;
  width: 30px;
}
.boxConsortium .close:hover {
  background-image: url("../img/icons/close-hover.svg");
}
.boxConsortium a {
  display: block;
  margin-top: 30px;
}
.boxConsortium .navArrow {
  background: no-repeat center center;
  background-size: 100% 100%;
  height: 30px;
  position: absolute;
  top: 50%;
  text-indent: -9999px;
  width: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.boxConsortium .navArrow.prevArrow {
  background-image: url("../img/graphic/prev.svg");
  left: 15px;
}
.boxConsortium .navArrow.prevArrow:hover {
  background-image: url("../img/graphic/prev-hover.svg");
}
.boxConsortium .navArrow.nextArrow {
  background-image: url("../img/graphic/next.svg");
  right: 15px;
}
.boxConsortium .navArrow.nextArrow:hover {
  background-image: url("../img/graphic/next-hover.svg");
}

.contactLinks img {
  width: 100px;
}
.contactLinks p {
  margin-top: 0;
  margin-bottom: 30px;
}
.contactLinks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contactLinks ul li {
  margin-bottom: 15px;
}
.contactLinks ul a {
  background: no-repeat left center;
  background-size: auto 15px;
  padding-left: 34.95px;
}
.contactLinks ul a.mail {
  background-image: url("../img/icons/mail.svg");
}
.contactLinks ul a.mastodon {
  background-image: url("../img/icons/mastodon.svg");
  background-size: auto 18.75px;
}
.contactLinks ul a.bluesky {
  background-image: url("../img/icons/bluesky.svg");
}
.contactLinks ul a.twitter {
  background-image: url("../img/icons/twitter.svg");
}

.contactTeam {
  column-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  text-align: center;
}
.contactTeam li {
  background: white;
  margin-bottom: 30px;
  padding: 30px 0;
  text-align: center;
  width: calc( (100% - (4 * 15px) ) / 3);
}
@media screen and (max-width: 999px) {
  .contactTeam li {
    width: calc( (100% - (2 * 15px) ) / 2);
  }
}
@media screen and (max-width: 880px) {
  .contactTeam li {
    width: 100%;
  }
}
.contactTeam li:before {
  display: none;
}
.contactTeam li figure {
  background: #162254;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 200px;
  margin: 15px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 200px;
}
.contactTeam li figure img {
  height: auto;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  width: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.contactTeam li p {
  color: #0061B2;
  margin-top: 0;
}
.contactTeam li a {
  color: #162254;
  text-decoration: none;
}
.contactTeam li a:hover figure img {
  opacity: 0.5;
}
.contactTeam li a:hover .plus {
  color: #00ACA5;
  text-decoration: none;
}

.events {
  column-gap: 30px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
.events li {
  background: #F7F7F7;
  margin-bottom: 30px;
  text-align: left;
  width: calc( (100% - (4 * 15px) ) / 3);
}
@media screen and (max-width: 999px) {
  .events li {
    width: calc( (100% - (2 * 15px) ) / 2);
  }
}
@media screen and (max-width: 880px) {
  .events li {
    width: 100%;
  }
}
.events li:before {
  display: none;
}
.events li .date {
  background: #0061B2;
  color: white;
  padding-top: 50%;
  position: relative;
  text-align: center;
  width: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.events li .date .alignVertical {
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.events li .date .hours {
  display: block;
  font-weight: 400;
}
.events li h3 {
  clear: both;
  color: #162254;
  margin-bottom: 15px;
  margin-top: 0;
}
.events li .plus {
  color: #0061B2;
  display: block;
  font-weight: 700;
  margin-top: 15px;
  text-decoration: underline;
}
.events li .past {
  background: white;
  color: #0061B2;
  font-size: 1rem;
  left: 2px;
  padding: 3px 10px;
  position: absolute;
  top: 2px;
}
.events li .txt {
  padding: 30px 30px 0;
}
.events li a {
  color: #162254;
  text-decoration: none;
}
.events li a:hover figure img {
  opacity: 0.5;
}
.events li a:hover .date {
  background: #00ACA5;
}
.events li a:hover .plus {
  color: #00ACA5;
  text-decoration: none;
}

.dateHoursHeader {
  color: #00ACA5;
  font-size: 3.2rem;
  line-height: 3.9rem;
  margin-bottom: 45px;
}
.dateHoursHeader .location {
  font-size: 2rem;
}

.mainShortcut {
  background: #0061B2;
  color: white;
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  text-transform: uppercase;
  width: 0;
}
.mainShortcut:focus {
  height: auto;
  padding: 1em 3%;
  width: 94%;
}
.mainShortcut:hover, .mainShortcut:focus {
  background: #00ACA5;
}

header {
  background: url("../img/cover/polarres.jpg") no-repeat center center;
  background-size: cover;
  color: white;
  position: relative;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  header {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  header {
    position: relative;
    top: 0;
  }
}
header .logo {
  float: left;
  display: inline-block;
  margin: 30px 0;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
header .logo img {
  height: 70px;
}
@media screen and (max-width: 1100px) {
  header .logo {
    float: none;
    margin: 0.75em auto;
  }
}
header h1 {
  color: white;
  left: 50%;
  margin-top: 0;
  padding-bottom: 30px;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header h1.italic {
  font-style: italic;
  font-weight: 400;
  padding-bottom: 0;
}
header h1.italic:after {
  display: none;
}
header .title {
  min-height: 343px;
  position: relative;
}
header .mastodon {
  background: #00ACA5 url("../img/icons/mastodon.svg") no-repeat center center;
  background-size: 60% auto;
  height: 50px;
  position: fixed;
  right: 55px;
  text-indent: -9999px;
  top: 0;
  width: 50px;
}
header .mastodon:hover {
  background-color: #0061B2;
}
@media screen and (max-width: 1100px) {
  header .mastodon {
    top: 130px;
    right: 0;
    height: 60px;
    width: 60px;
  }
}
header .bluesky {
  background: #00ACA5 url("../img/icons/bluesky.svg") no-repeat center center;
  background-size: 60% auto;
  height: 50px;
  position: fixed;
  right: 110px;
  text-indent: -9999px;
  top: 0;
  width: 50px;
}
header .bluesky:hover {
  background-color: #0061B2;
}
@media screen and (max-width: 1100px) {
  header .bluesky {
    top: 200px;
    right: 0;
    height: 60px;
    width: 60px;
  }
}
header .twitter {
  background: #00ACA5 url("../img/icons/twitter.svg") no-repeat center center;
  background-size: 60% auto;
  height: 50px;
  position: fixed;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 50px;
}
header .twitter:hover {
  background-color: #0061B2;
}
@media screen and (max-width: 1100px) {
  header .twitter {
    top: 66px;
    height: 60px;
    width: 60px;
  }
}

.noOverlay, .overlay {
  background: rgba(22, 34, 84, 0.7);
}

.overlay .noOverlay {
  background: none;
}

.sticky header .logo {
  display: inline-block;
  opacity: 1;
}

.impacts {
  column-gap: 30px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
.impacts li {
  background: #F7F7F7;
  margin-bottom: 30px;
  margin-top: 75px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
  width: calc((100% - (15px * 4)) / 3);
}
@media screen and (max-width: 880px) {
  .impacts li {
    width: calc((100% - (15px * 2)) / 2);
  }
}
@media screen and (max-width: 400px) {
  .impacts li {
    width: 100%;
  }
}
.impacts .ico {
  background: #0061B2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 140px;
  position: absolute;
  width: 140px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.impacts .ico img {
  left: 50%;
  position: absolute;
  top: 50%;
  width: 60%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.impacts .open {
  color: #0061B2;
  display: block;
  font-weight: 700;
  margin-top: 15px;
  text-decoration: underline;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.impacts a.impact {
  color: #162254;
  display: block;
  font-weight: 400;
  padding: 90px 30px 0;
  position: relative;
  text-decoration: none;
}
.impacts a.impact:hover .ico {
  background-color: #00ACA5;
}
.impacts a.impact:hover .open {
  color: #00ACA5;
  text-decoration: none;
}

.infographic {
  background: #162254;
  color: white;
}
.infographic .clickHere {
  color: #0061B2;
  position: absolute;
  right: 30px;
  top: 100px;
  width: 180px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4rem;
  text-align: center;
  z-index: 1;
}
.infographic .region-nav {
  list-style: none;
  margin: 0;
  margin-top: 1%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.infographic .region-nav button {
  appearance: "none";
  -moz-appearance: "none";
  -webkit-appearance: "none";
  background: none;
  border: 0 none;
  background: #0061B2 url("../img/infographic/nav-arctic.jpg") no-repeat center center;
  background-size: 100% 100%;
  border: 4px solid white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: default;
  height: 75px;
  opacity: 0.5;
  position: absolute;
  right: calc(3% + 72px);
  text-indent: -9999px;
  top: 0;
  width: 75px;
}
.infographic .region-nav button:hover {
  cursor: pointer;
}
.infographic .region-nav button.active {
  opacity: 1;
}
.infographic .region-nav button.active:hover {
  cursor: pointer;
}
.infographic .region-nav li + li button {
  background-image: url("../img/infographic/nav-antartic.jpg");
  right: 3%;
}

.tab-region-Antartic {
  display: none;
}

.schema {
  background: white no-repeat center center;
  background-size: 101% 101%;
  padding-top: 64%;
  position: relative;
  width: 100%;
}
.schema.schema-Arctic {
  background-image: url("../img/infographic/artic.jpg");
}
.schema.schema-Antartic {
  background-image: url("../img/infographic/antartic-new.jpg");
}
.schema .region-title, .schema .region-nav {
  position: absolute;
  top: 0;
}
.schema .region-title {
  background: #162254;
  -webkit-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
  color: white;
  left: 50%;
  padding: 5px 30px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.schema .points {
  appearance: "none";
  -moz-appearance: "none";
  -webkit-appearance: "none";
  background: none;
  border: 0 none;
  background: #162254;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: white;
  display: block;
  font-size: 1.33rem;
  font-weight: bold;
  line-height: 1.8rem;
  text-align: center;
  text-decoration: none;
  padding: 8px 0;
  position: absolute;
  top: 0;
  width: 35px;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.schema .points.point-A {
  background: white;
  color: #0061B2;
}
.schema .points.point-B {
  background: white;
  color: #0061B2;
}
.schema .points.point-C {
  background: white;
  color: #0061B2;
}
.schema .points.point-D {
  background: white;
  color: #0061B2;
}
.schema .points.point-E {
  background: white;
  color: #0061B2;
}
.schema .points:hover {
  animation: buttonHover 1s infinite ease-in-out;
  cursor: pointer;
}
.schema.schema-Arctic .point-1 {
  left: 29.8%;
  top: 24%;
}
.schema.schema-Arctic .point-2 {
  left: 4%;
  top: 51%;
}
.schema.schema-Arctic .point-3 {
  left: 26.8%;
  top: 65%;
}
.schema.schema-Arctic .point-4 {
  left: 35.7%;
  top: 50%;
}
.schema.schema-Arctic .point-5 {
  left: 26.8%;
  top: 75%;
}
.schema.schema-Arctic .point-6 {
  left: 78.7%;
  top: 55%;
}
.schema.schema-Arctic .point-7 {
  left: 72.8%;
  top: 89%;
}
.schema.schema-Arctic .point-8 {
  left: 46%;
  top: 73%;
}
.schema.schema-Arctic .point-9 {
  left: 46%;
  top: 62%;
}
.schema.schema-Arctic .point-10 {
  left: 77.2%;
  top: 69%;
}
.schema.schema-Arctic .point-11 {
  left: 3%;
  top: 77.5%;
}
.schema.schema-Arctic .point-12 {
  left: 19%;
  top: 61%;
}
.schema.schema-Arctic .point-13 {
  left: 3%;
  top: 65%;
}
.schema.schema-Arctic .point-14 {
  left: 61.5%;
  top: 15.5%;
}
.schema.schema-Arctic .point-15 {
  left: 53.7%;
  top: 43%;
}
.schema.schema-Arctic .point-A {
  left: 79.7%;
  top: 37%;
}
.schema.schema-Arctic .point-B {
  left: 25.7%;
  top: 87%;
}
.schema.schema-Arctic .point-C {
  left: 95.7%;
  top: 51%;
}
.schema.schema-Arctic .point-D {
  left: 66%;
  top: 51.5%;
}
.schema.schema-Arctic .point-E {
  left: 66%;
  top: 64.5%;
}
.schema.schema-Antartic .point-1 {
  left: 49.7%;
  top: 24%;
}
.schema.schema-Antartic .point-2 {
  left: 23.5%;
  top: 57%;
}
.schema.schema-Antartic .point-3 {
  left: 54%;
  top: 56.5%;
}
.schema.schema-Antartic .point-4 {
  left: 28.3%;
  top: 45%;
}
.schema.schema-Antartic .point-5 {
  left: 58%;
  top: 35.7%;
}
.schema.schema-Antartic .point-6 {
  left: 64.3%;
  top: 56%;
}
.schema.schema-Antartic .point-7 {
  left: 79%;
  top: 54%;
}
.schema.schema-Antartic .point-8 {
  left: 10.7%;
  top: 83%;
}
.schema.schema-Antartic .point-9 {
  left: 86%;
  top: 80%;
}
.schema.schema-Antartic .point-10 {
  left: 66.5%;
  top: 72%;
}
.schema.schema-Antartic .point-11 {
  left: 63%;
  top: 92%;
}
.schema.schema-Antartic .point-12 {
  left: 55.2%;
  top: 76.5%;
}
.schema.schema-Antartic .point-13 {
  left: 17.7%;
  top: 21%;
}
.schema.schema-Antartic .point-14 {
  left: 67.45%;
  top: 3%;
}
.schema.schema-Antartic .point-15 {
  left: 5.7%;
  top: 60.7%;
}
.schema.schema-Antartic .point-16 {
  left: 78.7%;
  top: 21%;
}
.schema.schema-Antartic .point-A {
  left: 36%;
  top: 90%;
}
.schema .popup-background {
  background: rgba(22, 34, 84, 0.9);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.schema .boxes {
  background: white;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #0061B2;
  display: none;
  left: 50%;
  max-width: 500px;
  min-width: 500px;
  padding: 30px;
  position: absolute;
  top: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.schema .boxes h3 {
  text-align: center;
}
.schema .boxes p a {
  display: block;
  padding-bottom: 5px;
  position: relative;
  text-decoration: none;
}
.schema .boxes p a:before {
  background: #0061B2;
  content: " ";
  height: 1px;
  left: 50%;
  top: 0;
  position: absolute;
  width: 50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.schema .boxes .number {
  background: #162254;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid white;
  color: white;
  display: block;
  font-size: 1.33rem;
  font-weight: bold;
  left: 50%;
  line-height: 1.8rem;
  text-align: center;
  text-decoration: none;
  padding: 8px 0;
  position: absolute;
  top: 0;
  width: 35px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.schema .boxes .close-popup {
  appearance: "none";
  -moz-appearance: "none";
  -webkit-appearance: "none";
  background: none;
  border: 0 none;
  background: #0061B2 url("../img/icons/close-white.svg") no-repeat center center;
  background-size: 40% auto;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  height: 35px;
  position: absolute;
  right: -35px;
  text-indent: -9999px;
  top: 17.5px;
  width: 35px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.schema .boxes .close-popup:hover {
  background-color: #00ACA5;
}

@keyframes buttonHover {
  0% {
    padding: 8px 0;
    width: 35px;
  }
  50% {
    padding: 12px 0;
    width: 43px;
  }
  100% {
    padding: 8px 0;
    width: 35px;
  }
}
.infographic-list ul {
  column-count: 4;
  column-gap: 30px;
  list-style: none;
  margin: 0;
  padding: 30px 0;
}
.infographic-list ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-weight: bold;
  grid-column-gap: 15px;
  margin-bottom: 30px;
}
.infographic-list ul li .number {
  background: white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #0061B2;
  display: block;
  padding: 16px 0;
  text-align: center;
  width: 60px;
}
.infographic-list ul li .name {
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-align: left;
  width: calc(100% - 60px - 15px);
}

@media screen and (max-width: 880px) {
  .infographic .container {
    margin: 0 auto;
    width: 100%;
  }
  .infographic .clickHere {
    display: none;
  }
  .infographic .region-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    column-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    left: 0;
    margin-top: 0;
    text-align: center;
    width: 100%;
  }
  .infographic .region-nav button {
    appearance: "none";
    -moz-appearance: "none";
    -webkit-appearance: "none";
    background: none;
    border: 0 none;
    background: #162254;
    background-size: 100% 100%;
    border: 0 none;
    color: white;
    -webkit-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
    font-size: 4vw;
    height: inherit;
    opacity: 0.5;
    padding: 5px 30px;
    position: relative;
    right: inherit;
    text-indent: 0;
    top: inherit;
    width: auto;
  }
  .infographic .region-nav button:hover {
    cursor: pointer;
  }
  .infographic .region-nav button.active {
    opacity: 1;
  }
  .infographic .region-nav button.active:hover {
    cursor: pointer;
  }
  .infographic .region-nav li + li button {
    background-image: none;
    right: inherit;
  }

  .schema {
    background: transparent no-repeat center top;
    background-size: 100% auto;
  }
  .schema.schema-Arctic {
    background-image: url("../img/infographic/artic-mobile.jpg");
    padding-top: 382.66%;
  }
  .schema.schema-Antartic {
    background-image: url("../img/infographic/antartic-mobile.jpg");
    padding-top: 426.77%;
  }
  .schema .region-title {
    display: none;
  }
  .schema .points {
    font-size: 4vw;
    padding: 0;
    padding-top: 9%;
    width: 9%;
  }
  .schema .points .number {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .schema .points:hover {
    animation: inherit;
    cursor: pointer;
  }
  .schema.schema-Arctic .point-1 {
    left: 62%;
    top: 22%;
  }
  .schema.schema-Arctic .point-2 {
    left: 29.5%;
    top: 57.5%;
  }
  .schema.schema-Arctic .point-3 {
    left: 70.8%;
    top: 64.3%;
  }
  .schema.schema-Arctic .point-4 {
    left: 21.7%;
    top: 43%;
  }
  .schema.schema-Arctic .point-5 {
    left: 70.8%;
    top: 68.8%;
  }
  .schema.schema-Arctic .point-6 {
    left: 49.7%;
    top: 40%;
  }
  .schema.schema-Arctic .point-7 {
    left: 72.8%;
    top: 93%;
  }
  .schema.schema-Arctic .point-8 {
    left: 58%;
    top: 54.3%;
  }
  .schema.schema-Arctic .point-9 {
    left: 58%;
    top: 49.5%;
  }
  .schema.schema-Arctic .point-10 {
    left: 42.2%;
    top: 45.6%;
  }
  .schema.schema-Arctic .point-11 {
    left: 47%;
    top: 82.9%;
  }
  .schema.schema-Arctic .point-12 {
    left: 9%;
    top: 57.5%;
  }
  .schema.schema-Arctic .point-13 {
    left: 14%;
    top: 69%;
  }
  .schema.schema-Arctic .point-14 {
    left: 75.3%;
    top: 9.8%;
  }
  .schema.schema-Arctic .point-15 {
    left: 26.7%;
    top: 30.5%;
  }
  .schema.schema-Arctic .point-A {
    left: 49.2%;
    top: 34%;
  }
  .schema.schema-Arctic .point-B {
    left: 67.7%;
    top: 78.3%;
  }
  .schema.schema-Arctic .point-C {
    left: 90.4%;
    top: 45%;
  }
  .schema.schema-Arctic .point-D {
    left: 29%;
    top: 52.5%;
  }
  .schema.schema-Arctic .point-E {
    left: 90%;
    top: 73.3%;
  }
  .schema.schema-Antartic .point-1 {
    left: 63.7%;
    top: 32.5%;
  }
  .schema.schema-Antartic .point-2 {
    left: 90.8%;
    top: 45.5%;
  }
  .schema.schema-Antartic .point-3 {
    left: 36%;
    top: 66%;
  }
  .schema.schema-Antartic .point-4 {
    left: 53.3%;
    top: 62.5%;
  }
  .schema.schema-Antartic .point-5 {
    left: 35%;
    top: 36.7%;
  }
  .schema.schema-Antartic .point-6 {
    left: 35.9%;
    top: 48%;
  }
  .schema.schema-Antartic .point-7 {
    left: 60%;
    top: 51.8%;
  }
  .schema.schema-Antartic .point-8 {
    left: 8.7%;
    top: 74.5%;
  }
  .schema.schema-Antartic .point-9 {
    left: 80%;
    top: 62%;
  }
  .schema.schema-Antartic .point-10 {
    left: 30%;
    top: 53.4%;
  }
  .schema.schema-Antartic .point-11 {
    left: 77%;
    top: 89%;
  }
  .schema.schema-Antartic .point-12 {
    left: 23.9%;
    top: 70.6%;
  }
  .schema.schema-Antartic .point-13 {
    left: 12.7%;
    top: 19%;
  }
  .schema.schema-Antartic .point-14 {
    left: 50.45%;
    top: 9%;
  }
  .schema.schema-Antartic .point-15 {
    left: 49.7%;
    top: 43.7%;
  }
  .schema.schema-Antartic .point-16 {
    left: 50.7%;
    top: 20.5%;
  }
  .schema.schema-Antartic .point-A {
    left: 32%;
    top: 75.7%;
  }
  .schema .boxes {
    max-width: inherit;
    min-width: inherit;
    padding: 30px;
    position: fixed;
    width: calc(100% - 70px - (15px * 4));
  }
  .schema .boxes .close-popup {
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    position: absolute;
    left: -35px;
    right: inherit;
  }
  .schema .boxes .close-popup:hover {
    background-color: #00ACA5;
  }

  .infographic-list {
    display: none;
  }
  .infographic-list ul {
    column-count: 1;
  }
}
.filters {
  border: 1px solid #162254;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  float: left;
  list-style: none;
  margin: 0 15px 15px;
  padding: 0;
  position: relative;
  width: calc((100% - (15px * 5)) / 3 - 2px);
}
.filters:first-child {
  margin-left: 0;
}
@media screen and (max-width: 999px) {
  .filters {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.filters button, .filters a {
  appearance: "none";
  -moz-appearance: "none";
  -webkit-appearance: "none";
  background: none;
  border: 0 none;
  display: block;
  padding: 15px 19.95px;
  text-align: left;
  width: calc(100% - (15px * 2.66));
}
.filters button {
  color: #162254;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  width: calc(100% - 15px);
}
.filters button:hover {
  cursor: pointer;
}
.filters button:after {
  background: url("../img/icons/arrow-button.svg") no-repeat center center;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 7.5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.filters button[aria-expanded=true]:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.filters a {
  color: #162254;
  font-weight: 400;
  text-decoration: none;
}
.filters a:hover {
  background: #162254;
  color: white;
  cursor: pointer;
}
.filters li {
  margin: 0;
}
.filters ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.filters.active {
  border-color: #00ACA5;
  border-bottom: none;
  -webkit-border-radius: 30px 30px 0 0;
  border-radius: 30px 30px 0 0;
}
.filters.active ul {
  background: white;
  border: 1px solid #00ACA5;
  border-top: 0 none;
  -webkit-border-radius: 0 0 30px 30px;
  border-radius: 0 0 30px 30px;
  display: block;
  left: -1px;
  overflow: hidden;
  position: absolute;
  top: calc(1.8rem + (15px * 2));
  width: 100%;
  z-index: 2;
}
.filters.active ul li {
  border-top: 1px solid #00ACA5;
}
.filters.active ul li a {
  color: #00ACA5;
}
.filters.active ul li a:hover {
  background: #00ACA5;
  color: white;
}

footer {
  background: #162254;
  color: white;
  padding: 90px 0;
}
footer h2, footer a {
  color: white;
}
footer h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2rem;
  margin-bottom: 30px;
  margin-top: 0;
  padding-bottom: 0;
  text-align: left;
}
footer h2:after {
  display: none;
}
footer .flex {
  column-gap: 30px;
}
footer .newsletter, footer .copyright, footer .contactLinks {
  width: calc(25% - 15px);
}
footer .funding {
  border-left: 1px solid white;
  border-right: 1px solid white;
  padding: 0 30px;
  width: calc(50% - 2px - (8 * 15px));
}
footer .funding p {
  background: url("../img/logo/flag.jpg") no-repeat left top;
  background-size: 80px auto;
  padding-left: 105px;
}
@media screen and (max-width: 1200px) {
  footer .flex {
    flex-wrap: wrap;
  }
  footer .funding {
    border-right: 0 none;
    padding-right: 0;
    width: calc(75% - 1px - (6 * 15px));
  }
  footer .copyright {
    margin-top: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  footer .flex {
    column-gap: 0;
  }
  footer .newsletter, footer .funding, footer .copyright, footer .contactLinks {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  footer .funding {
    border: 0 none;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    margin: 30px 0;
    padding: 30px 0;
  }
}

.gform_description {
  color: #0061B2;
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2.9rem;
  margin-bottom: 45px;
  text-align: center;
}

label {
  color: #888;
  font-weight: 400 !important;
  padding-bottom: 7.5px;
}

input, select, textarea {
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #162254;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 30px !important;
  padding: 15px 20px !important;
}
input:focus, select:focus, textarea:focus {
  border-color: #00ACA5;
  outline: none;
}

textarea {
  margin-bottom: 0 !important;
  padding: 30px;
}

.gform_button {
  background: #0061B2;
  border: 0 none;
  color: white;
  font-weight: 700;
  margin-top: 30px;
  padding: 15px 60px !important;
  text-transform: uppercase;
}
.gform_button:hover {
  background: #00ACA5;
  cursor: pointer;
}

.gform_wrapper .gfield_required {
  color: #888 !important;
}

.ginput_container_consent input {
  margin-bottom: 15px !important;
}

.library {
  column-gap: 30px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
.library li {
  background: #F7F7F7;
  margin-bottom: 30px;
  margin-top: 75px;
  padding-bottom: 30px;
  text-align: center;
  width: calc((100% - (15px * 6)) / 4);
}
@media screen and (max-width: 999px) {
  .library li {
    width: calc((100% - (15px * 4)) / 3);
  }
}
@media screen and (max-width: 880px) {
  .library li {
    width: calc((100% - (15px * 2)) / 2);
  }
}
@media screen and (max-width: 400px) {
  .library li {
    width: 100%;
  }
}
.library .ico {
  background: #0061B2 no-repeat center center;
  background-size: 60% auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 140px;
  width: 140px;
  z-index: 1;
}
.library .ico.academic-publications {
  background-image: url("../img/icons/types/academic-publications.svg");
}
.library .ico.communication-material {
  background-image: url("../img/icons/types/communication-material.svg");
}
.library .ico.deliverables {
  background-image: url("../img/icons/types/deliverables.svg");
}
.library .ico.new-stories {
  background-image: url("../img/icons/types/new-stories	.svg");
}
.library .ico.reports {
  background-image: url("../img/icons/types/reports.svg");
}
.library .ico.videos {
  background-image: url("../img/icons/types/videos.svg");
}
.library .ico.videos {
  margin: 0;
}
.library .open {
  color: #0061B2;
  display: block;
  font-weight: 700;
  margin-top: 15px;
  text-decoration: underline;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.library a.resource {
  color: #162254;
  display: block;
  font-weight: 400;
  padding: 90px 30px 0;
  position: relative;
  text-decoration: none;
}
.library a.resource:hover .ico {
  background-color: #00ACA5;
}
.library a.resource:hover .open {
  color: #00ACA5;
  text-decoration: none;
}

.videoBox {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.videoBox iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.list {
  margin-top: 45px !important;
}

@media screen and (max-width: 1100px) {
  header {
    padding-bottom: 1px;
  }
}
header a, header button {
  font-family: "Montserrat", sans-serif;
}
header nav {
  float: right;
  margin-top: 60px;
}
@media screen and (max-width: 1100px) {
  header nav {
    float: inherit;
    text-align: center;
  }
}
header #burger {
  background: #162254;
  border: 0 none;
  display: none;
  float: right;
  outline: none;
  padding: 15px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
header #burger svg {
  height: 33px;
  width: 30px;
}
header #burger svg path {
  fill: white;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
header #burger:hover {
  cursor: pointer;
}
header #burger[aria-expanded=false]:hover svg path.burgerTop {
  -webkit-transform: translateY(104px);
  -moz-transform: translateY(104px);
  -o-transform: translateY(104px);
  -ms-transform: translateY(104px);
  transform: translateY(104px);
}
header #burger[aria-expanded=false]:hover svg path.burgerBottom {
  -webkit-transform: translateY(-104px);
  -moz-transform: translateY(-104px);
  -o-transform: translateY(-104px);
  -ms-transform: translateY(-104px);
  transform: translateY(-104px);
}
header #burger[aria-expanded=false]:hover svg path.burgerCenter {
  -webkit-transform: rotate(90deg) translateX(0) translateY(-100%);
  -moz-transform: rotate(90deg) translateX(0) translateY(-100%);
  -o-transform: rotate(90deg) translateX(0) translateY(-100%);
  -ms-transform: rotate(90deg) translateX(0) translateY(-100%);
  transform: rotate(90deg) translateX(0) translateY(-100%);
}
header #burger[aria-expanded=true] {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header #burger[aria-expanded=true]:hover {
  cursor: pointer;
}
header #burger[aria-expanded=true]:hover svg path.burgerTop {
  -webkit-transform: translateY(104px);
  -moz-transform: translateY(104px);
  -o-transform: translateY(104px);
  -ms-transform: translateY(104px);
  transform: translateY(104px);
}
header #burger[aria-expanded=true]:hover svg path.burgerBottom {
  -webkit-transform: translateY(-104px);
  -moz-transform: translateY(-104px);
  -o-transform: translateY(-104px);
  -ms-transform: translateY(-104px);
  transform: translateY(-104px);
}
@media screen and (max-width: 1100px) {
  header #burger {
    display: block;
  }
  header #burger[aria-expanded=false]:hover svg path.burgerTop {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  header #burger[aria-expanded=false]:hover svg path.burgerBottom {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  header #burger[aria-expanded=false]:hover svg path.burgerCenter {
    -webkit-transform: rotate(0) translateX(0) translateY(0);
    -moz-transform: rotate(0) translateX(0) translateY(0);
    -o-transform: rotate(0) translateX(0) translateY(0);
    -ms-transform: rotate(0) translateX(0) translateY(0);
    transform: rotate(0) translateX(0) translateY(0);
  }
  header #burger[aria-expanded=true] svg path.burgerTop {
    -webkit-transform: translateY(104px);
    -moz-transform: translateY(104px);
    -o-transform: translateY(104px);
    -ms-transform: translateY(104px);
    transform: translateY(104px);
  }
  header #burger[aria-expanded=true] svg path.burgerBottom {
    -webkit-transform: translateY(-104px);
    -moz-transform: translateY(-104px);
    -o-transform: translateY(-104px);
    -ms-transform: translateY(-104px);
    transform: translateY(-104px);
  }
  header #burger[aria-expanded=true] svg path.burgerCenter {
    -webkit-transform: rotate(90deg) translateX(0) translateY(-100%);
    -moz-transform: rotate(90deg) translateX(0) translateY(-100%);
    -o-transform: rotate(90deg) translateX(0) translateY(-100%);
    -ms-transform: rotate(90deg) translateX(0) translateY(-100%);
    transform: rotate(90deg) translateX(0) translateY(-100%);
  }
  header #burger[aria-expanded=true]:hover svg path.burgerTop {
    -webkit-transform: translateY(104px);
    -moz-transform: translateY(104px);
    -o-transform: translateY(104px);
    -ms-transform: translateY(104px);
    transform: translateY(104px);
  }
  header #burger[aria-expanded=true]:hover svg path.burgerBottom {
    -webkit-transform: translateY(-104px);
    -moz-transform: translateY(-104px);
    -o-transform: translateY(-104px);
    -ms-transform: translateY(-104px);
    transform: translateY(-104px);
  }
  header #burger[aria-expanded=true]:hover svg path.burgerCenter {
    -webkit-transform: rotate(90deg) translateX(0) translateY(-100%);
    -moz-transform: rotate(90deg) translateX(0) translateY(-100%);
    -o-transform: rotate(90deg) translateX(0) translateY(-100%);
    -ms-transform: rotate(90deg) translateX(0) translateY(-100%);
    transform: rotate(90deg) translateX(0) translateY(-100%);
  }
}
@media screen and (max-width: 320px) {
  header #burger {
    margin-left: 7.5px;
  }
}
header #menu-navigation-principale {
  display: block;
}
@media screen and (max-width: 1100px) {
  header #menu-navigation-principale {
    display: none;
    margin-top: 0;
  }
}
@media screen and (max-width: 1100px) {
  header .navpb .menu {
    padding-bottom: 300px;
  }
}
header .menu {
  margin: 0;
}
header .menu li {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  margin-left: 50px;
  padding-left: 0;
  position: relative;
  text-indent: 0;
}
header .menu li:first-child {
  margin-left: 0;
}
header .menu li:before {
  display: none;
}
header .menu li a, header .menu li button {
  background: none;
  border: 0 none;
  color: white;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
header .menu li a:hover, header .menu li button:hover {
  color: #00ACA5;
  cursor: pointer;
}
header .menu li button {
  position: relative;
}
header .menu li button:focus {
  outline: none;
}
@media screen and (max-width: 1100px) {
  header .menu li button:after {
    top: 45%;
  }
}
@media screen and (max-width: 1420px) {
  header .menu li {
    margin-left: 18px;
  }
}
header .menu li ul {
  background: no-repeat 3em top;
  background-size: auto 0.5em;
  display: none;
  left: 0;
  margin: 0;
  padding-top: 0.5em;
  position: absolute;
  top: 30px;
  width: 250px;
  z-index: 105;
}
header .menu li ul li {
  text-align: left;
  margin: 0;
  width: 100%;
}
header .menu li ul li a, header .menu li ul li button {
  background: white;
  color: #0061B2;
  display: block;
  font-weight: 400;
  padding: 0.75em 1.5em;
  text-transform: inherit;
}
header .menu li ul li a:hover, header .menu li ul li button:hover {
  background: #00ACA5;
  color: white;
}
header .menu li ul li:first-child a {
  -webkit-border-radius: 9px 9px 0 0;
  border-radius: 9px 9px 0 0;
}
header .menu li ul li:last-child a {
  -webkit-border-radius: 0 0 9px 9px;
  border-radius: 0 0 9px 9px;
}
@media screen and (max-width: 999px) {
  header .menu li ul {
    display: block;
    position: relative;
  }
  header .menu li ul li a, header .menu li ul li button {
    background: #0061B2;
    border-top: 0 none;
    color: white;
  }
  header .menu li ul li a:hover, header .menu li ul li button:hover {
    background: #00ACA5;
    color: white;
  }
  header .menu li ul li:first-child a {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  header .menu li ul li:last-child a {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
header .menu li.current_page_item a, header .menu li.current_page_item button {
  color: #00ACA5;
}
header .menu li.current_page_item a:hover, header .menu li.current_page_item button:hover {
  color: white;
  cursor: pointer;
}
header .menu li.current-menu-parent button {
  color: #00ACA5;
}
header .menu li.current-menu-parent button:hover {
  background: inherit;
  color: white;
  cursor: pointer;
}
header .menu li.current-menu-parent li.current_page_item a {
  background: #00ACA5;
  color: white;
}
header .menu li.current-menu-parent li.current_page_item a:hover {
  background: inherit;
  color: white;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  header .menu {
    background: #162254;
    display: none;
    height: calc(100% - 90px);
    left: 0;
    padding-top: 90px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  header .menu li {
    display: block;
    margin-left: 0;
    text-align: left;
  }
  header .menu li a, header .menu li button {
    display: block;
    padding: 1.5em 3%;
    text-align: left;
    width: 94%;
  }
  header .menu li a:hover, header .menu li button:hover {
    background: #00ACA5;
    color: white;
    cursor: pointer;
  }
  header .menu li button {
    width: 100%;
  }
  header .menu li button:before {
    content: "+ ";
    font-weight: 700;
  }
  header .menu li button[aria-expanded=true]:before {
    content: "- ";
  }
  header .menu li ul {
    background-image: none;
    display: none;
    left: inherit;
    margin: 0 5% 1em;
    padding-top: 0;
    position: relative;
    top: inherit;
    width: 90%;
  }
  header .menu li ul li {
    width: 100%;
  }
}

.wp-pagenavi {
  margin-bottom: 60px;
  padding: 1em 0;
  text-align: center;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .current, .wp-pagenavi a {
  background: white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 0 none;
  color: #0061B2;
  display: inline-block;
  margin: 7.5px;
  padding: 11px 0;
  text-align: center;
  width: 52px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.wp-pagenavi .current {
  background: #00ACA5;
  border-color: #00ACA5;
  color: white;
}
.wp-pagenavi a {
  border: 1px solid white;
  font-weight: 400;
}
.wp-pagenavi a:hover {
  background: #00ACA5;
  border-color: #00ACA5;
  color: white;
}
.wp-pagenavi a[rel=prev], .wp-pagenavi a[rel=next] {
  background: no-repeat center center;
  background-size: auto 40%;
  text-indent: -9999px;
  width: 52px;
}
.wp-pagenavi a[rel=prev]:hover, .wp-pagenavi a[rel=next]:hover {
  background-color: #00ACA5;
}
.wp-pagenavi a[rel=prev] {
  background-image: url("../img/icons/arrow-prev.svg");
}
.wp-pagenavi a[rel=prev]:hover {
  background-image: url("../img/icons/arrow-prev-white.svg");
}
.wp-pagenavi a[rel=next] {
  background-image: url("../img/icons/arrow-next.svg");
}
.wp-pagenavi a[rel=next]:hover {
  background-image: url("../img/icons/arrow-next-white.svg");
}

.news {
  column-gap: 30px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
.news li {
  margin-bottom: 30px;
  text-align: left;
  width: calc( (100% - (4 * 15px) ) / 3);
}
@media screen and (max-width: 999px) {
  .news li {
    width: calc( (100% - (2 * 15px) ) / 2);
  }
}
@media screen and (max-width: 880px) {
  .news li {
    width: 100%;
  }
}
.news li:before {
  display: none;
}
.news li figure {
  background: #162254;
  float: left;
  margin-bottom: 5px;
  overflow: hidden;
  padding-top: 66%;
  position: relative;
  text-align: center;
  width: 100%;
}
.news li figure img {
  float: left;
  height: auto;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.news li .date {
  font-size: 1.4rem;
  margin: 0;
}
.news li h3 {
  clear: both;
  color: #162254;
  margin-bottom: 15px;
  margin-top: 0;
}
.news li .plus {
  color: #0061B2;
  display: block;
  font-weight: 700;
  margin-top: 15px;
  text-decoration: underline;
}
.news li a {
  color: #162254;
  text-decoration: none;
}
.news li a:hover figure img {
  opacity: 0.5;
}
.news li a:hover .plus {
  color: #00ACA5;
  text-decoration: none;
}

.faq {
  margin-bottom: 10rem;
  padding-top: 4rem;
}
.faq .answer {
  display: none;
  padding-bottom: 2rem;
  padding-left: 2.7rem;
}
.faq button {
  appearance: "none";
  -moz-appearance: "none";
  -webkit-appearance: "none";
  background: none;
  border: 0 none;
  color: #0061B2;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.9rem;
  margin-top: 1rem;
}
.faq button:before {
  content: "+";
  padding-right: 1rem;
}
.faq button[aria-expanded=true]:before {
  content: "-";
}

.faq-responsive {
  margin-bottom: 10rem;
  padding-top: 4rem;
}
.faq-responsive .answer {
  display: block;
  padding-bottom: 2rem;
  padding-left: 20px;
}
.faq-responsive button {
  appearance: "none";
  -moz-appearance: "none";
  -webkit-appearance: "none";
  background: none;
  border: 0 none;
  color: #0061B2;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.9rem;
  margin-top: 2rem;
  text-align: left;
  text-indent: 0;
  padding-left: 20px;
}
@media screen and (max-width: 999px) {
  .faq-responsive .answer {
    display: none;
  }
  .faq-responsive button {
    text-indent: -20px;
  }
  .faq-responsive button:before {
    content: "+";
    padding-right: 1rem;
  }
  .faq-responsive button[aria-expanded=true]:before {
    content: "-";
  }
}

.introPolarGallery p:first-child {
  margin-top: 0;
}

.polar-panorama-gallery h2 {
  display: inline-block;
  font-size: 4rem;
  font-weight: 400;
  margin: 60px 0;
  text-transform: uppercase;
  padding: 0 30px;
  position: relative;
}
.polar-panorama-gallery h2 strong {
  font-weight: bold;
}
.polar-panorama-gallery h2:after, .polar-panorama-gallery h2:before {
  background: #162254;
  content: "";
  display: block;
  height: 1px;
  top: 50%;
  position: absolute;
  width: 60px;
}
.polar-panorama-gallery h2:before {
  left: -60px;
}
.polar-panorama-gallery h2:after {
  left: inherit !important;
  right: -90px;
}

.polargalsection .noOverlay {
  background: #162254;
}
.polargalsection figure img {
  height: auto;
  width: 100%;
}
.polargalsection .infos, .polargalsection .content {
  font-size: 1.6rem;
}
.polargalsection .content {
  padding-right: 30px;
  padding-bottom: 30px;
  width: calc( 66% - (15px * 2));
}
.polargalsection .infos {
  background: #F7F7F7;
  padding: 30px;
  width: calc( 34% - (15px * 4));
}
.polargalsection .infos p {
  margin-top: 0;
  margin-bottom: 15px;
}
.polargalsection .infos p a {
  color: #162254;
  font-weight: normal;
}
@media screen and (max-width: 999px) {
  .polargalsection .content {
    width: calc( 100% - (15px * 2));
  }
  .polargalsection .infos {
    width: calc( 100% - (15px * 4));
  }
}
.polargalsection .linkMedia {
  padding: 0;
  margin: 0;
}
.polargalsection .linkMedia:before {
  display: none;
}
.polargalsection .nomb {
  margin-bottom: 0 !important;
}
.polargalsection .quote {
  font-size: 2rem;
  font-style: italic;
  line-height: 3rem;
  text-align: center;
  padding: 45px;
}

.highlightPolar {
  margin-top: -90px;
}
.highlightPolar figure {
  border: 21px solid white;
  -webkit-box-shadow: 0 3px 66px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 66px 0 rgba(0, 0, 0, 0.25);
  width: calc(100% - 42px);
}
.highlightPolar figure img {
  height: auto !important;
  width: 100%;
}

.contentHighlight {
  background: white;
  -webkit-box-shadow: 0 3px 33px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 33px 0 rgba(0, 0, 0, 0.25);
  flex-wrap: wrap;
  margin: -90px auto 0;
  position: relative;
  width: calc(100% / 12 * 10);
  z-index: 100;
}
.contentHighlight .quote {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
  text-align: center;
  width: calc(70% - (15px * 8) ) !important;
}
.contentHighlight .quote div {
  font-size: 2.7rem;
  font-style: italic;
  font-weight: 300;
  line-height: 3.6rem;
}
.contentHighlight .quote span {
  color: #0061B2;
  display: inline-block;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: bold;
  margin-top: 30px;
  text-transform: uppercase;
  padding: 0 15px;
  position: relative;
}
.contentHighlight .quote span:after, .contentHighlight .quote span:before {
  content: " - ";
  display: inline-block;
}
.contentHighlight .infos {
  background: #F7F7F7;
  font-size: 1.6rem;
  padding: 30px;
  width: calc(30% - (15px * 4) );
}
.contentHighlight .infos p {
  margin-top: 0;
  margin-bottom: 15px;
}
.contentHighlight .infos a {
  text-decoration: none;
}
.contentHighlight .infos a:before {
  content: "+ ";
  text-decoration: none;
}
.contentHighlight .infos a:hover {
  color: #00ACA5;
}
@media screen and (max-width: 999px) {
  .contentHighlight .quote {
    width: calc(100% - (15px * 8) ) !important;
  }
  .contentHighlight .infos {
    width: calc(100% - (15px * 4) );
  }
}

.media {
  margin-bottom: 30px;
}

.blueBkgdMedia {
  background: #162254 url("../img/polar-panorama/triangle.png") no-repeat center right;
  background-size: 30% 101%;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.blueBkgdMedia iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.blueBkgdMedia .quote {
  border-left: 0;
  color: white;
  left: 0;
  margin-bottom: 0;
  padding: 0 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: calc(70% - (15px * 4));
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blueBkgdMedia .quote div {
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 300;
  line-height: 2.7rem;
}
.blueBkgdMedia .quote .sign {
  color: white;
  display: inline-block;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: bold;
  margin-top: 15px;
  text-transform: uppercase;
  padding: 0 15px;
  position: relative;
}
.blueBkgdMedia .quote .sign:after, .blueBkgdMedia .quote .sign:before {
  content: " - ";
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .blueBkgdMedia.blueBkgdText {
    background: #162254;
  }
  .blueBkgdMedia.blueBkgdText .quote {
    position: relative !important;
    width: calc(100% - (15px * 4));
  }
}
.blueBkgdMedia .icon {
  border-radius: 0;
  background: no-repeat center center;
  background-size: auto 100%;
  bottom: 5%;
  display: block;
  height: 30%;
  position: absolute;
  right: 3%;
  width: 20%;
}
.blueBkgdMedia .icon.ico-text {
  background-image: url("../img/polar-panorama/ico-text.svg");
}
.blueBkgdMedia .icon.ico-sound {
  background-image: url("../img/polar-panorama/ico-sound.svg");
}
.blueBkgdMedia .icon.ico-video {
  background-image: url("../img/polar-panorama/ico-video.svg");
}

.join-share-contribution {
  background: #0061B2;
  color: white;
  margin-top: 45px;
  padding: 60px 0;
  text-align: center;
}
.join-share-contribution h2 {
  color: white;
  margin: 0;
}
.join-share-contribution h2:before, .join-share-contribution h2:after {
  background: white;
}
.join-share-contribution p {
  margin: 60px auto;
  width: 50%;
}
@media screen and (max-width: 999px) {
  .join-share-contribution p {
    width: 90%;
  }
}
.join-share-contribution a.btn {
  background: white;
  border: 2px solid white;
  color: #0061B2;
  display: inline-block;
  margin: 0 auto;
  padding: 15px 30px;
}
.join-share-contribution a.btn:hover {
  background: #0061B2;
  color: white;
}

.sliderContribution {
  text-align: center;
}
.sliderContribution .slick-arrow {
  display: none !important;
}
.sliderContribution .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  column-gap: 15px;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.sliderContribution .slick-dots li {
  margin-bottom: 0;
}
.sliderContribution .slick-dots li button {
  appearance: "none";
  -moz-appearance: "none";
  -webkit-appearance: "none";
  background: none;
  border: 0 none;
  border: 2px solid #162254;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 15px;
  text-indent: -9999px;
  width: 15px;
}
.sliderContribution .slick-dots li button:hover {
  cursor: pointer;
}
.sliderContribution .slick-dots li.slick-active button {
  background: #162254;
}
.sliderContribution .slick-dots li.slick-active button:hover {
  cursor: default;
}
.sliderContribution .bkgdSlider {
  background: #F7F7F7 url("../img/polar-panorama/white.png") repeat-y left top;
  background-size: 50%;
}
@media screen and (max-width: 999px) {
  .sliderContribution .bkgdSlider {
    background-repeat: no-repeat;
    background-size: 100% 200px;
  }
}
.sliderContribution .slider .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 45px 0;
}
.sliderContribution .slider .left {
  -webkit-box-shadow: 0 3px 33px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 33px 0 rgba(0, 0, 0, 0.25);
  margin-left: 33px;
  width: 60%;
}
.sliderContribution .slider .right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px;
  text-align: left;
  width: calc(40% - (15px * 4) );
}
.sliderContribution .slider .right .mb {
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .sliderContribution .slider .box {
    flex-wrap: wrap;
    padding-top: 0;
  }
  .sliderContribution .slider .left {
    -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
    margin: 0 15px;
    width: 100%;
  }
  .sliderContribution .slider .right {
    width: calc(100% - (15px * 4) );
  }
}
.sliderContribution .slider figure {
  background: no-repeat center center;
  background-size: cover;
  padding-top: 56.25%;
  width: 100%;
}
.sliderContribution .slider h3 {
  font-size: 2.2rem;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: left;
  width: 100%;
}
.sliderContribution .slider .quote {
  border-left: 2px solid #0061B2;
  padding: 0 30px;
  margin-bottom: 30px;
}
.sliderContribution .slider a {
  text-decoration: none;
}
.sliderContribution .slider a:before {
  content: "+ ";
  text-decoration: none;
}
.sliderContribution .slider a:hover {
  color: #00ACA5;
}

.moreContributions .gallery {
  padding: 15px;
  padding-left: 0;
  padding-bottom: 0;
  text-align: center;
}
.moreContributions .gallery .clear {
  clear: both;
}
.moreContributions .gallery a {
  background: #162254;
  height: 200px;
  margin-left: 15px;
  margin-bottom: 15px;
  text-decoration: none;
  display: inline-block;
}
.moreContributions .gallery .icon, .moreContributions .gallery figure {
  float: left;
}
.moreContributions .gallery .icon img, .moreContributions .gallery figure img {
  float: left;
  height: 200px;
  width: auto;
}
.moreContributions .gallery .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: #162254;
  color: white;
  height: calc(200px - (15px * 4) ) !important;
  font-size: 1.6rem;
  padding: 30px;
  text-align: center;
  text-decoration: none !important;
}
.moreContributions .gallery .icon .icon-text {
  background: url("../img/polar-panorama/ico-text-white.svg") no-repeat center center;
  background-size: auto 100%;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.moreContributions .gallery .icon .icon-sound {
  background: url("../img/polar-panorama/ico-sound-white.svg") no-repeat center center;
  background-size: auto 100%;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.moreContributions .gallery .icon .icon-video {
  background: url("../img/polar-panorama/ico-video-white.svg") no-repeat center center;
  background-size: auto 100%;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.moreContributions .gallery .icon h3 {
  font-size: 1.6rem;
  max-width: 450px;
}

.regions {
  list-style: none;
  margin: 60px 0 0;
  padding: 0;
}
.regions li {
  width: calc(100% / 2);
}
.regions li a {
  color: #162254;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 3.9rem;
  text-decoration: none;
}
.regions li a figure {
  margin-top: 110px;
  position: relative;
}
.regions li a figure img {
  height: auto;
  width: 100% !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.regions li a:hover {
  color: #00ACA5;
}
.regions li a:hover .ico {
  background: #00ACA5;
}

.ico {
  background: #0061B2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 190px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 190px;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.ico img {
  width: 190px;
}

.risk .ico img {
  left: 50%;
  position: absolute;
  top: 50%;
  width: 60%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.videos {
  margin: 45px 0;
}
.videos.flex {
  column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
}
.videos li {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  list-style: none;
  padding: 0;
  width: calc((100% - (15px * 2)) / 2);
}
@media screen and (max-width: 999px) {
  .videos li {
    width: 100%;
  }
}
.videos li::before {
  display: none;
}
.videos .video {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.videos .video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.videos .txt {
  padding: 30px;
  padding-top: 15px;
  text-align: center;
  width: calc(100% - (15px * 4));
}

#wpadminbar {
  display: none;
}

.pt {
  padding-top: 90px;
}

.pb {
  padding-bottom: 90px;
}

.py {
  padding: 90px 0;
}

.px {
  padding-left: calc((100% / 12) * 2);
  padding-right: calc((100% / 12) * 2);
}
@media screen and (max-width: 999px) {
  .px {
    padding-left: 0;
    padding-right: 0;
  }
}

.center {
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.5em;
  margin-top: 15px;
}

h1 {
  font-size: 4.8rem;
  line-height: 5.8rem;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}
h1:after {
  background: #00ACA5;
  bottom: 0;
  content: "";
  display: block;
  height: 6px;
  left: 50%;
  position: absolute;
  width: 80px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 880px) {
  h1 {
    font-size: 10vw;
  }
}

article h1 {
  margin-bottom: 30px;
  margin-top: 0;
}

h2 {
  font-size: 4.8rem;
  line-height: 5.8rem;
  margin-bottom: 60px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}
h2:after {
  background: #00ACA5;
  bottom: 0;
  content: "";
  display: block;
  height: 6px;
  left: 50%;
  position: absolute;
  width: 80px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

article h2 {
  color: #162254;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.9rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-bottom: 0;
  text-align: left;
}
article h2:after {
  display: none;
}

h3, h4 {
  font-size: 2.4rem;
  line-height: 2.9rem;
}

h5 {
  color: #00ACA5;
  font-size: 2rem;
}

h6 {
  color: #0061B2;
  font-size: 1.8rem;
  font-weight: 400;
}

p, ul, ol {
  margin-top: 2.5rem;
  font-weight: 300;
}

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

li {
  margin-bottom: 0.5rem;
}

p + ul,
p + ol {
  margin-top: 0;
}

.pHP {
  font-size: 2.4rem;
  line-height: 2.9rem;
}

.btn {
  background: #0061B2;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: white;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  margin-top: 30px;
  padding: 15px 45px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.btn:hover {
  background: #00ACA5;
  color: white;
}
.btn.forFilter {
  margin-top: 0;
  margin-bottom: 15px;
}

a {
  color: #0061B2;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
a:hover {
  color: #00ACA5;
  text-decoration: none;
}

.wp-block-embed {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.wp-block-embed .wp-block-embed__wrapper, .wp-block-embed iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.clear {
  clear: both;
}

code, pre {
  overflow-x: hidden;
  width: 100%;
}

.wp-block-table {
  margin: 2em auto;
}
.wp-block-table table td {
  border-bottom: 1px solid #162254;
  border-top: 1px solid #162254;
  padding: 0.5em;
}
.wp-block-table figcaption {
  font-style: italic;
  font-size: 0.9em;
  margin: 1em 0;
}

.has-large-font-size {
  line-height: 1.5em;
}

.wp-block-image img {
  height: auto !important;
}

.wp-block-quote {
  border-left: 3px solid #00ACA5;
  color: #00ACA5;
  font-size: 2.4rem;
  font-style: italic;
  line-height: 2.9rem;
  margin: 30px auto;
  padding: 0 0 0 30px;
  width: 100%;
}
.wp-block-quote cite {
  color: #162254;
  display: block;
  font-size: 1.8rem;
  margin-top: 15px;
}

.wp-block-pullquote {
  border: 3px solid #0061B2;
  border-left: 0 none;
  border-right: 0 none;
  color: #0061B2;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 3em auto;
  padding: 2em 3%;
  width: 74%;
}
.wp-block-pullquote cite {
  display: block;
  font-weight: 400;
  margin-top: 15px;
}

.wp-block-video {
  text-align: center;
  margin: 2em 0;
  width: 100%;
}
.wp-block-video video {
  max-width: 100%;
}

.wp-block-buttons {
  display: inline-block;
  flex-direction: inherit;
  flex-wrap: inherit;
  text-align: center;
  margin: 3rem 0;
}
.wp-block-buttons .wp-block-button {
  margin: 15px;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  background-color: #0061B2 !important;
  font-size: 1.8rem;
  margin: 0;
  padding: 15px 45px;
  text-transform: uppercase;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background-color: #00ACA5 !important;
  color: white !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  background: white !important;
  border-color: #0061B2;
  color: #0061B2;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: #00ACA5;
  color: #00ACA5;
}

.has-blue-color {
  color: #0061B2;
}

.has-bluedark-color {
  color: #162254;
}

.has-turquoise-color {
  color: #00ACA5;
}

.wp-block-cover {
  margin: 1em 0;
}
.wp-block-cover.has-blue-background-color, .wp-block-cover.has-bluedark-background-color, .wp-block-cover.has-turquoise-background-color {
  color: white;
}
.wp-block-cover.has-blue-background-color {
  background: #0061B2;
}
.wp-block-cover.has-bluedark-background-color {
  background: #162254;
}
.wp-block-cover.has-turquoise-background-color {
  background: #00ACA5;
}

.wp-block-columns {
  display: flex;
}

.wp-block-column {
  flex: 1;
  margin-left: 1em;
}
.wp-block-column:first-child {
  margin-left: 0;
}
@media (max-width: 764px) {
  .wp-block-column {
    margin-left: 0 !important;
  }
}

@media (max-width: 764px) {
  .wp-block-columns.has-2-columns,
.wp-block-columns.has-3-columns {
    flex-flow: row wrap;
  }

  .has-2-columns .wp-block-column:first-child,
.has-3-columns .wp-block-column:first-child {
    flex-basis: 100%;
  }

  .wp-block-column {
    margin-left: 0;
  }
}
@media (max-width: 478px) {
  .wp-block-columns.has-3-columns {
    display: block;
  }

  .wp-block-column {
    margin: 20px 0;
  }
}
