@charset "UTF-8";
/* # Config */
/****************/
/* # Media Queries with _Sass-mq_ */
/****************/
/* https://github.com/sass-mq/sass-mq */
/****************/
/* # Variables */
/****************/
/* # Sass plugins */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

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

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

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

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

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

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

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

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

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

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

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

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

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

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

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

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

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
}

body:after {
  content: url(../images/lightbox/close.png) url(../images/lightbox/loading.gif) url(../images/lightbox/prev.png) url(../images/lightbox/next.png);
  display: none;
}

.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-loader, .lb-nav {
  position: absolute;
  left: 0;
}

.lb-outerContainer:after {
  display: table;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/lightbox/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/lightbox/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  display: table;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  transition: opacity .2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

th,
td {
  padding: 0;
}

/* # Utilities */
/* # Clearfix */
/*
http://nicolasgallagher.com/micro-clearfix-hack/
*/
/* # _Reset_  */
/**** Keyframes Animation ****/
/*
Accessibility hidden
https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html
*/
/* # block stretching */
/* # Fonts */
@font-face {
  font-family: 'Univers';
  src: url("../fonts/Univers.eot");
  src: url("../fonts/Univers.eot?#iefix") format("embedded-opentype"), url("../fonts/Univers.woff2") format("woff2"), url("../fonts/Univers.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Univers-bold-cond';
  src: url("../fonts/Univers-bold-cond.eot");
  src: url("../fonts/Univers-bold-cond.eot?#iefix") format("embedded-opentype"), url("../fonts/Univers-bold-cond.woff2") format("woff2"), url("../fonts/Univers-bold-cond.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Univers-cond';
  src: url("Univer-cond.eot");
  src: url("Univer-cond.eot?#iefix") format("embedded-opentype"), url("Univer-cond.woff2") format("woff2"), url("Univer-cond.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Univers-bold';
  src: url("../fonts/Univers-bold.eot");
  src: url("../fonts/Univers-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Univers-bold.woff2") format("woff2"), url("../fonts/Univers-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Univers-light';
  src: url("../fonts/Univers-light.eot");
  src: url("../fonts/Univers-light.eot?#iefix") format("embedded-opentype"), url("../fonts/Univers-light.woff2") format("woff2"), url("../fonts/Univers-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Univers-light-cond';
  src: url("../fonts/Univers-light-cond.eot");
  src: url("../fonts/Univers-light-cond.eot?#iefix") format("embedded-opentype"), url("../fonts/Univers-light-cond.woff2") format("woff2"), url("../fonts/Univers-light-cond.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

/*****************/
/****** _Project *****/
/*****************/
/* # Base */
/* # Font Mixins */
/* One mixin by font-style, order by asc */
/*****************/
/****** Custom *****/
/*****************/

@keyframes first-bar {
  0% {
    top: 0;
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(0deg);
    top: 50%;
  }
  60% {
    top: 50%;
    transform: rotate(0deg);
  }
  100% {
    top: 50%;
    transform: rotate(45deg);
  }
}

@keyframes second-bar {
  0% {
    opacity: 1;
  }
  60% {
    top: 50%;
    transform: rotate(0deg);
    opacity: 1;
  }
  61% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes last-bar {
  0% {
    bottom: 0;
    transform: rotate(0deg);
  }
  40% {
    bottom: 50%;
    transform: translate(0, 50%) rotate(0deg);
  }
  60% {
    bottom: 50%;
    transform: translate(0, 50%) rotate(0deg);
  }
  100% {
    bottom: 50%;
    transform: translate(0, 50%) rotate(-45deg);
  }
}

@keyframes first-bar-close {
  0% {
    top: 50%;
    transform: rotate(45deg);
  }
  40% {
    top: 50%;
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(0deg);
    top: 50%;
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes second-bar-close {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  61% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes last-bar-close {
  0% {
    bottom: 50%;
    transform: translate(0, 50%) rotate(-45deg);
  }
  40% {
    bottom: 50%;
    transform: translate(0, 50%) rotate(0deg);
  }
  60% {
    transform: translate(0, 50%) rotate(0deg);
    bottom: 50%;
  }
  100% {
    bottom: 0;
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes arrow-circle {
  0% {
    transform: translate(0, 0);
  }
  49% {
    transform: translate(0, 4rem);
    opacity: 1;
    visibility: visible;
  }
  50% {
    opacity: 0;
    visibility: hidden;
  }
  51% {
    transform: translate(0, -4rem);
    opacity: 1;
    visibility: visible;
  }
  100% {
    transform: translate(0, 0);
  }
}

/* # Base */
/*****************/
/******HTML5 Elements*****/
/*****************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9rem;
  letter-spacing: .05em;
  color: #585756;
  overflow-x: hidden;
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  body {
    font-size: 1.6rem;
    line-height: 2.5rem;
    letter-spacing: .1em;
  }
}

@media all and (min-width: 85.375em) {
  body {
    font-size: 1.9rem;
    line-height: 3rem;
    letter-spacing: .1em;
  }
}

body.loading {
  overflow: hidden;
}

body.toolbar-drawer, body.toolbar {
  padding: 0;
}

*, *::before, *::after {
  background-repeat: no-repeat;
}

h1, h2, h3, h4 {
  margin: 0;
}

p {
  margin: 0 0 2rem 0;
}

@media all and (min-width: 64em) {
  p {
    margin: 0 0 3rem 0;
  }
}

svg, img {
  width: 100%;
  max-width: 100%;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

em,
strong {
  font-style: normal;
  color: #1a4c93;
}

blockquote {
  padding: 0;
  margin: 0;
}

button:focus,
input:focus {
  outline: 0;
}

video {
  max-width: 100%;
}

/*****************/
/****** MAIN *****/
/*****************/
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}

@media all and (min-width: 64em) {
  .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media all and (min-width: 64em) {
  .sub-container {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

@media all and (min-width: 64em) {
  .col-6 {
    float: left;
    width: 40%;
    margin-right: 10%;
  }
}

@media all and (min-width: 64em) {
  .col-4 {
    float: left;
    width: 30%;
    margin-right: 10%;
  }
}

@media all and (min-width: 64em) {
  .col-8 {
    float: left;
    width: 50%;
    margin-right: 10%;
  }
}

@media all and (min-width: 64em) {
  .wrapping-img {
    float: left;
    max-width: 40%;
    margin-right: 5%;
    margin-bottom: 3rem;
  }
}

.row {
  margin: 0;
  clear: both;
}

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

.row::after {
  content: ' ';
  display: table;
  clear: both;
}

.row-relative {
  position: relative;
}

.v-container {
  display: table;
  height: 100%;
  width: 100%;
}

.v-align {
  display: table-cell;
  vertical-align: middle;
}

/*****************/
/****** USEFUL CLASSES *****/
/*****************/
.fullheight {
  height: 100vh;
}

-overflow {
  overflow: hidden;
}

-uppercase {
  text-transform: uppercase;
}

.hide-for-viewer {
  position: absolute;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* # Font Mixins */
/* One mixin by font-style, order by asc */
/*****************/
/****** Custom *****/
/*****************/
-underline {
  display: inline-block;
  position: relative;
}

-underline:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 100%;
  height: 0.8rem;
  background-color: #fff;
}

blockquote {
  position: relative;
  font-family: "Univers", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
  padding: 3rem 0 0 4.5rem;
  margin: 4rem 0;
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  blockquote {
    font-size: 2rem;
    line-height: 2.8rem;
    padding: 3rem 7rem 0 7rem;
    margin: 6rem 0 4rem 0;
  }
}

@media all and (min-width: 85.375em) {
  blockquote {
    font-size: 2.6rem;
    line-height: 3.6rem;
    padding: 5rem 10rem 0 10rem;
    margin: 8rem 0 6rem 0;
  }
}

blockquote::before {
  content: '“';
  font-family: "Lato", sans-serif;
  font-size: 4.5rem;
  font-weight: 900;
  color: #1a4c93;
  position: absolute;
  top: 0;
  left: 0;
}

@media all and (min-width: 64em) {
  blockquote::before {
    font-size: 9rem;
  }
}

blockquote em {
  display: block;
  font-family: "Univers", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5rem;
  margin-top: 2rem;
  text-align: right;
}

@media all and (min-width: 64em) {
  blockquote em {
    font-size: 1.9rem;
    line-height: 3rem;
    margin-right: -10rem;
  }
}

.chapo {
  font-family: "Univers", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: .05em;
}

@media all and (min-width: 64em) {
  .chapo {
    font-size: 2.6rem;
    line-height: 4rem;
    letter-spacing: .1em;
  }
}

h1 {
  font-family: "Univers-bold";
  font-size: 1.7rem;
  line-height: 2rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 3rem 0;
  margin: 1.5rem 0 0 0;
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  h1 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}

@media all and (min-width: 85.375em) {
  h1 {
    font-size: 3.4rem;
    line-height: 4.6rem;
  }
}

h2 {
  font-family: "Univers", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: #1a4c93;
  letter-spacing: .05em;
  margin-bottom: 2.5rem;
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  h2 {
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: .1em;
  }
}

@media all and (min-width: 85.375em) {
  h2 {
    font-size: 3rem;
    margin-bottom: 4rem;
    letter-spacing: .1em;
  }
}

p a {
  font-weight: 700;
  color: #1a4c93;
  text-decoration: underline;
}

ul li:not(.header_social_item) {
  margin-bottom: 0.5rem;
  text-indent: -.7em;
}

ul li:not(.header_social_item):before {
  content: "• ";
  color: #1a4c93;
  /* or whatever color you prefer */
}

ol li {
  list-style: inherit;
}

ol {
  counter-reset: item;
}

ol li {
  display: block;
}

ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #1a4c93;
}

.main-content {
  padding: 4.5rem 2rem 0 2rem;
}

.main-content a {
  font-weight: 700;
  color: #1a4c93;
  text-decoration: underline;
}

.main-content hr {
  border-color: #1a4c93;
}

@media all and (min-width: 64em) {
  .main-content {
    padding: 3rem 2rem 0 2rem;
  }
}

.main-content section {
  margin: 3rem 0;
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  .main-content section {
    margin: 5rem 0;
  }
}

@media all and (min-width: 85.375em) {
  .main-content section {
    margin: 7rem 0;
  }
}

.main-content .chapo {
  font-family: "Univers", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: .05em;
}

@media all and (min-width: 64em) {
  .main-content .chapo {
    font-size: 2.6rem;
    line-height: 4rem;
    letter-spacing: .1em;
  }
}

.main-content ol li {
  list-style: inherit;
}

.main-content ol {
  counter-reset: item;
}

.main-content ol li {
  display: block;
}

.main-content ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #1a4c93;
}

.main-content ul li {
  margin-bottom: 0.5rem;
  text-indent: -.7em;
}

.main-content ul li:before {
  content: "• ";
  color: #1a4c93;
  /* or whatever color you prefer */
}

.main-content .row-photo:first-of-type {
  margin-top: 5rem;
}

.main-content .row-photo:last-of-type {
  margin-bottom: 5rem;
}

.main-content .row-photo::before, .main-content .row-photo::after {
  clear: both;
}

.main-content .row-photo .photo {
  position: relative;
  width: 100%;
  background-size: cover;
  cursor: pointer;
  background-position: center;
}

@media all and (max-width: 63.99em) {
  .main-content .row-photo .photo {
    margin: 3rem 0 0 0;
  }
}

@media all and (min-width: 64em) {
  .main-content .row-photo .photo {
    float: left;
  }
}

.main-content .row-photo .photo:hover .photo_overlay {
  opacity: 1;
}

.main-content .row-photo .photo_overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.6s ease;
  padding: 1.5rem;
}

@media all and (min-width: 64em) {
  .main-content .row-photo .photo_overlay {
    padding: 0 0 4rem 10%;
  }
}

.main-content .row-photo .photo-1:before,
.main-content .row-photo .photo-4:before {
  content: '';
  float: left;
  padding-bottom: 133.33333%;
}

.main-content .row-photo .photo-1:after,
.main-content .row-photo .photo-4:after {
  content: '';
  display: table;
  clear: both;
}

@media all and (min-width: 64em) {
  .main-content .row-photo .photo-1,
  .main-content .row-photo .photo-4 {
    width: 30%;
    margin-right: 10%;
    margin-bottom: 10rem;
  }
}

.main-content .row-photo .photo-2:before,
.main-content .row-photo .photo-5:before {
  content: '';
  float: left;
  padding-bottom: 66.66667%;
}

.main-content .row-photo .photo-2:after,
.main-content .row-photo .photo-5:after {
  content: '';
  display: table;
  clear: both;
}

@media all and (min-width: 64em) {
  .main-content .row-photo .photo-2,
  .main-content .row-photo .photo-5 {
    width: 60%;
    margin-bottom: 10rem;
  }
}

.main-content .row-photo .photo-3:before,
.main-content .row-photo .photo-6:before {
  content: '';
  float: left;
  padding-bottom: 41.66667%;
}

.main-content .row-photo .photo-3:after,
.main-content .row-photo .photo-6:after {
  content: '';
  display: table;
  clear: both;
}

@media all and (min-width: 64em) {
  .main-content .row-photo .photo-3,
  .main-content .row-photo .photo-6 {
    margin-bottom: 10rem;
  }
}

.video-container {
  position: relative;
  display: inline-block;
}

.video-container .video-poster {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-size: cover;
}

.video-container .video-poster .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
  width: 10rem;
}

@media all and (min-width: 64em) {
  .video-container .video-poster .video-btn {
    width: 20rem;
  }
}

.video-container .video-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  background-color: #fff;
  height: 4rem;
}

.video-container .video-play {
  width: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  padding: 0 0.5rem;
}

.video-container .video-play img {
  max-width: 100%;
  margin: 0 auto;
}

.video-container .info-time {
  font-size: 1.2rem;
  width: 10rem;
  text-align: center;
  color: #1a4c93;
}

.video-container .load {
  width: calc(80% - 10rem);
  padding: 1.5rem 2rem;
  cursor: pointer;
}

.video-container .load-bar {
  position: relative;
  background-color: #fff;
  height: 3px;
}

.video-container .load-bar_inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #1a4c93;
}

.video-container .volume {
  width: calc(20% - 10rem);
  padding: 1rem 0;
  cursor: pointer;
  padding: 1.5rem 2rem;
}

.video-container .volume-bar {
  position: relative;
  background-color: #fff;
  height: 3px;
}

.video-container .volume-bar_inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #1a4c93;
}

/* # Atoms */
.home_header_discover .arrow-circle polygon,
.page_header_discover .arrow-circle polygon {
  transition: transform .4s ease;
}

@media all and (min-width: 64em) {
  .home_header_discover:hover .arrow-circle polygon,
  .page_header_discover:hover .arrow-circle polygon {
    animation: arrow-circle .8s ease forwards;
  }
}

.bloc-bleu {
  padding: 1.5rem;
  background-color: #1a4c93;
  color: #d9d8d8;
  margin-bottom: 3rem;
}

.bloc-bleu p {
  margin: 0;
}

.bloc-bleu p + p {
  margin-top: 3rem;
}

.burger {
  position: absolute;
  top: 50%;
  right: 2rem;
  height: 1.4rem;
  width: 1.5rem;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  cursor: pointer;
}

@media all and (min-width: 64em) {
  .burger {
    width: 2rem;
    height: 1.6rem;
    right: 4.5rem;
  }
}

.burger_bar {
  position: absolute;
  width: 1.5rem;
  height: .2rem;
  background-color: #fff;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transition: all 0.6s ease;
}

@media all and (min-width: 64em) {
  .burger_bar {
    width: 2rem;
    height: .2rem;
  }
}

.burger_bar:first-of-type {
  animation-name: first-bar-close;
}

.burger_bar:nth-of-type(2) {
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  animation-name: second-bar-close;
}

.burger_bar:last-of-type {
  animation-name: last-bar-close;
}

.open .burger_bar:first-of-type {
  animation-name: first-bar;
}

.open .burger_bar:nth-of-type(2) {
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  animation-name: second-bar;
}

.open .burger_bar:last-of-type {
  animation-name: last-bar;
}

/* # Buttons */
.btn {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  padding: 1.5rem;
  border: 1px solid #1a4c93;
  margin: 1rem 0;
  border-radius: 2.5rem;
  cursor: pointer;
  transition: all .6s ease;
}

@media all and (min-width: 85.375em) {
  .btn {
    font-size: 1.4rem;
    letter-spacing: .2em;
  }
}

.btn.btn-bg {
  background-color: #1a4c93;
  color: #fff;
}

.btn.btn-bg:hover {
  background-color: #fff;
  color: #1a4c93;
}

.btn.btn-top {
  background-color: #1a4c93;
  color: #fff;
}

.btn.btn-white {
  background-color: #fff;
  color: #1a4c93;
  border: none;
}

.btn.c-blue {
  color: #1a4c93;
}

.btn.c-blue:hover {
  background-color: #1a4c93;
  color: #fff;
}

.btn_donate {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: inline-block;
  -ms-flex-item-align: end;
      align-self: flex-end;
  z-index: 5;
}

@media all and (min-width: 64em) {
  .btn_donate {
    bottom: 3.5rem;
    right: 2.5rem;
  }
}

.btn_donate.white {
  background-color: #fff;
  color: #1a4c93;
}

@media all and (min-width: 64em) {
  .btn_donate_mobile {
    display: none;
  }
}

@media all and (max-width: 63.99em) {
  .btn_donate_desktop {
    display: none;
  }
}

.hug-input {
  position: relative;
}

.hug-input::before {
  content: url("../images/icons/loupe-white.svg");
  position: absolute;
  width: 1.3rem;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

.hug-input input {
  font-size: 1.8rem;
  letter-spacing: .05em;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  padding: 1rem 3.5rem 1rem 3rem;
  color: #fff;
}

@media all and (min-width: 64em) {
  .hug-input input {
    padding: 2rem 7rem 2rem 2.5rem;
    font-size: 2.6rem;
    letter-spacing: .1em;
  }
}

.hug-input_control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  right: 0;
  visibility: hidden;
}

@media all and (max-width: 63.99em) {
  .hug-input_control {
    right: 2rem;
  }
}

.hug-input_clear {
  cursor: pointer;
  width: 1.1rem;
}

.hug-input_submit {
  background-color: transparent;
  border: none;
  padding: 0;
  margin-right: 2rem;
  width: 1.9rem;
}

.hug-input_submit img {
  width: 1.9rem;
  max-width: none;
}

.key-figure {
  text-align: center;
  margin-bottom: 5rem;
}

@media all and (min-width: 64em) {
  .key-figure {
    margin: 5rem 0 0 0;
    float: left;
    width: 35%;
  }
  .key-figure:nth-of-type(2) {
    width: 30%;
  }
  .key-figure:not(:last-of-type) {
    border-right: 1px solid #d9d8d8;
  }
}

.key-figure_value {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1;
  color: #1a4c93;
  margin-bottom: .5rem;
}

@media all and (min-width: 64em) {
  .key-figure_value {
    font-size: 4rem;
    letter-spacing: .1em;
  }
}

.key-figure_text {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9rem;
  letter-spacing: .05em;
  color: #1a4c93;
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  .key-figure_text {
    font-size: 1.6rem;
    line-height: 2.5rem;
    letter-spacing: .1em;
  }
}

@media all and (min-width: 85.375em) {
  .key-figure_text {
    font-size: 1.9rem;
    line-height: 3rem;
    letter-spacing: .1em;
  }
}

/* # Links */
.portrait {
  padding: 2rem 0;
}

@media all and (min-width: 64em) {
  .portrait {
    float: left;
    width: 30%;
    margin: 0 10%;
    padding: 3rem 0;
  }
}

.portrait_picture {
  float: left;
}

.portrait_picture img {
  margin-bottom: 1.5rem;
}

@media all and (min-width: 64em) {
  .portrait_picture img {
    width: 10rem;
    margin-bottom: 2.5rem;
  }
}

.portrait_name {
  float: left;
  font-weight: 700;
  color: #1a4c93;
  padding-left: 2rem;
}

@media all and (min-width: 64em) {
  .portrait_name {
    width: calc(100% - 10rem);
  }
}

.promise {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

@media all and (min-width: 64em) {
  .promise {
    margin: 0;
  }
}

@media all and (min-width: 64em) {
  .promise-container {
    padding: 8rem 10rem 0 10rem;
  }
}

.promise_number, .promise_text {
  display: inline-block;
}

@media all and (min-width: 64em) {
  .promise_number, .promise_text {
    font-size: 1.9rem;
    line-height: 3.6rem;
    letter-spacing: .1em;
  }
}

.promise_number {
  font-weight: 700;
  color: #1a4c93;
  width: 12.5%;
  padding: 2.5rem 1rem 0 0;
}

@media all and (min-width: 64em) {
  .promise_number {
    width: 7rem;
  }
}

.promise_text {
  width: 87.5%;
  padding: 1.5rem 0 1.5rem 2rem;
  border-left: 1px solid #f2f2f2;
  margin: 0;
}

@media all and (min-width: 64em) {
  .promise_text {
    width: calc(100% - 7rem);
    padding: 1.5rem 0 1.5rem 4rem;
  }
}

.related-article {
  position: relative;
  padding: 2.5rem 0;
}

@media all and (min-width: 64em) {
  .related-article {
    float: left;
  }
  .related-article:nth-of-type(odd) {
    width: 40%;
    margin-right: 10%;
  }
  .related-article:nth-of-type(even) {
    width: 50%;
    padding-left: 10%;
    border-left: 1px solid #f2f2f2;
  }
}

.related-article::after {
  content: '';
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  bottom: 0;
  width: 60%;
  height: 1px;
  background-color: #f2f2f2;
}

.related-article_title,
.related-article h3.related-article_title {
  font-weight: 700;
  text-decoration: underline;
  color: #1a4c93;
  margin-bottom: 2rem;
}

/* # Molecules */
/* # Formulaires */
::-webkit-input-placeholder {
  /* Chrome */
  color: #585756;
  transition: all 0.3s ease;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #585756;
  transition: all 0.3s ease;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #585756;
  transition: all 0.3s ease;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #585756;
  transition: all 0.3s ease;
  opacity: 1;
}

:focus::-webkit-input-placeholder {
  /* Chrome */
  color: transparent;
}

:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
}

:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}

:focus:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: transparent;
}

input,
textarea,
button,
select {
  line-height: normal;
  border-radius: 0px;
  border: 1px solid;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #585756;
}

input::-ms-clear {
  display: none;
}

.ie9 input {
  line-height: normal !important;
}

input[type="radio"], input[type="checkbox"] {
  padding: 0 !important;
}

input[type="radio"], input[type="checkbox"], input[type="submit"] {
  width: auto;
  height: auto;
  min-height: 0;
}

textarea {
  resize: none;
}

select {
  line-height: normal;
}

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

@media all and (min-width: 64em) {
  .projects-search,
  .partners-search {
    font-size: 1.4rem;
    line-height: 3rem;
  }
}

.projects-search .container,
.partners-search .container {
  padding: 0;
}

@media all and (min-width: 64em) {
  .projects-search .filter,
  .partners-search .filter {
    float: left;
    width: 20%;
    border-right: 1px solid #d9d8d8;
  }
}

@media all and (max-width: 63.99em) {
  .projects-search .filter,
  .partners-search .filter {
    position: absolute;
    font-size: 1.2rem;
    width: 100%;
    background-color: #f2f2f2;
    z-index: 1;
    line-height: 4rem;
    margin-left: -2rem;
    padding-left: 2rem;
    transition: transform 0.6s ease;
  }
  .projects-search .filter:nth-child(1),
  .partners-search .filter:nth-child(1) {
    top: calc(7.1rem + (1 - 1) * 4rem);
  }
  .projects-search .filter:nth-child(2),
  .partners-search .filter:nth-child(2) {
    top: calc(7.1rem + (2 - 1) * 4rem);
  }
  .projects-search .filter:nth-child(3),
  .partners-search .filter:nth-child(3) {
    top: calc(7.1rem + (3 - 1) * 4rem);
  }
  .projects-search .filter:nth-child(4),
  .partners-search .filter:nth-child(4) {
    top: calc(7.1rem + (4 - 1) * 4rem);
  }
}

@media all and (max-width: 63.99em) {
  .projects-search .filter.closed,
  .partners-search .filter.closed {
    -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
  }
}

.projects-search .filter p,
.partners-search .filter p {
  text-transform: uppercase;
}

@media all and (min-width: 64em) {
  .projects-search .filter p,
  .partners-search .filter p {
    width: 100%;
    max-width: 100%;
  }
}

@media all and (max-width: 63.99em) {
  .projects-search .filter p,
  .partners-search .filter p {
    float: left;
    width: 70%;
  }
}

@media all and (min-width: 64em) {
  .projects-search .filter label,
  .partners-search .filter label {
    margin-right: 2rem;
  }
}

@media all and (max-width: 63.99em) {
  .projects-search .filter label,
  .partners-search .filter label {
    float: left;
  }
}

@media all and (min-width: 64em) {
  .projects-search .col-lg-6,
  .partners-search .col-lg-6 {
    width: 40%;
    float: left;
  }
}

@media all and (max-width: 63.99em) {
  .projects-search .col-lg-6,
  .partners-search .col-lg-6 {
    width: 75%;
    float: left;
    padding: 0;
  }
}

.projects-search .col-lg-6 > div,
.partners-search .col-lg-6 > div {
  position: relative;
}

@media all and (max-width: 63.99em) {
  .projects-search .col-lg-6 > div,
  .partners-search .col-lg-6 > div {
    text-align: center;
    line-height: 7rem;
    border-left: 1px solid #d9d8d8;
  }
}

.projects-search .col-lg-6 > div::before,
.partners-search .col-lg-6 > div::before {
  content: url("../images/icons/loupe.svg");
  position: absolute;
  top: .2rem;
  width: 1.1rem;
  height: 1.1rem;
}

@media all and (min-width: 64em) {
  .projects-search .col-lg-6 > div::before,
  .partners-search .col-lg-6 > div::before {
    width: 1.7rem;
    height: 1.7rem;
  }
}

@media all and (min-width: 64em) {
  .projects-search .filter,
  .projects-search .col-lg-6,
  .partners-search .filter,
  .partners-search .col-lg-6 {
    text-align: center;
    padding: 3.5rem 0;
  }
}

.projects-search input[type="checkbox"],
.partners-search input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: #585756;
  background: transparent;
  width: 1rem;
  height: 1rem;
}

@media all and (max-width: 63.99em) {
  .projects-search input[type="checkbox"],
  .partners-search input[type="checkbox"] {
    position: absolute;
    top: 50%;
    margin-left: 1rem;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
  }
}

.projects-search input[type="checkbox"]::after,
.partners-search input[type="checkbox"]::after {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #f2f2f2;
  right: -75%;
  top: -75%;
}

.projects-search input[type="checkbox"]:checked,
.partners-search input[type="checkbox"]:checked {
  border-color: #1a4c93;
}

.projects-search input[type="checkbox"]:checked::before,
.partners-search input[type="checkbox"]:checked::before {
  content: url("../images/icons/check.svg");
  position: absolute;
  top: -.8rem;
  right: -.4rem;
  width: 1rem;
  height: 1rem;
  z-index: 1;
}

.projects-search input[type="text"],
.partners-search input[type="text"] {
  background-color: #f2f2f2;
  border: none;
  border-bottom: 1px solid #d9d8d8;
  text-transform: uppercase;
}

@media all and (min-width: 64em) {
  .projects-search input[type="text"],
  .partners-search input[type="text"] {
    padding-left: 4rem;
    padding-bottom: 2rem;
  }
}

@media all and (max-width: 63.99em) {
  .projects-search input[type="text"],
  .partners-search input[type="text"] {
    font-size: 1rem;
    max-width: 80%;
    padding: 1rem 0 1rem 3rem;
  }
}

@media all and (min-width: 64em) {
  .partners-search .filter {
    width: 25%;
  }
}

.page-description_search-toggle {
  text-transform: uppercase;
  font-size: .9rem;
  cursor: pointer;
}

@media all and (max-width: 63.99em) {
  .page-description_search-toggle {
    float: left;
    width: 25%;
    height: 7rem;
    padding: 1.5rem 0;
    text-align: center;
  }
}

@media all and (min-width: 64em) {
  .page-description_search-toggle {
    display: none;
  }
}

@media all and (max-width: 63.99em) {
  .page-description_search-toggle.closed .opened {
    display: none;
  }
}

@media all and (max-width: 63.99em) {
  .page-description_search-toggle.opened .closed {
    display: none;
  }
}

/* # Organisms */
.main-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -ms-flex-pack: center;
      justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  background-color: #1a4c93;
  -ms-transform: translate(100%, 0);
      transform: translate(100%, 0);
  transition: transform 0.6s ease;
  z-index: 2;
  color: #fff;
  padding: 5rem 0 0 2rem;
}

@media all and (min-width: 64em) {
  .main-nav {
    width: 50%;
    padding: 8rem 0 0 10rem;
  }
}

.main-nav.open {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.main-nav_item {
  font-family: "Univers", sans-serif;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  .main-nav_item {
    font-size: 2.1rem;
    letter-spacing: .2em;
  }
}

@media all and (min-width: 85.375em) {
  .main-nav_item {
    font-size: 2.6rem;
    letter-spacing: .2em;
  }
}

.main-nav_item.open {
  color: rgba(255, 255, 255, 0.2);
}

.main-nav_item > ul {
  opacity: 1;
  padding: 1.5rem 0 1.5rem 4rem;
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  .main-nav_item > ul {
    padding: 2rem 0 2rem 3rem;
  }
}

@media all and (min-width: 85.375em) {
  .main-nav_item > ul {
    padding: 3rem 0 3rem 6rem;
  }
}

.main-nav_item > ul > li {
  font-family: "Univers", sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  .main-nav_item > ul > li {
    font-size: 1.4rem;
    line-height: 2.8rem;
    letter-spacing: .2em;
  }
}

@media all and (min-width: 85.375em) {
  .main-nav_item > ul > li {
    font-size: 1.4rem;
    line-height: 3.4rem;
    letter-spacing: .2em;
  }
}

.news-home {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin: 1.5rem 0;
}

@media all and (min-width: 64em) {
  .news-home:not(.news-home-featured) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    float: left;
    width: 20%;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-bottom: 5rem;
  }
  .news-home:not(.news-home-featured):not(:last-of-type) {
    margin-right: 20%;
  }
}

@media all and (min-width: 64em) {
  .news-home.news-home-featured {
    margin: 0 0 6rem 0;
  }
}

.news-home_date {
  margin: 2rem 0;
}

@media all and (min-width: 64em) {
  .news-home_date {
    margin: 3rem 0;
  }
}

@media all and (min-width: 64em) {
  .news-home-featured .news-home_date {
    padding-right: 10rem;
  }
}

.news-home_title {
  font-family: "Univers-bold", sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.9rem;
  text-transform: uppercase;
  color: #1a4c93;
  margin: 1rem 0;
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  .news-home_title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: .1em;
  }
}

@media all and (min-width: 85.375em) {
  .news-home_title {
    font-size: 1.9rem;
    line-height: 2.8rem;
    letter-spacing: .1em;
  }
}

.news-home_title a {
  transition: all .6s ease;
}

.news-home_title a:hover {
  color: #222;
  background: none;
}

.news-home-featured .news-home_title {
  font-size: 1.8rem;
  line-height: 2.3rem;
}

@media all and (min-width: 64em) {
  .news-home-featured .news-home_title {
    width: 50%;
    display: inline-block;
    padding-right: 10rem;
  }
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  .news-home-featured .news-home_title {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}

@media all and (min-width: 85.375em) {
  .news-home-featured .news-home_title {
    font-size: 3.4rem;
    line-height: 4rem;
  }
}

.news-home_content {
  display: inline-block;
  width: 50%;
  padding-right: 2rem;
}

@media all and (min-width: 64em) {
  .news-home_content {
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
    margin-bottom: 3rem;
  }
}

.news-home-featured .news-home_content {
  width: 100%;
  padding: 0;
}

@media all and (min-width: 64em) {
  .news-home-featured .news-home_content {
    -ms-flex-order: 1;
        order: 1;
  }
}

@media all and (min-width: 64em) {
  .news-home_excerpt {
    display: inline-block;
    width: 50%;
    font-size: 1.9rem;
    line-height: 2.8rem;
    padding-right: 10rem;
  }
}

.news-home_visual {
  width: 50%;
  display: inline-block;
  background-position: center;
  background-size: cover;
}

.news-home_visual:before {
  content: '';
  float: left;
  padding-bottom: 100%;
}

.news-home_visual:after {
  content: '';
  display: table;
  clear: both;
}

@media all and (min-width: 64em) {
  .news-home_visual {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
  }
}

.news-home-featured .news-home_visual {
  width: 100%;
}

@media all and (min-width: 64em) {
  .news-home-featured .news-home_visual {
    float: right;
    margin-top: -5rem;
    width: 50%;
  }
}

.news-home .btn {
  margin-top: 1.5rem;
}

@media all and (min-width: 64em) {
  .news-home .btn {
    -ms-flex-item-align: end;
        align-self: flex-end;
    -ms-flex-order: 3;
        order: 3;
    margin-top: auto;
  }
}

.partners-slider {
  position: relative;
  z-index: 1;
}

@media all and (min-width: 64em) {
  .partners-slider {
    margin-top: 5rem;
    margin-bottom: 17rem;
  }
}

.partners-slider_visual {
  position: relative;
  overflow: hidden;
}

.partners-slider_visual:before {
  content: '';
  float: left;
  padding-bottom: 50%;
}

.partners-slider_visual:after {
  content: '';
  display: table;
  clear: both;
}

@media all and (min-width: 64em) {
  .partners-slider_visual {
    width: 70%;
  }
}

.partners-slider_visual .partners-slider_track {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  transition: transform 0.4s ease;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.partners-slider_visual .partners-slider_slide {
  background-position: center;
  background-size: cover;
  width: 50%;
}

.partners-slider_control {
  padding: 2rem 1.5rem;
  background-color: #1a4c93;
  color: #fff;
}

@media all and (min-width: 64em) {
  .partners-slider_control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-order: 1;
        order: 1;
    width: 20%;
    z-index: 1;
  }
}

.partners-slider_title {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
}

@media all and (min-width: 85.375em) {
  .partners-slider_title {
    font-size: 1.4rem;
    letter-spacing: .2em;
  }
}

@media all and (min-width: 64em) {
  .partners-slider_title {
    -ms-flex-order: 2;
        order: 2;
    padding: 5rem 0;
  }
}

.partners-slider_arrows {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

@media all and (min-width: 64em) {
  .partners-slider_arrows {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
  }
}

.partners-slider_arrows img {
  width: 2rem;
  cursor: pointer;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media all and (min-width: 64em) {
  .partners-slider_arrows img {
    -ms-flex-order: 1;
        order: 1;
    margin: 0 auto;
  }
}

@media all and (max-width: 63.99em) {
  .partners-slider_arrows img {
    position: absolute;
    right: 7rem;
  }
}

@media all and (min-width: 64em) {
  .partners-slider_arrows img:last-of-type {
    -ms-flex-order: 3;
        order: 3;
  }
}

@media all and (max-width: 63.99em) {
  .partners-slider_arrows img:last-of-type {
    margin-left: 2.5rem;
    right: 2rem;
  }
}

@media all and (min-width: 64em) {
  .partners-slider_text-block {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 50%;
    right: 0;
    bottom: -12rem;
  }
}

@media all and (min-width: 64em) {
  .partners-slider_content {
    width: 80%;
    position: relative;
    max-height: calc(10rem * 4);
    overflow-y: hidden;
  }
}

@media all and (max-width: 63.99em) {
  .partners-slider_content {
    overflow: hidden;
  }
}

.partners-slider_content_text {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9rem;
  letter-spacing: .05em;
  margin-bottom: 0;
}

.partners-slider_content .partners-slider_track {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  transition: transform 0.4s ease;
}

@media all and (min-width: 64em) {
  .partners-slider_content .partners-slider_track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -ms-flex-align: end;
        align-items: flex-end;
  }
}

@media all and (max-width: 63.99em) {
  .partners-slider_content .partners-slider_track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
}

.partners-slider_content .partners-slider_slide {
  display: inline-block;
}

@media all and (min-width: 64em) {
  .partners-slider_content .partners-slider_slide {
    display: -ms-flexbox;
    display: flex;
    height: 10rem;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 4rem;
    background-color: #f2f2f2;
    transition: all 0.4s ease;
    width: 80%;
    cursor: pointer;
  }
  .partners-slider_content .partners-slider_slide.active {
    width: 100% !important;
    background-color: #fff;
  }
}

@media all and (max-width: 63.99em) {
  .partners-slider_content .partners-slider_slide {
    background-color: #f2f2f2;
    padding: 2.5rem 1.75rem;
  }
}

.project-slider {
  position: relative;
  margin-bottom: 1rem;
}

@media all and (min-width: 64em) {
  .project-slider {
    margin-bottom: 6rem;
  }
}

.project-slider_count {
  display: block;
  line-height: 5rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: underline;
  color: #1a4c93;
  text-align: right;
}

@media all and (min-width: 64em) {
  .project-slider_count {
    float: right;
    font-size: 1.4rem;
  }
}

@media all and (min-width: 64em) {
  .even .project-slider_count {
    float: left;
  }
}

.project-slider .owl-item {
  position: relative;
  display: inline-block;
  height: 100%;
}

.project-slider .owl-stage-outer {
  overflow: hidden;
}

.project-slider_visual {
  position: relative;
}

.project-slider_visual:before {
  content: '';
  float: left;
  padding-bottom: 50%;
}

.project-slider_visual:after {
  content: '';
  display: table;
  clear: both;
}

@media all and (min-width: 64em) {
  .project-slider_visual {
    width: 60%;
  }
  .project-slider_visual:before {
    content: '';
    float: left;
    padding-bottom: 100%;
  }
  .project-slider_visual:after {
    content: '';
    display: table;
    clear: both;
  }
}

@media all and (min-width: 64em) {
  .even .project-slider_visual {
    margin-left: 40%;
  }
}

.project-slider_visual .project-slider_slide {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-size: cover;
}

.project-slider_visual .owl-stage-outer {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.project-slider_visual .owl-stage {
  height: 100%;
}

@media all and (min-width: 64em) {
  .project-slider_text-block {
    position: absolute;
    width: 60%;
    bottom: 0;
    top: 8rem;
  }
}

@media all and (min-width: 64em) {
  .odd .project-slider_text-block {
    right: 0;
  }
}

@media all and (min-width: 64em) {
  .even .project-slider_text-block {
    left: 0;
  }
}

.project-slider_control {
  padding: 2rem 1.5rem;
  background-color: #1a4c93;
  color: #fff;
}

@media all and (min-width: 64em) {
  .project-slider_control {
    padding: 4rem 10rem;
  }
}

.project-slider_title {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
}

@media all and (min-width: 85.375em) {
  .project-slider_title {
    font-size: 1.4rem;
    letter-spacing: .2em;
  }
}

.project-slider_arrows {
  display: inline-block;
  float: right;
}

.project-slider_arrows img {
  width: 2rem;
  cursor: pointer;
}

.project-slider_arrows img:last-of-type {
  margin-left: 2.5rem;
}

.project-slider_content {
  padding: 2.5rem 1.75rem;
  background-color: #f2f2f2;
}

@media all and (min-width: 64em) {
  .project-slider_content {
    padding: 5rem 10rem 4rem 10rem;
  }
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  .project-slider_content {
    height: calc(100% - 10.4rem);
  }
}

@media all and (min-width: 85.375em) {
  .project-slider_content {
    height: calc(100% - 11rem);
  }
}

.project-slider_content_title {
  font-family: "Univers", sans-serif;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 2.3rem;
  color: #1a4c93;
  margin-bottom: 2rem;
}

.project-slider_content_text {
  margin-bottom: 2rem;
}

.project-slider_content_link {
  -ms-flex-item-align: right;
      -ms-grid-row-align: right;
      align-self: right;
}

.project,
.partner,
.search,
.news {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}

@media all and (max-width: 63.99em) {
  .project,
  .partner,
  .search,
  .news {
    padding: 4.5rem 0 3rem 0;
  }
}

@media all and (min-width: 64em) {
  .project,
  .partner,
  .search,
  .news {
    margin: 7rem 0;
  }
}

.project_category,
.partner_category,
.search_category,
.news_category {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  color: #1a4c93;
  margin-bottom: 1.5rem;
}

@media all and (min-width: 64em) {
  .project_category,
  .partner_category,
  .search_category,
  .news_category {
    margin-bottom: 4rem;
  }
}

.project_visual,
.partner_visual,
.search_visual,
.news_visual {
  text-align: right;
}

@media all and (min-width: 64em) {
  .project_visual,
  .partner_visual,
  .search_visual,
  .news_visual {
    float: left;
    width: 40%;
    margin-right: 10%;
  }
  .project_visual::after,
  .partner_visual::after,
  .search_visual::after,
  .news_visual::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #f2f2f2;
    width: 250%;
  }
}

.project_image,
.partner_image,
.search_image,
.news_image {
  background-size: cover;
  background-position: center;
}

.project_image:before,
.partner_image:before,
.search_image:before,
.news_image:before {
  content: '';
  float: left;
  padding-bottom: 100%;
}

.project_image:after,
.partner_image:after,
.search_image:after,
.news_image:after {
  content: '';
  display: table;
  clear: both;
}

@media all and (max-width: 63.99em) {
  .project_image,
  .partner_image,
  .search_image,
  .news_image {
    margin-bottom: 2rem;
  }
}

@media all and (min-width: 64em) {
  .project_content,
  .partner_content,
  .search_content,
  .news_content {
    float: left;
    width: 49%;
    margin-top: 5.4rem;
  }
}

.project_title,
.partner_title,
.search_title,
.news_title {
  font-family: "Univers", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  letter-spacing: .05em;
  line-height: 2.4rem;
  color: #1a4c93;
}

@media all and (min-width: 64em) {
  .project_title,
  .partner_title,
  .search_title,
  .news_title {
    font-size: 2.6rem;
    margin-bottom: 3rem;
    letter-spacing: .1em;
    line-height: 1;
  }
}

@media all and (max-width: 63.99em) {
  .project .btn,
  .partner .btn,
  .search .btn,
  .news .btn {
    float: right;
  }
}

@media all and (min-width: 64em) {
  .project_buttons,
  .partner_buttons,
  .search_buttons,
  .news_buttons {
    float: left;
    width: 60%;
    padding-right: 4rem;
  }
}

@media all and (min-width: 64em) {
  .project_logo,
  .partner_logo,
  .search_logo,
  .news_logo {
    float: right;
    max-width: 40%;
    padding-left: 3rem;
  }
}

@media all and (max-width: 63.99em) {
  .project_logo,
  .partner_logo,
  .search_logo,
  .news_logo {
    width: 25%;
  }
}

@media all and (min-width: 64em) {
  .partner_visual {
    float: none;
    display: inline-block;
    width: 40%;
    margin-right: 9.4%;
    vertical-align: bottom;
  }
}

@media all and (min-width: 64em) {
  .partner_content {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 4rem;
    margin-top: 5rem;
  }
}

@media all and (min-width: 64em) {
  .partner_logo {
    width: auto;
    max-height: 12rem;
    padding-left: 0;
  }
}

@media all and (min-width: 64em) {
  .partner .btn:last-child {
    margin-bottom: 0;
  }
}

.tweet-slider {
  position: relative;
  max-width: 100rem;
  margin: 0 auto;
}

@media all and (max-width: 63.99em) {
  .tweet-slider {
    overflow: hidden;
  }
}

@media all and (min-width: 64em) {
  .tweet-slider::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #f2f2f2;
  }
}

@media all and (min-width: 64em) {
  .tweet-slider::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -100vw;
    width: 200vw;
    height: 1px;
    background-color: #f2f2f2;
  }
}

.tweet-slider .owl-stage-outer {
  padding: 4rem 0;
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}

.tweet-slider .owl-item {
  display: inline-block;
  opacity: .3;
  vertical-align: top;
}

.tweet-slider .owl-item.active {
  opacity: 1;
}

.tweet-slider .tweet {
  width: 50%;
  margin: 0 auto;
}

@media all and (min-width: 64em) {
  .tweet-slider .tweet {
    width: 30rem;
    margin: 0 10rem;
  }
}

@media all and (min-width: 64em) {
  .tweet-slider .tweet .row {
    margin-bottom: 3rem;
  }
}

.tweet-slider .tweet_account, .tweet-slider .tweet_date {
  font-family: "Univers", sans-serif;
  font-style: normal;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.5rem;
  margin: 0;
}

@media all and (min-width: 64em) {
  .tweet-slider .tweet_account, .tweet-slider .tweet_date {
    font-size: 1.2rem;
  }
}

.tweet-slider .tweet_account {
  color: #1a4c93;
}

@media all and (max-width: 63.99em) {
  .tweet-slider .tweet_account {
    margin-bottom: 1rem;
  }
}

@media all and (min-width: 64em) {
  .tweet-slider .tweet_account {
    float: left;
  }
}

@media all and (max-width: 63.99em) {
  .tweet-slider .tweet_date {
    margin-bottom: 2rem;
  }
}

@media all and (min-width: 64em) {
  .tweet-slider .tweet_date {
    float: right;
  }
}

.tweet-slider .tweet_content {
  font-family: "Univers";
  margin-bottom: 0;
}

.tweet-slider .owl-prev,
.tweet-slider .owl-next {
  position: absolute;
  top: 50%;
  width: 2rem;
}

@media all and (min-width: 64em) {
  .tweet-slider .owl-prev,
  .tweet-slider .owl-next {
    cursor: pointer;
    width: 4rem;
  }
}

.tweet-slider .owl-prev {
  left: 0;
}

@media all and (min-width: 64em) {
  .tweet-slider .owl-prev {
    -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
  }
}

.tweet-slider .owl-next {
  right: 0;
}

@media all and (min-width: 64em) {
  .tweet-slider .owl-next {
    -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
  }
}

.tweet-slider_next {
  margin: 3rem auto 4rem auto;
}

@media all and (min-width: 64em) {
  .tweet-slider_next {
    margin: 4rem auto;
  }
}

.video-slider {
  position: relative;
}

@media all and (min-width: 64em) {
  .video-slider {
    height: 600px;
  }
}

.video-slider .owl-stage-outer,
.video-slider .owl-stage {
  height: 100%;
}

.video-slider .owl-item {
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  transition: opacity 0.6s ease;
}

.video-slider .owl-item.active {
  opacity: 1;
}

.video-slider .owl-prev,
.video-slider .owl-next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 2rem;
}

@media all and (min-width: 64em) {
  .video-slider .owl-prev,
  .video-slider .owl-next {
    width: 4rem;
  }
}

.video-slider .owl-prev {
  left: 0;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
}

.video-slider .owl-next {
  right: 0;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
}

.video-slider .video-container {
  width: 100%;
  height: 100%;
}

.video-slider iframe {
  width: 100%;
  height: 100%;
}

@media all and (max-width: 63.99em) {
  .galerie-video .container {
    padding: 0;
  }
}

/* # Templates */
.footer {
  padding: 3.5rem 0 0 0;
}

@media all and (min-width: 64em) {
  .footer {
    padding: 7rem 0 0 0;
  }
}

.footer_column {
  margin-bottom: 4rem;
}

@media all and (min-width: 64em) {
  .footer_column {
    float: left;
    width: 30%;
  }
}

@media all and (min-width: 64em) {
  .footer_column:last-of-type {
    width: 40%;
  }
}

.footer_title {
  font-family: "Univers-bold", sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #1a4c93;
  margin-bottom: 1.5rem;
}

@media all and (min-width: 64em) {
  .footer_title {
    font-size: 1.9rem;
    line-height: 3rem;
  }
}

.footer_text img:not(.footer_icon) {
  width: 10%;
  max-width: 100%;
  float: left;
  margin-right: 5%;
}

.footer_text p {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9rem;
  letter-spacing: .05em;
  margin-bottom: 0;
}

@media all and (min-width: 64em) {
  .footer_text p {
    float: left;
    width: 100%;
  }
}

.footer_icon {
  width: 1.5rem;
  margin-right: 1rem;
}

.footer_logo {
  padding: 2rem 0;
  background-color: #f2f2f2;
}

.footer_logo img {
  width: 30%;
  float: right;
  margin-right: 3rem;
}

@media all and (min-width: 64em) {
  .footer_logo img {
    width: auto;
    margin-left: 8rem;
  }
}

.footer .btn-top {
  position: fixed;
  bottom: 2rem;
  right: 16rem;
  -ms-transform: translate(0, 11rem);
      transform: translate(0, 11rem);
  transition: transform .8s ease;
}

@media all and (min-width: 64em) {
  .footer .btn-top {
    bottom: 3.5rem;
    right: 20rem;
  }
}

.footer .btn-top.appear {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.footer .btn-top img {
  width: 1rem;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 5rem;
  z-index: 99;
  transform: translate3d(0, 0, 0);
  transition: background 0.6s ease;
}

@media all and (min-width: 64em) {
  .header {
    height: 8rem;
  }
}

.home .header .header_logo {
  opacity: 0;
  visibility: hidden;
}

.header.fixed {
  background: #1a4c93;
}

.header.fixed .header_logo {
  opacity: 1;
  visibility: visible;
}

@media all and (max-width: 63.99em) {
  .header.search-open {
    background-color: #1a4c93;
  }
}

.header_logo {
  position: absolute;
  top: 50%;
  left: 2rem;
  width: 7rem;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

@media all and (min-width: 64em) {
  .header_logo {
    width: 10rem;
  }
}

.header_container {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  left: 10rem;
}

@media all and (min-width: 64em) {
  .header_container {
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
}

.header .item-list {
  display: inline-block;
}

.header ul.lang {
  margin-left: 50px;
  margin-top: 10px;
  display: inline-block;
}

.header ul.lang li.active a.active {
  color: #fff;
}

.header ul.lang li:not(.header_social_item)::before {
  display: none;
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  .header ul.lang {
    margin-left: 10rem;
  }
}

@media all and (min-width: 64em) {
  .header ul.lang {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.9rem;
    letter-spacing: .05em;
    margin-right: 3rem;
  }
}

.header ul.lang_item {
  display: inline-block;
  margin-right: 1rem;
  color: #fff;
  opacity: 0.2;
}

@media all and (min-width: 64em) {
  .header ul.lang_item {
    display: block;
  }
}

.header ul.lang_item.active, .header ul.lang_item:hover {
  opacity: 1;
}

.header_back-link {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 400;
  vertical-align: top;
  line-height: 4rem;
  letter-spacing: .1em;
  display: inline-block;
  color: #fff;
}

@media all and (min-width: 80em) {
  .header_back-link {
    margin: 0 4rem 0 10rem;
  }
}

@media all and (min-width: 64em) and (max-width: 79.99em) {
  .header_back-link {
    margin: 0 4rem 0 15rem;
  }
}

@media all and (max-width: 63.99em) {
  .header_back-link {
    position: absolute;
    right: 16rem;
    top: 50%;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
  }
}

.header_back-link img {
  display: inline-block;
  max-width: 1rem;
  margin-right: 2rem;
}

@media all and (max-width: 63.99em) {
  .header_back-link img {
    margin-right: 3.5rem;
    max-width: 1.5rem;
  }
}

@media all and (max-width: 79.99em) {
  .header_back-link span {
    display: none;
  }
}

.header_type-nav {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 400;
  vertical-align: top;
  line-height: 4rem;
  letter-spacing: .1em;
  display: none;
  color: #fff;
}

@media all and (min-width: 64em) {
  .header_type-nav {
    display: inline-block;
  }
}

@media all and (max-width: 63.99em) {
  .header_type-nav span {
    display: none;
  }
}

.header_type-nav img {
  max-width: 1rem;
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  .header_type-nav img {
    margin: 0 1rem;
  }
}

@media all and (min-width: 85.375em) {
  .header_type-nav img {
    margin: 0 1.5rem;
  }
}

.header_mobile-search-toggle {
  position: absolute;
  top: 50%;
  right: 16rem;
  width: 1.2rem;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  cursor: pointer;
}

@media all and (min-width: 64em) {
  .header_mobile-search-toggle {
    display: none;
  }
}

.header_search {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  transition: transform .6s ease;
}

@media all and (min-width: 64em) {
  .header_search {
    top: 50%;
    right: 24rem;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
  }
}

@media all and (max-width: 63.99em) {
  .header_search {
    position: absolute;
    left: 0;
    width: 100%;
    top: 5rem;
    background-color: #1a4c93;
    padding: 2rem;
    -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
  }
}

.header_search.opened {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

@media all and (min-width: 64em) {
  .front .header_search,
  .page-search .header_search {
    display: none;
  }
}

@media all and (min-width: 64em) {
  .fixed .header_search {
    display: inline-block;
  }
}

@media all and (min-width: 64em) {
  .header_search::before {
    content: url("../images/icons/loupe-white.svg");
    position: absolute;
    width: 1.3rem;
    top: 50%;
    left: 0;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
  }
}

@media all and (max-width: 63.99em) {
  .header_search::before {
    left: 2rem;
  }
}

.header_search input {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 400;
  vertical-align: top;
  line-height: 4rem;
  letter-spacing: .1em;
  line-height: 1;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.header_search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}

.header_search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.header_search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.header_search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

.header_search input:focus::-webkit-input-placeholder {
  /* Chrome */
  color: transparent;
}

.header_search input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
}

.header_search input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}

.header_search input:focus:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: transparent;
}

@media all and (min-width: 85.375em) {
  .header_search input {
    min-width: 30rem;
  }
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  .header_search input {
    min-width: 25rem;
  }
}

@media all and (min-width: 64em) {
  .header_search input {
    padding: 1rem 7rem 1rem 2.5rem;
  }
}

@media all and (max-width: 63.99em) {
  .header_social {
    position: absolute;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }
}

@media all and (min-width: 64em) {
  .header_social {
    position: absolute;
    right: 6.5rem;
    top: 50%;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
  }
}

.header_social_item {
  display: inline-block;
}

@media all and (min-width: 64em) {
  .header_social_item {
    margin-right: 4.5rem;
  }
}

.header_social_item img {
  max-width: 1.5rem;
}

/* # Layout styles */
/*****************/
/****** TABLE LAYOUT (DEFAULT)*****/
/*****************/
-table {
  display: table;
  width: 100%;
}

-table-full {
  display: table;
  width: 100%;
  height: 100%;
}

-table-row {
  display: table-row;
  height: auto;
}

-table-row-min {
  display: table-row;
  height: 1px;
}

-table-cell {
  display: table-cell;
  vertical-align: top;
}

-table-cell-middle {
  vertical-align: middle;
}

-table-cell-bottom {
  vertical-align: bottom;
}

.page_header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -ms-flex-pack: center;
      justify-content: center;
  background-position: center;
  background-size: cover;
  height: 60rem;
}

.page_header.fullheight {
  height: 100vh;
}

.page_header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
}

.page_header .container {
  z-index: 1;
}

.page_header_content {
  width: 100%;
}

@media all and (min-width: 64em) {
  .page_header_content {
    width: 80%;
    margin-left: 10rem;
  }
}

@media all and (min-width: 64em) {
  .page_header_content img {
    max-width: 20rem;
  }
}

.page_header_title {
  font-family: "Univers-bold";
  color: #fff;
  font-size: 1.7rem;
  line-height: 2rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 3rem 0;
  margin: 1.5rem 0 0 0;
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  .page_header_title {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}

@media all and (min-width: 85.375em) {
  .page_header_title {
    font-size: 3.4rem;
    line-height: 4.6rem;
  }
}

.page_header_title_sub {
  display: block;
  font-family: 'Lato';
  font-weight: 300;
  text-transform: initial;
  margin: 2.5rem 0 1rem 0;
}

@media all and (min-width: 64em) {
  .page_header_title_sub {
    letter-spacing: .2em;
  }
}

.page_header_search {
  position: relative;
  margin-bottom: 4rem;
}

@media all and (min-width: 64em) {
  .page_header_search {
    width: 40rem;
    margin-bottom: 6rem;
  }
}

.page_header_search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}

.page_header_search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.page_header_search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.page_header_search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

.page_header_search input:focus::-webkit-input-placeholder {
  /* Chrome */
  color: transparent;
}

.page_header_search input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
}

.page_header_search input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}

