* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-width: 100%;
  outline: none;
  line-height: 1em;
  position: relative;
}
ul {
  list-style: none;
}
body {
  overflow-x: hidden;
}
img {
  max-width: 100%;
  display: block;
}
.clear {
  clear: both;
}
input[type="radio"],
a,
button,
input[type="submit"] {
  cursor: pointer;
}
a:not(.logo) {
  text-decoration: none;
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
}
a:not(.logo) img {
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
}
a:not(.logo):hover {
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
a:not(.logo):hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
}
body {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}
body.open {
  overflow: hidden;
}
body.open .menu-button .menu-button-wrapper span {
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}
body.open .menu-button .menu-button-wrapper span:first-of-type {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 9px;
}
body.open .menu-button .menu-button-wrapper span:nth-of-type(2) {
  opacity: 0;
}
body.open .menu-button .menu-button-wrapper span:nth-of-type(3) {
  width: 100%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: -9px;
}
a {
  text-decoration: none;
  color: #2867b0;
  opacity: .9;
  cursor: pointer;
}
.logo {
  z-index: 100;
  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  opacity: 1;
}
.logo .logo-image {
  flex-basis: 50px;
}
.logo h1 {
  font-size: 20px;
  flex-basis: 140px;
  font-weight: 600;
  letter-spacing: 0.6px;
}
.menu-button {
  width: 30px;
  display: block;
  cursor: pointer;
  z-index: 10;
}
.menu-button .menu-button-wrapper {
  width: 30px;
  display: block;
}
.menu-button .menu-button-wrapper span {
  background-color: white;
  height: 3px;
  width: 100%;
  display: block;
  transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  -ms-transition: .2s ease-in-out;
}
.menu-button .menu-button-wrapper span:nth-of-type(2) {
  margin: 6px 0;
  width: 27px;
}
.menu-button .menu-button-wrapper span:nth-of-type(3) {
  width: 24px;
}
header {
  position: absolute;
  z-index: 10;
  width: 100%;
  transition: .35s ease-in-out;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  -ms-transition: .35s ease-in-out;
  height: 100px;
  overflow: hidden;
}
header.open {
  height: 100vh;
  background-color: rgba(39,103,176,0.9);
  border-bottom: 6px solid #bacfe6;
}
header.open .menu {
  display: block;
}
header .menu {
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
header .menu ul {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  display: block;
  position: absolute;
}
header .menu ul li {
  font-size: 35px;
  text-align: left;
  line-height: 55px;
}
header .menu ul li a {
  color: white;
}
@media screen and (max-width: 767px) {
  header .menu ul li {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  header .menu ul {
    width: 100%;
    padding: 0 20px;
  }
}
nav {
  position: relative;
  padding: 0 20px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
}
.menu {
  display: none;
}
h2 {
  font-size: 3em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media screen and (max-width: 679px) {
  h2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.25em;
  }
}
h3 {
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media screen and (max-width: 679px) {
  h3 {
    font-size: 1em;
  }
}
.button {
  max-width: 200px;
  text-align: center;
  display: block;
  color: white;
  background-color: #2867b0;
  padding: 15px 25px;
  text-transform: uppercase;
  opacity: 1;
  font-weight: 600;
  -moz-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2);
  box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2);
  border: 2px solid #2867b0;
  width: 200px;
  border-radius: 2px;
}
.button:hover {
  -moz-box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.2);
}
.slider {
  display: flex;
  flex-direction: row;
  height: 75vh;
  min-height: 550px;
  align-items: stretch;
}
.slider .slider-item {
  overflow: hidden;
  cursor: pointer;
  padding: 0 20px;
  flex-basis: 185px;
  padding-top: 200px;
  background-size: cover;
  background-position: center;
  color: white;
  transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  border-bottom: 6px solid #bacfe6;
}
.slider .slider-item h2 {
  z-index: 1;
  font-size: .8em;
  letter-spacing: .1em;
}
.slider .slider-item p {
  z-index: 1;
  margin: 25px 0 50px;
  font-size: 1.75em;
  min-height: 48px;
  opacity: 0;
  width: 0;
}
.slider .slider-item .button {
  z-index: 1;
  max-width: 141px;
  display: block;
  color: white;
  background-color: #2867b0;
  padding: 10px 25px;
  text-transform: uppercase;
  opacity: 1;
  font-weight: 600;
  opacity: 0;
  width: 0;
}
.slider .slider-item.hero {
  flex-basis: calc(100% - 185px - 185px);
  border-bottom-color: #2867b0;
}
.slider .slider-item.hero p {
  z-index: 1;
  opacity: 1;
  width: auto;
  transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}
.slider .slider-item.hero a {
  z-index: 1;
  opacity: 1;
  width: auto;
  transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}