.page_header_search input:focus:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: transparent;
}

.page_header_discover {
  color: #fff;
  cursor: pointer;
}

.page_header_discover img, .page_header_discover_arrow {
  width: 2rem;
  margin-right: 1.5rem;
}

@media all and (min-width: 64em) {
  .page_header_discover img, .page_header_discover_arrow {
    width: 4rem;
    margin-right: 3rem;
  }
}

.page_header_discover span {
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
  text-transform: uppercase;
  line-height: 4rem;
}

@media all and (min-width: 64em) {
  .page_header_discover span {
    font-size: 1.2rem;
  }
}

.page-description_title {
  color: #fff;
  background-color: #1a4c93;
  font-size: 1.2rem;
  line-height: 4.5rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media all and (min-width: 64em) {
  .page-description_title {
    font-size: 1.4rem;
    line-height: 9rem;
  }
}

.page-description_title p {
  margin-bottom: 0;
}

.page-description_title .pull-right {
  margin-right: 10rem;
}

@media all and (max-width: 63.99em) {
  .page-description_title .pull-right {
    display: none;
  }
}

.page-description_author {
  font-size: 1.2rem;
  line-height: 1.7rem;
  padding: 2rem 0;
  background-color: #f2f2f2;
}

@media all and (min-width: 64em) {
  .page-description_author {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.9rem;
    letter-spacing: .05em;
    padding: 3rem 0;
  }
}

@media all and (min-width: 64em) and (min-width: 64em) and (max-width: 85.365em) {
  .page-description_author {
    font-size: 1.6rem;
    line-height: 2.5rem;
    letter-spacing: .1em;
  }
}

@media all and (min-width: 64em) and (min-width: 85.375em) {
  .page-description_author {
    font-size: 1.9rem;
    line-height: 3rem;
    letter-spacing: .1em;
  }
}

.page-description_author p {
  max-width: 75%;
  margin-bottom: 0;
  display: inline-block;
}

@media all and (min-width: 64em) {
  .page-description_author p {
    max-width: 50%;
  }
}

.page-description_author_social {
  float: right;
}

@media all and (min-width: 64em) {
  .page-description_author_social {
    margin-right: 4rem;
  }
}

.page-description_author_social_link {
  display: block;
}

.page-description_author_social_link img,
.page-description_author_social_link span {
  display: inline-block;
}

.page-description_author_social_link span {
  display: none;
}

@media all and (min-width: 64em) {
  .page-description_author_social_link span {
    display: inline-block;
    padding: 0 0 0 2.5rem;
  }
}

.page-description_author_social_link img {
  width: 1rem;
  margin: 0 0 0.5rem 0;
}

@media all and (min-width: 64em) {
  .page-description_author_social_link img {
    width: 1.7rem;
    margin: 0;
  }
}

.page-description_search {
  position: relative;
  background-color: #f2f2f2;
}

@media all and (max-width: 63.99em) {
  .page-description_search {
    border-bottom: 1px solid #d9d8d8;
  }
}

.page-description_search p {
  margin: 0;
}

.page-description_picture {
  display: none;
}

@media all and (min-width: 64em) {
  .page-description_picture {
    display: inline-block;
    width: 5rem;
    margin-right: 5rem;
  }
}

/* # Pages */
.webform-client-form .submitted {
  display: none;
}

.webform-client-form fieldset.captcha {
  border: none;
}

.webform-client-form fieldset.captcha legend {
  margin: 7rem 0 4rem 0;
  font-size: 2.6rem;
  font-weight: 700;
  margin: 7rem 0 4rem 0;
  font-family: "Univers-bold", sans-serif;
  color: #1a4c93;
  text-transform: uppercase;
}

.webform-client-form fieldset.captcha .fieldset-wrapper {
  margin: 0 10rem;
}

.webform-client-form fieldset.captcha img {
  width: auto;
  max-width: auto;
}

.webform-client-form .webform-component.webform-component-markup {
  font-family: "Univers-bold", sans-serif;
  font-size: 1.8rem;
  color: #1a4c93;
  text-transform: uppercase;
  margin: 4rem 0 2rem 0;
}

@media all and (min-width: 64em) {
  .webform-client-form .webform-component.webform-component-markup {
    font-size: 2.6rem;
    font-weight: 700;
    margin: 7rem 0 4rem 0;
  }
}

.webform-client-form .webform-component.webform-component-markup p {
  margin: 0;
}

@media all and (min-width: 64em) {
  .webform-client-form .webform-component:not(.webform-component-markup) {
    margin: 0 10rem;
  }
}

.webform-client-form .webform-component:not(#webform-component-montant-radio):before, .webform-client-form .webform-component:not(#webform-component-montant-radio):after {
  content: '';
  display: table;
}

.webform-client-form .webform-component:not(#webform-component-montant-radio):after {
  clear: both;
}

.webform-client-form .webform-component:not(.webform-component-radios) label {
  display: none;
}

.webform-client-form .webform-component.webform-component-checkboxes label, .webform-client-form .webform-component.webform-component-webform_time label, .webform-client-form .webform-component.webform-component-date label {
  display: inline;
}

.webform-client-form .webform-component.webform-component-radios > label, .webform-client-form .webform-component.webform-component-checkboxes > label {
  display: none;
}

.webform-client-form .webform-component input[type="text"],
.webform-client-form .webform-component input[type="email"],
.webform-client-form .webform-component textarea {
  font-family: 'Lato';
  font-size: 1.4rem;
  letter-spacing: .2em;
}

.webform-client-form .webform-component input[type="text"],
.webform-client-form .webform-component input[type="email"] {
  width: 100%;
  padding: 1rem 0;
  border: none;
  border-bottom: 1px solid #585756;
}

@media all and (min-width: 64em) {
  .webform-client-form .webform-component input[type="text"],
  .webform-client-form .webform-component input[type="email"] {
    padding: 1.5rem 0;
    margin-bottom: 2rem;
  }
}

.webform-client-form .webform-component #edit-submitted-valeur-autre {
  padding: 1rem 0;
  border: none;
  border-bottom: 1px solid #585756;
}

@media all and (min-width: 64em) {
  .webform-client-form .webform-component #edit-submitted-valeur-autre {
    padding: 1.5rem 0;
    margin-bottom: 2rem;
  }
}

.webform-client-form .webform-component textarea {
  width: 100%;
  border: none;
  background-size: 100%;
  background: -webkit-repeating-linear-gradient(0deg, #585756 0px, #585756 1px, white 1px, white 31px, #585756 31px, #585756 31px);
  background: repeating-linear-gradient(0deg, #585756 0px, #585756 1px, white 1px, white 31px, #585756 31px, #585756 31px);
  background: -moz-repeating-linear-gradient(90deg, #585756 0px, #585756 1px, white 1px, white 31px, #585756 31px, #585756 31px);
  background-repeat: repeat;
  outline: none;
  line-height: 3rem;
}

@media all and (min-width: 64em) {
  .webform-client-form .webform-component textarea {
    line-height: 6rem;
    background: -webkit-repeating-linear-gradient(0deg, #585756 0px, #585756 1px, white 1px, white 61px, #585756 61px, #585756 61px);
    background: repeating-linear-gradient(0deg, #585756 0px, #585756 1px, white 1px, white 61px, #585756 61px, #585756 61px);
    background: -moz-repeating-linear-gradient(90deg, #585756 0px, #585756 1px, white 1px, white 61px, #585756 61px, #585756 61px);
  }
}

.webform-client-form .webform-component .form-type-radio {
  float: left;
}

@media all and (min-width: 64em) {
  .webform-client-form .webform-component .form-type-radio {
    width: 33.333%;
    text-align: center;
  }
}

.webform-client-form .webform-component .form-type-radio.form-item-submitted-montant-radio, .webform-client-form .webform-component .form-type-radio.form-item-submitted-autre {
  width: auto;
}

@media all and (min-width: 64em) {
  .webform-client-form .webform-component .form-type-radio.form-item-submitted-montant-radio, .webform-client-form .webform-component .form-type-radio.form-item-submitted-autre {
    width: 20%;
    text-align: left;
  }
}

@media all and (max-width: 63.99em) {
  .webform-client-form .webform-component .form-type-radio.form-item-submitted-montant-radio, .webform-client-form .webform-component .form-type-radio.form-item-submitted-autre {
    margin-right: 1.5rem;
  }
}

.webform-client-form .webform-component .form-type-radio input[type="radio"] {
  display: none;
}

.webform-client-form .webform-component .form-type-radio input[type="radio"]:checked + label {
  background-color: #1a4c93;
  color: #fff;
}

.webform-client-form .webform-component .form-type-radio label {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  padding: 1.5rem;
  border: 1px solid #1a4c93;
  margin: 1rem 0;
  border-radius: 2.5rem;
  transition: all .6s ease;
  color: #1a4c93;
  cursor: pointer;
}

@media all and (min-width: 85.375em) {
  .webform-client-form .webform-component .form-type-radio label {
    font-size: 1.4rem;
    letter-spacing: .2em;
  }
}

.webform-client-form #webform-component-montant {
  display: none;
}

.webform-client-form input[type="submit"] {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: block;
  padding: 1.5rem;
  border: 1px solid #1a4c93;
  margin: 7rem auto;
  background: #1a4c93;
  border-radius: 2.5rem;
  transition: all .6s ease;
  color: #fff;
  cursor: pointer;
}

@media all and (min-width: 85.375em) {
  .webform-client-form input[type="submit"] {
    font-size: 1.4rem;
    letter-spacing: .2em;
  }
}

@media all and (min-width: 64em) {
  .webform-client-form input[type="submit"] {
    font-size: 1.9rem;
  }
}

.webform-client-form .comment-wrapper {
  display: none;
}

#paypal-form {
  display: none;
}

.webform-component-managed_file .file-icon {
  display: none;
}

.webform-component-managed_file a {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  padding: 1.5rem;
  border: 1px solid #1a4c93;
  margin: 1rem 0;
  border-radius: 2.5rem;
  cursor: pointer;
  transition: all .6s ease;
  background-color: #1a4c93;
  color: #fff;
}

@media all and (min-width: 85.375em) {
  .webform-component-managed_file a {
    font-size: 1.4rem;
    letter-spacing: .2em;
  }
}

.webform-component-managed_file a:hover {
  background-color: #fff;
  color: #1a4c93;
}

.webform-component-managed_file input[type="submit"].form-submit {
  font-size: 1.3rem;
  margin: .5rem 0;
  padding: 1rem;
}

@media all and (min-width: 64em) {
  .webform-component-managed_file input[type="submit"].form-submit {
    float: right;
  }
}

.webform-component-managed_file .form-managed-file .form-file {
  margin: 1rem 0;
  font-size: 1.4rem;
  max-width: 60%;
}

.webform-component-managed_file #edit-submitted-label-remove-button {
  display: none;
}

.webform-component-managed_file .form-submit.ajax-processed {
  visibility: hidden;
}

.webform-component-managed_file .form-submit.ajax-processed.show {
  visibility: visible;
}

.file-upload-js-error {
  font-size: 1.5rem;
}

.ui-datepicker {
  font-size: 1.4rem;
}

.home_header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100vh;
  background-image: url("../images/home-header.jpg");
  background-position: center;
  background-size: cover;
}

.home_header_content {
  width: 100%;
}

@media all and (min-width: 64em) {
  .home_header_content {
    width: 50%;
    margin-left: 10rem;
  }
}

.home_header_content > img {
  width: 50%;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  max-width: 20rem;
}

@media all and (min-width: 64em) {
  .home_header_content > img {
    width: 100%;
  }
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  .home_header_content > img {
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
  }
}

@media all and (min-width: 85.375em) {
  .home_header_content > img {
    margin-bottom: 3rem;
  }
}

.home_header_title {
  font-family: "Univers-bold", sans-serif;
  font-style: normal;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  padding: 2rem 0;
  width: 50%;
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  .home_header_title {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
}

@media all and (min-width: 85.375em) {
  .home_header_title {
    font-size: 3.4rem;
    line-height: 3.4rem;
  }
}

@media all and (min-width: 64em) {
  .home_header_title {
    padding: 1rem 0;
    width: 100%;
  }
}

.home_header_title_sub {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 2rem;
  letter-spacing: .1em;
  text-transform: lowercase;
  display: block;
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  .home_header_title_sub {
    font-size: 2.6rem;
    line-height: 2.6rem;
    letter-spacing: .2em;
  }
}

@media all and (min-width: 85.375em) {
  .home_header_title_sub {
    font-size: 3.4rem;
    line-height: 3.4rem;
    letter-spacing: .2em;
  }
}

.home_header_anchor {
  font-family: "Univers", sans-serif;
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  width: calc(16.6666% - 2px);
  display: inline-block;
  background-color: #fff;
  padding: 1.5rem 2.0rem;
  color: #1a4c93;
  transition: all .6s ease;
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  .home_header_anchor {
    padding: 1rem 1.5rem;
  }
}

.home_header_anchor.fixed {
  background-color: #f2f2f2;
}

.home_header_anchor.active, .home_header_anchor:hover {
  background-color: #1a4c93;
  color: #fff;
}

@media all and (min-width: 64em) {
  .home_header_anchor_number {
    margin-bottom: .5rem;
  }
}

.home_header_anchor-container {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  width: 100%;
  max-width: 100rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  bottom: 4rem;
  z-index: 90;
  transition: transform .8s;
}

.home_header_anchor-container.disapear {
  -ms-transform: translate(0, 30rem);
      transform: translate(0, 30rem);
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  .home_header_anchor-container {
    max-width: 80rem;
    margin: 0 auto;
  }
}

@media all and (max-width: 63.99em) {
  .home_header_anchor-container {
    display: none;
  }
}

.home_header_anchor-container span {
  display: block;
}

.home_header_search {
  margin: 0 0 5rem 0;
}

@media all and (max-width: 63.99em) {
  .home_header_search {
    width: 75%;
  }
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  .home_header_search {
    margin: 1.5rem 0 6rem 0;
  }
}

@media all and (min-width: 85.375em) {
  .home_header_search {
    margin: 4.5rem 0 6rem 0;
  }
}

.home_header_search input {
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: .1em;
}

.home_header_search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}

.home_header_search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.home_header_search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.home_header_search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

.home_header_search input:focus::-webkit-input-placeholder {
  /* Chrome */
  color: transparent;
}

.home_header_search input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
}

.home_header_search input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}