@media screen and (max-width: 699px) {
  .slider .slider-item {
    flex-basis: 0;
    padding: 150px 0 0 0;
  }
  .slider .slider-item.hero {
    flex-basis: 100%;
    padding: 150px 20px 0;
  }
  .slider .slider-item h2 {
    width: 200px;
  }
}
.slider .slider-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(41,103,176,0.45);
}
.news {
  padding: 100px 0 50px;
  background-color: #2767b00f;
}
.news h2 {
  margin: 0 auto 35px;
  max-width: 1000px;
  padding: 0 25px;
}
.news ul {
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 25px;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.news ul .single {
  border-bottom: 6px solid #bacfe6;
  border-radius: 2px;
  overflow: hidden;
  background-color: white;
  flex-basis: calc(50% - 5px);
  margin-bottom: 10px;
  -moz-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.1);
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.1);
  box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.1);
  transition: .25s ease-in-out;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
}
.news ul .single .image {
  height: 200px;
  background-position: center;
  background-size: cover;
  -moz-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.1);
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.1);
  box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.1);
}
.news ul .single .content {
  padding: 35px 25px;
}
.news ul .single .content h3 {
  line-height: 1.5em;
}
.news ul .single .content p {
  font-size: 1em;
  line-height: 1.5em;
}
.news ul .single .content a {
  font-weight: 700;
  font-size: .8em;
  text-transform: uppercase;
  margin-top: 35px;
  display: block;
}
.news ul .single .content a:before {
  content: "";
  display: block;
  background-color: #2867b0;
  height: 3px;
  width: 40px;
  float: left;
  margin-right: 10px;
  top: 4px;
  position: relative;
}
.news ul .single:nth-of-type(2) .image,
.news ul .single:nth-of-type(3) .image {
  display: none;
}
.news ul .single:nth-of-type(4) {
  margin-top: -200px;
}
.news ul .single:nth-of-type(n + 5) {
  display: none;
}
.news ul .single:hover {
  -moz-box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.2);
}
@media screen and (max-width: 767px) {
  .news ul {
    max-width: 550px;
  }
  .news ul li.single {
    flex-basis: 100%;
  }
}
p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.support {
  padding: 100px 0 50px;
  background-color: white;
}
.support h2,
.support .content {
  margin: 0 auto 35px;
  max-width: 1000px;
  padding: 0 25px;
}
.support .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.support .content .image {
  display: block;
  background-size: cover;
  background-position: center;
  height: 300px;
  width: 400px;
  border-bottom: 6px solid #bacfe6;
}
.support .content .image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(41,103,176,0.45);
}
.support .content p {
  flex-basis: calc(100% - 450px);
  align-self: flex-end;
}
.support .buttons {
  max-width: 1000px;
  padding: 0 25px;
  margin: 0 auto;
  display: flex;
}
.support .buttons .button:first-of-type {
  color: #2867b0;
  background-color: white;
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .support .buttons {
    flex-flow: column;
  }
  .support .buttons .button:first-of-type {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .support .content {
    flex-direction: column-reverse;
    max-width: 550px;
  }
  .support .content .image {
    margin-bottom: 35px;
    width: 100%;
  }
  .support .buttons {
    max-width: 550px;
  }
}
footer {
  margin-top: 125px;
}
footer .logo {
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  width: 75px;
  z-index: 10;
}
footer .logo .logo-image {
  flex-basis: 75px;
}
footer .footer-top {
  border-top: 6px solid #bacfe6;
  padding: 75px 25px 50px;
  background-color: #2867b0;
}
footer .footer-top ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
footer .footer-top ul li {
  flex-basis: 30%;
}
footer .footer-top ul li h3 {
  font-size: 1.25em;
}
footer .footer-top ul li p {
  font-size: .9em;
  line-height: 1.5em;
  margin-top: 15px;
}
footer .footer-top ul li p:first-of-type {
  margin-top: 0;
}
footer .footer-top ul li:last-of-type a {
  color: black;
  font-size: .9em;
  line-height: 1.5em;
}
footer .footer-top ul li:last-of-type ul {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 959px) {
  footer .footer-top ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 959px) {
  footer .footer-top > ul li {
    flex-basis: 100%;
    text-align: center;
    margin-top: 35px;
  }
  footer .footer-top > ul li:first-of-type {
    margin-top: 0;
  }
}
footer .footer-top > ul li ul li {
  margin-top: 0;
}
footer .footer-bottom {
  border-top: 6px solid #bacfe6;
  padding: 10px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .7em;
  color: #333;
}
footer .footer-bottom ul {
  display: flex;
  flex-direction: row;
}
footer .footer-bottom ul li a {
  color: #333;
  display: block;
  z-index: 100;
}
footer .footer-bottom ul li:first-of-type {
  margin-right: 5px;
}
footer .footer-bottom ul li:nth-of-type(2) {
  margin-right: 5px;
  margin-left: 5px;
}
footer .footer-bottom ul li:last-of-type {
  margin-left: 5px;
}
@media screen and (max-width: 599px) {
  footer .footer-bottom {
    flex-direction: column;
    justify-content: center;
    padding: 25px 10px;
  }
  footer .footer-bottom ul {
    margin-bottom: 15px;
  }
}
footer a {
  color: white;
}
html:not(.index) .menu-button .menu-button-wrapper span {
  background-color: black;
}
html:not(.index) .logo {
  color: black;
}
html:not(.index) body.open .menu-button .menu-button-wrapper span {
  background-color: white;
}
html:not(.index) body.open .logo {
  color: white;
}
@media screen and (max-width: 959px) {
  .default-page .menu-button .menu-button-wrapper span {
    background-color: white !important;
  }
  .default-page .logo {
    color: white !important;
  }
}
.default-page .default {
  padding-top: 100px;
}
@media screen and (max-width: 959px) {
  .default-page .default {
    padding-top: 35px;
  }
}
.single-newspage {
  padding-top: 100px;
}
.single-newspage h1 {
  font-size: 3em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media screen and (max-width: 679px) {
  .single-newspage h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 479px) {
  .single-newspage h1 {
    font-size: 1.25em;
  }
}
.single-newspage .date {
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
  color: rgba(0,0,0,0.3);
}
.single-newspage strong {
  text-transform: uppercase;
}
.single-newspage .author {
  display: block;
  margin-bottom: 45px;
  color: rgba(0,0,0,0.3);
}
.single-newspage img {
  max-width: 100%;
  margin-bottom: 35px;
  border-bottom: 6px solid #bacfe6;
}
.single-newspage article {
  max-width: 800px;
  margin: 0 auto;
  padding: 25px;
}
.single-newspage article .back {
  margin-top: 35px;
  display: block;
  font-weight: 700;
}
.single-newspage article .back:before {
  content: "";
  display: block;
  background-color: #2867b0;
  height: 3px;
  width: 40px;
  float: left;
  margin-right: 10px;
  top: 6px;
  position: relative;
}
.single-newspage article p {
  margin-bottom: 15px;
}
.single-newspage article p:first-of-type {
  margin-bottom: 35px;
}
.single-newspage article p:last-of-type {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .single-newspage article {
    max-width: 550px;
  }
}
.default-header {
  background-color: #2767b00f;
  display: flex;
  flex-direction: row;
  padding: 100px 50px;
  justify-content: center;
}
.default-header .image {
  left: 35px;
  height: 450px;
  min-width: 450px;
  width: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.default-header .image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(41,103,176,0.45);
}
.default-header .text {
  padding: 35px 25px;
  background-color: white;
  left: -35px;
  align-self: flex-end;
  border-bottom: 6px solid #bacfe6;
}
.default-header .text h1 {
  font-size: 3em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media screen and (max-width: 679px) {
  .default-header .text h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 479px) {
  .default-header .text h1 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 959px) {
  .default-header {
    flex-direction: column;
    padding: 0;
  }
  .default-header .image {
    top: 0;
    left: 0;
    align-self: center;
    height: 350px;
    width: 100%;
  }
  .default-header .text {
    top: -35px;
    left: 0;
    align-self: center;
    width: 80%;
  }
}
@media screen and (max-width: 479px) {
  .default-header {
    min-width: auto;
  }
  .default-header .text {
    width: 90%;
  }
}
.default {
  padding-top: 150px;
}
.default h1 {
  font-size: 3em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 45px;
}
@media screen and (max-width: 679px) {
  .default h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 479px) {
  .default h1 {
    font-size: 1.25em;
  }
}
.default img {
  max-width: 100%;
  margin-bottom: 60px;
}
.default article {
  max-width: 800px;
  margin: 0 auto;
  padding: 25px;
}
.default article .back {
  margin-top: 35px;
  display: block;
}
@media screen and (max-width: 767px) {
  .default article {
    max-width: 550px;
  }
}
.default h3 {
  margin-top: 25px;
}
.default ul {
  list-style: disc;
  margin: 25px 25px 75px;
}
.default ul li {
  line-height: 25px;
}
.default ul:first-of-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  margin-bottom: 75px;
  list-style: none;
}
.default ul:first-of-type li {
  text-align: center;
}
@media screen and (max-width: 499px) {
  .default ul:first-of-type li {
    flex-basis: 50%;
    margin-top: 25px;
  }
}
.cookie-accept {
  display: none;
}