.home_header_search input:focus:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: transparent;
}

@media all and (min-width: 64em) {
  .home_header_search input {
    font-size: 1.9rem;
  }
}

.home_header_discover {
  color: #fff;
  cursor: pointer;
}

@media all and (min-width: 64em) {
  .home_header_discover {
    text-align: right;
  }
}

.home_header_discover img, .home_header_discover_arrow {
  width: 2rem;
  margin-right: 1.5rem;
}

@media all and (min-width: 64em) {
  .home_header_discover img, .home_header_discover_arrow {
    width: 4rem;
    margin-right: 3rem;
  }
}

.home_header_discover span {
  display: inline-block;
  font-size: 1rem;
  line-height: 4rem;
  vertical-align: top;
  text-transform: uppercase;
}

@media all and (min-width: 64em) {
  .home_header_discover span {
    font-size: 1.2rem;
    line-height: 4rem;
  }
}

.home_section {
  padding: 5rem 0 5rem;
}

@media all and (min-width: 64em) {
  .home_section {
    padding: 8rem 0 5rem 0;
  }
}

.home_section:not(:last-of-type) {
  border-bottom: 1px solid #f2f2f2;
}

.home_section_title {
  font-family: "Univers-bold", sans-serif;
  font-style: normal;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #1a4c93;
  margin-bottom: 2.5rem;
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  .home_section_title {
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: .1em;
  }
}

@media all and (min-width: 85.375em) {
  .home_section_title {
    font-size: 4rem;
    line-height: 4.6rem;
    letter-spacing: .1em;
  }
}

.home_section_subtitle {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  .home_section_subtitle {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: .1em;
  }
}

@media all and (min-width: 85.375em) {
  .home_section_subtitle {
    font-size: 1.9rem;
    line-height: 3rem;
    letter-spacing: .1em;
  }
}

.home_section_number {
  font-family: "Univers-bold", sans-serif;
  font-style: normal;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  color: #1a4c93;
  margin-bottom: 2rem;
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  .home_section_number {
    font-size: 6.5rem;
  }
}

@media all and (min-width: 85.375em) {
  .home_section_number {
    font-size: 8rem;
  }
}

@media all and (min-width: 64em) {
  .home_section_number {
    display: inline-block;
    margin-right: 10%;
    margin-bottom: 4rem;
  }
}

@media all and (min-width: 64em) {
  .home_section_title-block {
    display: inline-block;
  }
}

.home_section_text {
  font-family: "Univers", sans-serif;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 2.3rem;
  margin-bottom: 1rem;
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  .home_section_text {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}

@media all and (min-width: 85.375em) {
  .home_section_text {
    font-size: 2.6rem;
    line-height: 4rem;
  }
}

.home_section_visual,
.home_section > .container > img {
  background-position: center;
  background-size: cover;
  margin-bottom: 2rem;
}

.home_section_visual:before,
.home_section > .container > img:before {
  content: '';
  float: left;
  padding-bottom: 71.42857%;
}

.home_section_visual:after,
.home_section > .container > img:after {
  content: '';
  display: table;
  clear: both;
}

@media all and (min-width: 64em) {
  .home_section_visual,
  .home_section > .container > img {
    margin-bottom: 3rem;
  }
  .home_section_visual:before,
  .home_section > .container > img:before {
    content: '';
    float: left;
    padding-bottom: 42.85714%;
  }
  .home_section_visual:after,
  .home_section > .container > img:after {
    content: '';
    display: table;
    clear: both;
  }
}

@media all and (min-width: 64em) {
  .home_section_bottom {
    margin: 6.5rem 0 2rem 0;
  }
}

.home_section_buttons {
  margin-top: 2rem;
}

@media all and (min-width: 64em) {
  .home_section_buttons {
    float: left;
    width: 60%;
  }
}

@media all and (min-width: 64em) {
  .home_section_buttons .btn {
    margin-right: 4rem;
    margin-bottom: 1.5rem;
  }
}

.home_section_next {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-top: 3.5rem;
}

@media all and (min-width: 64em) {
  .home_section_next {
    float: left;
    width: 40%;
    cursor: pointer;
  }
}

.home_section_next_text, .home_section_next_arrow {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9rem;
  letter-spacing: .05em;
  display: inline-block;
  margin-bottom: 0;
}

.home_section_next_arrow {
  width: 12.5%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

.home_section_next_arrow img {
  max-width: 1rem;
}

.home_section_next_text {
  width: 87.5%;
}

.home_section_full {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-position: center;
  background-size: cover;
  color: #fff;
}

@media all and (max-width: 63.99em) {
  .home_section_full {
    padding: 5rem 0;
  }
}

@media all and (min-width: 64em) {
  .home_section_full {
    height: 60rem;
  }
}

.home_section_full_title {
  font-family: "Univers-bold", sans-serif;
  font-style: normal;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  .home_section_full_title {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
}

@media all and (min-width: 85.375em) {
  .home_section_full_title {
    font-size: 3.4rem;
    line-height: 3.4rem;
  }
}

@media all and (min-width: 64em) {
  .home_section_full_title {
    margin-bottom: 5rem;
  }
}

@media all and (max-width: 63.99em) {
  .home_section_full_title {
    padding-right: 25%;
  }
}

.home_section_full_title_sub {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 2rem;
  letter-spacing: .1em;
  text-transform: lowercase;
  display: block;
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  .home_section_full_title_sub {
    font-size: 2.6rem;
    line-height: 2.6rem;
    letter-spacing: .2em;
  }
}

@media all and (min-width: 85.375em) {
  .home_section_full_title_sub {
    font-size: 3.4rem;
    line-height: 3.4rem;
    letter-spacing: .2em;
  }
}

.home_section_full_btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.home_section_full_btn .btn {
  margin-left: 3rem;
}

/**** SLIDER PROJECTS HOMEPAGE ****/
.projects-slideshows .projects-slideshow {
  width: 100%;
  margin-bottom: 6rem;
}

@media all and (max-width: 63.99em) {
  .projects-slideshows .projects-slideshow {
    margin-bottom: 2rem;
  }
}

.projects-slideshows .projects-slideshow .view-projects-list {
  position: relative;
  z-index: 1;
}

.projects-slideshows .projects-slideshow .view-projects-list .view-header {
  position: relative;
  z-index: 97;
  top: 30rem;
}

@media all and (min-width: 64em) {
  .projects-slideshows .projects-slideshow .view-projects-list .view-header {
    top: 20%;
    margin-top: 8rem;
  }
}

.projects-slideshows .projects-slideshow .view-projects-list .view-header h3 {
  background: #1a4c93;
  color: white;
  font-weight: 400;
  line-height: 1;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  padding: 1.5rem;
}

@media all and (min-width: 64em) {
  .projects-slideshows .projects-slideshow .view-projects-list .view-header h3 {
    padding: 4rem 10rem;
    position: absolute;
    right: 0;
    width: 60%;
    margin-top: 8rem;
    font-size: 1.4rem;
  }
}

.projects-slideshows .projects-slideshow .view-projects-list .view-header a.project-link {
  text-decoration: underline;
  color: #1a4c93;
  position: absolute;
  right: 0;
  top: -20px;
  letter-spacing: .2em;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
}

@media all and (max-width: 63.99em) {
  .projects-slideshows .projects-slideshow .view-projects-list .view-header a.project-link {
    top: -29rem;
  }
}

.projects-slideshows .projects-slideshow .view-projects-list .view-header a.project-link:hover {
  text-decoration: none;
}

.projects-slideshows .projects-slideshow .view-projects-list .view-content .views_slideshow_main .views-slideshow-cycle-main-frame {
  width: 100% !important;
}

@media all and (min-width: 64em) {
  .projects-slideshows .projects-slideshow .view-projects-list .view-content .views_slideshow_main .views-slideshow-cycle-main-frame {
    height: 600px;
  }
}

.projects-slideshows .projects-slideshow .view-projects-list .view-content .views_slideshow_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row {
  width: 100%;
}

@media all and (min-width: 64em) {
  .projects-slideshows .projects-slideshow .view-projects-list .view-content .views_slideshow_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row {
    height: 600px !important;
    z-index: 1;
  }
}

@media all and (min-width: 64em) {
  .projects-slideshows .projects-slideshow .view-projects-list .view-content .views_slideshow_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item {
    height: 600px;
  }
}

@media all and (max-width: 63.99em) {
  .projects-slideshows .projects-slideshow .view-projects-list .view-content .views_slideshow_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .project-image {
    height: 30rem;
    overflow: hidden;
  }
}

@media all and (min-width: 64em) {
  .projects-slideshows .projects-slideshow .view-projects-list .view-content .views_slideshow_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .project-image {
    width: 60%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .projects-slideshows .projects-slideshow .view-projects-list .view-content .views_slideshow_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .project-image:before {
    content: '';
    float: left;
    padding-bottom: 100%;
  }
  .projects-slideshows .projects-slideshow .view-projects-list .view-content .views_slideshow_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .project-image:after {
    content: '';
    display: table;
    clear: both;
  }
}

@media all and (max-width: 63.99em) {
  .projects-slideshows .projects-slideshow .view-projects-list .view-content .views_slideshow_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .project-image img,
  .projects-slideshows .projects-slideshow .view-projects-list .view-content .views_slideshow_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .project-image .image-slide {
    height: auto;
  }
}

.projects-slideshows .projects-slideshow .view-projects-list .view-content .views_slideshow_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .project-description {
  background: #f2f2f2;
  padding: 1.5rem;
}

@media all and (min-width: 64em) {
  .projects-slideshows .projects-slideshow .view-projects-list .view-content .views_slideshow_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .project-description {
    width: 60%;
    height: 426px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3.5rem 9rem 3.5rem 9rem;
  }
}

.projects-slideshows .projects-slideshow .view-projects-list .view-content .views_slideshow_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .project-description .text-slide a {
  background-color: #1a4c93;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: .2em;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  padding: 1.5rem;
  border: 1px solid #1a4c93;
  margin: 1rem 0;
  border-radius: 2.5rem;
  cursor: pointer;
  transition: all .6s ease;
}

@media all and (min-width: 64em) {
  .projects-slideshows .projects-slideshow .view-projects-list .view-content .views_slideshow_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .project-description .text-slide a {
    float: right;
  }
}

.projects-slideshows .projects-slideshow .view-projects-list .view-content .views_slideshow_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .project-description .text-slide a:hover {
  background-color: #fff;
  color: #1a4c93;
}

@media all and (max-width: 63.99em) {
  .projects-slideshows .projects-slideshow .view-projects-list .view-content .views_slideshow_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .project-description .text-slide > a {
    font-size: 1.2rem;
  }
}

.projects-slideshows .projects-slideshow .view-projects-list .view-content .views_slideshow_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .project-description .project-title {
  font-family: "Univers", sans-serif;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 2.3rem;
  color: #1a4c93;
  margin-bottom: 1rem;
}

@media all and (min-width: 64em) {
  .projects-slideshows .projects-slideshow .view-projects-list .view-content .views_slideshow_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .project-description .project-title {
    margin-bottom: 2rem;
  }
}

.projects-slideshows .projects-slideshow .view-projects-list .view-content .views_slideshow_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .project-description .project-title a {
  background: none;
  color: #1a4c93;
  border: 0;
  padding-left: 0;
  font-size: 1.8rem;
  font-family: "Univers", sans-serif;
  text-transform: initial;
  float: none;
}

@media all and (max-width: 63.99em) {
  .projects-slideshows .projects-slideshow .view-projects-list .view-content .views_slideshow_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .project-description .project-title a {
    padding: 0;
  }
}

.projects-slideshows .projects-slideshow .view-projects-list .view-content .views_slideshow_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .project-description .project-title a:hover {
  color: #222;
  background: none;
}

.projects-slideshows .projects-slideshow .view-projects-list .views-slideshow-controls-bottom {
  position: absolute;
  z-index: 98;
}

@media all and (max-width: 63.99em) {
  .projects-slideshows .projects-slideshow .view-projects-list .views-slideshow-controls-bottom {
    top: 31.5rem;
    right: 1.5rem;
  }
}

@media all and (min-width: 64em) {
  .projects-slideshows .projects-slideshow .view-projects-list .views-slideshow-controls-bottom {
    top: 20%;
    right: 0;
  }
}

.projects-slideshows .projects-slideshow .view-projects-list .views-slideshow-controls-bottom .views-slideshow-controls-text-previous a {
  background-image: url("/sites/fondationhug/themes/fondation/assets/images/icons/arrow-left.svg");
  background-repeat: no-repeat;
  text-indent: -9999px;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 12px;
}

.projects-slideshows .projects-slideshow .view-projects-list .views-slideshow-controls-bottom .views-slideshow-controls-text-pause {
  display: none;
}

.projects-slideshows .projects-slideshow .view-projects-list .views-slideshow-controls-bottom .views-slideshow-controls-text-next a {
  background-image: url("/sites/fondationhug/themes/fondation/assets/images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  text-indent: -9999px;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 12px;
  margin-left: 25px;
}

@media all and (min-width: 64em) {
  .projects-slideshows .projects-slideshow .view-projects-list .views-slideshow-controls-bottom .views-slideshow-controls-text-next a {
    margin-right: 9rem;
  }
}

.projects-slideshows .projects-slideshow.odd .view-projects-list .view-header h3, .projects-slideshows .projects-slideshow.odd .view-projects-list .view-header a.project-link {
  left: 0;
}

@media all and (max-width: 63.99em) {
  .projects-slideshows .projects-slideshow.odd .view-projects-list .view-header a.project-link {
    right: 0;
    text-align: right;
  }
}

.projects-slideshows .projects-slideshow.odd .view-projects-list .view-content .views_slideshow_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .project-image {
  right: 0;
  left: auto;
}

.projects-slideshows .projects-slideshow.odd .view-projects-list .view-content .views_slideshow_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .project-description {
  left: 0;
  right: auto;
}

@media all and (max-width: 63.99em) {
  .projects-slideshows .projects-slideshow.odd .view-projects-list .views-slideshow-controls-bottom {
    right: 1.5rem;
  }
}

@media all and (min-width: 64em) {
  .projects-slideshows .projects-slideshow.odd .view-projects-list .views-slideshow-controls-bottom {
    left: 43%;
    right: auto;
  }
}

/* ODD VERSION */
/**** END SLIDER PROJECTS HOMEPAGE ****/
/**** END SLIDER PARTNERS HOMEPAGE ****/
.partners-slider .view-partners-list .views-slideshow-controls-bottom {
  z-index: 10;
}

@media all and (min-width: 64em) {
  .partners-slider .view-partners-list .views-slideshow-controls-bottom {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 10%;
    right: 0;
    width: 50%;
    max-height: 40rem;
    overflow: hidden;
  }
}

@media all and (max-width: 63.99em) {
  .partners-slider .view-partners-list .views-slideshow-controls-bottom {
    overflow: hidden;
  }
}

@media all and (max-width: 63.99em) {
  .partners-slider .view-partners-list .views-slideshow-controls-bottom .views-slideshow-pager-fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    width: 400%;
    margin-top: 4rem;
  }
}

@media all and (min-width: 64em) {
  .partners-slider .view-partners-list .views-slideshow-controls-bottom .views-slideshow-pager-fields {
    width: 80%;
  }
}

.partners-slider .view-partners-list .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item {
  display: -ms-flexbox;
  display: flex;
  height: 10rem;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 4rem;
  background-color: #f2f2f2;
  transition: all 0.4s ease;
  width: 80%;
  cursor: pointer;
}

@media all and (max-width: 63.99em) {
  .partners-slider .view-partners-list .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item {
    width: 100%;
  }
}

@media all and (min-width: 64em) {
  .partners-slider .view-partners-list .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item {
    float: right;
  }
}

.partners-slider .view-partners-list .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item.active {
  background-color: #fff;
  transition: all 0.4s ease;
  width: 100%;
}

.partners-slider .view-partners-list .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item .views-content-title {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9rem;
  letter-spacing: .05em;
  margin-bottom: 0;
}

.partners-slider .view-partners-list .views-slideshow-controls-bottom .views-slideshow-controls-text {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 28px;
  top: 50%;
}

.partners-slider .view-partners-list .views-slideshow-controls-bottom .views-slideshow-slide-counter {
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  background: #1a4c93;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: .2em;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

@media all and (max-width: 63.99em) {
  .partners-slider .view-partners-list .views-slideshow-controls-bottom .views-slideshow-slide-counter {
    position: absolute;
    top: 15rem;
    padding: 1.5rem 2rem;
  }
}

@media all and (max-width: 63.99em) {
  .partners-slider .view-partners-list .views-slideshow-controls-bottom .views-slideshow-slide-counter {
    width: 100%;
  }
}

@media all and (min-width: 64em) {
  .partners-slider .view-partners-list .views-slideshow-controls-bottom .views-slideshow-slide-counter {
    line-height: 400px;
    padding: 0 36px;
  }
}

.partners-slider .view-partners-list .views-slideshow-controls-bottom .views-slideshow-controls-text-previous a {
  background-image: url("/sites/fondationhug/themes/fondation/assets/images/icons/arrow-left.svg");
  background-repeat: no-repeat;
  text-indent: -9999px;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 12px;
  left: 7px;
}

@media all and (max-width: 63.99em) {
  .partners-slider .view-partners-list .views-slideshow-controls-bottom .views-slideshow-controls-text-previous a {
    z-index: 9;
    top: 2.5rem;
    left: -3.5rem;
  }
}

@media all and (min-width: 64em) {
  .partners-slider .view-partners-list .views-slideshow-controls-bottom .views-slideshow-controls-text-previous a {
    top: -70px;
  }
}

.partners-slider .view-partners-list .views-slideshow-controls-bottom .views-slideshow-controls-text-pause {
  display: none;
}

.partners-slider .view-partners-list .views-slideshow-controls-bottom .views-slideshow-controls-text-next a {
  background-image: url("/sites/fondationhug/themes/fondation/assets/images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  text-indent: -9999px;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 12px;
  right: 9px;
}

@media all and (max-width: 63.99em) {
  .partners-slider .view-partners-list .views-slideshow-controls-bottom .views-slideshow-controls-text-next a {
    top: 2.5rem;
    z-index: 9;
  }
}

@media all and (min-width: 64em) {
  .partners-slider .view-partners-list .views-slideshow-controls-bottom .views-slideshow-controls-text-next a {
    top: 68px;
  }
}

@media all and (max-width: 63.99em) {
  .partners-slider .views_slideshow_cycle_main {
    max-height: 15rem;
    overflow: hidden;
  }
}

.partners-slider img {
  height: auto !important;
}

/**** END SLIDER PARTNERS HOMEPAGE ****/
a.quick-edit-link {
  color: white;
  background: #d8d8d8;
  background: linear-gradient(to bottom, #d8d8d8 0%, #8e8e8e 40%, #cccccc 100%);
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  text-decoration: none;
}

.project-next {
  padding: 4rem 0;
  background-color: #f2f2f2;
}

@media all and (min-width: 64em) {
  .project-next {
    padding: 10rem 0;
  }
}

.project-next .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
}

@media all and (min-width: 64em) {
  .project-next .container {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media all and (min-width: 64em) {
  .project-next_btn {
    width: 40%;
    -ms-flex-order: 1;
        order: 1;
  }
}

@media all and (max-width: 63.99em) {
  .project-next_btn {
    margin-top: 3rem;
  }
}

@media all and (min-width: 64em) {
  .project-next_content {
    width: 60%;
    -ms-flex-order: 2;
        order: 2;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.project-next_next {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.project-next_next_arrow {
  width: 12.5%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media all and (min-width: 64em) {
  .project-next_next_arrow {
    width: 5%;
  }
}

.project-next_next_arrow img {
  max-width: 1rem;
}

.project-next_next p {
  width: 87.5%;
  margin-bottom: 0;
}

@media all and (min-width: 64em) {
  .project-next_next p {
    width: 95%;
  }
}

.project-next_title {
  font-family: "Univers-bold", sans-serif;
  font-style: normal;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #1a4c93;
}

@media all and (min-width: 64em) and (max-width: 85.365em) {
  .project-next_title {
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: .1em;
  }
}

@media all and (min-width: 85.375em) {
  .project-next_title {
    font-size: 4rem;
    line-height: 4.6rem;
    letter-spacing: .1em;
  }
}

@media all and (max-width: 63.99em) {
  .project-next_title {
    padding-bottom: 3rem;
    border-bottom: 1px solid #d9d8d8;
  }
}

.page-search #edit-basic {
  display: none;
}

@media all and (max-width: 63.99em) {
  .page-search .search-results {
    padding: 0 2rem;
  }
}

.page_header_title .links {
  font-family: "Lato", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  text-transform: initial;
  letter-spacing: .2em;
}

.search-results .search.row{
   display: block !important;
}
