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

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

.container:after {
  clear: both;
}

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

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

@media (min-width: 1380px) {
  .container {
    width: 1340px;
  }
}

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

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

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

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

.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: 10px;
  padding-right: 10px;
}

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

.col-xs-1 {
  width: 8.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: 1380px) {
  .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%;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #1c1d33;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f0f0f0;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 42px;
  }
  input[type="date"].input-sm,
  .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  min-height: 38px;
}

.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 52.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 27px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #494c85;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 10px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #fff;
  background-color: #3a3b4e;
  border-color: #3a3b4e;
}

.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #242531;
  border-color: #040405;
}

.btn-default:hover {
  color: #fff;
  background-color: #242531;
  border-color: #20202b;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #242531;
  border-color: #20202b;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #fff;
  background-color: #15151c;
  border-color: #040405;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #3a3b4e;
  border-color: #3a3b4e;
}

.btn-default .badge {
  color: #3a3b4e;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #e85252;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #d21c1c;
  text-decoration: none;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #1c1d33;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #131423;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 9px 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 0;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

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

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-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: 1379px) {
  .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: 1379px) {
  .visible-md-block {
    display: block !important;
  }
}

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

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

@media (min-width: 1380px) {
  .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: 1380px) {
  .visible-lg-block {
    display: block !important;
  }
}

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

@media (min-width: 1380px) {
  .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: 1379px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1380px) {
  .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;
  }
}

@font-face {
  font-family: "MuseoSans";
  src: url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-100.eot?#iefix")
      format("embedded-opentype"),
    url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-100.otf")
      format("opentype"),
    /* url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-100.woff") format("woff"), */
      url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-100.ttf")
      format("truetype"),
    url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-100.svg#MuseoSans-100")
      format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "MuseoSans";
  src: url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-100Italic.eot?#iefix")
      format("embedded-opentype"),
    url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-100Italic.otf")
      format("opentype"),
    /* url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-100Italic.woff") format("woff"),  */
      url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-100Italic.ttf")
      format("truetype"),
    url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-100Italic.svg#MuseoSans-100Italic")
      format("svg");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "MuseoSans";
  src: url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-300.eot?#iefix")
      format("embedded-opentype"),
    url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-300.otf")
      format("opentype"),
    /* url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-300.woff") format("woff"), */
      url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-300.ttf")
      format("truetype"),
    url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-300.svg#MuseoSans-300")
      format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "MuseoSans";
  src: url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-300Italic.eot?#iefix")
      format("embedded-opentype"),
    url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-300Italic.otf")
      format("opentype"),
    /* url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-300Italic.woff") format("woff"), */
      url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-300Italic.ttf")
      format("truetype"),
    url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-300Italic.svg#MuseoSans-300Italic")
      format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "MuseoSans";
  src: url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-500.eot?#iefix")
      format("embedded-opentype"),
    url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-500.otf")
      format("opentype"),
    /* url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-500.woff") format("woff"), */
      url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-500.ttf")
      format("truetype"),
    url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-500.svg#MuseoSans-500")
      format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "MuseoSans";
  src: url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-500Italic.eot?#iefix")
      format("embedded-opentype"),
    url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-500Italic.otf")
      format("opentype"),
    /* url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-500Italic.woff") format("woff"),  */
      url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-500Italic.ttf")
      format("truetype"),
    url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-500Italic.svg#MuseoSans-500Italic")
      format("svg");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "MuseoSans";
  src: url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-700.eot?#iefix")
      format("embedded-opentype"),
    url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-700.otf")
      format("opentype"),
    /* url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-700.woff") format("woff"),  */
      url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-700.ttf")
      format("truetype"),
    url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-700.svg#MuseoSans-700")
      format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "MuseoSans";
  src: url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-700Italic.eot?#iefix")
      format("embedded-opentype"),
    url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-700Italic.otf")
      format("opentype"),
    /* url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-700Italic.woff") format("woff"), */
      url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-700Italic.ttf")
      format("truetype"),
    url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-700Italic.svg#MuseoSans-700Italic")
      format("svg");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "MuseoSans";
  src: url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-900.eot?#iefix")
      format("embedded-opentype"),
    url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-900.otf")
      format("opentype"),
    /* url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-900.woff") format("woff"),  */
      url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-900.ttf")
      format("truetype"),
    url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-900.svg#MuseoSans-900")
      format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "MuseoSans";
  src: url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-900Italic.eot?#iefix")
      format("embedded-opentype"),
    url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-900Italic.otf")
      format("opentype"),
    /* url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-900Italic.woff") format("woff"),  */
      url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-900Italic.ttf")
      format("truetype"),
    url("/themes/custom/farc/components/asset-builds/css/../fonts/MuseoSans-900Italic.svg#MuseoSans-900Italic")
      format("svg");
  font-weight: 900;
  font-style: italic;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 62.5%;
  line-height: 1.8em;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: scrollbar;
}

@media print {
  html {
    font-size: 12pt;
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 58%;
  }
}

.noscroll {
  overflow: hidden;
}

main {
  display: block;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

.blockquote-set__footer a,
.hoverlink {
  display: inline-block;
  position: relative;
  transition: height 0.1s ease-in-out;
  z-index: 10;
}

.blockquote-set__footer a.glossaire,
.hoverlink.glossaire {
  border-bottom: 1px dashed #e85252;
  cursor: help;
}

.blockquote-set__footer a.glossaire::before,
.hoverlink.glossaire::before {
  display: none;
}

.blockquote-set__footer a::before,
.hoverlink::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e85252;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: height 0.1s ease-in-out;
}

@media only screen and (min-width: 992px) {
  .blockquote-set__footer a:focus,
  .blockquote-set__footer a:hover,
  .hoverlink:focus,
  .hoverlink:hover {
    color: #fff;
  }
  .blockquote-set__footer a:focus::before,
  .blockquote-set__footer a:hover::before,
  .hoverlink:focus::before,
  .hoverlink:hover::before {
    height: 100%;
  }
  .blockquote-set__footer a.glossaire:focus,
  .blockquote-set__footer a.glossaire:hover,
  .hoverlink.glossaire:focus,
  .hoverlink.glossaire:hover {
    border-bottom: 1px dotted #e85252;
    color: #e85252;
  }
}

a {
  color: #e85252;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

a.glossaire {
  border-bottom: 1px dashed #e85252;
  cursor: help;
}

a.glossaire:hover {
  border-bottom: 1px dotted #e85252;
}

a:active {
  color: #c00;
}

/*a:active:not(.button) {
  background-color: transparent
}*/

a:active,
a:hover {
  outline-width: 0;
}

@media print {
  :link,
  :visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 10px;
    text-decoration: none;
  }
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
}

h1 {
  font-size: 41px;
  font-size: 4.1rem;
  line-height: 19.8px;
  line-height: 1.98rem;
  margin-top: 22px;
  margin-top: 2.2rem;
  margin-bottom: 11px;
  margin-bottom: 1.1rem;
  font-weight: 400;
  color: #e85252;
}

h2 {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 37.8px;
  line-height: 3.78rem;
  margin-top: 22px;
  margin-top: 2.2rem;
  margin-bottom: 11px;
  margin-bottom: 1.1rem;
  font-weight: 400;
  color: #e85252;
}

h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 27px;
  line-height: 2.7rem;
  margin-top: 20px;
  margin-top: 2rem;
  margin-bottom: 18px;
  margin-bottom: 1.8rem;
  font-weight: 400;
  color: #e85252;
}

h4 {
  font-size: 10px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-top: 18px;
  margin-top: 1.8rem;
  margin-bottom: 18px;
  margin-bottom: 1.8rem;
}

h5 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-top: 18px;
  margin-top: 1.8rem;
  margin-bottom: 18px;
  margin-bottom: 1.8rem;
}

h6 {
  font-size: 10px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-top: 18px;
  margin-top: 1.8rem;
  margin-bottom: 18px;
  margin-bottom: 1.8rem;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

@media print {
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
}

b,
strong {
  font-weight: inherit;
}

strong,
b {
  font-weight: 700;
}

pre,
code,
kbd,
samp,
var {
  font-family: Menlo, "DejaVu Sans Mono", "Ubuntu Mono", Courier, "Courier New",
    monospace, sans-serif;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #fd0;
  color: #253455;
}

small {
  font-size: 13px;
  font-size: 1.3rem;
}

sub,
sup {
  font-size: 10px;
  font-size: 1rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.divider,
hr {
  margin: 18px 0;
  margin: 1.8rem 0;
  border: 0;
  border-top: 5px solid #f0f0f0;
}

.divider > :first-child,
hr > :first-child {
  margin-top: 18px;
  margin-top: 1.8rem;
}

blockquote {
  padding: 12px 0 0;
  padding: 1.2rem 0 0;
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0 0 22px;
  font-weight: 400;
  font-style: italic;
  border: 0;
  text-align: left;
  position: relative;
}

blockquote::before {
  margin-left: -30px;
  margin-left: -3rem;
  content: "\00AB\0020";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.blockquote-set.pull-left,
.blockquote-set.pull-right {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.blockquote-set__author {
  color: #e85252;
  text-transform: uppercase;
  font-weight: 700;
}

.blockquote-set__fonction {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

.blockquote-set__content {
  padding-left: 30px;
  padding-left: 3rem;
}

.blockquote-set__footer {
  padding-left: 30px;
  padding-left: 3rem;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
}

.blockquote-set__footer a {
  display: inline-block;
}

.blockquote-set__footer a::before {
  background-color: #253455;
}

dl,
menu,
ol,
ul {
  margin: 18px 0;
  margin: 1.8rem 0;
}

ol,
ul {
  list-style-type: disc;
}

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

ol ul,
ul ul {
  list-style-type: inherit;
}

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0 0 0 20px;
}

[dir="rtl"] menu,
[dir="rtl"] ol,
[dir="rtl"] ul {
  padding: 0 20px 0 0;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p {
  margin: 0 0 11px;
  margin: 0 0 1.1rem;
}

pre {
  margin: 18px 0;
  margin: 1.8rem 0;
}

img {
  border-style: none;
}

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

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  overflow: visible;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.button,
button,
[type="button"],
[type="reset"],
[type="submit"],
.btn {
  position: relative;
  margin-right: 2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  white-space: normal;
  padding: 0.9rem 2rem 0.9rem 3rem;
  border: 0;
}

/* .button::before,
button::before,
[type='button']::before,
[type='reset']::before,
[type='submit']::before,
.btn::before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-right-white.svg) transparent no-repeat 0 50%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  margin-top: -7.5px;
  transition: left .2s ease-in-out
} */

@media only screen and (min-width: 992px) {
  .button:focus::before,
  button:focus::before,
  [type="button"]:focus::before,
  [type="reset"]:focus::before,
  [type="submit"]:focus::before,
  .button:hover::before,
  button:hover::before,
  [type="button"]:hover::before,
  [type="reset"]:hover::before,
  [type="submit"]:hover::before,
  .btn:focus::before,
  .btn:hover::before {
    /* left: 5px */
  }
}

.btn-gray,
.btn-white {
  color: #1c1d33;
}

.btn-gray::before,
.btn-white::before {
  background: url(/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-right-dark.svg)
    transparent no-repeat 0 50%;
}

.btn-gray:focus,
.btn-gray:hover,
.btn-white:focus,
.btn-white:hover {
  color: #1c1d33;
}

.btn-white {
  background-color: #fff;
}

@media only screen and (min-width: 992px) {
  .btn-white:focus,
  .btn-white:hover {
    color: #253455;
  }
}

.btn-gray {
  background-color: #f0f0f0;
}

.btn-danger {
  background-color: #e85252;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

.btn-danger::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c42626;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .btn-danger:active,
  .btn-danger:focus,
  .btn-danger:hover {
    background-color: #e85252;
    border-color: #c42626;
    color: #fff;
  }
  .btn-danger:active::after,
  .btn-danger:focus::after,
  .btn-danger:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.btn-default {
  background-color: #3a3b4e;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

.btn-default::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #242531;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .btn-default:active,
  .btn-default:focus,
  .btn-default:hover {
    background-color: #3a3b4e;
    border-color: #242531;
    color: #fff;
  }
  .btn-default:active::after,
  .btn-default:focus::after,
  .btn-default:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.btn-default:visited {
  color: #fff;
}

.btn-don {
  background-color: #c32762;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #c32762;
  color: #fff;
}

.btn-don::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9c1f4e;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .btn-don:active,
  .btn-don:focus,
  .btn-don:hover {
    background-color: #c32762;
    border-color: #9c1f4e;
    color: #fff;
  }
  .btn-don:active::after,
  .btn-don:focus::after,
  .btn-don:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.btn-arc1 {
  background-color: #253455;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #253455;
  color: #fff;
}

.btn-arc1::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1c1d33;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .btn-arc1:active,
  .btn-arc1:focus,
  .btn-arc1:hover {
    background-color: #253455;
    border-color: #1c1d33;
    color: #fff;
  }
  .btn-arc1:active::after,
  .btn-arc1:focus::after,
  .btn-arc1:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.btn-arc2 {
  background-color: #e85252;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #e85252;
  color: #fff;
}

.btn-arc2::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c42626;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .btn-arc2:active,
  .btn-arc2:focus,
  .btn-arc2:hover {
    background-color: #e85252;
    border-color: #c42626;
    color: #fff;
  }
  .btn-arc2:active::after,
  .btn-arc2:focus::after,
  .btn-arc2:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.btn-arc3 {
  background-color: #c32762;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #c32762;
  color: #fff;
}

.btn-arc3::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9c1f4e;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .btn-arc3:active,
  .btn-arc3:focus,
  .btn-arc3:hover {
    background-color: #c32762;
    border-color: #9c1f4e;
    color: #fff;
  }
  .btn-arc3:active::after,
  .btn-arc3:focus::after,
  .btn-arc3:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

/* .btn-arc4 {
  background-color: #00aec7;
  color: #fff
} */

/* .btn-arc4 .btn,
.btn-arc4.btn {
  background-color: #00aec7;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: .3s
} */

/* .btn-arc4 .btn::after,
.btn-arc4.btn::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #006882;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: .3s;
  transition-timing-function: ease-out
} */

/* .btn-arc4:active .btn,
.btn-arc4:active.btn,
.btn-arc4:focus .btn,
.btn-arc4:focus.btn,
.btn-arc4:hover .btn,
.btn-arc4:hover.btn {
  background-color: #00aec7;
  color: #fff;
  outline: 0
} */

/* .btn-arc4:active .btn::after,
.btn-arc4:active.btn::after,
.btn-arc4:focus .btn::after,
.btn-arc4:focus.btn::after,
.btn-arc4:hover .btn::after,
.btn-arc4:hover.btn::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
} */

.text-center .btn {
  margin-top: 1.5rem;
}

.call-to-action {
  min-width: 200px;
  text-align: center;
  font-size: 2rem;
  padding-top: 0.7rem;
  padding-bottom: 0.6rem;
}

/* .back-link {
  margin-top: 1rem;
  display: block;
  width: 45px;
  height: 45px
} */

/* .back-link img,
.back-link svg {
  width: 100%;
  height: auto;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
} */

.btn-huge {
  background-color: #e85252;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #e85252;
  color: #fff;
  margin: 20px 0 10px;
  display: block;
  text-align: left;
  font-size: 2rem;
  line-height: 1.1;
}

.btn-huge::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c42626;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .btn-huge:active,
  .btn-huge:focus,
  .btn-huge:hover {
    background-color: #e85252;
    border-color: #c42626;
    color: #fff;
  }
  .btn-huge:active::after,
  .btn-huge:focus::after,
  .btn-huge:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@media only screen and (min-width: 992px) {
  .btn-huge {
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 1380px) {
  .btn-huge {
    font-size: 2.5rem;
    padding: 4rem 1.8rem 4rem 2.8rem;
    margin: 0 20px 0 10px;
    width: calc(100% - 30px);
  }
  .btn-huge::before {
    left: auto;
    top: auto;
    bottom: 1rem;
    right: 1rem;
  }
  .btn-huge:focus::before,
  .btn-huge:hover::before {
    left: auto;
    right: 0.5rem;
  }
}

.intro__button {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding: 1rem 2rem 1rem 3rem;
  position: relative;
}


.intro__button:focus,
.intro__button:hover {
  color: #fff;
}

/*
.intro__button:focus::before,
.intro__button:hover::before {
  left: 7px;
}
*/
.intro__button.color-1 {
  background-color: #253455;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #253455;
}

.intro__button.color-1::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1c1d33;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .intro__button.color-1:active,
  .intro__button.color-1:focus,
  .intro__button.color-1:hover {
    background-color: #253455;
    border-color: #1c1d33;
    color: #fff;
  }
  .intro__button.color-1:active::after,
  .intro__button.color-1:focus::after,
  .intro__button.color-1:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.intro__button.color-2 {
  background-color: #e85252;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #e85252;
}

.intro__button.color-2::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c42626;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .intro__button.color-2:active,
  .intro__button.color-2:focus,
  .intro__button.color-2:hover {
    background-color: #e85252;
    border-color: #c42626;
    color: #fff;
  }
  .intro__button.color-2:active::after,
  .intro__button.color-2:focus::after,
  .intro__button.color-2:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@media only screen and (min-width: 992px) {
  .intro__button.color-2 {
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1.1;
    margin: 10px 0 5px;
    padding-bottom: 9px;
    padding-top: 9px;
  }
}

.intro__button.color-3 {
  background-color: #c32762;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #c32762;
}

.intro__button.color-3::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9c1f4e;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .intro__button.color-3:active,
  .intro__button.color-3:focus,
  .intro__button.color-3:hover {
    background-color: #c32762;
    border-color: #9c1f4e;
    color: #fff;
  }
  .intro__button.color-3:active::after,
  .intro__button.color-3:focus::after,
  .intro__button.color-3:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.intro__button.color-4 {
  background-color: #00aec7;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #00aec7;
}

.intro__button.color-4::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #006882;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .intro__button.color-4:active,
  .intro__button.color-4:focus,
  .intro__button.color-4:hover {
    background-color: #00aec7;
    border-color: #006882;
    color: #fff;
  }
  .intro__button.color-4:active::after,
  .intro__button.color-4:focus::after,
  .intro__button.color-4:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.intro__button.color-white {
  background-color: #fff;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #fff;
  color: #1c1d33;
}

.intro__button.color-white::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1c1d33;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .intro__button.color-white:active,
  .intro__button.color-white:focus,
  .intro__button.color-white:hover {
    background-color: #fff;
    border-color: #1c1d33;
    color: #fff;
  }
  .intro__button.color-white:active::after,
  .intro__button.color-white:focus::after,
  .intro__button.color-white:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.intro__button.color-white::before {
  background: url(/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-right-dark.svg)
    no-repeat transparent 50% 50%;
}

.intro__button.color-white:focus::before,
.intro__button.color-white:hover::before {
  background-image: url(/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-right-white.svg);
}

.wrapped-button {
  padding: 20px;
  padding: 2rem;
  background: url(/themes/custom/farc/components/asset-builds/css/../..//images/razzle-dazzle.svg)
    #00aec7 repeat 50% 50%;
  background-size: 100px;
}

.wrapped-button .button {
  padding: 16px 32px 16px 100px;
  padding: 1.6rem 3.2rem 1.6rem 10rem;
  font-size: 20px;
  font-size: 2rem;
  background-position: 32px 16px;
  background-position: 3.2rem 1.6rem;
  background-size: 44px 44px;
  background-size: 4.4rem 4.4rem;
  color: #fff;
  width: 100%;
  margin: 0;
  text-align: right;
  background-color: #00aec7;
  background-image: url(/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-round-white.svg);
  background-repeat: no-repeat;
  background-size: 44px 44px;
  height: 76px;
  cursor: pointer;
  border: 2px solid #fff;
  line-height: 1;
}

@media only screen and (max-width: 991px) {
  .wrapped-button .button {
    text-align: center;
  }
}

.wrapped-button .button:focus,
.wrapped-button .button:hover {
  background-image: url(/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-round.svg);
  background-color: #fff;
  color: #1c1d33;
}

.button,
button,
[type="button"],
[type="reset"],
[type="submit"] {
  transition: 0.2s ease;
}

/*input[type='button'],
input[type='reset'],
input[type='submit'] {
  background-image: url(/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-right-white.svg);
  background-position: 0 center;
  background-repeat: no-repeat
}

input[type='button']:hover,
input[type='button']:active,
input[type='reset']:hover,
input[type='reset']:active,
input[type='submit']:hover,
input[type='submit']:active {
  background-color: #9c1f4e;
  background-position: 5px center;
  outline: 0
}*/

[type="text"],
[type="search"],
[type="tel"],
[type="url"],
[type="email"],
[type="password"],
[type="date"],
[type="time"],
[type="number"],
select,
.SumoSelect > .CaptionCont,
.chosen-container-single .chosen-single span,
.chosen-container-multi .chosen-choices,
textarea {
  padding: 7px 20px;
  padding: 0.7rem 2rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 18px;
  background-color: #fff;
  color: #1c1d33;
  font-weight: 400;
  border: 1px solid rgba(96, 97, 119, 0.3);
  border-radius: 2px;
  width: 100%;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  display: none;
}

[type="checkbox"] + label,
[type="radio"] + label {
  padding-left: 45px;
  padding-left: 4.5rem;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-weight: 400;
}

[type="checkbox"] + label::before,
[type="radio"] + label::before {
  margin-right: 10px;
  margin-right: 1rem;
  width: 30px;
  width: 3rem;
  height: 30px;
  height: 3rem;
  border-radius: 2px;
  border-radius: 0.2rem;
  border-width: 1px;
  border-width: 0.1rem;
  border-style: solid;
  border-color: #ccc;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
}

[type="checkbox"]:checked + label::before,
[type="radio"]:checked + label::before {
  background-color: #00aec7;
  background-image: url(/themes/custom/farc/components/asset-builds/css/../..//base/forms/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  border-color: #00aec7;
}

[type="checkbox"]:disabled,
[type="radio"]:disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

[type="checkbox"]:disabled + label,
[type="radio"]:disabled + label {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

[type="radio"] + label::before {
  border-radius: 50%;
}

[type="radio"]:checked + label::before {
  background-image: url(/themes/custom/farc/components/asset-builds/css/../..//base/forms/point.svg);
  background-size: cover;
}

.fieldset {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 60px;
  margin-bottom: 6rem;
  border: 0;
  position: relative;
}

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

.fieldset:after {
  clear: both;
}

.fieldset.form-item {
  margin-bottom: 60px;
  margin-bottom: 6rem;
  margin-top: 0;
}

.fieldset .fieldset-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 992px) {
  .fieldset .fieldset-wrapper {
    width: 87.5%;
    margin-left: 12.5%;
  }
}

.fieldset .fieldset-wrapper .fieldset__content-bg {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-top: 2rem;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  background-color: #f0f0f0;
}

.fieldset .fieldset-wrapper .fieldset__content-row {
  margin-left: -10px;
  margin-right: -10px;
}

.fieldset .fieldset-wrapper .fieldset__content-row:before,
.fieldset .fieldset-wrapper .fieldset__content-row:after {
  content: " ";
  display: table;
}

.fieldset .fieldset-wrapper .fieldset__content-row:after {
  clear: both;
}

.fieldset legend {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
  border: 0;
}

@media (min-width: 992px) {
  .fieldset legend {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .fieldset legend {
    width: 75%;
  }
}

.touchevents .fieldset legend {
  cursor: pointer;
}

.fieldset legend .fieldset-legend {
  padding: 17px;
  padding: 1.7rem;
  display: block;
  background-color: #3a3b4e;
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

@media (min-width: 992px) {
  .fieldset legend .fieldset-legend {
    padding-left: 56px;
    padding-left: 5.6rem;
  }
}

legend {
  margin-bottom: 0;
  border: 0;
}

label {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #1c1d33;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

label.form-required {
  display: -webkit-box;
  display: flex;
}

label.form-required::after {
  content: "*";
  color: #00aec7;
  background: none;
  position: relative;
  margin-top: 0;
  display: -webkit-box !important;
  display: flex !important;
  align-self: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 1379px) {
  label.form-required::after {
    align-self: flex-start;
    display: inline-block !important;
    margin-top: 0;
  }
}

select {
  padding-right: 30px;
  padding-right: 3rem;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAUCAYAAABWMrcvAAABR0lEQVQ4T72TzVXCUBCF742c4JIS6ECWeU8XoYBgrEDSAVSgHQQrACsgagGw0MiSUliKRxjPCwm+/OBxZZaT+ebnzn1Ew+f7YefjC73Va7Js+s9q0ADbz/0CQI/gLE2fompOCfK8sEtnPzeAlbhuu05/uUw2RewIaR32BFmHDoANgQcB7vLEEphBdcDpp2my9nQwJDitgjwFFKMoFYRgBpoJso5UKliA9E2AcCLTobq4XdiIQ60H9wJetF1G9rKNoOxiIR5rkjfd5VfJ/wKYnH/sZFyAFrqnfGaP7F2F/nkL6x/Jicn72/P41F5aX08FMgSYUF0OYghGhwXrBs0MvN3N81sCIje5jYoqZdB2vCkqkGiVvswsw5ZB1+W4eCI2UJNcqWAEMs73Mk/B+O3YofY0ikDF2Rvi4HhboMbjZqDgljwbNxn4GxEUnta2SwkdAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: calc(100% - 10px) center;
}

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

select.facets-multi-dropdown {
  display: none;
}

select option.item-level-0 {
  font-weight: bold;
}

select option.item-level-1 {
  padding-left: 45px;
  padding-left: 4.5rem;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 1379px) {
  select option.item-level-1 {
    padding-left: 25px;
    padding-left: 2.5rem;
  }
}

select option.item-level-2 {
  padding-left: 60px;
  padding-left: 6rem;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 1379px) {
  select option.item-level-2 {
    padding-left: 40px;
    padding-left: 4rem;
  }
}

.SumoSelect {
  width: 100%;
}

.SumoSelect select {
  display: none;
}

@media only screen and (max-width: 991px) {
  .SumoSelect select {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .SumoSelect .SelectBox {
    display: none;
  }
}

.SumoSelect > .CaptionCont > span.placeholder {
  color: #1c1d33;
  font-style: normal;
}

.SumoSelect > .CaptionCont > label {
  margin: 0;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAUCAYAAABWMrcvAAABR0lEQVQ4T72TzVXCUBCF742c4JIS6ECWeU8XoYBgrEDSAVSgHQQrACsgagGw0MiSUliKRxjPCwm+/OBxZZaT+ebnzn1Ew+f7YefjC73Va7Js+s9q0ADbz/0CQI/gLE2fompOCfK8sEtnPzeAlbhuu05/uUw2RewIaR32BFmHDoANgQcB7vLEEphBdcDpp2my9nQwJDitgjwFFKMoFYRgBpoJso5UKliA9E2AcCLTobq4XdiIQ60H9wJetF1G9rKNoOxiIR5rkjfd5VfJ/wKYnH/sZFyAFrqnfGaP7F2F/nkL6x/Jicn72/P41F5aX08FMgSYUF0OYghGhwXrBs0MvN3N81sCIje5jYoqZdB2vCkqkGiVvswsw5ZB1+W4eCI2UJNcqWAEMs73Mk/B+O3YofY0ikDF2Rvi4HhboMbjZqDgljwbNxn4GxEUnta2SwkdAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center center;
  height: 100%;
}

.SumoSelect > .optWrapper {
  overflow: auto;
  text-align: left;
  overflow-x: hidden;
  margin: 0;
  padding: 10px 0;
  border: 5px solid #ccc;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 50%;
  top: 5px;
  right: 5px;
  bottom: auto;
  left: auto;
  background: #00aec7
    url(/themes/custom/farc/components/asset-builds/css/../..//icons/icon-close-cross.png)
    center no-repeat;
  background-size: 15px;
  cursor: pointer;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls > p.btnOk,
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls > p.btnCancel {
  display: none;
}

.SumoSelect > .optWrapper.multiple.isFloating .options li.opt.item-level-1 {
  padding-left: 45px;
  padding-left: 4.5rem;
}

.SumoSelect > .optWrapper.multiple.isFloating .options li.opt.item-level-2 {
  padding-left: 60px;
  padding-left: 6rem;
}

.SumoSelect > .optWrapper.multiple > .options > li.opt > span {
  display: none;
}

.SumoSelect > .optWrapper > .options > li.opt {
  padding: 15px 30px;
  padding: 1.5rem 3rem;
  display: block;
  transition: 0.2s;
  position: relative;
  margin: 0;
}

@media only screen and (max-width: 992px) {
  .SumoSelect > .optWrapper > .options > li.opt {
    padding: 15px 32px;
    padding: 1.5rem 3.2rem;
    word-wrap: normal;
  }
}

.SumoSelect > .optWrapper > .options > li.opt > label {
  font-weight: 500;
  color: #253455;
  font-size: 18px;
  margin: 0;
}

.SumoSelect > .optWrapper > .options > li.opt.item-level-0 > label {
  font-weight: bold;
}

.SumoSelect > .optWrapper > .options > li.opt.item-level-1 {
  padding-left: 45px;
  padding-left: 4.5rem;
  font-size: 16px;
  font-size: 1.6rem;
}

.SumoSelect > .optWrapper > .options > li.opt.item-level-1 > label {
  font-size: 16px;
  font-size: 1.6rem;
}

.SumoSelect > .optWrapper > .options > li.opt.item-level-2 {
  padding-left: 60px;
  padding-left: 6rem;
  font-size: 16px;
  font-size: 1.6rem;
}

.SumoSelect > .optWrapper > .options > li.opt.item-level-2 > label {
  font-size: 16px;
  font-size: 1.6rem;
}

.SumoSelect > .optWrapper > .options > li.opt:hover,
.SumoSelect > .optWrapper > .options > li.opt.highlighted,
.SumoSelect > .optWrapper > .options > li.opt.selected {
  background: #00aec7;
  color: #fff;
}

.SumoSelect > .optWrapper > .options > li.opt:hover::after,
.SumoSelect > .optWrapper > .options > li.opt.highlighted::after,
.SumoSelect > .optWrapper > .options > li.opt.selected::after {
  display: none;
}

.SumoSelect > .optWrapper > .options > li.opt:hover + li::after,
.SumoSelect > .optWrapper > .options > li.opt.highlighted + li::after,
.SumoSelect > .optWrapper > .options > li.opt.selected + li::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .SumoSelect > .optWrapper > .options > li.opt:hover {
    background: #fff;
  }
  .SumoSelect > .optWrapper > .options > li.opt:hover::after {
    display: block;
  }
  .SumoSelect > .optWrapper > .options > li.opt:hover + li::after {
    display: block;
  }
}

.SumoSelect > .optWrapper > .options > li.opt::after {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  left: 0;
  right: 0;
  margin: 0 30px;
  background-color: #ccc;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child::after {
  display: none;
}

.SumoSelect > .optWrapper > .options > li.opt.selected > label {
  color: #fff;
}

.SumoSelect > .optWrapper > .options > li.opt.selected:hover {
  color: #fff;
  background: #ccc;
}

@media only screen and (max-width: 991px) {
  .block-facet--multi-dropdown select {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .block-facet--multi-dropdown .SelectBox {
    display: block;
  }
}

.chosen-container {
  font-size: inherit;
}

/*@media only screen and (max-width:991px) {
  .chosen-container {
    display: none !important
  }
}*/

.chosen-drop {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 0;
}

@media only screen and (max-width: 992px) {
  .chosen-drop {
    width: auto;
  }
}

.chosen-drop .chosen-results {
  overflow: auto;
  text-align: left;
  overflow-x: hidden;
  margin: 0;
  padding: 10px 0;
  border: 5px solid #ccc;
}

.chosen-drop .chosen-results .active-result,
.chosen-drop .chosen-results .result-selected {
  padding: 15px 30px;
  padding: 1.5rem 3rem;
  font-size: 18px;
  font-weight: 500;
  display: block;
  color: #253455;
  transition: 0.2s;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .chosen-drop .chosen-results .active-result,
  .chosen-drop .chosen-results .result-selected {
    padding: 15px 32px;
    padding: 1.5rem 3.2rem;
    word-wrap: normal;
  }
}

.chosen-drop .chosen-results .active-result.item-level-0,
.chosen-drop .chosen-results .result-selected.item-level-0 {
  font-weight: bold;
}

.chosen-drop .chosen-results .active-result.item-level-1,
.chosen-drop .chosen-results .result-selected.item-level-1 {
  padding-left: 45px;
  padding-left: 4.5rem;
  font-size: 16px;
  font-size: 1.6rem;
}

.chosen-drop .chosen-results .active-result.item-level-2,
.chosen-drop .chosen-results .result-selected.item-level-2 {
  padding-left: 60px;
  padding-left: 6rem;
  font-size: 16px;
  font-size: 1.6rem;
}

.chosen-drop .chosen-results .active-result:hover,
.chosen-drop .chosen-results .active-result.highlighted,
.chosen-drop .chosen-results .result-selected:hover,
.chosen-drop .chosen-results .result-selected.highlighted {
  background: #00aec7;
  color: #fff;
}

.chosen-drop .chosen-results .active-result:hover::after,
.chosen-drop .chosen-results .active-result.highlighted::after,
.chosen-drop .chosen-results .result-selected:hover::after,
.chosen-drop .chosen-results .result-selected.highlighted::after {
  display: none;
}

.chosen-drop .chosen-results .active-result:hover + li::after,
.chosen-drop .chosen-results .active-result.highlighted + li::after,
.chosen-drop .chosen-results .result-selected:hover + li::after,
.chosen-drop .chosen-results .result-selected.highlighted + li::after {
  display: none;
}

.chosen-drop .chosen-results .active-result::after,
.chosen-drop .chosen-results .result-selected::after {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  left: 0;
  right: 0;
  margin: 0 30px;
  background-color: #ccc;
}

.chosen-drop .chosen-results .active-result:first-child::after,
.chosen-drop .chosen-results .result-selected:first-child::after {
  display: none;
}

.chosen-drop .chosen-results .result-selected {
  color: #ccc;
}

.chosen-drop .chosen-results .result-selected:hover {
  background: #ccc;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 0;
  box-shadow: none;
  background: #fff;
}

.chosen-container-active.chosen-with-drop .chosen-single span {
  color: #00aec7;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAUCAYAAABWMrcvAAABR0lEQVQ4T72TzVXCUBCF742c4JIS6ECWeU8XoYBgrEDSAVSgHQQrACsgagGw0MiSUliKRxjPCwm+/OBxZZaT+ebnzn1Ew+f7YefjC73Va7Js+s9q0ADbz/0CQI/gLE2fompOCfK8sEtnPzeAlbhuu05/uUw2RewIaR32BFmHDoANgQcB7vLEEphBdcDpp2my9nQwJDitgjwFFKMoFYRgBpoJso5UKliA9E2AcCLTobq4XdiIQ60H9wJetF1G9rKNoOxiIR5rkjfd5VfJ/wKYnH/sZFyAFrqnfGaP7F2F/nkL6x/Jicn72/P41F5aX08FMgSYUF0OYghGhwXrBs0MvN3N81sCIje5jYoqZdB2vCkqkGiVvswsw5ZB1+W4eCI2UJNcqWAEMs73Mk/B+O3YofY0ikDF2Rvi4HhboMbjZqDgljwbNxn4GxEUnta2SwkdAAAAAElFTkSuQmCC");
}

.chosen-container-active.chosen-with-drop .chosen-drop {
  border: 0;
}

.chosen-container-single .chosen-single {
  padding: 0;
  border-radius: 0;
  border: 0;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  background: #fff;
}

.chosen-container-single .chosen-single div {
  width: 13px;
  height: 20px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAUCAYAAABWMrcvAAABR0lEQVQ4T72TzVXCUBCF742c4JIS6ECWeU8XoYBgrEDSAVSgHQQrACsgagGw0MiSUliKRxjPCwm+/OBxZZaT+ebnzn1Ew+f7YefjC73Va7Js+s9q0ADbz/0CQI/gLE2fompOCfK8sEtnPzeAlbhuu05/uUw2RewIaR32BFmHDoANgQcB7vLEEphBdcDpp2my9nQwJDitgjwFFKMoFYRgBpoJso5UKliA9E2AcCLTobq4XdiIQ60H9wJetF1G9rKNoOxiIR5rkjfd5VfJ/wKYnH/sZFyAFrqnfGaP7F2F/nkL6x/Jicn72/P41F5aX08FMgSYUF0OYghGhwXrBs0MvN3N81sCIje5jYoqZdB2vCkqkGiVvswsw5ZB1+W4eCI2UJNcqWAEMs73Mk/B+O3YofY0ikDF2Rvi4HhboMbjZqDgljwbNxn4GxEUnta2SwkdAAAAAElFTkSuQmCC");
  right: 11px;
  left: auto;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}

.chosen-container-single .chosen-single div b {
  display: none;
}

.chosen-container-single .chosen-single span {
  padding-right: 30px;
  padding-right: 3rem;
  text-align: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: none;
}

.chosen-container-multi .chosen-choices {
  padding: 3.5px 20px;
  padding: 0.35rem 2rem;
  padding-right: 30px;
  padding-right: 3rem;
  cursor: pointer;
  text-align: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAUCAYAAABWMrcvAAABR0lEQVQ4T72TzVXCUBCF742c4JIS6ECWeU8XoYBgrEDSAVSgHQQrACsgagGw0MiSUliKRxjPCwm+/OBxZZaT+ebnzn1Ew+f7YefjC73Va7Js+s9q0ADbz/0CQI/gLE2fompOCfK8sEtnPzeAlbhuu05/uUw2RewIaR32BFmHDoANgQcB7vLEEphBdcDpp2my9nQwJDitgjwFFKMoFYRgBpoJso5UKliA9E2AcCLTobq4XdiIQ60H9wJetF1G9rKNoOxiIR5rkjfd5VfJ/wKYnH/sZFyAFrqnfGaP7F2F/nkL6x/Jicn72/P41F5aX08FMgSYUF0OYghGhwXrBs0MvN3N81sCIje5jYoqZdB2vCkqkGiVvswsw5ZB1+W4eCI2UJNcqWAEMs73Mk/B+O3YofY0ikDF2Rvi4HhboMbjZqDgljwbNxn4GxEUnta2SwkdAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: calc(100% - 10px) center;
}

.chosen-container-multi .chosen-choices li.search-field {
  width: 100%;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #1c1d33;
  margin: 3px 0;
  cursor: pointer;
  min-width: 100%;
}

.chosen-container-multi .chosen-choices li.search-choice {
  padding: 6px 10px;
  padding: 0.6rem 1rem;
  padding-top: 4px;
  padding-top: 0.4rem;
  border: 0;
  background-image: none;
  box-shadow: none;
  border-radius: 0;
  background-color: #f0f0f0;
}

.chosen-container-multi .chosen-choices li.search-choice + li.search-field {
  display: none;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  font-size: 14px;
  font-size: 1.4rem;
  padding-right: 30px;
  padding-right: 3rem;
  color: #1c1d33;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 5px;
  padding-left: 0.5rem;
  border-left: 1px solid #cfcfd6;
  background: none;
  color: #1c1d33;
  right: 8px;
  top: 0.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close::after {
  content: "X";
  display: block;
  height: 100%;
}

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
}

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

table {
  margin: 18px 0;
  margin: 1.8rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
}

.field--name-highlighted-news > * {
  width: 100%;
}

.field--name-description p:last-child {
  margin-bottom: 0;
}

.wrapper-grid--action--first .farc-block {
  padding-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .wrapper-grid__intro-line {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__intro-line .wrapper-grid__intro {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__intro-line .wrapper-grid__intro > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__intro-line .wrapper-grid__intro > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__intro-line .wrapper-grid__intro > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__intro-line .wrapper-grid__intro > * > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__intro-line .wrapper-grid__intro > * > * > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__intro-line .wrapper-grid__intro > * > * > * > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__intro-line .wrapper-grid__intro > * > * > * > * > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__intro
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__intro
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__intro
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    > * {
    width: 100%;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__intro
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__intro
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__intro
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__intro
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__intro
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__intro
    > *
    > *
    > *
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__intro
    > *
    > *
    > *
    > *
    > *
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__intro
    > *
    > *
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid__intro-line .wrapper-grid__intro > * > * > * > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__intro
    > *
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid__intro-line .wrapper-grid__intro > * > * > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__intro
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid__intro-line .wrapper-grid__intro > * > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__intro
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid__intro-line .wrapper-grid__intro > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__intro
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid__intro-line .wrapper-grid__intro > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__intro
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid__intro-line .wrapper-grid__intro .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid__intro-line .wrapper-grid__side {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__intro-line .wrapper-grid__side .block-region-intro-right {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__side
    .block-region-intro-right
    > .don-block-medium-button {
    width: 100%;
    -webkit-box-flex: 2;
    flex: 2 0 auto;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__side
    .block-region-intro-right
    .block-views {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__side
    .block-region-intro-right
    .block-views
    > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__side
    .block-region-intro-right
    .block-views
    > *
    > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__side
    .block-region-intro-right
    .block-views
    > *
    > *
    > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__side
    .block-region-intro-right
    .block-views
    > *
    > *
    > *
    > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__side
    .block-region-intro-right
    .block-views
    > *
    > *
    > *
    > *
    > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__side
    .block-region-intro-right
    .block-views
    > *
    > *
    > *
    > *
    > *
    > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__side
    .block-region-intro-right
    .block-views
    > *
    > *
    > *
    > *
    > *
    > *
    > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__side
    .block-region-intro-right
    .block-views
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    > * {
    width: 100%;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__side
    .block-region-intro-right
    .block-views
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__side
    .block-region-intro-right
    .block-views
    > *
    > *
    > *
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__side
    .block-region-intro-right
    .block-views
    > *
    > *
    > *
    > *
    > *
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__side
    .block-region-intro-right
    .block-views
    > *
    > *
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__side
    .block-region-intro-right
    .block-views
    > *
    > *
    > *
    > *
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__side
    .block-region-intro-right
    .block-views
    > *
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__side
    .block-region-intro-right
    .block-views
    > *
    > *
    > *
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__side
    .block-region-intro-right
    .block-views
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__side
    .block-region-intro-right
    .block-views
    > *
    > *
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__side
    .block-region-intro-right
    .block-views
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__side
    .block-region-intro-right
    .block-views
    > *
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__side
    .block-region-intro-right
    .block-views
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__side
    .block-region-intro-right
    .block-views
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__side
    .block-region-intro-right
    .block-views
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid__intro-line
    .wrapper-grid__side
    .block-region-intro-right
    .block-views
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid__huge-1-line {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__huge-1-line > .wrapper-grid__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__huge-1-line > .wrapper-grid__item > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__huge-1-line > .wrapper-grid__item > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__huge-1-line > .wrapper-grid__item > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__huge-1-line > .wrapper-grid__item > * > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__huge-1-line > .wrapper-grid__item > * > * > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__huge-1-line > .wrapper-grid__item > * > * > * > * > * > * {
    width: 100%;
  }
  .wrapper-grid__huge-1-line > .wrapper-grid__item > * > * > * > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid__huge-1-line
    > .wrapper-grid__item
    > *
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid__huge-1-line > .wrapper-grid__item > * > * > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid__huge-1-line
    > .wrapper-grid__item
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid__huge-1-line > .wrapper-grid__item > * > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid__huge-1-line
    > .wrapper-grid__item
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid__huge-1-line > .wrapper-grid__item > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid__huge-1-line
    > .wrapper-grid__item
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid__huge-1-line > .wrapper-grid__item > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid__huge-1-line
    > .wrapper-grid__item
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid__huge-1-line > .wrapper-grid__item .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid__huge-1-line .views-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__huge-1-line .views-row > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__huge-1-line .views-row > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__huge-1-line .views-row > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid__huge-1-line .views-row > * > * > * > * {
    width: 100%;
  }
  .wrapper-grid__huge-1-line .views-row > * > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid__huge-1-line
    .views-row
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid__huge-1-line .views-row > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid__huge-1-line
    .views-row
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid__huge-1-line .views-row > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid__huge-1-line
    .views-row
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid__huge-1-line .views-row .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid__huge-1-line .latest-type-page-offset1-replace .view-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
  }
  .wrapper-grid__huge-1-line
    .latest-type-page-offset1-replace
    .view-content
    .views-row {
    width: 100%;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
  }
}

.wrapper-projects
  .farc-block__content-wrapper.no-more-results
  > *
  .view-paragraph-related-content
  .view-content
  > div:nth-child(n + 4),
.wrapper-projects
  .farc-block__content-wrapper.no-more-results
  > *
  .view-paragraph-related-content
  .view-content
  > .col-md-8
  + .col-sm-12
  ~ * {
  display: none;
}

@media only screen and (min-width: 992px) {
  .block-region-action-third .views-infinite-scroll-content-wrapper > .col-md-4,
  .latest-type-page-offset3-replace
    .views-infinite-scroll-content-wrapper
    > .col-md-4 {
    width: 33.3%;
  }
  .wrapper-grid--action--huge {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--huge__left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--huge__left > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--huge__left > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--huge__left > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--huge__left > * > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--huge__left > * > * > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--huge__left > * > * > * > * > * > * {
    width: 100%;
  }
  .wrapper-grid--action--huge__left > * > * > * > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--huge__left
    > *
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--huge__left > * > * > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--huge__left
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--huge__left > * > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--huge__left
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--huge__left > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--huge__left
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--huge__left > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--huge__left
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--huge__left .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--huge__left .view-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .wrapper-grid--action--huge__left .views-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    width: 100%;
  }
  .wrapper-grid--action--huge__left .views-row > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--huge__left .views-row > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--huge__left .views-row > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--huge__left .views-row > * > * > * > * {
    width: 100%;
  }
  .wrapper-grid--action--huge__left .views-row > * > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--huge__left
    .views-row
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--huge__left .views-row > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--huge__left
    .views-row
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--huge__left .views-row > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--huge__left
    .views-row
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--huge__left .views-row .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--huge__right {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--huge__right > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--huge__right > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--huge__right > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--huge__right > * > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--huge__right > * > * > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--huge__right > * > * > * > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--huge__right > * > * > * > * > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--huge__right > * > * > * > * > * > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--huge__right > * > * > * > * > * > * > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--huge__right > * > * > * > * > * > * > * > * > * > * {
    width: 100%;
  }
  .wrapper-grid--action--huge__right
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--huge__right
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--huge__right > * > * > * > * > * > * > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--huge__right
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--huge__right > * > * > * > * > * > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--huge__right
    > *
    > *
    > *
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--huge__right > * > * > * > * > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--huge__right
    > *
    > *
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--huge__right > * > * > * > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--huge__right
    > *
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--huge__right > * > * > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--huge__right
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--huge__right > * > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--huge__right
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--huge__right > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--huge__right
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--huge__right > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--huge__right
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--huge__right .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--first--left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--first--left > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--first--left > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--first--left > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--first--left > * > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--first--left > * > * > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--first--left > * > * > * > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--first--left > * > * > * > * > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--first--left > * > * > * > * > * > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--first--left > * > * > * > * > * > * > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--first--left > * > * > * > * > * > * > * > * > * > * {
    width: 100%;
  }
  .wrapper-grid--action--first--left
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--first--left
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--first--left > * > * > * > * > * > * > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--first--left
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--first--left > * > * > * > * > * > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--first--left
    > *
    > *
    > *
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--first--left > * > * > * > * > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--first--left
    > *
    > *
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--first--left > * > * > * > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--first--left
    > *
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--first--left > * > * > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--first--left
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--first--left > * > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--first--left
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--first--left > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--first--left
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--first--left > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--first--left
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--first--left .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--first--right {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--first--right > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--first--right > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--first--right > * > * > * {
    width: 100%;
  }
  .wrapper-grid--action--first--right > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--first--right
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--first--right > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--first--right
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--first--right .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--first .farc-block__content-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--first
    .farc-block__content-wrapper
    .block-region-action-first-right {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
  }
  .wrapper-grid--action--first
    .farc-block__content-wrapper
    .block-region-action-first-right
    > .don-block-medium-button {
    width: 100%;
    -webkit-box-flex: 2;
    flex: 2 0 auto;
  }
  .wrapper-grid--action--first
    .farc-block__content-wrapper
    .block-region-action-first-right
    .block-views {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%;
  }
  .wrapper-grid--action--first
    .farc-block__content-wrapper
    .block-region-action-first-right
    .block-views
    > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--first
    .farc-block__content-wrapper
    .block-region-action-first-right
    .block-views
    > *
    > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--first
    .farc-block__content-wrapper
    .block-region-action-first-right
    .block-views
    > *
    > *
    > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--first
    .farc-block__content-wrapper
    .block-region-action-first-right
    .block-views
    > *
    > *
    > *
    > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--first
    .farc-block__content-wrapper
    .block-region-action-first-right
    .block-views
    > *
    > *
    > *
    > *
    > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--first
    .farc-block__content-wrapper
    .block-region-action-first-right
    .block-views
    > *
    > *
    > *
    > *
    > *
    > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--first
    .farc-block__content-wrapper
    .block-region-action-first-right
    .block-views
    > *
    > *
    > *
    > *
    > *
    > *
    > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-grid--action--first
    .farc-block__content-wrapper
    .block-region-action-first-right
    .block-views
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    > * {
    width: 100%;
  }
  .wrapper-grid--action--first
    .farc-block__content-wrapper
    .block-region-action-first-right
    .block-views
    > *
    > *
    > *
    > *
    > *
    > *
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--first
    .farc-block__content-wrapper
    .block-region-action-first-right
    .block-views
    > *
    > *
    > *
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--first
    .farc-block__content-wrapper
    .block-region-action-first-right
    .block-views
    > *
    > *
    > *
    > *
    > *
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--first
    .farc-block__content-wrapper
    .block-region-action-first-right
    .block-views
    > *
    > *
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--first
    .farc-block__content-wrapper
    .block-region-action-first-right
    .block-views
    > *
    > *
    > *
    > *
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--first
    .farc-block__content-wrapper
    .block-region-action-first-right
    .block-views
    > *
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--first
    .farc-block__content-wrapper
    .block-region-action-first-right
    .block-views
    > *
    > *
    > *
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--first
    .farc-block__content-wrapper
    .block-region-action-first-right
    .block-views
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--first
    .farc-block__content-wrapper
    .block-region-action-first-right
    .block-views
    > *
    > *
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--first
    .farc-block__content-wrapper
    .block-region-action-first-right
    .block-views
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--first
    .farc-block__content-wrapper
    .block-region-action-first-right
    .block-views
    > *
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--first
    .farc-block__content-wrapper
    .block-region-action-first-right
    .block-views
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--first
    .farc-block__content-wrapper
    .block-region-action-first-right
    .block-views
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-grid--action--first
    .farc-block__content-wrapper
    .block-region-action-first-right
    .block-views
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-grid--action--first
    .farc-block__content-wrapper
    .block-region-action-first-right
    .block-views
    .teaser {
    display: -webkit-box;
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .block-region-action-third .views-infinite-scroll-content-wrapper,
  .latest-type-page-offset3-replace .views-infinite-scroll-content-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .block-region-action-third .views-infinite-scroll-content-wrapper > *,
  .latest-type-page-offset3-replace .views-infinite-scroll-content-wrapper > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .block-region-action-third .views-infinite-scroll-content-wrapper > * > *,
  .latest-type-page-offset3-replace
    .views-infinite-scroll-content-wrapper
    > *
    > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .block-region-action-third .views-infinite-scroll-content-wrapper > * > * > *,
  .latest-type-page-offset3-replace
    .views-infinite-scroll-content-wrapper
    > *
    > *
    > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .block-region-action-third
    .views-infinite-scroll-content-wrapper
    > *
    > *
    > *
    > *,
  .latest-type-page-offset3-replace
    .views-infinite-scroll-content-wrapper
    > *
    > *
    > *
    > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .block-region-action-third
    .views-infinite-scroll-content-wrapper
    > *
    > *
    > *
    > *
    > *,
  .latest-type-page-offset3-replace
    .views-infinite-scroll-content-wrapper
    > *
    > *
    > *
    > *
    > * {
    width: 100%;
  }
  .block-region-action-third
    .views-infinite-scroll-content-wrapper
    > *
    > *
    > *
    > *
    .teaser,
  .latest-type-page-offset3-replace
    .views-infinite-scroll-content-wrapper
    > *
    > *
    > *
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .block-region-action-third
    .views-infinite-scroll-content-wrapper
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row),
  .latest-type-page-offset3-replace
    .views-infinite-scroll-content-wrapper
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .block-region-action-third
    .views-infinite-scroll-content-wrapper
    > *
    > *
    > *
    .teaser,
  .latest-type-page-offset3-replace
    .views-infinite-scroll-content-wrapper
    > *
    > *
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .block-region-action-third
    .views-infinite-scroll-content-wrapper
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row),
  .latest-type-page-offset3-replace
    .views-infinite-scroll-content-wrapper
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .block-region-action-third
    .views-infinite-scroll-content-wrapper
    > *
    > *
    .teaser,
  .latest-type-page-offset3-replace
    .views-infinite-scroll-content-wrapper
    > *
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .block-region-action-third
    .views-infinite-scroll-content-wrapper
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row),
  .latest-type-page-offset3-replace
    .views-infinite-scroll-content-wrapper
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .block-region-action-third .views-infinite-scroll-content-wrapper > * .teaser,
  .latest-type-page-offset3-replace
    .views-infinite-scroll-content-wrapper
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .block-region-action-third
    .views-infinite-scroll-content-wrapper
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row),
  .latest-type-page-offset3-replace
    .views-infinite-scroll-content-wrapper
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .block-region-action-third .views-infinite-scroll-content-wrapper .teaser,
  .latest-type-page-offset3-replace
    .views-infinite-scroll-content-wrapper
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-projects .farc-block__content-wrapper,
  .wrapper-campaign-news__body {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .wrapper-projects .farc-block__content-wrapper > *,
  .wrapper-campaign-news__body > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-projects .farc-block__content-wrapper > * > *,
  .wrapper-campaign-news__body > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .wrapper-projects .farc-block__content-wrapper > * > * > *,
  .wrapper-campaign-news__body > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  /*.wrapper-projects .farc-block__content-wrapper>*>*>*>*,
  .wrapper-campaign-news__body>*>*>*>* {
    width: 100%
  }*/
  .wrapper-projects .farc-block__content-wrapper > * > * > * .teaser,
  .wrapper-campaign-news__body > * > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-projects
    .farc-block__content-wrapper
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row),
  .wrapper-campaign-news__body
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-projects .farc-block__content-wrapper > * > * .teaser,
  .wrapper-campaign-news__body > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-projects
    .farc-block__content-wrapper
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row),
  .wrapper-campaign-news__body
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-projects .farc-block__content-wrapper > * .teaser,
  .wrapper-campaign-news__body > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-projects
    .farc-block__content-wrapper
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row),
  .wrapper-campaign-news__body
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .wrapper-projects .farc-block__content-wrapper .teaser,
  .wrapper-campaign-news__body .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-projects .farc-block__content-wrapper .teaser,
  .wrapper-campaign-news__body .teaser {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-projects .farc-block__content-wrapper > *,
  .wrapper-projects .farc-block__content-wrapper > * > *,
  .wrapper-projects .farc-block__content-wrapper > * > * > *,
  .wrapper-projects .farc-block__content-wrapper > * > * > * .teaser__wrapper,
  .wrapper-campaign-news__body > *,
  .wrapper-campaign-news__body > * > *,
  .wrapper-campaign-news__body > * > * > *,
  .wrapper-campaign-news__body > * > * > * .teaser__wrapper {
    width: 100%;
  }
  .wrapper-projects
    .farc-block__content-wrapper
    > *
    .view-paragraph-related-content
    .view-content,
  .wrapper-campaign-news__body
    > *
    .view-paragraph-related-content
    .view-content {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .wrapper-projects
    .farc-block__content-wrapper
    > *
    .view-paragraph-related-content
    .view-content
    > div:nth-child(n + 7),
  .wrapper-projects
    .farc-block__content-wrapper
    > *
    .view-paragraph-related-content
    .view-content
    > .col-md-8
    + .col-sm-12
    + .col-sm-12
    + .col-sm-12
    + .col-sm-12
    ~ *,
  .wrapper-campaign-news__body
    > *
    .view-paragraph-related-content
    .view-content
    > div:nth-child(n + 7),
  .wrapper-campaign-news__body
    > *
    .view-paragraph-related-content
    .view-content
    > .col-md-8
    + .col-sm-12
    + .col-sm-12
    + .col-sm-12
    + .col-sm-12
    ~ * {
    display: none;
  }
  .wrapper-projects
    .farc-block__content-wrapper
    > *
    .view-paragraph-related-content
    .view-content
    .col-sm-12,
  .wrapper-campaign-news__body
    > *
    .view-paragraph-related-content
    .view-content
    .col-sm-12 {
    margin-bottom: 20px;
  }
  .wrapper-projects
    .farc-block__content-wrapper
    > *
    .view-paragraph-related-content
    .view-content
    .col-sm-12:not(.col-md-8),
  .wrapper-campaign-news__body
    > *
    .view-paragraph-related-content
    .view-content
    .col-sm-12:not(.col-md-8) {
    width: 33.33%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .wrapper-projects
    .farc-block__content-wrapper
    > *
    .view-paragraph-related-content
    .view-content
    .col-sm-12:not(.col-md-8),
  .wrapper-campaign-news__body
    > *
    .view-paragraph-related-content
    .view-content
    .col-sm-12:not(.col-md-8) {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .wrapper-projects
    .farc-block__content-wrapper
    > *
    .view-paragraph-related-content
    .view-content
    .col-sm-12:not(.col-md-8),
  .wrapper-campaign-news__body
    > *
    .view-paragraph-related-content
    .view-content
    .col-sm-12:not(.col-md-8) {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1379px) and (min-width: 992px) {
  .wrapper-projects
    .farc-block__content-wrapper
    > *
    .view-paragraph-related-content
    .view-content
    .col-sm-12.col-md-8,
  .wrapper-campaign-news__body
    > *
    .view-paragraph-related-content
    .view-content
    .col-sm-12.col-md-8 {
    width: 33.33%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .wrapper-projects
    .farc-block__content-wrapper
    > *
    .view-paragraph-related-content
    .view-content
    .col-sm-12.col-md-8,
  .wrapper-campaign-news__body
    > *
    .view-paragraph-related-content
    .view-content
    .col-sm-12.col-md-8 {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (min-width: 992px) {
  .wrapper-projects
    .farc-block__content-wrapper
    > *
    .view-paragraph-related-content
    .view-content
    .col-sm-12.col-md-8,
  .wrapper-campaign-news__body
    > *
    .view-paragraph-related-content
    .view-content
    .col-sm-12.col-md-8 {
    width: 66.66%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-projects
    .farc-block__content-wrapper
    > *
    .view-paragraph-related-content
    .view-content
    .col-sm-12
    .teaser__content
    .teaser__picture-wrapper,
  .wrapper-campaign-news__body
    > *
    .view-paragraph-related-content
    .view-content
    .col-sm-12
    .teaser__content
    .teaser__picture-wrapper {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .wrapper-projects
    .farc-block__content-wrapper
    > *
    .view-paragraph-related-content
    .view-content
    .col-sm-12
    .teaser__content,
  .wrapper-campaign-news__body
    > *
    .view-paragraph-related-content
    .view-content
    .col-sm-12
    .teaser__content {
    height: 100%;
  }
  .wrapper-projects
    .farc-block__content-wrapper
    > *
    .view-paragraph-related-content
    .view-content
    .teaser,
  .wrapper-campaign-news__body
    > *
    .view-paragraph-related-content
    .view-content
    .teaser {
    height: 100%;
    margin-bottom: 0;
  }
  .view-search-global .views-infinite-scroll-content-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .view-search-global .views-infinite-scroll-content-wrapper > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .view-search-global .views-infinite-scroll-content-wrapper > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .view-search-global .views-infinite-scroll-content-wrapper > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .view-search-global .views-infinite-scroll-content-wrapper > * > * > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .view-search-global
    .views-infinite-scroll-content-wrapper
    > *
    > *
    > *
    > *
    > * {
    width: 100%;
  }
  .view-search-global
    .views-infinite-scroll-content-wrapper
    > *
    > *
    > *
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .view-search-global
    .views-infinite-scroll-content-wrapper
    > *
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .view-search-global
    .views-infinite-scroll-content-wrapper
    > *
    > *
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .view-search-global
    .views-infinite-scroll-content-wrapper
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .view-search-global .views-infinite-scroll-content-wrapper > * > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .view-search-global
    .views-infinite-scroll-content-wrapper
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .view-search-global .views-infinite-scroll-content-wrapper > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .view-search-global
    .views-infinite-scroll-content-wrapper
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .view-search-global .views-infinite-scroll-content-wrapper .teaser {
    display: -webkit-box;
    display: flex;
  }
  .view-search-global .views-infinite-scroll-content-wrapper .teaser {
    display: -webkit-box;
    display: flex;
    width: 100%;
  }
  .view-search-global .views-infinite-scroll-content-wrapper .teaser__wrapper {
    width: 100%;
  }
  .block-region-action-second .field--name-commitment {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .block-region-action-second .field--name-commitment > .field__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .block-region-action-second .field--name-commitment > .field__item > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .block-region-action-second .field--name-commitment > .field__item > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .block-region-action-second
    .field--name-commitment
    > .field__item
    > *
    > *
    > * {
    width: 100%;
  }
  .block-region-action-second
    .field--name-commitment
    > .field__item
    > *
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .block-region-action-second
    .field--name-commitment
    > .field__item
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .block-region-action-second
    .field--name-commitment
    > .field__item
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .block-region-action-second
    .field--name-commitment
    > .field__item
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .block-region-action-second .field--name-commitment > .field__item .teaser {
    display: -webkit-box;
    display: flex;
  }
  .block-region-action-second .field--name-commitment > .field__item .teaser,
  .block-region-action-second
    .field--name-commitment
    > .field__item
    .teaser__wrapper {
    width: 100%;
  }
  .block-region-action-second .field--name-interview {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .block-region-action-second .field--name-interview > .field__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%;
  }
  .block-region-action-second .field--name-interview > .field__item > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .block-region-action-second .field--name-interview > .field__item > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .block-region-action-second
    .field--name-interview
    > .field__item
    > *
    > *
    > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .block-region-action-second
    .field--name-interview
    > .field__item
    > *
    > *
    > *
    > * {
    width: 100%;
  }
  .block-region-action-second
    .field--name-interview
    > .field__item
    > *
    > *
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .block-region-action-second
    .field--name-interview
    > .field__item
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .block-region-action-second
    .field--name-interview
    > .field__item
    > *
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .block-region-action-second
    .field--name-interview
    > .field__item
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .block-region-action-second
    .field--name-interview
    > .field__item
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .block-region-action-second
    .field--name-interview
    > .field__item
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .block-region-action-second .field--name-interview > .field__item .teaser {
    display: -webkit-box;
    display: flex;
  }
  .block-region-action-second .field--name-interview > .field__item .teaser,
  .block-region-action-second
    .field--name-interview
    > .field__item
    .teaser__wrapper {
    width: 100%;
  }
  .don-block-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .don-block-wrapper .don-item {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .don-block-wrapper .don-item .teaser--action,
  .don-block-wrapper .don-item .teaser--action-nopic {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .don-block-wrapper .don-item .teaser--action > *,
  .don-block-wrapper .don-item .teaser--action-nopic > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .don-block-wrapper .don-item .teaser--action > * > *,
  .don-block-wrapper .don-item .teaser--action-nopic > * > * {
    width: 100%;
  }
  .don-block-wrapper .don-item .teaser--action > * .teaser,
  .don-block-wrapper .don-item .teaser--action-nopic > * .teaser {
    display: -webkit-box;
    display: flex;
  }
  .don-block-wrapper
    .don-item
    .teaser--action
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row),
  .don-block-wrapper
    .don-item
    .teaser--action-nopic
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .don-block-wrapper .don-item .teaser--action .teaser,
  .don-block-wrapper .don-item .teaser--action-nopic .teaser {
    display: -webkit-box;
    display: flex;
  }
  .view.order-page {
    max-width: 100%;
  }
  .view.order-page .view-content {
    -webkit-box-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .view.order-page .views-row {
    -webkit-box-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .view.order-page
    .views-row
    .paragraph--information-material-order
    .group-content {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
  }
  .view.order-page
    .views-row
    .paragraph--information-material-order
    .field--type-image {
    -webkit-box-align: start;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 992px) {
  .view.order-page .views-row .paragraph--information-material-order {
    -webkit-box-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: flex;
    overflow: hidden;
  }
  .view.order-page .views-row .paragraph--information-material-order > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .view.order-page .views-row .paragraph--information-material-order > * > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .view.order-page
    .views-row
    .paragraph--information-material-order
    > *
    > *
    > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .view.order-page
    .views-row
    .paragraph--information-material-order
    > *
    > *
    > *
    > * {
    width: 100%;
  }
  .view.order-page
    .views-row
    .paragraph--information-material-order
    > *
    > *
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .view.order-page
    .views-row
    .paragraph--information-material-order
    > *
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .view.order-page
    .views-row
    .paragraph--information-material-order
    > *
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .view.order-page
    .views-row
    .paragraph--information-material-order
    > *
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .view.order-page
    .views-row
    .paragraph--information-material-order
    > *
    .teaser {
    display: -webkit-box;
    display: flex;
  }
  .view.order-page
    .views-row
    .paragraph--information-material-order
    > *:not(.col-md-4):not(.col-md-8):not(.view-search-global .views-row) {
    width: 100%;
  }
  .view.order-page .views-row .paragraph--information-material-order .teaser {
    display: -webkit-box;
    display: flex;
  }
}

@media only screen and (max-width: 992px) {
  .block-region-action-third .views-infinite-scroll-content-wrapper > *,
  .block-region-action-third .views-infinite-scroll-content-wrapper > * > *,
  .block-region-action-third .views-infinite-scroll-content-wrapper > * .teaser,
  .block-region-action-third
    .views-infinite-scroll-content-wrapper
    > *
    .teaser
    .teaser__wrapper,
  .latest-type-page-offset3-replace .views-infinite-scroll-content-wrapper > *,
  .latest-type-page-offset3-replace
    .views-infinite-scroll-content-wrapper
    > *
    > *,
  .latest-type-page-offset3-replace
    .views-infinite-scroll-content-wrapper
    > *
    .teaser,
  .latest-type-page-offset3-replace
    .views-infinite-scroll-content-wrapper
    > *
    .teaser
    .teaser__wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-projects
    .farc-block__content-wrapper
    > *
    > *
    > *
    > *
    > .col-sm-12:first-child {
    display: block !important;
  }
}

.layout-3col {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 0;
}

.layout-3col:before {
  content: "";
  display: table;
}

.layout-3col:after {
  content: "";
  display: table;
  clear: both;
}

.layout-3col__full,
.layout-3col__left-content,
.layout-3col__right-content,
.layout-3col__left-sidebar,
.layout-3col__right-sidebar,
.layout-3col__first-left-sidebar,
.layout-3col__second-left-sidebar,
.layout-3col__col-1,
.layout-3col__col-2,
.layout-3col__col-3,
.layout-3col__col-4,
.layout-3col__col-x {
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-left: 0;
  margin-right: -100%;
}

[dir="rtl"] .layout-3col__full,
[dir="rtl"] .layout-3col__left-content,
[dir="rtl"] .layout-3col__right-content,
[dir="rtl"] .layout-3col__left-sidebar,
[dir="rtl"] .layout-3col__right-sidebar,
[dir="rtl"] .layout-3col__first-left-sidebar,
[dir="rtl"] .layout-3col__second-left-sidebar,
[dir="rtl"] .layout-3col__col-1,
[dir="rtl"] .layout-3col__col-2,
[dir="rtl"] .layout-3col__col-3,
[dir="rtl"] .layout-3col__col-4,
[dir="rtl"] .layout-3col__col-x {
  float: right;
  margin-right: 0;
  margin-left: -100%;
}

@media (min-width: 777px) {
  .layout-3col {
    margin-left: -12px;
    margin-right: -13px;
    padding-left: 0;
    padding-right: 0;
  }
  .layout-3col:before {
    content: "";
    display: table;
  }
  .layout-3col:after {
    content: "";
    display: table;
    clear: both;
  }
  [dir="rtl"] .layout-3col {
    margin-left: -13px;
    margin-right: -12px;
  }
  .layout-3col__full,
  .layout-3col__left-content,
  .layout-3col__right-content,
  .layout-3col__left-sidebar,
  .layout-3col__right-sidebar {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__full,
  [dir="rtl"] .layout-3col__left-content,
  [dir="rtl"] .layout-3col__right-content,
  [dir="rtl"] .layout-3col__left-sidebar,
  [dir="rtl"] .layout-3col__right-sidebar {
    float: right;
    margin-right: 0;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__full,
  [dir="rtl"] .layout-3col__left-content,
  [dir="rtl"] .layout-3col__right-content,
  [dir="rtl"] .layout-3col__left-sidebar,
  [dir="rtl"] .layout-3col__right-sidebar {
    padding-left: 13px;
    padding-right: 12px;
  }
  .layout-3col__first-left-sidebar,
  .layout-3col__col-1,
  .layout-3col__col-3,
  .layout-3col__col-x:nth-child(2n + 1) {
    float: left;
    width: 50%;
    margin-left: 0;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar,
  [dir="rtl"] .layout-3col__col-1,
  [dir="rtl"] .layout-3col__col-3,
  [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    float: right;
    margin-right: 0;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar,
  [dir="rtl"] .layout-3col__col-1,
  [dir="rtl"] .layout-3col__col-3,
  [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    padding-left: 13px;
    padding-right: 12px;
  }
  .layout-3col__second-left-sidebar,
  .layout-3col__col-2,
  .layout-3col__col-4,
  .layout-3col__col-x:nth-child(2n) {
    clear: none;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar,
  [dir="rtl"] .layout-3col__col-2,
  [dir="rtl"] .layout-3col__col-4,
  [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    float: right;
    margin-right: 50%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar,
  [dir="rtl"] .layout-3col__col-2,
  [dir="rtl"] .layout-3col__col-4,
  [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    padding-left: 13px;
    padding-right: 12px;
  }
}

@media (min-width: 999px) {
  .layout-3col__full {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__full {
    float: right;
    margin-right: 0;
    margin-left: -100%;
  }
  .layout-3col__left-content {
    float: left;
    width: 66.66667%;
    margin-left: 0;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__left-content {
    float: right;
    margin-right: 0;
    margin-left: -100%;
  }
  .layout-3col__right-content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__right-content {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__left-sidebar,
  .layout-3col__first-left-sidebar,
  .layout-3col__second-left-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__left-sidebar,
  [dir="rtl"] .layout-3col__first-left-sidebar,
  [dir="rtl"] .layout-3col__second-left-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__left-sidebar,
  [dir="rtl"] .layout-3col__first-left-sidebar,
  [dir="rtl"] .layout-3col__second-left-sidebar {
    float: left;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  .layout-3col__right-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 0;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    float: left;
    margin-left: 0;
    margin-right: -100%;
  }
  .layout-3col__col-1,
  .layout-3col__col-x:nth-child(3n + 1) {
    clear: both;
    float: left;
    width: 33.33333%;
    margin-left: 0;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-1,
  [dir="rtl"] .layout-3col__col-x:nth-child(3n + 1) {
    float: right;
    margin-right: 0;
    margin-left: -100%;
  }
  .layout-3col__col-2,
  .layout-3col__col-x:nth-child(3n + 2) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-2,
  [dir="rtl"] .layout-3col__col-x:nth-child(3n + 2) {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__col-3,
  .layout-3col__col-x:nth-child(3n) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-3,
  [dir="rtl"] .layout-3col__col-x:nth-child(3n) {
    float: right;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  .layout-3col__col-4 {
    display: none;
  }
}

.layout-3col__grid-item-container {
  padding-left: 0;
  padding-right: 0;
}

.layout-3col__grid-item-container:before {
  content: "";
  display: table;
}

.layout-3col__grid-item-container:after {
  content: "";
  display: table;
  clear: both;
}

.layout-center {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1165px;
}

@media (min-width: 777px) {
  .layout-center {
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-center {
    padding-left: 13px;
    padding-right: 12px;
  }
}

.layout-center--shared-grid,
.layout-center.layout-3col {
  padding-left: 0;
  padding-right: 0;
}

.layout-swap {
  position: relative;
}

@media (min-width: 555px) {
  .layout-swap {
    padding-top: 36px;
  }
}

@media (min-width: 555px) {
  .layout-swap__top {
    position: absolute;
    top: 0;
    height: 36px;
    width: 100%;
  }
}

.white-wrap {
  background: #fff;
}

.white-wrap .block-region-action-first-left {
  overflow: hidden;
}

.white-wrap .block-region-action-first-left .block-title-regular {
  padding-top: 4rem;
  padding-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .white-wrap .block-region-action-first-left .block-title-regular {
    padding-top: 5.4rem;
  }
  .white-wrap
    .block-region-action-first-left
    .block-title-regular
    .block-title-regular__title {
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 1380px) {
  .white-wrap .block-region-action-first-left .block-title-regular {
    margin-bottom: 1rem;
    padding-top: 7.7rem;
  }
  .white-wrap
    .block-region-action-first-left
    .block-title-regular
    .block-title-regular__title {
    padding-bottom: 1.9rem;
  }
}

.wrapper-grid__item .wrapper-grid__intro {
  padding: 0;
  width: 100%;
}

.wrapper-grid__item .views-row .teaser:last-child {
  margin-bottom: 20px;
}

.wrapper-grid__item .views-element-container {
  clear: both;
}

.wrapper-grid__item .don-block-medium-button {
  float: none;
  width: auto;
}

.block-views-blocktype-pages-block-2 > h2 {
  display: none;
}

.block-region-action-middle {
  background: #fff;
}

@media only screen and (min-width: 992px) {
  .block-region-action-middle .block-title--whitebg {
    padding: 77px 0 38px;
    padding: 7.7rem 0 3.8rem;
  }
}

.block-region-action-middle .block-title--whitebg .farc-block__title-wrapper {
  overflow: hidden;
}

.block-region-action-middle .block-title--whitebg .block-title-regular__title {
  padding-bottom: 20px;
  padding-bottom: 2rem;
}

.block-region-action-middle .block-title--whitebg .teaser--wide {
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .block-region-action-middle .block-title--whitebg .btn {
    margin: 10px 0;
    margin: 1rem 0;
  }
}

.block-region-action-first-left .block-title-regular {
  padding-top: 4rem;
  padding-bottom: 0;
}

.block-region-action-first-left
  .block-title-regular
  .block-title-regular__title {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .block-region-action-first-left
    .block-title-regular
    .block-title-regular__title {
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 991px) {
  .block-region-action-first-left .block-title-regular {
    padding-top: 5px;
    padding-top: 0.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .block-region-action-first-left .block-title-regular {
    padding-top: 4rem;
  }
}

.block-region-action-third .views-infinite-scroll-content-wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.block-region-action-third .views-infinite-scroll-content-wrapper .views-row {
  display: -webkit-box;
  display: flex;
  width: 33.33%;
  padding: 0 10px;
}

@media only screen and (max-width: 991px) {
  .block-region-action-third .views-infinite-scroll-content-wrapper .views-row {
    width: 100%;
  }
}

.block-region-action-third .pager .button {
  background-color: #e85252;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  font-size: 1.4rem;
  padding: 9px 4rem;
  text-transform: uppercase;
}

.block-region-action-third .pager .button::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c42626;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .block-region-action-third .pager .button:active,
  .block-region-action-third .pager .button:focus,
  .block-region-action-third .pager .button:hover {
    background-color: #e85252;
    border-color: #c42626;
    color: #fff;
  }
  .block-region-action-third .pager .button:active::after,
  .block-region-action-third .pager .button:focus::after,
  .block-region-action-third .pager .button:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.block-region-action-third .pager .button::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-right-white.svg)
    transparent no-repeat 0 50%;
  position: absolute;
  top: 50%;
  right: 1rem;
  z-index: 5;
  margin-top: -7.5px;
  transition: margin 0.2s ease-in-out;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.block-region-action-third .pager .button:hover::before {
  margin-top: -5px;
}

@media only screen and (min-width: 992px) {
  .layout-search .filters {
    background-color: #f0f0f0;
  }
}

.layout-search .middle-results {
  overflow: hidden;
  padding: 0 1rem;
}

@media only screen and (max-width: 768px) {
  .layout-search .middle-results {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 1380px) {
  .layout-search .middle-results {
    width: 1340px;
    margin: 0 auto;
  }
}

.farc-2col-stacked {
  -webkit-box-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  overflow: hidden;
}

.farc-2col-stacked .group-content {
  -webkit-box-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

@media only screen and (max-width: 991px) {
  .farc-2col-stacked .group-content {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
  }
}

.action-links {
  list-style: none;
  padding: 0;
  margin: 1em 0;
}

[dir="rtl"] .action-links {
  margin-right: 0;
}

.action-links li {
  display: inline-block;
  margin: 0 0.3em;
}

.action-links li:first-child {
  margin-left: 0;
}

[dir="rtl"] .action-links li:first-child {
  margin-left: 0.3em;
  margin-right: 0;
}

.button-action {
  display: inline-block;
  line-height: 160%;
  padding: 0.2em 0.5em 0.3em;
  text-decoration: none;
}

.button-action:before {
  content: "+";
  font-weight: 900;
  margin-left: -0.1em;
  padding-right: 0.2em;
}

[dir="rtl"] .button-action:before {
  margin-left: 0;
  margin-right: -0.1em;
  padding-left: 0.2em;
  padding-right: 0;
}

.collapse-processed > summary {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.collapse-processed > summary:before {
  background: url(/core/themes/classy/css/components/../../../../misc/menu-expanded.png)
    0 100% no-repeat;
  content: "";
  float: left;
  height: 1em;
  width: 1em;
}

[dir="rtl"] .collapse-processed > summary:before {
  background-position: 100% 100%;
  float: right;
}

.collapse-processed:not([open]) > summary:before {
  background-position: 25% 35%;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

[dir="rtl"] .collapse-processed:not([open]) > summary:before {
  background-position: 75% 35%;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.container-inline label:after,
.container-inline .label:after {
  content: ":";
}

.form-type-radios .container-inline label:after {
  content: "";
}

.form-type-radios .container-inline .form-type-radio {
  margin: 0 1em;
}

.container-inline .form-actions,
.container-inline.form-actions {
  margin-top: 0;
  margin-bottom: 0;
}

details {
  border: 1px solid #ccc;
  margin-top: 1em;
  margin-bottom: 1em;
}

details > .details-wrapper {
  padding: 0.5em 1.5em;
}

summary {
  cursor: pointer;
  padding: 0.2em 0.5em;
}

.exposed-filters .filters {
  float: left;
  margin-right: 1em;
}

[dir="rtl"] .exposed-filters .filters {
  float: right;
  margin-left: 1em;
  margin-right: 0;
}

.exposed-filters .form-item {
  margin: 0 0 0.1em 0;
  padding: 0;
}

.exposed-filters .form-item label {
  float: left;
  font-weight: normal;
  width: 10em;
}

[dir="rtl"] .exposed-filters .form-item label {
  float: right;
}

.exposed-filters .form-select {
  width: 14em;
}

.exposed-filters .current-filters {
  margin-bottom: 1em;
}

.exposed-filters .current-filters .placeholder {
  font-style: normal;
  font-weight: bold;
}

.exposed-filters .additional-filters {
  float: left;
  margin-right: 1em;
}

[dir="rtl"] .exposed-filters .additional-filters {
  float: right;
  margin-left: 1em;
  margin-right: 0;
}

.field__label {
  font-weight: bold;
}

.field--label-inline .field__label,
.field--label-inline .field__items {
  float: left;
}

.field--label-inline .field__label,
.field--label-inline > .field__item,
.field--label-inline .field__items {
  padding-right: 0.5em;
}

[dir="rtl"] .field--label-inline .field__label,
[dir="rtl"] .field--label-inline .field__items {
  padding-left: 0.5em;
  padding-right: 0;
}

.field--label-inline .field__label::after {
  content: ":";
}

form .field-multiple-table {
  margin: 0;
}

form .field-multiple-table .field-multiple-drag {
  width: 30px;
  padding-right: 0;
}

[dir="rtl"] form .field-multiple-table .field-multiple-drag {
  padding-left: 0;
}

form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: 0.5em;
}

[dir="rtl"] form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: 0;
  padding-left: 0.5em;
}

form .field-add-more-submit {
  margin: 0.5em 0 0;
}

.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}

tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  font-size: 0.85em;
}

label.option {
  display: inline;
  font-weight: normal;
}

.form-composite > legend,
.label {
  display: inline;
  font-size: inherit;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

[dir="rtl"] .form-type-radio .description,
[dir="rtl"] .form-type-checkbox .description {
  margin-left: 0;
  margin-right: 2.4em;
}

.marker {
  color: #e00;
}

.form-required:after {
  content: "";
  vertical-align: super;
  display: inline-block;
  background-image: url(/core/themes/classy/css/components/../../../../misc/icons/ee0000/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
}

abbr.tabledrag-changed,
abbr.ajax-changed {
  border-bottom: 0;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}

.form-item--error-message:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: sub;
  background: url(/core/themes/classy/css/components/../../../../misc/icons/e32700/error.svg)
    no-repeat;
  background-size: contain;
}

.icon-help {
  background: url(/core/themes/classy/css/components/../../../../misc/help.png)
    0 50% no-repeat;
  padding: 1px 0 1px 20px;
}

[dir="rtl"] .icon-help {
  background-position: 100% 50%;
  padding: 1px 20px 1px 0;
}

.feed-icon {
  background: url(/core/themes/classy/css/components/../../../../misc/feed.svg)
    no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  width: 16px;
  height: 16px;
}

.form--inline .form-item {
  float: left;
  margin-right: 0.5em;
}

[dir="rtl"] .form--inline .form-item {
  float: right;
  margin-right: 0;
  margin-left: 0.5em;
}

[dir="rtl"] .views-filterable-options-controls .form-item {
  margin-right: 2%;
}

.form--inline .form-item-separator {
  margin-top: 2.3em;
  margin-right: 1em;
  margin-left: 0.5em;
}

[dir="rtl"] .form--inline .form-item-separator {
  margin-right: 0.5em;
  margin-left: 1em;
}

.form--inline .form-actions {
  clear: left;
}

[dir="rtl"] .form--inline .form-actions {
  clear: right;
}

.item-list .title {
  font-weight: bold;
}

.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}

.item-list li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
}

[dir="rtl"] .item-list li {
  margin: 0 1.5em 0.25em 0;
}

.item-list--comma-list {
  display: inline;
}

.item-list--comma-list .item-list__comma-list,
.item-list__comma-list li,
[dir="rtl"] .item-list--comma-list .item-list__comma-list,
[dir="rtl"] .item-list__comma-list li {
  margin: 0;
}

button.link {
  background: transparent;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

label button.link {
  font-weight: bold;
}

ul.inline,
ul.links.inline {
  display: inline;
  padding-left: 0;
}

[dir="rtl"] ul.inline,
[dir="rtl"] ul.links.inline {
  padding-right: 0;
  padding-left: 15px;
}

ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

ul.links a.is-active {
  color: #000;
}

ul.menu {
  list-style: none outside;
  margin-left: 1em;
  padding: 0;
  text-align: left;
}

[dir="rtl"] ul.menu {
  margin-left: 0;
  margin-right: 1em;
  text-align: right;
}

.menu-item--expanded {
  list-style-image: url(/core/themes/classy/css/components/../../../../misc/menu-expanded.png);
  list-style-type: circle;
}

.menu-item--collapsed {
  list-style-image: url(/core/themes/classy/css/components/../../../../misc/menu-collapsed.png);
  list-style-type: disc;
}

[dir="rtl"] .menu-item--collapsed {
  list-style-image: url(/core/themes/classy/css/components/../../../../misc/menu-collapsed-rtl.png);
}

.menu-item {
  padding-top: 0.2em;
  margin: 0;
}

ul.menu a.is-active {
  color: #000;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

body div.tabledrag-changed-warning {
  margin-bottom: 0.5em;
}

tr.selected td {
  background: #ffc;
}

td.checkbox,
th.checkbox {
  text-align: center;
}

[dir="rtl"] td.checkbox,
[dir="rtl"] th.checkbox {
  text-align: center;
}

th.is-active img {
  display: inline;
}

td.is-active {
  background-color: #ddd;
}

.form-textarea-wrapper textarea {
  display: block;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

.ui-dialog--narrow {
  max-width: 500px;
}

@media screen and (max-width: 600px) {
  .ui-dialog--narrow {
    max-width: 95%;
    min-width: 95%;
  }
}

.messages {
  background: no-repeat 10px 17px;
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  border-radius: 2px;
  padding: 15px 20px 15px 35px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

[dir="rtl"] .messages {
  border-width: 1px 0 1px 1px;
  background-position: right 10px top 17px;
  padding-left: 20px;
  padding-right: 35px;
  text-align: right;
}

.messages + .messages {
  margin-top: 1.538em;
}

.messages__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.messages__item + .messages__item {
  margin-top: 0.769em;
}

.messages--status {
  color: #325e1c;
  background-color: #f3faef;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  background-image: url(/core/themes/classy/css/components/../../../../misc/icons/73b355/check.svg);
  box-shadow: -8px 0 0 #77b259;
}

[dir="rtl"] .messages--status {
  border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
  box-shadow: 8px 0 0 #77b259;
  margin-left: 0;
}

.messages--warning {
  background-color: #fdf8ed;
  background-image: url(/core/themes/classy/css/components/../../../../misc/icons/e29700/warning.svg);
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  color: #734c00;
  box-shadow: -8px 0 0 #e09600;
}

[dir="rtl"] .messages--warning {
  border-color: #f4daa6 transparent #f4daa6 #f4daa6;
  box-shadow: 8px 0 0 #e09600;
}

.messages--error {
  background-color: #fcf4f2;
  color: #a51b00;
  background-image: url(/core/themes/classy/css/components/../../../../misc/icons/e32700/error.svg);
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  box-shadow: -8px 0 0 #e62600;
}

[dir="rtl"] .messages--error {
  border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
  box-shadow: 8px 0 0 #e62600;
}

.messages--error p.error {
  color: #a51b00;
}

.progress__track {
  border-color: #b3b3b3;
  border-radius: 10em;
  background-color: #f2f1eb;
  background-image: -webkit-linear-gradient(#e7e7df, #f0f0f0);
  background-image: linear-gradient(#e7e7df, #f0f0f0);
  box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.16);
}

.progress__bar {
  border: 1px #07629a solid;
  background: #057ec9;
  background-image: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.15)
    ),
    -webkit-linear-gradient(left top, #0094f0 0, #0094f0 25%, #007ecc 25%, #007ecc
          50%, #0094f0 50%, #0094f0 75%, #0094f0 100%);
  background-image: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.15)
    ),
    -webkit-linear-gradient(left top, #0094f0 0, #0094f0 25%, #007ecc 25%, #007ecc
          50%, #0094f0 50%, #0094f0 75%, #0094f0 100%);
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.15)
    ),
    linear-gradient(
      to right bottom,
      #0094f0 0,
      #0094f0 25%,
      #007ecc 25%,
      #007ecc 50%,
      #0094f0 50%,
      #0094f0 75%,
      #0094f0 100%
    );
  background-size: 40px 40px;
  margin-top: -1px;
  margin-left: -1px;
  padding: 0 1px;
  height: 16px;
  border-radius: 10em;
  -webkit-animation: animate-stripes 3s linear infinite;
  -moz-animation: animate-stripes 3s linear infinite;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}

[dir="rtl"] .progress__bar {
  margin-left: 0;
  margin-right: -1px;
  animation-direction: reverse;
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
}

@-webkit-keyframes animate-stripes {
  0% {
    background-position: 0 0%, 0 0;
  }
  100% {
    background-position: 0 0, -80px 0;
  }
}

@-ms-keyframes animate-stripes {
  0% {
    background-position: 0 0%, 0 0;
  }
  100% {
    background-position: 0 0, -80px 0;
  }
}

@keyframes animate-stripes {
  0% {
    background-position: 0 0%, 0 0;
  }
  100% {
    background-position: 0 0, -80px 0;
  }
}

.field--name-donation-module-block-webform .field--name-title {
  color: #1c1d33;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 1rem;
}

.field--name-donation-module-block-webform .wrapper-don--action {
  padding: 0;
}

.danation-sub-block .wrapper-don--action {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 20px;
}

@media (min-width: 992px) {
  .danation-sub-block .wrapper-don--action {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1380px) {
  .danation-sub-block .wrapper-don--action {
    float: left;
    width: 100%;
  }
}

.danation-sub-block .wrapper-don--action form {
  background-color: #fff;
  padding-top: 20px;
}

@media only screen and (min-width: 992px) {
  .danation-sub-block
    .wrapper-don--action
    form
    #edit-donation-module-selector--wrapper
    input[type="radio"]
    + label,
  .danation-sub-block
    .wrapper-don--action
    form
    #edit-donation-module-selector--2--wrapper
    input[type="radio"]
    + label {
    font-size: 2.2rem;
  }
}

.danation-sub-block .wrapper-don--action #edit-punctual-donation-other,
.danation-sub-block .wrapper-don--action #edit-regular-donation-other {
  padding-left: 5px;
  width: 98px;
}

@media only screen and (min-width: 1380px) {
  .danation-sub-block .wrapper-don--action #edit-punctual-donation-other,
  .danation-sub-block .wrapper-don--action #edit-regular-donation-other {
    padding-left: 2px;
    width: 78px;
  }
}

.danation-sub-block
  .field--name-donation-module-block-webform
  .field--name-title {
  display: none;
}

.block-region-menu-tabs .block-menu.navigation {
  background-color: #fff;
}

.block-region-menu-tabs .block-menu.navigation h2 {
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  font-size: 35px;
  font-size: 3.5rem;
  margin-top: 0;
  font-weight: lighter;
  text-align: center;
  color: #1c1d33;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .block-region-menu-tabs .block-menu.navigation h2 {
    padding: 15px 0;
    padding: 1.5rem 0;
    font-size: 26px;
    font-size: 2.6rem;
    margin: 0;
  }
}

@media only screen and (min-width: 992px) {
  .block-region-menu-tabs .block-menu.navigation .menu-wrapper {
    background-image: linear-gradient(
      left,
      #253455 0,
      #253455 49%,
      #00aec7 50%,
      #00aec7 100%
    );
    background-image: -ms-linear-gradient(
      left,
      #253455 0,
      #253455 49%,
      #00aec7 50%,
      #00aec7 100%
    );
  }
}

@media only screen and (min-width: 1380px) {
  .block-region-menu-tabs .block-menu.navigation .menu-wrapper .menu {
    width: 1340px;
    margin: 0 auto;
  }
}

.block-region-menu-tabs .block-menu.navigation .menu {
  margin: 0;
  border-left: solid 2rem #253455;
  border-right: solid 2rem #00aec7;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  position: relative;
  background-color: #00aec7;
}

@media only screen and (max-width: 768px) {
  .block-region-menu-tabs .block-menu.navigation .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border: 0;
    max-height: 45px;
    transition: max-height 0.4s ease;
    background-color: #253455;
    overflow: visible;
  }
  .block-region-menu-tabs .block-menu.navigation .menu.open {
    max-height: 500px;
  }
  .block-region-menu-tabs
    .block-menu.navigation
    .menu.open
    .menu-item:first-child::after,
  .block-region-menu-tabs
    .block-menu.navigation
    .menu.open
    .menu-item--active-trail::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .block-region-menu-tabs .block-menu.navigation .menu.open .menu-item {
    opacity: 1;
    pointer-events: auto;
  }
  .block-region-menu-tabs
    .block-menu.navigation
    .menu:not(.active-item)
    .menu-item:first-child {
    opacity: 1;
  }
  .block-region-menu-tabs
    .block-menu.navigation
    .menu.active-item
    .menu-item:not(.menu-item--active-trail):first-child::after {
    display: none;
  }
}

.block-region-menu-tabs .block-menu.navigation .menu .menu-item {
  background-color: #253455;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 auto;
  transition: background-color 0.2s ease-in-out;
  padding: 0;
}

.block-region-menu-tabs .block-menu.navigation .menu .menu-item a {
  padding: 18px 10px;
  padding: 1.8rem 1rem;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 1380px) {
  .block-region-menu-tabs .block-menu.navigation .menu .menu-item a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .block-region-menu-tabs .block-menu.navigation .menu .menu-item a {
    padding: 15px 5px;
    padding: 1.5rem 0.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .block-region-menu-tabs .block-menu.navigation .menu .menu-item a {
    padding: 11px 32px;
    padding: 1.1rem 3.2rem;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 768px) {
  .block-region-menu-tabs .block-menu.navigation .menu .menu-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .block-region-menu-tabs .block-menu.navigation .menu .menu-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    height: 45px;
    opacity: 0;
    pointer-events: none;
    -webkit-box-ordinal-group: 3;
    order: 2;
    flex-shrink: 0;
    text-align: left;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
  }
  .block-region-menu-tabs .block-menu.navigation .menu .menu-item::after {
    display: none;
  }
  .block-region-menu-tabs
    .block-menu.navigation
    .menu
    .menu-item:first-child::after,
  .block-region-menu-tabs
    .block-menu.navigation
    .menu
    .menu-item--active-trail::after {
    display: block;
    content: "";
    background-color: #253455;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/themes/custom/farc/components/asset-builds/css/../..//icons/icon-chevron.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
  }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .block-region-menu-tabs .block-menu.navigation .menu .menu-item:nth-child(2),
  .block-region-menu-tabs
    .block-menu.navigation
    .menu
    .menu-item:nth-last-child(3) {
    flex-shrink: 0;
  }
  .block-region-menu-tabs
    .block-menu.navigation
    .menu
    .menu-item:nth-child(2)
    a,
  .block-region-menu-tabs
    .block-menu.navigation
    .menu
    .menu-item:nth-last-child(3)
    a {
    padding: 15px 10px;
    padding: 1.5rem 1rem;
  }
}

.block-region-menu-tabs
  .block-menu.navigation
  .menu
  .menu-item:nth-last-child(2),
.block-region-menu-tabs .block-menu.navigation .menu .menu-item:last-child {
  background-color: #00aec7;
}

@media only screen and (min-width: 769px) {
  .block-region-menu-tabs
    .block-menu.navigation
    .menu
    .menu-item:nth-last-child(2)::after,
  .block-region-menu-tabs
    .block-menu.navigation
    .menu
    .menu-item:first-child::after {
    display: none;
  }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .block-region-menu-tabs
    .block-menu.navigation
    .menu
    .menu-item:nth-last-child(2) {
    margin-left: auto;
  }
}

.block-region-menu-tabs
  .block-menu.navigation
  .menu
  .menu-item:nth-last-child(3) {
  border-right: 20px solid #fff;
}

@media only screen and (max-width: 992px) {
  .block-region-menu-tabs
    .block-menu.navigation
    .menu
    .menu-item:nth-last-child(3) {
    border-right: 10px solid #fff;
  }
}

@media only screen and (max-width: 768px) {
  .block-region-menu-tabs
    .block-menu.navigation
    .menu
    .menu-item:nth-last-child(3) {
    border-right: 0;
  }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .block-region-menu-tabs
    .block-menu.navigation
    .menu
    .menu-item:first-child:not(.menu-item--active-trail)
    a {
    padding-left: 0;
  }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .block-region-menu-tabs
    .block-menu.navigation
    .menu
    .menu-item:last-child:not(.menu-item--active-trail)
    a {
    padding-right: 0;
  }
}

.block-region-menu-tabs .block-menu.navigation .menu .menu-item--active-trail {
  background-color: #e85252 !important;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .block-region-menu-tabs
    .block-menu.navigation
    .menu
    .menu-item--active-trail::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .block-region-menu-tabs
    .block-menu.navigation
    .menu
    .menu-item--active-trail
    + .menu-item::after {
    display: none;
  }
}

.block-region-menu-tabs
  .block-menu.navigation
  .menu
  .menu-item--active-trail::before {
  content: "";
  position: absolute;
  z-index: 5;
  border-style: solid;
  border-width: 16px 16px 0;
  border-color: #e85252 transparent transparent;
  left: 50%;
  bottom: 0;
  margin-left: -16px;
  margin-bottom: -16px;
}

@media only screen and (max-width: 768px) {
  .block-region-menu-tabs
    .block-menu.navigation
    .menu
    .menu-item--active-trail::before {
    border-width: 13px 13px 0;
    margin-left: -13px;
    margin-bottom: -12px;
    left: 5rem;
  }
}

@media only screen and (max-width: 768px) {
  .block-region-menu-tabs
    .block-menu.navigation
    .menu
    .menu-item--active-trail {
    -webkit-box-ordinal-group: 2;
    order: 1;
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) {
  .block-region-menu-tabs
    .block-menu.navigation
    .menu
    .menu-item:hover:not(.menu-item--active-trail) {
    background-color: #1c1d33;
  }
  .block-region-menu-tabs
    .block-menu.navigation
    .menu
    .menu-item:hover:not(.menu-item--active-trail)::before {
    display: none;
  }
}

.block-region-menu-tabs
  .block-menu.navigation
  .menu
  .menu-item:nth-last-child(2):hover:not(.menu-item--active-trail),
.block-region-menu-tabs
  .block-menu.navigation
  .menu
  .menu-item:last-child:hover:not(.menu-item--active-trail) {
  background-color: #006882;
}

.block-region-menu-tabs .block-menu.navigation .menu .menu-item::after {
  content: "";
  width: 1px;
  height: 60%;
  background-color: #fff;
  position: absolute;
  top: 20%;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .block-region-menu-tabs .block-menu.navigation .menu .menu-item::after {
    left: auto;
    top: 0;
    width: 45px;
    height: 45px;
    background-color: #253455;
  }
}

.block-region-menu-tabs .block-menu.navigation .menu a {
  color: #fff;
  font-size: 1.9rem;
}

@media only screen and (max-width: 768px) {
  .block-region-menu-tabs .block-menu.navigation .menu a {
    display: block;
  }
}

.block-region-filters {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  background-color: #f0f0f0;
}

@media only screen and (min-width: 1380px) {
  .block-region-filters {
    width: 1340px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 991px) {
  .block-region-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background-color: #fff;
    padding: 0;
    display: block;
  }
}

.block-region-filters .block {
  margin-top: 3.5rem;
  margin-bottom: 2rem;
  padding: 0 2rem;
  border-right: 2px solid #cfcfd6;
  -webkit-box-flex: 1;
  flex: 1;
  background-color: transparent;
}

@media only screen and (max-width: 991px) {
  .block-region-filters .block {
    margin-top: 1rem;
    margin-bottom: 0;
    border: 0;
    padding: 0 1.5rem;
    -webkit-box-flex: 0;
    flex: 0;
  }
  .block-region-filters .block:first-child {
    margin-top: 3.2rem;
  }
}

.block-region-filters .block:last-child {
  border-right: 0;
}

.block-region-filters .block h2,
.block-region-filters .block .js-form-item > label {
  color: #1c1d33;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
  margin-top: 0;
  line-height: 1;
  white-space: nowrap;
}

@media only screen and (max-width: 991px) {
  .block-region-filters .block h2,
  .block-region-filters .block .js-form-item > label {
    display: none;
  }
}

.block-region-filters .block .chosen-container {
  width: 100% !important;
}

@media only screen and (max-width: 991px) {
  .block-region-filters .block select.facets-dropdown.facets-multi-dropdown {
    height: 4rem;
  }
}

.block-region-filters .block ul.js-facets-dropdown-links,
.block-region-filters .block ul.js-facets-multi-dropdown-links {
  opacity: 0;
  height: 40px;
}

@media only screen and (min-width: 768px) {
  .block-region-filters .block.block-facet-blockthematic-tags,
  .block-region-filters .block.block-facet-blockstructure-tags {
    -webkit-box-flex: 1.5;
    flex: 1.5;
  }
}

@media only screen and (max-width: 768px) {
  .block-region-filters .block-sort-by-order-block,
  .block-region-filters .menu--search-tabs {
    text-align: right;
  }
  .block-region-filters .block-sort-by-order-block select,
  .block-region-filters .menu--search-tabs select {
    width: 43%;
    display: inline-block;
    margin-left: auto;
  }
}

.block-region-filters .js-form-type-select {
  margin: 0;
}

.block-region-title-search {
  margin-top: 24px;
  margin-top: 2.4rem;
}

@media only screen and (max-width: 768px) {
  .block-region-title-search {
    margin-top: 0;
  }
  .block-region-title-search .row {
    margin: 0;
  }
}

.block-region-title-search .block-system-breadcrumb-block {
  overflow: hidden;
}

.block-region-title-search .breadcrumb {
  margin: 2px auto 24px;
  margin: 0.2rem auto 2.4rem;
  max-width: 1340px;
}

@media only screen and (max-width: 1380px) {
  .block-region-title-search .breadcrumb {
    max-width: 960px;
  }
}

@media only screen and (max-width: 768px) {
  .block-region-title-search .breadcrumb {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .block-region-title-search .container {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .block-region-title-search .block-title--single-column {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .block-region-title-search .block-title--single-column__white-bg {
    background-color: transparent;
  }
}

@media only screen and (min-width: 992px) {
  .block-region-title-search .block-title--single-column__white-bg {
    padding-left: 110px;
    padding-left: 11rem;
    padding-right: 110px;
    padding-right: 11rem;
  }
}

@media only screen and (max-width: 768px) {
  .block-region-title-search
    .block-title--single-column
    .farc-block__title-wrapper {
    background-color: #fff;
  }
  .block-region-title-search
    .block-title--single-column
    .farc-block__title-wrapper
    h2 {
    margin-top: 35px;
    margin-top: 3.5rem;
    font-size: 34px;
    font-size: 3.4rem;
  }
}

@media only screen and (max-width: 768px) {
  .block-region-title-search
    .block-title--single-column
    #views-exposed-form-search-global-facets-block {
    margin: 10px 0;
    margin: 1rem 0;
  }
}

@media only screen and (min-width: 768px) {
  .block-region-title-search
    .block-title--single-column
    #views-exposed-form-search-global-facets-block {
    width: 80%;
    margin: auto;
  }
}

#views-exposed-form-search-global-fulltext-search .form-item-sort-by,
#views-exposed-form-search-global-fulltext-search .form-item-sort-order,
#views-exposed-form-search-global-fulltext-search label,
#views-exposed-form-search-glossary-ac-fulltext-search .form-item-sort-by,
#views-exposed-form-search-glossary-ac-fulltext-search .form-item-sort-order,
#views-exposed-form-search-glossary-ac-fulltext-search label {
  display: none;
}

#views-exposed-form-search-global-fulltext-search .form-item,
#views-exposed-form-search-glossary-ac-fulltext-search .form-item {
  float: none;
  margin: 0;
}

#views-exposed-form-search-global-fulltext-search .form--inline,
#views-exposed-form-search-glossary-ac-fulltext-search .form--inline {
  position: relative;
}

#views-exposed-form-search-global-fulltext-search .form-actions,
#views-exposed-form-search-glossary-ac-fulltext-search .form-actions {
  margin: 0;
}

#views-exposed-form-search-global-fulltext-search input.form-text {
  border-radius: 65px;
  height: 65px;
  border: 1px solid #12b7d7;
  color: #1c1d33;
  display: block;
  width: 100%;
  padding-left: 25px;
  padding-right: 65px;
}
#views-exposed-form-search-global-fulltext-search
  input.form-text::-webkit-input-placeholder,
#views-exposed-form-search-glossary-ac-fulltext-search
  input.form-text::-webkit-input-placeholder {
  font-style: italic;
  font-size: 1.4rem;
}
#views-exposed-form-search-global-fulltext-search input.button {
  /*#views-exposed-form-search-glossary-ac-fulltext-search input.button {*/
  background-image: url(/themes/custom/farc/components/asset-builds/css/../..//icons/icon-search.svg);
  background-color: transparent;
  background-position: 100%;
  color: transparent;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0.4rem 0.2rem;
  margin: 0;
  height: 2.6rem;
  width: 5rem;
  cursor: pointer;
  background-repeat: no-repeat;
}

.reset-link {
  padding: 2rem;
  margin-bottom: 2rem;
  text-align: right;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .reset-link {
    text-align: left;
    padding-left: 8rem;
  }
}

@media only screen and (min-width: 1380px) {
  .reset-link {
    width: 1340px;
    margin: 0 auto;
  }
}

.reset-link::after {
  display: block;
  content: "";
  width: calc(100% - 4rem);
  height: 0.5rem;
  background-color: #f0f0f0;
  position: absolute;
  bottom: 0;
  left: 2rem;
}

@media only screen and (max-width: 768px) {
  .reset-link::after {
    background: url(/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-right-dark.svg)
      no-repeat;
    width: 24px;
    height: 21px;
    left: 2rem;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    background-size: 24px;
    top: 50%;
    bottom: auto;
  }
}

@media only screen and (max-width: 768px) {
  .reset-link::before {
    display: block;
    content: "";
    width: 1px;
    height: calc(100% - 2rem);
    background-color: #1c1d33;
    position: absolute;
    top: 1rem;
    left: 6rem;
  }
}

.reset-link a {
  text-decoration: underline;
  color: #1c1d33;
  font-weight: 400;
  font-size: 1.6rem;
  transition: color 0.2s ease-in-out;
}

.reset-link a:hover {
  color: #00aec7;
}

.block-region-results .view-search-global .view-header {
  padding: 1rem;
  font-weight: bold;
  font-size: 1.6rem;
  color: #1c1d33;
}

@media only screen and (max-width: 768px) {
  .block-region-results .view-search-global .view-header {
    font-size: 1.6rem;
    padding: 0 1rem;
  }
}

.block-region-results .view-search-global .view-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.block-region-results
  .view-search-global
  .view-content
  .views-infinite-scroll-content-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.block-region-results .view-search-global .views-row {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .block-region-results
    .view-search-global
    .views-row
    [item-link]:hover
    .teaser__title
    a {
    color: #fff;
  }
}

.block-region-results .view-search-global .views-row .teaser__title {
  margin-top: 5px;
  margin-top: 0.5rem;
}

@media only screen and (min-width: 768px) {
  .block-region-results .view-search-global .views-row .teaser__title {
    margin-top: 15px;
    margin-top: 1.5rem;
  }
}

.block-region-results .view-search-global .views-row .teaser__title a {
  color: #1c1d33;
}

.block-region-results .view-search-global .views-row .field--name-period {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-bottom: 3px;
  margin-bottom: 0.3rem;
  color: #606177;
  text-transform: uppercase;
  font-weight: 700;
}

@media only screen and (min-width: 992px) {
  .block-region-results .view-search-global .views-row {
    width: 33.33%;
  }
  .block-region-results
    .block-views-blocksearch-global-info-materials-facettes
    .view-search-global
    .views-row,
  .is-path-publications .block-region-results .view-search-global .views-row {
    width: 50%;
  }
  .block-region-results .view-search-global .views-row .teaser__content {
    min-height: 420px;
  }
}
@media only screen and (min-width: 1380px) {
  .block-region-results
    .block-views-blocksearch-global-info-materials-facettes
    .view-search-global
    .views-row,
  .is-path-publications .block-region-results .view-search-global .views-row {
    width: 33.3%;
  }
}
.block-region-results .view-search-global .item-wrapper {
  width: 100%;
  padding: 10px;
  position: relative;
  min-height: 1px;
}

.block-region-results .view-search-global .item-wrapper a.teaser {
  margin: 0;
}

.block-region-results .view-search-global .item-wrapper .teaser__content {
  padding: 30px;
  padding: 3rem;
}

.block-region-results .view-search-global .information-material {
  cursor: pointer;
}

.block-region-results .view-search-global .information-material .teaser__tags {
  width: 100%;
}

.block-region-results .view-search-global .information-material__content {
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .block-region-results .view-search-global .information-material__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.block-region-results .view-search-global .information-material__content-info {
  margin-left: 20px;
  margin-left: 2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media only screen and (min-width: 992px) {
  .block-region-results
    .view-search-global
    .information-material__content-info {
    -webkit-box-flex: 1;
    flex: 1;
    margin-top: -6px;
  }
}

.block-region-results
  .view-search-global
  .information-material__content-info
  .teaser__title {
  margin-top: 0;
}

.block-region-results
  .view-search-global
  .information-material__content
  .teaser__picture-wrapper {
  flex-shrink: 0;
}

@media only screen and (max-width: 1100px) and (min-width: 992px) {
  .block-region-results
    .view-search-global
    .information-material__content
    .teaser__picture-wrapper {
    flex-shrink: 0.3;
  }
}

@media only screen and (max-width: 991px) {
  .block-region-results
    .view-search-global
    .information-material__content
    .teaser__picture-wrapper {
    margin-top: 35px;
    margin-top: 3.5rem;
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}

.block-region-results
  .view-search-global
  .information-material
  .teaser__content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media only screen and (min-width: 992px) {
  .block-region-results
    .view-search-global
    .information-material
    .teaser__content {
    -webkit-box-align: center;
    align-items: center;
  }
}

.block-region-results
  .view-search-global
  .information-material
  .teaser__status {
  height: 21px;
  height: 2.1rem;
  padding: 5px 10px;
  padding: 0.5rem 1rem;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 900;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
  background: #00aec7;
  text-transform: uppercase;
}

.block-region-results
  .view-search-global
  .information-material
  .teaser__status:empty {
  display: none;
}

.block-region-results
  .view-search-global
  .information-material
  .information-material__links {
  padding: 11px 0;
  padding: 1.1rem 0;
  margin-top: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  background: #fff;
  width: 100%;
  height: 50px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .block-region-results
    .view-search-global
    .information-material
    .information-material__links {
    padding: 0 35px;
    padding: 0 3.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: auto;
  }
}

.block-region-results
  .view-search-global
  .information-material
  .information-material__links
  .teaser__link {
  padding: 0 18px;
  padding: 0 1.8rem;
  -webkit-box-flex: 1;
  flex: 1;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 992px) {
  .block-region-results
    .view-search-global
    .information-material
    .information-material__links
    .teaser__link:first-child {
    flex-basis: 50%;
  }
  .block-region-results
    .view-search-global
    .information-material
    .information-material__links
    .teaser__link
    + .teaser__link {
    flex-basis: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .block-region-results
    .view-search-global
    .information-material
    .information-material__links
    .teaser__link {
    padding: 11px 0;
    padding: 1.1rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex: auto;
    display: block;
  }
}

@media only screen and (max-width: 1380px) and (min-width: 992px) {
  .block-region-results
    .view-search-global
    .information-material
    .information-material__links
    .teaser__link {
    padding: 0 15px;
    padding: 0 1.5rem;
  }
}

@media only screen and (max-width: 1379px) {
  .block-region-results
    .view-search-global
    .information-material
    .information-material__links
    .teaser__link.teaser__flag {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .block-region-results
    .view-search-global
    .information-material
    .information-material__links
    .teaser__link.teaser__flag {
    padding: 11px 0;
    padding: 1.1rem 0;
  }
}

.block-region-results
  .view-search-global
  .information-material
  .information-material__links
  .teaser__link
  a {
  color: #1c1d33;
  font-size: 14px;
}

.block-region-results
  .view-search-global
  .information-material
  .information-material__links
  .teaser__link
  a:hover {
  color: #00aec7;
}

.block-region-results
  .view-search-global
  .information-material
  .information-material__links
  .teaser__file {
  border-right: 1px solid #1c1d33;
}

@media only screen and (max-width: 768px) {
  .block-region-results
    .view-search-global
    .information-material
    .information-material__links
    .teaser__file {
    border-right: 0;
    border-bottom: 1px solid #1c1d33;
  }
}

.block-region-results
  .view-search-global
  .information-material
  .information-material__links
  .teaser__file
  .file-size {
  display: none;
}

@media only screen and (min-width: 992px) {
  .latest-type-page-offset1-replace .views-row:last-child .teaser,
  .latest-type-page-replace .views-row:last-child .teaser {
    margin-bottom: 0;
  }
}

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

.clearfix:after {
  clear: both;
}

.field--name-donation-module-block-webform:before,
.field--name-donation-module-block-webform:after {
  content: " ";
  display: table;
}

.field--name-donation-module-block-webform:after {
  clear: both;
}

.don-block-wrapper {
  margin-top: 30px;
}

.don-block-wrapper .don-item {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .don-block-wrapper .don-item {
    float: left;
    width: 50%;
  }
}

.don-block-wrapper .don-item h3 {
  margin-top: 0;
}

@media only screen and (max-width: 991px) {
  .don-block-wrapper .don-item .teaser--action .teaser__picture-wrapper {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .don-block-wrapper .don-item {
    width: calc(50% - 1px);
  }
}

@media only screen and (max-width: 767px) {
  .webform-submission-donation-module-form
    [data-drupal-selector="edit-actions"] {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
  }
  .webform-submission-donation-module-form
    [data-drupal-selector="edit-actions"]
    .form-submit {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .webform-submission-donation-module-form
    [data-drupal-selector="edit-actions"]
    .field--type-link {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .webform-submission-donation-module-form
    [data-drupal-selector="edit-actions"]
    .field--type-link
    a {
    margin: 12px 30px;
    margin: 1.2rem 3rem;
    padding: 0;
  }
}

.webform-submission-donation-module-form .multi-lines {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

.webform-submission-donation-module-form .multi-lines .form-submit {
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.webform-submission-donation-module-form .multi-lines .field--type-link {
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.webform-submission-donation-module-form .multi-lines .field--type-link a {
  margin-top: 15px;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.webform-submission-donation-module-form
  *[id*="edit-punctual-donation-container"],
.webform-submission-donation-module-form
  *[id*="edit-regular-donation-container"] {
  margin-bottom: 22px;
}

.don-block {
  background-color: #fff;
  border: 1rem solid #f0f0f0;
  display: block;
  margin-bottom: 2rem;
  padding: 2rem 4rem 1rem;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

.is-page-node-type-type-page .don-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.is-page-node-type-type-page .don-block__footer {
  margin-top: auto;
}

.donation-header .field--name-donation-module-block-webform .field--name-title {
  display: none;
}

.donation-header
  .field--name-donation-module-block-webform
  > .field--name-donation-module-link {
  display: none;
}

.donation-header .wrapper-don--action {
  background: none;
}

.donation-header
  .webform-submission-donation-module-form
  > .form-actions
  > .webform-button--submit:focus {
  background-color: #9c1f4e;
}

.donation-header
  .wrapper-don--action
  form
  #edit-punctual-donation--wrapper
  > .fieldset-wrapper,
.donation-header
  .wrapper-don--action
  form
  #edit-regular-donation--wrapper
  > .fieldset-wrapper,
.donation-header
  .wrapper-don--action
  form
  #edit-punctual-donation--2--wrapper
  > .fieldset-wrapper,
.donation-header
  .wrapper-don--action
  form
  #edit-regular-donation--2--wrapper
  > .fieldset-wrapper {
  display: -webkit-box;
  display: flex;
}

/* .don-block-medium-button__title, */
.don-block__title {
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  padding: 0 0 2.8rem 6rem;
  text-transform: uppercase;
  color: #1c1d33 !important;
  line-height: 0.95;
  margin-top: 2.7rem;
  margin-bottom: 2.7rem;
  transition: color 0.2s ease-in-out;
}

/* .don-block-medium-button__title strong, */
.don-block__title strong {
  color: #c32762;
  font-size: 6rem;
  transition: color 0.2s ease-in-out;
}

/* .don-block-medium-button__title:after, */
.don-block__title:after {
  content: "";
  position: absolute;
  width: 90px;
  height: 10px;
  background-color: #c32762;
  left: 0;
  bottom: 0;
  z-index: 5;
  transition: background-color 0.2s ease-in-out;
}

.don-block__content,
.exergue__content {
  transition: color 0.2s ease-in-out;
  color: #1c1d33;
  font-size: 2.2rem;
  line-height: 1.3;
}

.don-block__btn {
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  display: block;
  position: relative;
  background-color: #c32762;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 500;
  padding: 1.6rem 2rem 1.6rem 3rem;
  margin: 4rem -2rem 1rem;
}

.don-block__tabbed {
  display: inline-block;
}

/* .don-block-medium-button__arrow, */
.don-block__arrow {
  display: none;
  width: 54px;
  height: 54px;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  margin-top: -27px;
}

/* .don-block-medium-button__arrow .svg,
.don-block-medium-button__arrow img,
.don-block-medium-button__arrow svg, */
.don-block__arrow .svg,
.don-block__arrow img,
.don-block__arrow svg {
  width: 54px;
  height: 54px;
}

/* .don-block-medium-button__arrow .svg path,
.don-block-medium-button__arrow img path,
.don-block-medium-button__arrow svg path, */
.don-block__arrow .svg path,
.don-block__arrow img path,
.don-block__arrow svg path {
  fill: #1c1d33;
}

.don-block__arrow .svg path,
.don-block__arrow img path,
.don-block__arrow svg path {
  fill: #fff;
}

.exergue {
  background-color: #f0f0f0;
  padding: 2rem 4rem 1rem;
  margin-bottom: 2rem;
}

.exergue__title {
  color: #1c1d33;
  font-size: 3.5rem;
  line-height: 1.1;
  margin-bottom: 2.2rem;
}

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

.exergue__footer:after {
  clear: both;
}

.teaser-don {
  background-color: #f0f0f0;
  margin-bottom: 20px;
}

.teaser-don__picture-wrapper img {
  margin: 0 auto;
}

.teaser-don__content {
  padding: 2.5rem 3rem 1rem;
}

.teaser-don__title {
  color: #1c1d33;
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.teaser-don__text {
  line-height: 1.2;
  margin-bottom: 2rem;
}

.teaser-don__footer:before,
.teaser-don__footer:after {
  content: " ";
  display: table;
}

.teaser-don__footer:after {
  clear: both;
}

@media only screen and (max-width: 992px) {
  .don-item a.teaser {
    background-color: #f0f0f0;
    margin-bottom: 20px;
  }
  .don-item a.teaser .teaser__picture-wrapper {
    margin: 0;
  }
  .don-item a.teaser .teaser__picture-wrapper img {
    margin: 0 auto;
  }
  .don-item a.teaser .teaser__content {
    padding: 0;
  }
  .don-item a.teaser .teaser__text {
    line-height: 1.2;
    margin-bottom: 2rem;
    padding: 0 3rem;
  }
  .don-item a.teaser .teaser__footer {
    padding: 0 3rem 2.5rem;
  }
  .don-item a.teaser .teaser__footer:before,
  .don-item a.teaser .teaser__footer:after {
    content: " ";
    display: table;
  }
  .don-item a.teaser .teaser__footer:after {
    clear: both;
  }
}

@media only screen and (max-width: 992px) {
  .don-item a.teaser .teaser-don__title,
  .don-item a.teaser .teaser__title {
    color: #1c1d33;
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 1rem;
    padding: 2.5rem 3rem 0;
  }
}

@media only screen and (max-width: 768px) {
  .don-item a.teaser .teaser-don__title,
  .don-item a.teaser .teaser__title {
    font-size: 2.3rem;
  }
}

.don-block-medium-button {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  display: block;
  margin-bottom: 20px;
  padding: 2.7rem 1.2rem 3.5rem 5rem;
}

@media (min-width: 992px) {
  .don-block-medium-button {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1380px) {
  .don-block-medium-button {
    float: left;
    width: 100%;
  }
}

.don-block-medium-button__title {
  margin: 0 3rem 2.8rem 0;
}

.don-block-medium-button__tabbed > .field {
  display: inline-block;
}

/* .don-block-medium-button__content {
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  color: #1c1d33;
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1.2;
  padding-right: 6rem
}

.don-block-medium-button__content p {
  margin: 0
} */
/* 
.don-block-medium-button__arrow img,
.don-block-medium-button__arrow svg {
  width: 100%;
  height: auto
} */

/* .don-block-medium-button__arrow img path,
.don-block-medium-button__arrow svg path {
  fill: #1c1d33
} */

.don-block-medium-button--smaller {
  padding: 0;
}

.don-block-medium-button--smaller .don-block-medium-button__title {
  padding: 0 0 2.8rem;
}

.don-block-medium-button--smaller .don-block-medium-button__title strong {
  color: #1c1d33;
  font-size: 3rem;
  display: inline-block;
}

.don-block-medium-button--smaller .don-block-medium-button__title:after {
  width: 138px;
  margin-left: 3px;
}

.don-block-medium-button--smaller .don-block-medium-button__tabbed {
  /* display: inline-block;
  font-weight: 100;
  margin: 0 */
}

.don-block-medium-button--smaller .don-block-medium-button__content {
  padding-right: 0;
}

.don-block-medium-button--smaller .don-block-medium-button__arrow {
  display: none;
}

@media only screen and (min-width: 768px) {
  .don-block,
  .exergue {
    padding-top: 3rem;
  }
  .teaser-don__content {
    padding-bottom: 6rem;
  }
  .exergue__footer,
  .teaser-don__footer {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
  }
}

@media only screen and (min-width: 992px) {
  .don-block,
  .exergue {
    padding-top: 3.5rem;
  }
  .don-block:focus,
  .don-block:hover {
    background-color: #c32762;
    border-color: #c32762;
  }
  .don-block:focus .don-block__title,
  .don-block:hover .don-block__title {
    color: #fff !important;
  }
  .don-block:focus .don-block__title strong,
  .don-block:hover .don-block__title strong {
    color: #fff;
  }
  .don-block:focus .don-block__title:after,
  .don-block:hover .don-block__title:after {
    background-color: #fff;
  }
  .don-block:focus .don-block__content,
  .don-block:hover .don-block__content {
    color: #fff;
  }
  .don-block__title {
    font-size: 3rem;
  }
  .don-block__title strong {
    font-size: 3rem;
  }
  .don-block-medium-button {
    transition: all 0.2s ease-in-out;
  }
  /* .don-block-medium-button:focus,
  .don-block-medium-button:hover {
    background-color: #c32762;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, .2);
    color: #FFF
  }
  .don-block-medium-button:focus .don-block-medium-button__title,
  .don-block-medium-button:hover .don-block-medium-button__title {
    transition: color .2s ease-in-out;
    color: #FFF !important
  }
  .don-block-medium-button:focus .don-block-medium-button__title strong,
  .don-block-medium-button:hover .don-block-medium-button__title strong {
    transition: color .2s ease-in-out;
    color: #FFF
  }
  .don-block-medium-button:focus .don-block-medium-button__title:after,
  .don-block-medium-button:hover .don-block-medium-button__title:after {
    background-color: #FFF
  }
  .don-block-medium-button:focus .don-block-medium-button__content,
  .don-block-medium-button:hover .don-block-medium-button__content {
    transition: color .2s ease-in-out;
    color: #FFF
  } */
  /* .don-block-medium-button:focus .don-block-medium-button__arrow .svg path,
  .don-block-medium-button:focus .don-block-medium-button__arrow img path,
  .don-block-medium-button:focus .don-block-medium-button__arrow svg path,
  .don-block-medium-button:hover .don-block-medium-button__arrow .svg path,
  .don-block-medium-button:hover .don-block-medium-button__arrow img path,
  .don-block-medium-button:hover .don-block-medium-button__arrow svg path {
    transition: fill .2s ease-in-out;
    fill: #FFF
  } */
  .don-block-medium-button__title {
    font-size: 3.5rem;
  }
  .don-block-medium-button__title strong {
    font-size: 3.5rem;
  }
  .don-block__content,
  .exergue__content {
    font-size: 1.8rem;
  }
  .don-block-medium-button__tabbed,
  .don-block__tabbed {
    /* display: block;
    margin-left: -6.7rem;
    width: auto */
  }
  .don-block-medium-button__tabbed .field,
  .don-block__tabbed .field {
    /* display: inline-block;
    text-align: right */
  }
  .don-block-medium-button__tabbed .field::after,
  .don-block-medium-button__tabbed .field::before,
  .don-block__tabbed .field::after,
  .don-block__tabbed .field::before {
    display: none;
  }
  .don-block__btn {
    font-size: 2.8rem;
  }
  .exergue__title {
    font-size: 2.8rem;
  }
  .don-block-medium-button--smaller .don-block-medium-button__title {
    font-size: 3rem;
  }
  .don-block-medium-button--smaller .don-block-medium-button__title strong {
    font-size: 3rem;
  }
  .don-block-medium-button--smaller:focus,
  .don-block-medium-button--smaller:hover {
    background-color: #fff;
    box-shadow: none;
  }
  .don-block-medium-button--smaller:focus .don-block-medium-button__tabbed,
  .don-block-medium-button--smaller:focus .don-block-medium-button__title,
  .don-block-medium-button--smaller:focus
    .don-block-medium-button__title
    strong,
  .don-block-medium-button--smaller:hover .don-block-medium-button__tabbed,
  .don-block-medium-button--smaller:hover .don-block-medium-button__title,
  .don-block-medium-button--smaller:hover
    .don-block-medium-button__title
    strong {
    /* color: #1c1d33 !important */
  }
  .don-block-medium-button--smaller:focus .don-block-medium-button__content,
  .don-block-medium-button--smaller:hover .don-block-medium-button__content {
    color: #1c1d33;
  }
  .don-block-medium-button--smaller:focus .don-block-medium-button__title:after,
  .don-block-medium-button--smaller:hover
    .don-block-medium-button__title:after {
    background-color: #c32762 !important;
  }
}

@media only screen and (min-width: 1380px) {
  .don-block,
  .exergue,
  .teaser-don {
    min-height: 513px;
  }
  .don-block {
    padding-top: 4.5rem;
  }
  .don-block-medium-button__title,
  .don-block__title {
    font-size: 4.5rem;
  }
  /* .don-block-medium-button__title strong, */
  .don-block__title strong {
    position: absolute;
    top: 2.2rem;
    right: 0;
    z-index: 5;
    font-size: 8rem;
  }
  .don-block-medium-button__title {
    font-size: 5rem;
  }
  .don-block-medium-button__tabbed .field,
  .don-block__tabbed .field {
    /* max-width: 41% */
  }
  .don-block__content,
  .exergue__content {
    font-size: 2.2rem;
  }
  .don-block-medium-button__arrow,
  .don-block__arrow {
    display: block;
  }
  .don-block__btn {
    font-size: 3.5rem;
  }
  .exergue {
    position: relative;
    padding-top: 6rem;
  }
  .exergue__title {
    font-size: 3.5rem;
  }
  .teaser-don__content {
    padding-bottom: 1rem;
  }
  .teaser-don__footer {
    left: 4rem;
  }
  .don-block-medium-button--smaller {
    min-height: 255px;
  }
  .don-block-medium-button--smaller .don-block-medium-button__title {
    font-size: 3.5rem;
  }
  .don-block-medium-button--smaller .don-block-medium-button__title strong {
    font-size: 3.5rem;
    position: static;
  }
  .don-block-medium-button--smaller .don-block-medium-button__content {
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 1380px) {
  .wrapper-don.wrapper-don--module {
    padding: 10rem 0 5rem;
    background-position: 50% 100px;
    background-size: 1341px auto;
  }
  .wrapper-don.wrapper-don--module .wrapper-don__main-title {
    margin-top: 108px;
  }
}

@media only screen and (max-width: 1380px) and (min-width: 992px) {
  .wrapper-don.wrapper-don--module {
    background: url(/themes/custom/farc/components/asset-builds/css/../..//images/wrapper-don.jpg)
      #fff no-repeat 200px 100%;
    background-size: 1200px auto;
  }
}

@media only screen and (min-width: 768px) {
  .wrapper-don .col-md-9.col-lg-pull-3 > .row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .wrapper-don .col-md-9.col-lg-pull-3 > .row > .donation-home--form-wrapper {
    width: 66.66%;
  }
  .wrapper-don
    .col-md-9.col-lg-pull-3
    > .row
    > .donation-home--form-wrapper
    .col-sm-8 {
    width: 100%;
  }
  .wrapper-don .col-md-9.col-lg-pull-3 > .row > .col-sm-4 {
    flex-shrink: 0;
    margin-top: auto;
    align-self: flex-end;
  }
}

.wrapper-don form {
  padding-top: 5px;
}

.wrapper-don form > p {
  text-transform: none;
  font-size: 1.5em;
  margin: 0 0 0.6em;
}

.wrapper-don form legend {
  display: none;
}

.wrapper-don form .form-group {
  margin-bottom: 7px;
}

.wrapper-don form .buttons-container {
  padding-top: 0.4rem;
  margin-bottom: 2.4rem;
  text-align: center;
}

.wrapper-don form .form-group-radio {
  margin-bottom: 22px;
  display: none;
}

.wrapper-don form .form-group-radio:before,
.wrapper-don form .form-group-radio:after {
  content: " ";
  display: table;
}

.wrapper-don form .form-group-radio:after {
  clear: both;
}

.wrapper-don form .form-group-radio.active {
  display: inherit;
}

.wrapper-don .radio,
.wrapper-don input[type="radio"] + label,
.wrapper-don .module-tab {
 
  background: #fff;
  border-radius: 0;
  border: 1px solid #c32762;
  color: #1c1d33;
  float: left;
  font-size: 1.9rem;
  font-weight: 700;
  height: 37px;
  margin: 0 1rem 1rem 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  transition: all 0.2s ease;
  width: 67px;
  cursor: pointer;
  cursor: pointer;
}

.wrapper-don .radio .value,
.wrapper-don .radio .ui-button-text,
.wrapper-don input[type="radio"] + label .value,
.wrapper-don input[type="radio"] + label .ui-button-text,
.wrapper-don .module-tab .value,
.wrapper-don .module-tab .ui-button-text {
  display: block;
  padding: 7px 0 0;
  height: 37px;
}

.wrapper-don .radio .ui-button-text .ui-button-text,
.wrapper-don input[type="radio"] + label .ui-button-text .ui-button-text,
.wrapper-don .module-tab .ui-button-text .ui-button-text {
  padding-top: 0;
  height: auto;
}

.wrapper-don .radio:checked + .value,
.wrapper-don .radio.ui-state-active .ui-button-text,
.wrapper-don input[type="radio"] + label:checked + .value,
.wrapper-don input[type="radio"] + label.ui-state-active .ui-button-text,
.wrapper-don .module-tab:checked + .value,
.wrapper-don .module-tab.ui-state-active .ui-button-text {
  background-color: #c32762;
  color: #fff;
}

.wrapper-don .radio::before,
.wrapper-don input[type="radio"] + label::before,
.wrapper-don .module-tab::before {
  display: none;
}

.wrapper-don button,
.wrapper-don input {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.wrapper-don .ui-buttonset {
  margin: 0;
}

.wrapper-don .js-form-type-number {
  position: relative;
  padding: 0;
}

.wrapper-don .field-suffix {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wrapper-don .field-suffix,
.wrapper-don input[type="number"] {
  color: #1c1d33;
 
  font-size: 1.9rem;
  font-weight: 700;
  opacity: 1;
}

.wrapper-don .field-suffix:-ms-input-placeholder,
.wrapper-don input[type="number"]:-ms-input-placeholder {
  color: #1c1d33;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  opacity: 1;
}

.wrapper-don .field-suffix:-moz-placeholder,
.wrapper-don input[type="number"]:-moz-placeholder {
  color: #1c1d33;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  opacity: 1;
}

.wrapper-don .field-suffix::-moz-placeholder,
.wrapper-don input[type="number"]::-moz-placeholder {
  color: #1c1d33;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  opacity: 1;
}

.wrapper-don .field-suffix::-webkit-input-placeholder,
.wrapper-don input[type="number"]::-webkit-input-placeholder {
  color: #1c1d33;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  opacity: 1;
}

.wrapper-don .field-suffix::-webkit-input-placeholder,
.wrapper-don input[type="number"]::-webkit-input-placeholder {
  color: #1c1d33;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  opacity: 1;
}

.wrapper-don .field-suffix:-ms-input-placeholder,
.wrapper-don input[type="number"]:-ms-input-placeholder {
  color: #1c1d33;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  opacity: 1;
}

.wrapper-don .field-suffix::placeholder,
.wrapper-don input[type="number"]::placeholder {
  color: #1c1d33;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  opacity: 1;
}

.wrapper-don input[type="number"]::-webkit-outer-spin-button,
.wrapper-don input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  color: #1c1d33;
  margin: 0;
}

.wrapper-don input[type="number"] {
  -moz-appearance: textfield;
  background-color: #fff;
  border: 1px solid #c32762;
  color: #1c1d33;
  height: 37px;
  padding: 0 25px 0 5px;
  text-align: right;
  width: 112px;
}

.wrapper-don input[type="number"]:focus:-ms-input-placeholder {
  color: transparent;
}

.wrapper-don input[type="number"]:focus:-moz-placeholder {
  color: transparent;
}

.wrapper-don input[type="number"]:focus::-moz-placeholder {
  color: transparent;
}

.wrapper-don input[type="number"]:focus::-webkit-input-placeholder {
  color: transparent;
}

.wrapper-don input[type="number"]:focus::-webkit-input-placeholder {
  color: transparent;
}

.wrapper-don input[type="number"]:focus:-ms-input-placeholder {
  color: transparent;
}

.wrapper-don input[type="number"]:focus::placeholder {
  color: transparent;
}

.wrapper-don .pricetoset {
  width: 98px;
  padding-left: 5px;
  padding-right: 25px;
  height: 37px;
}

.wrapper-don span.montantlibre {
  position: relative;
  display: inline-block;
}

.wrapper-don span.montantlibre:after {
  content: "\20AC";
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  color: #1c1d33;
  position: absolute;
  right: 8px;
  top: 0.3em;
}

.wrapper-don span.montantlibre input {
  border: 1px solid #c32762;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  text-align: right;
}

.wrapper-don span.montantlibre input::-webkit-input-placeholder {
  color: #1c1d33;
}

.wrapper-don span.montantlibre input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.wrapper-don button[type="submit"],
.wrapper-don input[type="submit"] {
  border: 0;
  color: #1c1d33;
  font-size: 0.95em;
  font-weight: 700;
  margin: 0;
  outline: 0;
  transition: all 0.2s ease;
  width: 150px;
}

.wrapper-don .webform-button--submit,
.wrapper-don input.webform-button--submit {
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  background-image: url(/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-right-white.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  padding: 9px 20px 9px 30px;
  width: auto;
  border-radius: 0;
}

@media only screen and (min-width: 768px) {
  .wrapper-don .webform-button--submit,
  .wrapper-don input.webform-button--submit {
    height: 43px;
  }
}

.wrapper-don .webform-button--submit:hover,
.wrapper-don .webform-button--submit:active,
.wrapper-don input.webform-button--submit:hover,
.wrapper-don input.webform-button--submit:active {
  background-color: #9c1f4e;
  background-position: 5px center;
  outline: 0;
}

.wrapper-don h3 {

  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 1rem;
}

.wrapper-don .radio--don {
  position: relative;
  width: 100%;
  height: 45px;
  float: none;
  border: 0;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 0;
  overflow: visible;
}

.wrapper-don .radio--don:before {
  content: "";
  position: absolute;
  z-index: 5;
  height: 5px;
  width: 100%;
  background-color: #c32762;
  left: 0;
  bottom: 0;
}

.wrapper-don .radio--don .value {
  position: relative;
  width: 100%;
  padding: 8px 0 0;
  height: 45px;
}

.wrapper-don .radio--don .value:after {
  content: "";
  position: absolute;
  z-index: 5;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #c32762 transparent transparent transparent;
  left: 50%;
  bottom: 0;
  margin-left: -5px;
  margin-bottom: 0;
  transition: margin 0.2s ease-in-out;
}

.wrapper-don .radio--don input[type="radio"]:checked + .value {
  background-color: #c32762;
  color: #fff;
}

.wrapper-don .radio--don input[type="radio"]:checked + .value:after {
  margin-bottom: -5px;
}

.wrapper-don .row--margin-bottom {
  margin-bottom: 4rem;
}

.wrapper-don--module .pricetoset {
  width: 112px;
}

.wrapper-don__main-title {
  color: #1c1d33;
}

.btn-don-1 {
  display: inline-block;
  color: #1c1d33;
  border-bottom: 1px solid #1c1d33;
  padding-top: 0.7rem;
  margin-left: 3rem;
  margin-right: 3rem;
  margin-top: 1.5rem;
  transition: all 0.2s ease-in-out;
}

button.btn-don,
input.webform-button--submit {
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  background-color: #c32762;
  color: #fff;
  font-size: 1.8rem;
  margin: 1rem auto;
  outline: 0;
  text-transform: none;
  width: auto;
}

.don-exergue {
  background-color: #fff;
  position: relative;
}

.don-exergue .block-title--big .block-title__title {
  margin-top: 0;
  color: #c32762;
  padding-bottom: 3rem;
  margin-bottom: 4rem;
}

.don-exergue .block-title--big .block-title__title:first-line {
  color: #1c1d33;
}

.don-exergue__content {
  font-size: 2.2rem;
  line-height: 1.3;
}

.don-exergue__content p {
  margin-bottom: 3rem;
}

.btn-don-gray {
  display: block;
  position: relative;
  background-color: rgba(221, 224, 232, 0.9);
  border: 2px solid #fff;
  color: #1c1d33;
  text-align: left;
  text-transform: none;
  line-height: 1.1;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1rem 2rem;
  margin-bottom: 1.6rem;
  transition: all 0.2s ease-in-out;
}

.btn-don-gray:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("/themes/custom/farc/components/asset-builds/css/../images/icon-arrow-right-dark.svg")
    transparent no-repeat 50% 50%;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 5;
  transition: right 0.2s ease-in-out;
}

.btn-don-gray__inner {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
}

.btn-don-gray--bigger {
  font-size: 2rem;
}

.intro-don {
  background: url(/themes/custom/farc/components/asset-builds/css/../..//images/razzle-dazzle.svg)
    #fff repeat 50% 50%;
  background-size: 100px;
  margin-right: 20px;
  margin-bottom: 3rem;
}

.intro-don:before,
.intro-don:after {
  content: " ";
  display: table;
}

.intro-don:after {
  clear: both;
}

.intro-don__image {
  display: none;
  margin: 0 auto 20px;
}

.intro-don__text {
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
  color: #1c1d33;
}

.intro-don__text p {
  display: inline;
}

@media only screen and (min-width: 768px) {
  .wrapper-don form .buttons-container {
    padding-top: 1.2rem;
    margin-bottom: 4.4rem;
    text-align: left;
  }
  .wrapper-don form .form-group-radio {
    margin-bottom: 0.2rem;
  }
  .wrapper-don--module {
    padding: 3rem 0 5rem;
  }
  button.btn-don,
  .webform-button--submit {
    float: right;
    margin: 0;
  }
  .btn-don-1 {
    margin: 0;
  }
  .btn-don-gray {
    padding: 5px 2rem;
    height: 50px;
  }
  .btn-don-gray {
    line-height: 85px;
    height: 99px;
  }
  .btn-don-gray--bigger {
    font-size: 3rem;
    text-align: center;
    height: 213px;
    line-height: 204px;
  }
  .btn-don-gray--bigger .btn-don-gray__inner {
    display: block;
    padding-top: 35%;
  }
  .radio--don {
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 992px) {
  .wrapper-grid--action .wrapper-don .radio--don {
    font-size: 2.2rem;
  }
  .wrapper-grid--action
    .wrapper-don
    .radio--don
    input[type="radio"]:checked
    + .value {
    background-color: #c32762;
    color: #fff;
  }
  .wrapper-grid--action
    .wrapper-don
    .radio--don
    input[type="radio"]:checked
    + .value:after {
    border-width: 10px 10px 0;
    margin-left: -10px;
    margin-bottom: -10px;
  }
  .wrapper-don--module {
    padding: 5rem 0;
    background: url("/themes/custom/farc/components/asset-builds/css/../images/wrapper-don.jpg")
      #fff no-repeat 100px 100%;
    background-size: 1200px auto;
  }
  .don-exergue:after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 5;
    margin-right: -20px;
  }
  .intro-don {
    margin-bottom: 0;
  }
  .intro-don__image {
    float: left;
    height: auto;
    margin-bottom: 0;
    margin-right: 10px;
    width: 63%;
  }
  .intro-don__image,
  .intro-don__image img {
    display: block;
  }
  .intro-don__text {
    font-size: 2.7rem;
    line-height: 1.2;
    padding: 1rem 1rem 0 0;
  }
  .wrapper-don .radio:focus,
  .wrapper-don .radio:hover {
    background-color: #fff;
    color: #c32762;
  }
  .wrapper-don button[type="submit"]:focus,
  .wrapper-don button[type="submit"]:hover,
  .wrapper-don .webform-button--submit:focus,
  .wrapper-don .webform-button--submit:hover {
    background-color: #337ab7;
    color: #fff;
  }
  .btn-don-1:focus,
  .btn-don-1:hover {
    color: #c32762;
    border-bottom: 1px solid #c32762 !important;
  }
  /* button.btn-don:focus,
  button.btn-don:hover {
    background-color: #c32762 !important;
    color: #FFF !important
  } */
  .btn-don-gray {
    background-color: rgba(221, 224, 232, 0.9);
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
    display: block;
  }
  .btn-don-gray::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #9c1f4e;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .btn-don-gray:active,
  .btn-don-gray:focus,
  .btn-don-gray:hover {
    background-color: rgba(221, 224, 232, 0.9);
    border-color: #9c1f4e;
    color: #fff;
  }
  .btn-don-gray:active::after,
  .btn-don-gray:focus::after,
  .btn-don-gray:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@media only screen and (min-width: 992px) {
  .btn-don-gray:focus,
  .btn-don-gray:hover {
    color: #fff;
  }
  .btn-don-gray:focus:before,
  .btn-don-gray:hover:before {
    right: 5px;
    background: url("/themes/custom/farc/components/asset-builds/css/../images/icon-arrow-right-white.svg")
      transparent no-repeat 50% 50%;
  }
}

@media only screen and (min-width: 1380px) {
  .wrapper-don--module {
    padding: 10rem 0 5rem;
    background-position: 50% 100px;
  }
  .don-exergue {
    min-height: 590px;
    padding: 4rem 1rem 4rem 4rem;
  }
  .intro-don__image {
    width: 420px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .intro-don__text {
    font-size: 3rem;
    line-height: 1.42;
    padding-top: 3rem;
    padding-right: 20px;
    text-align: left;
  }
  .intro-don__text strong {
    display: block;
    background-color: #fff;
    padding: 0.2rem 0.2rem 0.2rem 0.5rem;
    margin-left: 20px;
    overflow: hidden;
  }
}

.wrapper-don--action {
  background: url(/themes/custom/farc/components/asset-builds/css/../..//images/razzle-dazzle.svg)
    #fff repeat 50% 50%;
  background-size: 100px;
  padding: 20px;
}

.wrapper-don--action .content-wrapper {
  padding: 5px 0 0;
}

.wrapper-don--action .content-wrapper:before,
.wrapper-don--action .content-wrapper:after {
  content: " ";
  display: table;
}

.wrapper-don--action .content-wrapper:after {
  clear: both;
}

.donation-header .wrapper-don--action .content-wrapper {
  padding: 5px 10px 0;
  padding: 0.5rem 1rem 0;
}

@media only screen and (min-width: 992px) {
  .donation-header .wrapper-don--action .content-wrapper {
    padding: 5px 0 0;
    padding: 0.5rem 0 0;
    max-width: 420px;
    max-width: 42rem;
  }
}

.danation-sub-block .wrapper-don--action .content-wrapper {
  padding-top: 20px;
  padding-top: 2rem;
  background-color: #fff;
}

.wrapper-don--action .content-wrapper > div:before,
.wrapper-don--action .content-wrapper > div:after {
  content: " ";
  display: table;
}

.wrapper-don--action .content-wrapper > div:after {
  clear: both;
}

.wrapper-don--action .content-wrapper .form-item {
  margin: 0;
}

.wrapper-don--action .content-wrapper .webform-submission-form {
  display: none;
  margin-bottom: 0.2rem;
  padding-top: 0;
}

.wrapper-don--action .content-wrapper .webform-submission-form > * {
  float: left;
}

.wrapper-don--action .content-wrapper .webform-submission-form legend {
  display: none;
}

.wrapper-don--action .content-wrapper .webform-submission-form.active {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.wrapper-don--action .content-wrapper .donation-module-selector {
  margin-bottom: 45px;
  margin-bottom: 4.5rem;
  display: -webkit-box;
  display: flex;
}

.danation-sub-block
  .wrapper-don--action
  .content-wrapper
  .donation-module-selector {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

.wrapper-don--action .content-wrapper .donation-module-selector .module-tab {
  align-content: center;
  -webkit-box-align: center;
  align-items: center;
  border: 0;
  display: -webkit-box;
  display: flex;
  font-size: 1.7rem;
  font-weight: 500;
  height: 45px;
  margin: 0 10px;
  padding: 0 10px;
  position: relative;
  overflow: visible;
  border-bottom: 5px solid #c32762;
  width: calc(50% - 10px);
}

@media only screen and (min-width: 992px) {
  .danation-sub-block
    .wrapper-don--action
    .content-wrapper
    .donation-module-selector
    .module-tab {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.wrapper-don--action
  .content-wrapper
  .donation-module-selector
  .module-tab::after {
  border-color: #c32762 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  bottom: -5px;
  content: "";
  display: block;
  left: 50%;
  margin-bottom: 0;
  margin-left: -5px;
  position: absolute;
  top: auto;
  transition: 0.2s ease-in-out;
  z-index: 5;
}

.wrapper-don--action
  .content-wrapper
  .donation-module-selector
  .module-tab
  .ui-button-text {
  background: none;
  height: auto;
  padding: 0;
  width: 100%;
}

.danation-sub-block
  .wrapper-don--action
  .content-wrapper
  .donation-module-selector
  .module-tab
  .ui-button-text {
  margin-top: 5px;
  margin-top: 0.5rem;
}

.wrapper-don--action
  .content-wrapper
  .donation-module-selector
  .module-tab.ui-state-active {
  background-color: #c32762;
}

.wrapper-don--action
  .content-wrapper
  .donation-module-selector
  .module-tab.ui-state-active::after {
  bottom: -10px;
  transition: 0.2s ease-in-out;
}

.danation-sub-block
  .wrapper-don--action
  .content-wrapper
  .donation-module-selector
  .module-tab.ui-state-active::after {
  bottom: -15px;
  border-width: 10px 10px 0;
}

.wrapper-don--action
  .content-wrapper
  .donation-module-selector
  .module-tab:first-child {
  margin-left: 0;
}

.wrapper-don--action
  .content-wrapper
  .donation-module-selector
  .module-tab:last-child {
  margin-right: 0;
}

.wrapper-don--action .content-wrapper .form-actions.form-wrapper {
  margin-top: 15px;
  margin-top: 1.5rem;
  margin-bottom: 22px;
  margin-bottom: 2.2rem;
  padding: 0;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
}

.danation-sub-block
  .wrapper-don--action
  .content-wrapper
  .form-actions.form-wrapper {
  margin-top: 18px;
  margin-top: 1.8rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .danation-sub-block
    .wrapper-don--action
    .content-wrapper
    .form-actions.form-wrapper {
    margin-top: 50px;
    margin-top: 5rem;
  }
}

.wrapper-don--action .content-wrapper .form-actions.form-wrapper .field {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .danation-sub-block
    .wrapper-don--action
    .content-wrapper
    .form-actions.form-wrapper
    .field {
    align-self: flex-start;
  }
}

.wrapper-don--action .content-wrapper .form-actions.form-wrapper a {
  margin: 15px 30px;
  margin: 1.5rem 3rem;
  border-bottom: 1px solid #1c1d33;
  color: #1c1d33;
  display: inline-block;
  transition: 0.2s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .danation-sub-block
    .wrapper-don--action
    .content-wrapper
    .form-actions.form-wrapper
    a {
    margin-top: 10px;
    margin-top: 1rem;
    margin-bottom: 0;
  }
}

.wrapper-don--action .content-wrapper .form-actions.form-wrapper a:hover {
  color: #c32762;
  border-bottom: 1px solid #c32762;
}

.wrapper-don--action .content-wrapper .form-actions.form-wrapper input {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .wrapper-don--action .content-wrapper .form-actions.form-wrapper input {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-don--action .content-wrapper .form-actions.form-wrapper {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .wrapper-don--action .content-wrapper .form-actions.form-wrapper > div {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .wrapper-don--action .content-wrapper .form-actions.form-wrapper > input {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 768px) {
  .wrapper-don--action .content-wrapper .form-actions.form-wrapper {
    text-align: left;
  }
  .wrapper-don--action .content-wrapper .form-actions.form-wrapper a {
    margin: 0;
  }
  .danation-sub-block
    .wrapper-don--action
    .content-wrapper
    .form-actions.form-wrapper
    a {
    margin-left: 10px;
    margin-left: 1rem;
  }
}

.wrapper-don--action .buttons-container {
  padding-top: 1.7rem !important;
  margin-bottom: 0 !important;
}

.wrapper-don--action .btn-don-1 {
  margin-left: 10px;
}

.wrapper-don--action .row--margin-bottom {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
  .wrapper-grid--action .wrapper-don--action {
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 1380px) {
  .wrapper-grid--action .wrapper-don--action {
    margin-left: -20px;
    margin-right: -20px;
  }
  .wrapper-grid--action .wrapper-don--action .pricetoset {
    width: 78px;
    padding-left: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-don--action
    form
    #edit-punctual-donation--wrapper
    > .fieldset-wrapper,
  .wrapper-don--action form #edit-regular-donation--wrapper > .fieldset-wrapper,
  .wrapper-don--action
    form
    #edit-punctual-donation--2--wrapper
    > .fieldset-wrapper,
  .wrapper-don--action
    form
    #edit-regular-donation--2--wrapper
    > .fieldset-wrapper {
    display: -webkit-box;
    display: flex;
  }
  .wrapper-don--action form *[id*="edit-punctual-donation-container"],
  .wrapper-don--action form *[id*="edit-regular-donation-container"] {
    margin-bottom: 35px;
  }
}

.is-path-landing-page
  .research-layout
  .block-region-action-third
  .view-type-pages
  .view-content,
.is-path-landing-page
  .cancer-layout
  .block-region-regular
  .view-type-pages
  .view-content,
.is-path-agir-cancer
  .research-layout
  .block-region-action-third
  .view-type-pages
  .view-content,
.is-path-agir-cancer
  .cancer-layout
  .block-region-regular
  .view-type-pages
  .view-content,
.is-path-cancer
  .research-layout
  .block-region-action-third
  .view-type-pages
  .view-content,
.is-path-cancer
  .cancer-layout
  .block-region-regular
  .view-type-pages
  .view-content,
.is-path-recherche-cancer
  .research-layout
  .block-region-action-third
  .view-type-pages
  .view-content,
.is-path-recherche-cancer
  .cancer-layout
  .block-region-regular
  .view-type-pages
  .view-content,
.is-path-taxonomy
  .research-layout
  .block-region-action-third
  .view-type-pages
  .view-content,
.is-path-taxonomy
  .cancer-layout
  .block-region-regular
  .view-type-pages
  .view-content {
  margin-bottom: 90px;
  margin-bottom: 9rem;
}

.is-path-landing-page
  .research-layout
  .block-region-action-third
  .view-type-pages
  .view-content
  + .wrapper-grid__more,
.is-path-landing-page
  .cancer-layout
  .block-region-regular
  .view-type-pages
  .view-content
  + .wrapper-grid__more,
.is-path-agir-cancer
  .research-layout
  .block-region-action-third
  .view-type-pages
  .view-content
  + .wrapper-grid__more,
.is-path-agir-cancer
  .cancer-layout
  .block-region-regular
  .view-type-pages
  .view-content
  + .wrapper-grid__more,
.is-path-cancer
  .research-layout
  .block-region-action-third
  .view-type-pages
  .view-content
  + .wrapper-grid__more,
.is-path-cancer
  .cancer-layout
  .block-region-regular
  .view-type-pages
  .view-content
  + .wrapper-grid__more,
.is-path-recherche-cancer
  .research-layout
  .block-region-action-third
  .view-type-pages
  .view-content
  + .wrapper-grid__more,
.is-path-recherche-cancer
  .cancer-layout
  .block-region-regular
  .view-type-pages
  .view-content
  + .wrapper-grid__more,
.is-path-taxonomy
  .research-layout
  .block-region-action-third
  .view-type-pages
  .view-content
  + .wrapper-grid__more,
.is-path-taxonomy
  .cancer-layout
  .block-region-regular
  .view-type-pages
  .view-content
  + .wrapper-grid__more {
  margin-top: -90px;
  margin-top: -9rem;
}

.is-path-landing-page
  .research-layout
  .wrapper-grid--action
  .wrapper-grid--action--first
  .wrapper-grid--action--huge
  .block-region-action-second-left
  .view-type-pages
  .view-content,
.is-path-agir-cancer
  .research-layout
  .wrapper-grid--action
  .wrapper-grid--action--first
  .wrapper-grid--action--huge
  .block-region-action-second-left
  .view-type-pages
  .view-content,
.is-path-cancer
  .research-layout
  .wrapper-grid--action
  .wrapper-grid--action--first
  .wrapper-grid--action--huge
  .block-region-action-second-left
  .view-type-pages
  .view-content,
.is-path-recherche-cancer
  .research-layout
  .wrapper-grid--action
  .wrapper-grid--action--first
  .wrapper-grid--action--huge
  .block-region-action-second-left
  .view-type-pages
  .view-content,
.is-path-taxonomy
  .research-layout
  .wrapper-grid--action
  .wrapper-grid--action--first
  .wrapper-grid--action--huge
  .block-region-action-second-left
  .view-type-pages
  .view-content {
  width: 100%;
}

@media only screen and (min-width: 1380px) {
  .is-path-landing-page .block-region-action-first-right .don-block-medium-button .don-block-medium-button__title strong,
  .is-path-agir-cancer .block-region-action-first-right .don-block-medium-button .don-block-medium-button__title strong,
  .is-path-cancer .block-region-action-first-right .don-block-medium-button .don-block-medium-button__title strong,
  /* .is-path-recherche-cancer .block-region-action-first-right .don-block-medium-button .don-block-medium-button__title strong, */
  .is-path-taxonomy .block-region-action-first-right .don-block-medium-button .don-block-medium-button__title strong {
    right: 2rem;
  }
}

@media only screen and (max-width: 1380px) {
  .is-path-landing-page
    .block-region-action-first-right
    .don-block-medium-button
    .don-block-medium-button__title
    .field--name-title-part-2.clearfix,
  .is-path-agir-cancer
    .block-region-action-first-right
    .don-block-medium-button
    .don-block-medium-button__title
    .field--name-title-part-2.clearfix,
  .is-path-cancer
    .block-region-action-first-right
    .don-block-medium-button
    .don-block-medium-button__title
    .field--name-title-part-2.clearfix,
  .is-path-recherche-cancer
    .block-region-action-first-right
    .don-block-medium-button
    .don-block-medium-button__title
    .field--name-title-part-2.clearfix,
  .is-path-taxonomy
    .block-region-action-first-right
    .don-block-medium-button
    .don-block-medium-button__title
    .field--name-title-part-2.clearfix {
    display: inline;
  }
  .is-path-landing-page
    .block-region-action-first-right
    .don-block-medium-button
    .don-block-medium-button__title
    .field--name-title-part-2.clearfix::before,
  .is-path-landing-page
    .block-region-action-first-right
    .don-block-medium-button
    .don-block-medium-button__title
    .field--name-title-part-2.clearfix::after,
  .is-path-agir-cancer
    .block-region-action-first-right
    .don-block-medium-button
    .don-block-medium-button__title
    .field--name-title-part-2.clearfix::before,
  .is-path-agir-cancer
    .block-region-action-first-right
    .don-block-medium-button
    .don-block-medium-button__title
    .field--name-title-part-2.clearfix::after,
  .is-path-cancer
    .block-region-action-first-right
    .don-block-medium-button
    .don-block-medium-button__title
    .field--name-title-part-2.clearfix::before,
  .is-path-cancer
    .block-region-action-first-right
    .don-block-medium-button
    .don-block-medium-button__title
    .field--name-title-part-2.clearfix::after,
  .is-path-recherche-cancer
    .block-region-action-first-right
    .don-block-medium-button
    .don-block-medium-button__title
    .field--name-title-part-2.clearfix::before,
  .is-path-recherche-cancer
    .block-region-action-first-right
    .don-block-medium-button
    .don-block-medium-button__title
    .field--name-title-part-2.clearfix::after,
  .is-path-taxonomy
    .block-region-action-first-right
    .don-block-medium-button
    .don-block-medium-button__title
    .field--name-title-part-2.clearfix::before,
  .is-path-taxonomy
    .block-region-action-first-right
    .don-block-medium-button
    .don-block-medium-button__title
    .field--name-title-part-2.clearfix::after {
    display: none;
  }
}

.is-path-landing-page .block-breadcrumb-landing .breadcrumb__item,
.is-path-agir-cancer .block-breadcrumb-landing .breadcrumb__item,
.is-path-cancer .block-breadcrumb-landing .breadcrumb__item,
.is-path-recherche-cancer .block-breadcrumb-landing .breadcrumb__item,
.is-path-taxonomy .block-breadcrumb-landing .breadcrumb__item {
  /* color: #717286 */
}

@media only screen and (max-width: 992px) {
  .is-path-landing-page
    .wrapper-grid__intro-line
    .landing-teaser-hub
    .teaser__chapo,
  .is-path-agir-cancer
    .wrapper-grid__intro-line
    .landing-teaser-hub
    .teaser__chapo,
  .is-path-cancer .wrapper-grid__intro-line .landing-teaser-hub .teaser__chapo,
  .is-path-recherche-cancer
    .wrapper-grid__intro-line
    .landing-teaser-hub
    .teaser__chapo,
  .is-path-taxonomy
    .wrapper-grid__intro-line
    .landing-teaser-hub
    .teaser__chapo {
    margin-bottom: 11px;
  }
}

@media only screen and (min-width: 768px) {
  .is-path-landing-page .view-type-pages .teaser--huge .teaser__content,
  .is-path-agir-cancer .view-type-pages .teaser--huge .teaser__content,
  .is-path-cancer .view-type-pages .teaser--huge .teaser__content,
  .is-path-recherche-cancer .view-type-pages .teaser--huge .teaser__content,
  .is-path-taxonomy .view-type-pages .teaser--huge .teaser__content {
    padding-bottom: 3rem;
  }
}

@media only screen and (min-width: 992px) {
  .is-path-landing-page .view-type-pages .teaser--huge .teaser__content,
  .is-path-agir-cancer .view-type-pages .teaser--huge .teaser__content,
  .is-path-cancer .view-type-pages .teaser--huge .teaser__content,
  .is-path-recherche-cancer .view-type-pages .teaser--huge .teaser__content,
  .is-path-taxonomy .view-type-pages .teaser--huge .teaser__content {
    padding-bottom: 4rem;
  }
}

@media only screen and (min-width: 1380px) {
  .is-path-landing-page
    .view-type-pages
    .teaser--huge
    .teaser__picture-wrapper
    > *.teaser__btn:first-child,
  .is-path-agir-cancer
    .view-type-pages
    .teaser--huge
    .teaser__picture-wrapper
    > *.teaser__btn:first-child,
  .is-path-cancer
    .view-type-pages
    .teaser--huge
    .teaser__picture-wrapper
    > *.teaser__btn:first-child,
  .is-path-recherche-cancer
    .view-type-pages
    .teaser--huge
    .teaser__picture-wrapper
    > *.teaser__btn:first-child,
  .is-path-taxonomy
    .view-type-pages
    .teaser--huge
    .teaser__picture-wrapper
    > *.teaser__btn:first-child {
    bottom: -40px;
  }
}

@media only screen and (min-width: 1380px) {
  .is-path-landing-page .view-type-pages .teaser--huge .teaser__picture-wrapper .teaser__btn,
  .is-path-agir-cancer .view-type-pages .teaser--huge .teaser__picture-wrapper .teaser__btn,
  .is-path-cancer .view-type-pages .teaser--huge .teaser__picture-wrapper .teaser__btn,
  /* .is-path-recherche-cancer .view-type-pages .teaser--huge .teaser__picture-wrapper .teaser__btn, */
  .is-path-taxonomy .view-type-pages .teaser--huge .teaser__picture-wrapper .teaser__btn {
    right: auto;
    left: 0;
  }
}

.is-path-landing-page .view-type-pages .teaser--huge .teaser__text,
.is-path-landing-page .view-type-pages .teaser--huge .teaser__text--wrapper,
.is-path-agir-cancer .view-type-pages .teaser--huge .teaser__text,
.is-path-agir-cancer .view-type-pages .teaser--huge .teaser__text--wrapper,
.is-path-cancer .view-type-pages .teaser--huge .teaser__text,
.is-path-cancer .view-type-pages .teaser--huge .teaser__text--wrapper,
.is-path-recherche-cancer .view-type-pages .teaser--huge .teaser__text,
.is-path-recherche-cancer .view-type-pages .teaser--huge .teaser__text--wrapper,
.is-path-taxonomy .view-type-pages .teaser--huge .teaser__text,
.is-path-taxonomy .view-type-pages .teaser--huge .teaser__text--wrapper {
  text-align: left;
}

.is-path-landing-page .view-type-pages .teaser--huge .teaser__text--wrapper,
.is-path-agir-cancer .view-type-pages .teaser--huge .teaser__text--wrapper,
.is-path-cancer .view-type-pages .teaser--huge .teaser__text--wrapper,
.is-path-recherche-cancer .view-type-pages .teaser--huge .teaser__text--wrapper,
.is-path-taxonomy .view-type-pages .teaser--huge .teaser__text--wrapper {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
  .is-path-landing-page .view-type-pages .teaser--huge .teaser__text--wrapper,
  .is-path-agir-cancer .view-type-pages .teaser--huge .teaser__text--wrapper,
  .is-path-cancer .view-type-pages .teaser--huge .teaser__text--wrapper,
  .is-path-recherche-cancer
    .view-type-pages
    .teaser--huge
    .teaser__text--wrapper,
  .is-path-taxonomy .view-type-pages .teaser--huge .teaser__text--wrapper {
    margin-bottom: 2rem;
  }
}

.is-path-landing-page .view-type-pages .teaser--huge .teaser__text p:last-child,
.is-path-agir-cancer .view-type-pages .teaser--huge .teaser__text p:last-child,
.is-path-cancer .view-type-pages .teaser--huge .teaser__text p:last-child,
.is-path-recherche-cancer
  .view-type-pages
  .teaser--huge
  .teaser__text
  p:last-child,
.is-path-taxonomy .view-type-pages .teaser--huge .teaser__text p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .is-path-landing-page .view-type-pages .teaser--huge .teaser__text p .btn,
  .is-path-agir-cancer .view-type-pages .teaser--huge .teaser__text p .btn,
  .is-path-cancer .view-type-pages .teaser--huge .teaser__text p .btn,
  .is-path-recherche-cancer .view-type-pages .teaser--huge .teaser__text p .btn,
  .is-path-taxonomy .view-type-pages .teaser--huge .teaser__text p .btn {
    margin-bottom: 2.5rem;
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .is-path-landing-page .view-type-pages .teaser--huge .btn-wrapper,
  .is-path-agir-cancer .view-type-pages .teaser--huge .btn-wrapper,
  .is-path-cancer .view-type-pages .teaser--huge .btn-wrapper,
  .is-path-recherche-cancer .view-type-pages .teaser--huge .btn-wrapper,
  .is-path-taxonomy .view-type-pages .teaser--huge .btn-wrapper {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .is-path-landing-page
    .view-type-pages
    .teaser--huge
    .teaser__text--wrapper
    + .btn-wrapper,
  .is-path-agir-cancer
    .view-type-pages
    .teaser--huge
    .teaser__text--wrapper
    + .btn-wrapper,
  .is-path-cancer
    .view-type-pages
    .teaser--huge
    .teaser__text--wrapper
    + .btn-wrapper,
  .is-path-recherche-cancer
    .view-type-pages
    .teaser--huge
    .teaser__text--wrapper
    + .btn-wrapper,
  .is-path-taxonomy
    .view-type-pages
    .teaser--huge
    .teaser__text--wrapper
    + .btn-wrapper {
    text-align: left;
  }
}

@media only screen and (min-width: 1380px) {
  .is-path-landing-page
    .view-type-pages
    .teaser--huge
    .field--type-image
    + .teaser__text,
  .is-path-agir-cancer
    .view-type-pages
    .teaser--huge
    .field--type-image
    + .teaser__text,
  .is-path-cancer
    .view-type-pages
    .teaser--huge
    .field--type-image
    + .teaser__text,
  .is-path-recherche-cancer
    .view-type-pages
    .teaser--huge
    .field--type-image
    + .teaser__text,
  .is-path-taxonomy
    .view-type-pages
    .teaser--huge
    .field--type-image
    + .teaser__text {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .is-path-landing-page
    .view-type-pages
    .teaser--huge
    .field--type-image
    + .teaser__btn
    .btn,
  .is-path-agir-cancer
    .view-type-pages
    .teaser--huge
    .field--type-image
    + .teaser__btn
    .btn,
  .is-path-cancer
    .view-type-pages
    .teaser--huge
    .field--type-image
    + .teaser__btn
    .btn,
  .is-path-recherche-cancer
    .view-type-pages
    .teaser--huge
    .field--type-image
    + .teaser__btn
    .btn,
  .is-path-taxonomy
    .view-type-pages
    .teaser--huge
    .field--type-image
    + .teaser__btn
    .btn {
    margin: 0 0 -7px;
  }
}

@media only screen and (min-width: 992px) {
  .cancer-layout .latest-type-page-offset3-replace .col-md-4.views-row {
    width: calc(100% * (1 / 3)- 1px);
  }
}

.cancer-layout .wrapper-grid__intro-line .wrapper-grid__intro {
  overflow: hidden;
}

.cancer-layout .wrapper-grid__intro-line .wrapper-grid__intro .teaser__wrapper {
  height: 100%;
}

.cancer-layout .wrapper-grid__intro-line .wrapper-grid__intro .teaser__content {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .cancer-layout
    .wrapper-grid__intro-line
    .wrapper-grid__intro
    .teaser__content {
    padding: 10px 15px;
    padding: 1rem 1.5rem;
  }
}

.is-path-agir-cancer
  .field--name-donation-module-block-webform
  > .field--name-donation-module-link {
  display: none;
}

.is-path-agir-cancer .field--name-commitment-interview {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
  .is-path-agir-cancer .field--name-commitment-interview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.is-path-agir-cancer .field--name-commitment-interview > .field__item {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: flex;
}

@media only screen and (min-width: 1380px) {
  .is-path-agir-cancer .field--name-commitment-interview > .field__item {
    min-height: 536px;
  }
}

@media only screen and (max-width: 991px) {
  .is-path-agir-cancer .field--name-commitment-interview > .field__item {
    width: 100%;
  }
}

.is-path-agir-cancer
  .field--name-commitment-interview
  > .field__item.interview-with-image {
  width: 66.66%;
}

@media only screen and (max-width: 991px) {
  .is-path-agir-cancer
    .field--name-commitment-interview
    > .field__item.interview-with-image {
    width: 100%;
  }
}

.is-path-agir-cancer
  .field--name-commitment-interview
  > .field__item
  > .paragraph {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.is-path-agir-cancer
  .field--name-commitment-interview
  > .field__item
  > .paragraph
  > .field {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.is-path-agir-cancer
  .field--name-commitment-interview
  > .field__item
  > .paragraph
  > .field
  .teaser__wrapper,
.is-path-agir-cancer
  .field--name-commitment-interview
  > .field__item
  > .paragraph
  > .field
  .teaser__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
}

.is-path-agir-cancer
  .field--name-commitment-interview
  > .field__item
  > .paragraph
  > .field
  .teaser__content {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
}

.is-path-agir-cancer .interview-without-image .teaser__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.is-path-agir-cancer .field--name-interview > a,
.is-path-agir-cancer .field--name-interview > div,
.is-path-agir-cancer .field--name-commitment > a,
.is-path-agir-cancer .field--name-commitment > div {
  width: 100%;
  display: -webkit-box;
  display: flex;
}

.is-path-recherche-cancer
  .view-paragraph-related-content
  .view-content
  .col-sm-12,
.is-path-recherche-cancer
  .view-paragraph-related-content
  .view-content
  .col-sm-12
  > a.teaser
  > .teaser__wrapper,
.is-path-recherche-cancer
  .view-paragraph-related-content
  .view-content
  .col-sm-12
  > a.teaser
  > .teaser__wrapper
  > .teaser__content {
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .is-path-recherche-cancer
    .view-paragraph-related-content
    .view-content
    .col-sm-12:first-child {
    display: block !important;
  }
}

.is-path-recherche-cancer
  .view-paragraph-related-content
  .view-content
  .col-sm-12
  > .teaser {
  height: auto;
}

.is-path-recherche-cancer
  .view-paragraph-related-content
  .view-content
  .col-sm-12
  > .teaser
  .teaser__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: auto;
  width: 100%;
  flex-shrink: 0;
}

.is-path-recherche-cancer
  .view-paragraph-related-content
  .view-content
  .col-md-8,
.is-path-recherche-cancer
  .view-paragraph-related-content
  .view-content
  .col-md-8
  > a.teaser
  > .teaser__wrapper,
.is-path-recherche-cancer
  .view-paragraph-related-content
  .view-content
  .col-md-8
  > a.teaser
  > .teaser__wrapper
  > .teaser__content {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1379px) {
  .is-path-recherche-cancer
    .view-paragraph-related-content
    .view-content
    .col-md-8,
  .is-path-recherche-cancer
    .view-paragraph-related-content
    .view-content
    .col-md-8
    > a.teaser
    > .teaser__wrapper,
  .is-path-recherche-cancer
    .view-paragraph-related-content
    .view-content
    .col-md-8
    > a.teaser
    > .teaser__wrapper
    > .teaser__content {
    display: -webkit-box;
    display: flex;
  }
}

.is-path-recherche-cancer
  .view-paragraph-related-content
  .view-content
  .col-md-8
  > a.teaser {
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1379px) {
  .is-path-recherche-cancer
    .view-paragraph-related-content
    .view-content
    .col-md-8
    > a.teaser {
    height: auto;
  }
}

.wrapper-landing-header {
  background-color: #f0f0f0;
}

.wrapper-landing-header .row {
  position: relative;
}

.landing-header .teaser--special-whitebg .teaser__content {
  padding: 1rem;
}

.landing-header__intro {
  padding-top: 2rem;
  position: static;
}

@media only screen and (max-width: 992px) {
  .landing-header__intro {
    padding-top: 2.5rem;
  }
}

.landing-header__col-a {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 992px) {
  .landing-header__col-a {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1380px) {
  .landing-header__col-a {
    float: left;
    width: 37.5%;
  }
}

.landing-header__col-b {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 992px) {
  .landing-header__col-b {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1380px) {
  .landing-header__col-b {
    float: left;
    width: 37.5%;
  }
}

.landing-header__col-c {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 992px) {
  .landing-header__col-c {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1380px) {
  .landing-header__col-c {
    float: left;
    width: 25%;
  }
}

.intro-projects {
  background-color: #fff;
  padding: 0;
}

.intro-projects .teaser__picture-wrapper {
  margin-bottom: 3rem;
}

.intro-projects + .text-center {
  background-color: #fff;
}

.wrapper-contact .contact-block,
.wrapper-contact .contact-file {
  background-color: #fff;
}

.wrapper-contact .contact-file {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 1380px) {
  .wrapper-contact .contact-file {
    margin-bottom: 6rem;
  }
}

.wrapper-contact .contact-block__title {
  font-weight: 100 !important;
  padding-left: 0;
  border-bottom: 0;
  padding-bottom: 2rem;
  position: relative;
  margin-bottom: 2rem;
}

.wrapper-contact .contact-block__title:after {
  content: "";
  width: 90px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.wrapper-contact--color-1 .contact-block a:not(.btn):before,
.wrapper-contact--color-1 .contact-block__title:after {
  background-color: #253455;
}

.wrapper-contact--color-1 a:not(.btn) {
  color: #253455;
}

.wrapper-contact--color-2 .contact-block a:not(.btn):before,
.wrapper-contact--color-2 .contact-block__title:after {
  background-color: #e85252;
}

.wrapper-contact--color-2 a:not(.btn) {
  color: #e85252;
}

.wrapper-contact--color-3 .contact-block a:not(.btn):before,
.wrapper-contact--color-3 .contact-block__title:after {
  background-color: #c32762;
}

.wrapper-contact--color-3 a:not(.btn) {
  color: #c32762;
}

.wrapper-contact--color-4 .block-title-regular {
  padding-bottom: 0;
}

.wrapper-contact--color-4 .block-title__title {
  margin-top: 0;
  margin-bottom: 1rem;
}

.wrapper-contact--color-4 .contact-block a:not(.btn):before,
.wrapper-contact--color-4 .contact-block__title:after {
  background-color: #00aec7;
}

.wrapper-contact--color-4 a:not(.btn) {
  color: #00aec7;
}

@media only screen and (min-width: 992px) {
  .wrapper-contact--color-4 .block-title__title {
    margin-bottom: 3rem;
  }
  .wrapper-contact--color-4 .farc-block__content-wrapper {
    padding-top: 3rem;
  }
}

.wrapper-grid--action .embed-container {
  margin-bottom: 20px;
}

.landing-header__bg {
  padding: 1rem 0;
}

.landing-header__bg img {
  display: block;
  max-width: 100%;
  height: auto;
}

.quote__id {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.quote__fx {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.quote__text {
  font-size: 1.6rem;
  font-style: italic;
  padding-left: 3rem;
  position: relative;
}

.quote__text:before {
  content: "\00AB";
  font-size: 2.5rem;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  margin-top: -1rem;
}

@media only screen and (min-width: 768px) {
  .landing-header .teaser--special-whitebg .teaser__content {
    padding: 2rem;
  }
  .landing-header__intro {
    padding-top: 2.5rem;
  }
  .wrapper-contact .fiche-id__content {
    padding-left: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  .landing-header .teaser--special-whitebg .teaser__content {
    padding: 3rem;
  }
  .is-path-landing-page .landing-teaser-hub,
  .is-path-agir-cancer .landing-teaser-hub,
  .is-path-cancer .landing-teaser-hub,
  .is-path-recherche-cancer .landing-teaser-hub,
  .is-path-taxonomy .landing-teaser-hub {
    position: absolute;
    width: calc(100% - 20px) !important;
    height: calc(100% - 20px);
  }
  .is-path-landing-page .landing-teaser-hub > .teaser__wrapper,
  .is-path-agir-cancer .landing-teaser-hub > .teaser__wrapper,
  .is-path-cancer .landing-teaser-hub > .teaser__wrapper,
  .is-path-recherche-cancer .landing-teaser-hub > .teaser__wrapper,
  .is-path-taxonomy .landing-teaser-hub > .teaser__wrapper {
    width: 100%;
  }
  .is-path-landing-page
    .field--name-commitment
    .field__item.col-md-4
    .teaser.matchHeight,
  .is-path-agir-cancer
    .field--name-commitment
    .field__item.col-md-4
    .teaser.matchHeight,
  .is-path-cancer
    .field--name-commitment
    .field__item.col-md-4
    .teaser.matchHeight,
  .is-path-recherche-cancer
    .field--name-commitment
    .field__item.col-md-4
    .teaser.matchHeight,
  .is-path-taxonomy
    .field--name-commitment
    .field__item.col-md-4
    .teaser.matchHeight {
    height: 505px;
  }
  .is-path-landing-page
    .landing-header__banner
    .teaser--special-whitebg
    .teaser__content,
  .is-path-agir-cancer
    .landing-header__banner
    .teaser--special-whitebg
    .teaser__content,
  .is-path-cancer
    .landing-header__banner
    .teaser--special-whitebg
    .teaser__content,
  .is-path-recherche-cancer
    .landing-header__banner
    .teaser--special-whitebg
    .teaser__content,
  .is-path-taxonomy
    .landing-header__banner
    .teaser--special-whitebg
    .teaser__content {
    min-height: 224px;
  }
  .is-path-landing-page
    .don-block-medium-button
    .don-block-medium-button__title
    br:not[class*="hidden"],
  .is-path-agir-cancer
    .don-block-medium-button
    .don-block-medium-button__title
    br:not[class*="hidden"],
  .is-path-cancer
    .don-block-medium-button
    .don-block-medium-button__title
    br:not[class*="hidden"],
  .is-path-recherche-cancer
    .don-block-medium-button
    .don-block-medium-button__title
    br:not[class*="hidden"],
  .is-path-taxonomy
    .don-block-medium-button
    .don-block-medium-button__title
    br:not[class*="hidden"] {
    display: none;
  }
  .is-path-landing-page
    .farc-block.block-title
    .block-region-action-first-right
    .teaser--special-whitebg
    .teaser__content,
  .is-path-agir-cancer
    .farc-block.block-title
    .block-region-action-first-right
    .teaser--special-whitebg
    .teaser__content,
  .is-path-cancer
    .farc-block.block-title
    .block-region-action-first-right
    .teaser--special-whitebg
    .teaser__content,
  .is-path-recherche-cancer
    .farc-block.block-title
    .block-region-action-first-right
    .teaser--special-whitebg
    .teaser__content,
  .is-path-taxonomy
    .farc-block.block-title
    .block-region-action-first-right
    .teaser--special-whitebg
    .teaser__content {
    min-height: 261px;
  }
  .landing-header__bg {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    padding: 0;
  }
  .landing-header__col-a,
  .landing-header__col-b {
    min-height: 454px;
  }
  .landing-header__col-a .teaser,
  .landing-header__col-b .teaser {
    position: absolute;
    left: 10px;
    bottom: 0;
    z-index: 50;
    width: calc(100% - 20px);
  }
  .landing-header__intro {
    padding-top: 3rem;
  }
  .landing-header__banner {
    height: 529px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1379px) {
  .landing-header__col-c {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
  }
  .landing-header__col-c .btn {
    margin-bottom: 1.5rem;
  }
  .landing-header__banner,
  .landing-header__banner .row {
    position: relative;
  }
  .intro-projects .teaser__picture-wrapper {
    display: none;
  }
}

@media only screen and (min-width: 1380px) {
  .landing-header__intro {
    padding-top: 3.5rem;
  }
  .landing-header__bg {
    padding: 0 0 0 10px;
  }
  .landing-header__banner {
    height: 516px;
  }
  .landing-header__col-a,
  .landing-header__col-b,
  .landing-header__col-c {
    min-height: 516px;
  }
  .landing-header__col-c .btn-huge {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .intro-projects {
    padding: 0 0 6rem;
  }
  .intro-projects .teaser--color-reverse .teaser__content:before,
  .intro-projects .teaser--color-reverse .teaser__content:after {
    content: " ";
    display: table;
  }
  .intro-projects .teaser--color-reverse .teaser__content:after {
    clear: both;
  }
  .intro-projects .teaser--color-reverse .teaser__picture-wrapper {
    float: left;
    margin: -3rem 2rem -1rem -3rem;
  }
  .wrapper-grid--action .embed-container {
    margin-top: 3.8rem;
  }
  .wrapper-grid--action .don-block-medium-button--smaller {
    margin-top: 175px;
    margin-top: 17.5rem;
    min-height: 255px;
  }
}

@media only screen and (max-width: 991px) {
  .landing-header__col-b {
    display: none;
  }
  .landing-header__col-c {
    text-align: center;
  }
  .landing-header__col-c .btn {
    margin: 1rem 0 3rem;
  }
  .landing-header__intro .block-breadcrumb-landing {
    display: none;
  }
  .is-path-landing-page .landing-header__banner,
  .is-path-agir-cancer .landing-header__banner,
  .is-path-cancer .landing-header__banner,
  .is-path-recherche-cancer .landing-header__banner,
  .is-path-taxonomy .landing-header__banner {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .is-path-landing-page .landing-header__intro .block-breadcrumb-landing,
  .is-path-agir-cancer .landing-header__intro .block-breadcrumb-landing,
  .is-path-cancer .landing-header__intro .block-breadcrumb-landing,
  .is-path-recherche-cancer .landing-header__intro .block-breadcrumb-landing,
  .is-path-taxonomy .landing-header__intro .block-breadcrumb-landing {
    display: block;
    margin-bottom: 1rem;
  }
  .is-path-landing-page .wrapper-breadcrumb,
  .is-path-agir-cancer .wrapper-breadcrumb,
  .is-path-cancer .wrapper-breadcrumb,
  .is-path-recherche-cancer .wrapper-breadcrumb,
  .is-path-taxonomy .wrapper-breadcrumb {
    margin-top: 0;
    padding: 2rem 0 1rem;
    background-color: #f0f0f0;
  }
  .is-path-landing-page .wrapper-breadcrumb .breadcrumb,
  .is-path-agir-cancer .wrapper-breadcrumb .breadcrumb,
  .is-path-cancer .wrapper-breadcrumb .breadcrumb,
  .is-path-recherche-cancer .wrapper-breadcrumb .breadcrumb,
  .is-path-taxonomy .wrapper-breadcrumb .breadcrumb {
    padding: 0 0.8rem;
  }
}

.wrapper-landing-header + .block-title-regular {
  padding-top: 4rem;
}

.button,
button,
[type="button"],
[type="reset"],
[type="submit"],
.paragraph--information-material--default .btn-group .file > a,
.paragraph--information-material--default .btn-group > .flag,
.btn {
  position: relative;
  margin-right: 2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  white-space: normal;
  padding: 0.9rem 2rem 0.9rem 3rem;
  border: 0;
}

/* .button::before,
button::before,
[type='button']::before,
[type='reset']::before,
[type='submit']::before,
.paragraph--information-material--default .btn-group .file>a::before,
.paragraph--information-material--default .btn-group>.flag::before,
.btn::before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-right-white.svg) transparent no-repeat 0 50%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  margin-top: -7.5px;
  transition: left .2s ease-in-out
} */

@media only screen and (min-width: 992px) {
  .button:focus::before,
  button:focus::before,
  [type="button"]:focus::before,
  [type="reset"]:focus::before,
  [type="submit"]:focus::before,
  .paragraph--information-material--default .btn-group .file > a:focus::before,
  .paragraph--information-material--default .btn-group > .flag:focus::before,
  .button:hover::before,
  button:hover::before,
  [type="button"]:hover::before,
  [type="reset"]:hover::before,
  [type="submit"]:hover::before,
  .paragraph--information-material--default .btn-group .file > a:hover::before,
  .paragraph--information-material--default .btn-group > .flag:hover::before,
  .btn:focus::before,
  .btn:hover::before {
    /* left: 5px */
  }
}

.btn-gray,
.btn-white {
  color: #1c1d33;
}

.btn-gray::before,
.btn-white::before {
  background: url(/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-right-dark.svg)
    transparent no-repeat 0 50%;
}

.btn-gray:focus,
.btn-gray:hover,
.btn-white:focus,
.btn-white:hover {
  color: #1c1d33;
}

.btn-white {
  background-color: #fff;
}

@media only screen and (min-width: 992px) {
  .btn-white:focus,
  .btn-white:hover {
    color: #253455;
  }
}

.btn-gray {
  background-color: #f0f0f0;
}

.btn-danger,
.paragraph--information-material--default .btn-group .file > a {
  background-color: #e85252;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

.btn-danger::after,
.paragraph--information-material--default .btn-group .file > a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c42626;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .btn-danger:active,
  .btn-danger:focus,
  .btn-danger:hover,
  .paragraph--information-material--default .btn-group .file > a:active,
  .paragraph--information-material--default .btn-group .file > a:focus,
  .paragraph--information-material--default .btn-group .file > a:hover {
    background-color: #e85252;
    border-color: #c42626;
    color: #fff;
  }
  .btn-danger:active::after,
  .btn-danger:focus::after,
  .btn-danger:hover::after,
  .paragraph--information-material--default .btn-group .file > a:active::after,
  .paragraph--information-material--default .btn-group .file > a:focus::after,
  .paragraph--information-material--default .btn-group .file > a:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.btn-default,
.paragraph--information-material--default .btn-group > .flag {
  background-color: #3a3b4e;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

.btn-default::after,
.paragraph--information-material--default .btn-group > .flag::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #242531;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .btn-default:active,
  .btn-default:focus,
  .btn-default:hover,
  .paragraph--information-material--default .btn-group > .flag:active,
  .paragraph--information-material--default .btn-group > .flag:focus,
  .paragraph--information-material--default .btn-group > .flag:hover {
    background-color: #3a3b4e;
    border-color: #242531;
    color: #fff;
  }
  .btn-default:active::after,
  .btn-default:focus::after,
  .btn-default:hover::after,
  .paragraph--information-material--default .btn-group > .flag:active::after,
  .paragraph--information-material--default .btn-group > .flag:focus::after,
  .paragraph--information-material--default .btn-group > .flag:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.btn-default:visited,
.paragraph--information-material--default .btn-group > .flag:visited {
  color: #fff;
}

.btn-don {
  background-color: #c32762;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #c32762;
  color: #fff;
}

.btn-don::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9c1f4e;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .btn-don:active,
  .btn-don:focus,
  .btn-don:hover {
    background-color: #c32762;
    border-color: #9c1f4e;
    color: #fff;
  }
  .btn-don:active::after,
  .btn-don:focus::after,
  .btn-don:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.btn-arc1 {
  background-color: #253455;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #253455;
  color: #fff;
}

.btn-arc1::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1c1d33;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .btn-arc1:active,
  .btn-arc1:focus,
  .btn-arc1:hover {
    background-color: #253455;
    border-color: #1c1d33;
    color: #fff;
  }
  .btn-arc1:active::after,
  .btn-arc1:focus::after,
  .btn-arc1:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.btn-arc2 {
  background-color: #e85252;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #e85252;
  color: #fff;
}

.btn-arc2::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c42626;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .btn-arc2:active,
  .btn-arc2:focus,
  .btn-arc2:hover {
    background-color: #e85252;
    border-color: #c42626;
    color: #fff;
  }
  .btn-arc2:active::after,
  .btn-arc2:focus::after,
  .btn-arc2:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.btn-arc3 {
  background-color: #c32762;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #c32762;
  color: #fff;
}

.btn-arc3::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9c1f4e;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .btn-arc3:active,
  .btn-arc3:focus,
  .btn-arc3:hover {
    background-color: #c32762;
    border-color: #9c1f4e;
    color: #fff;
  }
  .btn-arc3:active::after,
  .btn-arc3:focus::after,
  .btn-arc3:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.btn-arc4 {
  background-color: #00aec7;
  color: #fff;
}

/* .btn-arc4 .btn,
.btn-arc4.btn {
  background-color: #00aec7;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: .3s
} */

/* .btn-arc4 .btn::after,
.btn-arc4.btn::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #006882;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: .3s;
  transition-timing-function: ease-out
} */

/* .btn-arc4:active .btn,
.btn-arc4:active.btn,
.btn-arc4:focus .btn,
.btn-arc4:focus.btn,
.btn-arc4:hover .btn,
.btn-arc4:hover.btn {
  background-color: #00aec7;
  color: #fff;
  outline: 0
} */

/* .btn-arc4:active .btn::after,
.btn-arc4:active.btn::after,
.btn-arc4:focus .btn::after,
.btn-arc4:focus.btn::after,
.btn-arc4:hover .btn::after,
.btn-arc4:hover.btn::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
} */

.text-center .btn {
  margin-top: 1.5rem;
}

.call-to-action {
  min-width: 200px;
  text-align: center;
  font-size: 2rem;
  padding-top: 0.7rem;
  padding-bottom: 0.6rem;
}

/* .back-link {
  margin-top: 1rem;
  display: block;
  width: 45px;
  height: 45px
}

.back-link img,
.back-link svg {
  width: 100%;
  height: auto;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
} */

.btn-huge {
  background-color: #e85252;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #e85252;
  color: #fff;
  margin: 20px 0 10px;
  display: block;
  text-align: left;
  font-size: 2rem;
  line-height: 1.1;
}

.btn-huge::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c42626;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .btn-huge:active,
  .btn-huge:focus,
  .btn-huge:hover {
    background-color: #e85252;
    border-color: #c42626;
    color: #fff;
  }
  .btn-huge:active::after,
  .btn-huge:focus::after,
  .btn-huge:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@media only screen and (min-width: 992px) {
  .btn-huge {
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 1380px) {
  .btn-huge {
    font-size: 2.5rem;
    padding: 4rem 1.8rem 4rem 2.8rem;
    margin: 0 20px 0 10px;
    width: calc(100% - 30px);
  }
  .btn-huge::before {
    left: auto;
    top: auto;
    bottom: 1rem;
    right: 1rem;
  }
  .btn-huge:focus::before,
  .btn-huge:hover::before {
    left: auto;
    right: 0.5rem;
  }
}

.intro__button {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding: 1rem 2rem 1rem 3rem;
  position: relative;
}


.intro__button:focus,
.intro__button:hover {
  color: #fff;
}
/*
.intro__button:focus::before,
.intro__button:hover::before {
  left: 7px;
}
*/
.intro__button.color-1 {
  background-color: #253455;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #253455;
}

.intro__button.color-1::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1c1d33;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .intro__button.color-1:active,
  .intro__button.color-1:focus,
  .intro__button.color-1:hover {
    background-color: #253455;
    border-color: #1c1d33;
    color: #fff;
  }
  .intro__button.color-1:active::after,
  .intro__button.color-1:focus::after,
  .intro__button.color-1:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.intro__button.color-2 {
  background-color: #e85252;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #e85252;
}

.intro__button.color-2::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c42626;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .intro__button.color-2:active,
  .intro__button.color-2:focus,
  .intro__button.color-2:hover {
    background-color: #e85252;
    border-color: #c42626;
    color: #fff;
  }
  .intro__button.color-2:active::after,
  .intro__button.color-2:focus::after,
  .intro__button.color-2:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@media only screen and (min-width: 992px) {
  .intro__button.color-2 {
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1.1;
    margin: 10px 0 5px;
    padding-bottom: 9px;
    padding-top: 9px;
  }
}

.intro__button.color-3 {
  background-color: #c32762;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #c32762;
}

.intro__button.color-3::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9c1f4e;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .intro__button.color-3:active,
  .intro__button.color-3:focus,
  .intro__button.color-3:hover {
    background-color: #c32762;
    border-color: #9c1f4e;
    color: #fff;
  }
  .intro__button.color-3:active::after,
  .intro__button.color-3:focus::after,
  .intro__button.color-3:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.intro__button.color-4 {
  background-color: #00aec7;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #00aec7;
}

.intro__button.color-4::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #006882;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .intro__button.color-4:active,
  .intro__button.color-4:focus,
  .intro__button.color-4:hover {
    background-color: #00aec7;
    border-color: #006882;
    color: #fff;
  }
  .intro__button.color-4:active::after,
  .intro__button.color-4:focus::after,
  .intro__button.color-4:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.intro__button.color-white {
  background-color: #fff;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #fff;
  color: #1c1d33;
}

.intro__button.color-white::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1c1d33;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .intro__button.color-white:active,
  .intro__button.color-white:focus,
  .intro__button.color-white:hover {
    background-color: #fff;
    border-color: #1c1d33;
    color: #fff;
  }
  .intro__button.color-white:active::after,
  .intro__button.color-white:focus::after,
  .intro__button.color-white:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.intro__button.color-white::before {
  background: url(/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-right-dark.svg)
    no-repeat transparent 50% 50%;
}

.intro__button.color-white:focus::before,
.intro__button.color-white:hover::before {
  background-image: url(/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-right-white.svg);
}

.wrapped-button {
  padding: 20px;
  padding: 2rem;
  background: url(/themes/custom/farc/components/asset-builds/css/../..//images/razzle-dazzle.svg)
    #00aec7 repeat 50% 50%;
  background-size: 100px;
}

.wrapped-button .button {
  padding: 16px 32px 16px 100px;
  padding: 1.6rem 3.2rem 1.6rem 10rem;
  font-size: 20px;
  font-size: 2rem;
  background-position: 32px 16px;
  background-position: 3.2rem 1.6rem;
  background-size: 44px 44px;
  background-size: 4.4rem 4.4rem;
  color: #fff;
  width: 100%;
  margin: 0;
  text-align: right;
  background-color: #00aec7;
  background-image: url(/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-round-white.svg);
  background-repeat: no-repeat;
  background-size: 44px 44px;
  height: 76px;
  cursor: pointer;
  border: 2px solid #fff;
  line-height: 1;
}

@media only screen and (max-width: 991px) {
  .wrapped-button .button {
    text-align: center;
  }
}

.wrapped-button .button:focus,
.wrapped-button .button:hover {
  background-image: url(/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-round.svg);
  background-color: #fff;
  color: #1c1d33;
}

.button,
button,
[type="button"],
[type="reset"],
[type="submit"] {
  transition: 0.2s ease;
}

/*input[type='button'],
input[type='reset'],
input[type='submit'] {
  background-image: url(/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-right-white.svg);
  background-position: 0 center;
  background-repeat: no-repeat
}

input[type='button']:hover,
input[type='button']:active,
input[type='reset']:hover,
input[type='reset']:active,
input[type='submit']:hover,
input[type='submit']:active {
  background-color: #9c1f4e;
  background-position: 5px center;
  outline: 0
}*/

.paragraph--information-material--default .btn-group .file-size {
  display: none;
}

.paragraph--information-material--default .btn-group > * {
  float: left;
}

.paragraph--information-material--default > .row > p {
  margin-left: 10px;
  margin-right: 10px;
}

.paragraph--information-material--default p img {
  margin: 10px;
  margin: 1rem;
}

.paragraph--information-material-order,
.paragraph--information-material-order-recap {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  padding: 30px 0 5px;
  padding: 3rem 0 0.5rem;
  background-color: #f0f0f0;
  width: 100%;
}

.paragraph--information-material-order,
.paragraph--information-material-order a,
.paragraph--information-material-order-recap,
.paragraph--information-material-order-recap a {
  color: #1c1d33;
}

.paragraph--information-material-order .field--name-info-material-title-basket,
.paragraph--information-material-order-recap
  .field--name-info-material-title-basket {
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  margin-top: -4px;
  margin-top: -0.4rem;
  line-height: 1.1;
}

.paragraph--information-material-order .group-content,
.paragraph--information-material-order-recap .group-content {
  padding-left: 15px;
  padding-left: 1.5rem;
  padding-right: 15px;
  padding-right: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .paragraph--information-material-order .group-content,
  .paragraph--information-material-order-recap .group-content {
    padding-left: 30px;
    padding-left: 3rem;
    padding-right: 26px;
    padding-right: 2.6rem;
  }
}

.paragraph--information-material-order .group-left,
.paragraph--information-material-order .group-right,
.paragraph--information-material-order-recap .group-left,
.paragraph--information-material-order-recap .group-right {
  position: relative;
}

.paragraph--information-material-order .group-left,
.paragraph--information-material-order-recap .group-left {
  padding-bottom: 25px;
  padding-bottom: 2.5rem;
  -webkit-box-align: center;
  align-items: center;
  align-self: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  max-width: 50%;
}

@media only screen and (min-width: 992px) {
  .paragraph--information-material-order .group-left,
  .paragraph--information-material-order-recap .group-left {
    padding-right: 19px;
    padding-right: 1.9rem;
    align-self: flex-start;
    min-height: 265px;
  }
}

.paragraph--information-material-order .group-right,
.paragraph--information-material-order-recap .group-right {
  padding-bottom: 25px;
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-wrap: wrap;
}

.paragraph--information-material-order
  .group-right
  .field--name-info-material-title-basket,
.paragraph--information-material-order-recap
  .group-right
  .field--name-info-material-title-basket {
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.paragraph--information-material-order
  .group-right
  .field--name-info-material-ed-information,
.paragraph--information-material-order-recap
  .group-right
  .field--name-info-material-ed-information {
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.paragraph--information-material-order
  .group-right
  .field--name-quantity-selector,
.paragraph--information-material-order
  .group-right
  .field--name-quantity-display,
.paragraph--information-material-order-recap
  .group-right
  .field--name-quantity-selector,
.paragraph--information-material-order-recap
  .group-right
  .field--name-quantity-display {
  -webkit-box-ordinal-group: 4;
  order: 3;
  margin-top: auto;
  margin-bottom: 5px;
}

.paragraph--information-material-order
  .group-right
  .field--name-quantity-selector
  > .form-item,
.paragraph--information-material-order
  .group-right
  .field--name-quantity-display
  > .form-item,
.paragraph--information-material-order-recap
  .group-right
  .field--name-quantity-selector
  > .form-item,
.paragraph--information-material-order-recap
  .group-right
  .field--name-quantity-display
  > .form-item {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .paragraph--information-material-order .group-right,
  .paragraph--information-material-order-recap .group-right {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .paragraph--information-material-order .group-right,
  .paragraph--information-material-order-recap .group-right {
    width: 50%;
  }
}

.paragraph--information-material-order .group-footer,
.paragraph--information-material-order-recap .group-footer {
  line-height: 21px;
  line-height: 2.1rem;
  padding-top: 20px;
  padding-top: 2rem;
  background-color: #fff;
  vertical-align: middle;
}

@media only screen and (max-width: 991px) {
  .paragraph--information-material-order .group-footer,
  .paragraph--information-material-order-recap .group-footer {
    text-align: center;
  }
}

.paragraph--information-material-order .group-footer > *,
.paragraph--information-material-order-recap .group-footer > * {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding: 0 20px;
  padding: 0 2rem;
  border-right: 1px solid #1b222c;
  display: inline-block;
}

.paragraph--information-material-order .group-footer > *:first-child,
.paragraph--information-material-order-recap .group-footer > *:first-child {
  margin-left: -10px;
  margin-left: -1rem;
}

.paragraph--information-material-order .group-footer > *:last-child,
.paragraph--information-material-order-recap .group-footer > *:last-child {
  margin-right: -10px;
  margin-right: -1rem;
  border-right: 0;
}

.paragraph--information-material-order .field--type-image,
.paragraph--information-material-order-recap .field--type-image {
  max-width: 100%;
  width: 172px;
}

.paragraph--information-material-order.one-column .group-left,
.paragraph--information-material-order.one-column .group-right,
.paragraph--information-material-order-recap.one-column .group-left,
.paragraph--information-material-order-recap.one-column .group-right {
  width: 100%;
}

.paragraph--information-material-order-recap .group-footer {
  display: none;
}

div.form-item > .ui-spinner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (min-width: 992px) {
  div.form-item > .ui-spinner {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}

div.form-item > .ui-spinner .ui-spinner-button {
  height: 30px;
  height: 3rem;
  width: 30px;
  width: 3rem;
  margin: 5px 0;
  margin: 0.5rem 0;
  position: relative;
  background-color: #3a3b4e;
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

div.form-item > .ui-spinner .ui-spinner-button .ui-button-text {
  display: none;
}

div.form-item > .ui-spinner .ui-spinner-button::after {
  height: 30px;
  height: 3rem;
  width: 30px;
  width: 3rem;
  background-position: center;
  background-repeat: no-repeat;
  font-weight: 400;
  display: block;
  color: #fff;
}

div.form-item > .ui-spinner .ui-spinner-down {
  -webkit-box-ordinal-group: 2;
  order: 1;
}

div.form-item > .ui-spinner .ui-spinner-down::after {
  content: "";
  background: url(/themes/custom/farc/components/asset-builds/css/../..//icons/remove.svg)
    no-repeat center;
  background-size: 10px;
}

div.form-item > .ui-spinner input.farc-quantity-selector {
  width: 56px;
  width: 5.6rem;
  height: 40px;
  height: 4rem;
  margin: 0 15px;
  margin: 0 1.5rem;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  -webkit-box-ordinal-group: 3;
  order: 2;
  background: #fff;
  border: 1px solid rgba(96, 97, 119, 0.3);
}

div.form-item > .ui-spinner .ui-spinner-up {
  -webkit-box-ordinal-group: 4;
  order: 3;
}

div.form-item > .ui-spinner .ui-spinner-up::after {
  content: "";
  background: url(/themes/custom/farc/components/asset-builds/css/../..//icons/add.svg)
    no-repeat center;
  background-size: 10px;
}

.modal-selector-form {
  background: #fff;
  max-height: 287px;
  overflow-x: auto;
  text-align: left;
  transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s,
    -webkit-transform 0.3s;
  width: 100%;
}

@media only screen and (min-width: 1380px) {
  .modal-selector-form {
    max-height: 593px;
  }
}

.modal-selector-form:first-child {
  margin-top: 0;
}

.modal-selector-form a.button {
  border: 0;
  cursor: pointer;
  display: block;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.1;
  margin: 7px 0 0;
  padding: 12px 28px;
  position: relative;
  text-align: left;
  transition: 0.2s ease-in;
  white-space: normal;
  width: 100%;
  text-transform: none;
}

.modal-selector-form a.button::before {
  background-image: none;
}

.modal-selector-form a.button,
.modal-selector-form a.button:hover {
  background-color: #f0f0f0;
  color: #000;
}

.modal-selector-form a.button.active,
.modal-selector-form a.button.selected {
  background-color: #006882;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .modal-selector-form a.button {
    background-position: 70px 50%;
    background-size: 15px 15px;
    padding-left: 110px;
  }
  .modal-selector-form a.button:hover {
    background-color: #00aec7;
    background-image: url(/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-right-white.svg);
    background-position: 80px 50%;
    background-repeat: no-repeat;
    color: #fff;
  }
}

.button,
button,
[type="button"],
[type="reset"],
[type="submit"],
.ui-dialog.popup-dialog-information-material .info-material-stay-on-page,
.ui-dialog.popup-dialog-information-material .info-material-continue-order,
.btn {
  position: relative;
  margin-right: 2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  white-space: normal;
  padding: 0.9rem 2rem 0.9rem 3rem;
  border: 0;
}
/* 
.button::before,
button::before,
[type='button']::before,
[type='reset']::before,
[type='submit']::before,
.ui-dialog.popup-dialog-information-material .info-material-stay-on-page::before,
.ui-dialog.popup-dialog-information-material .info-material-continue-order::before,
.btn::before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-right-white.svg) transparent no-repeat 0 50%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  margin-top: -7.5px;
  transition: left .2s ease-in-out
} */

@media only screen and (min-width: 992px) {
  .button:focus::before,
  button:focus::before,
  [type="button"]:focus::before,
  [type="reset"]:focus::before,
  [type="submit"]:focus::before,
  .ui-dialog.popup-dialog-information-material
    .info-material-stay-on-page:focus::before,
  .ui-dialog.popup-dialog-information-material
    .info-material-continue-order:focus::before,
  .button:hover::before,
  button:hover::before,
  [type="button"]:hover::before,
  [type="reset"]:hover::before,
  [type="submit"]:hover::before,
  .ui-dialog.popup-dialog-information-material
    .info-material-stay-on-page:hover::before,
  .ui-dialog.popup-dialog-information-material
    .info-material-continue-order:hover::before,
  .btn:focus::before,
  .btn:hover::before {
    /* left: 5px */
  }
}

.btn-gray,
.btn-white {
  color: #1c1d33;
}

.btn-gray::before,
.btn-white::before {
  background: url(/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-right-dark.svg)
    transparent no-repeat 0 50%;
}

.btn-gray:focus,
.btn-gray:hover,
.btn-white:focus,
.btn-white:hover {
  color: #1c1d33;
}

.btn-white {
  background-color: #fff;
}

@media only screen and (min-width: 992px) {
  .btn-white:focus,
  .btn-white:hover {
    color: #253455;
  }
}

.btn-gray {
  background-color: #f0f0f0;
}

.btn-danger {
  background-color: #e85252;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

.btn-danger::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c42626;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .btn-danger:active,
  .btn-danger:focus,
  .btn-danger:hover {
    background-color: #e85252;
    border-color: #c42626;
    color: #fff;
  }
  .btn-danger:active::after,
  .btn-danger:focus::after,
  .btn-danger:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.btn-default,
.ui-dialog.popup-dialog-information-material .info-material-stay-on-page {
  background-color: #3a3b4e;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

.btn-default::after,
.ui-dialog.popup-dialog-information-material
  .info-material-stay-on-page::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #242531;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .btn-default:active,
  .btn-default:focus,
  .btn-default:hover,
  .ui-dialog.popup-dialog-information-material
    .info-material-stay-on-page:active,
  .ui-dialog.popup-dialog-information-material
    .info-material-stay-on-page:focus,
  .ui-dialog.popup-dialog-information-material
    .info-material-stay-on-page:hover {
    background-color: #3a3b4e;
    border-color: #242531;
    color: #fff;
  }
  .btn-default:active::after,
  .btn-default:focus::after,
  .btn-default:hover::after,
  .ui-dialog.popup-dialog-information-material
    .info-material-stay-on-page:active::after,
  .ui-dialog.popup-dialog-information-material
    .info-material-stay-on-page:focus::after,
  .ui-dialog.popup-dialog-information-material
    .info-material-stay-on-page:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.btn-default:visited,
.ui-dialog.popup-dialog-information-material
  .info-material-stay-on-page:visited {
  color: #fff;
}

.btn-don {
  background-color: #c32762;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #c32762;
  color: #fff;
}

.btn-don::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9c1f4e;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .btn-don:active,
  .btn-don:focus,
  .btn-don:hover {
    background-color: #c32762;
    border-color: #9c1f4e;
    color: #fff;
  }
  .btn-don:active::after,
  .btn-don:focus::after,
  .btn-don:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.btn-arc1 {
  background-color: #253455;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #253455;
  color: #fff;
}

.btn-arc1::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1c1d33;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .btn-arc1:active,
  .btn-arc1:focus,
  .btn-arc1:hover {
    background-color: #253455;
    border-color: #1c1d33;
    color: #fff;
  }
  .btn-arc1:active::after,
  .btn-arc1:focus::after,
  .btn-arc1:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.btn-arc2 {
  background-color: #e85252;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #e85252;
  color: #fff;
}

.btn-arc2::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c42626;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .btn-arc2:active,
  .btn-arc2:focus,
  .btn-arc2:hover {
    background-color: #e85252;
    border-color: #c42626;
    color: #fff;
  }
  .btn-arc2:active::after,
  .btn-arc2:focus::after,
  .btn-arc2:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.btn-arc3 {
  background-color: #c32762;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #c32762;
  color: #fff;
}

.btn-arc3::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9c1f4e;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .btn-arc3:active,
  .btn-arc3:focus,
  .btn-arc3:hover {
    background-color: #c32762;
    border-color: #9c1f4e;
    color: #fff;
  }
  .btn-arc3:active::after,
  .btn-arc3:focus::after,
  .btn-arc3:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.btn-arc4,
.ui-dialog.popup-dialog-information-material .info-material-continue-order {
  background-color: #00aec7;
  color: #fff;
}

/* .btn-arc4 .btn,
.btn-arc4.btn, */
.ui-dialog.popup-dialog-information-material .info-material-continue-order .btn,
.ui-dialog.popup-dialog-information-material .btn.info-material-continue-order {
  background-color: #00aec7;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

/* .btn-arc4 .btn::after,
.btn-arc4.btn::after, */
.ui-dialog.popup-dialog-information-material
  .info-material-continue-order
  .btn::after,
.ui-dialog.popup-dialog-information-material
  .btn.info-material-continue-order::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #006882;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

/* .btn-arc4:active .btn,
.btn-arc4:active.btn,
.btn-arc4:focus .btn,
.btn-arc4:focus.btn,
.btn-arc4:hover .btn,
.btn-arc4:hover.btn, */
.ui-dialog.popup-dialog-information-material
  .info-material-continue-order:active
  .btn,
.ui-dialog.popup-dialog-information-material
  .info-material-continue-order:active.btn,
.ui-dialog.popup-dialog-information-material
  .info-material-continue-order:focus
  .btn,
.ui-dialog.popup-dialog-information-material
  .info-material-continue-order:focus.btn,
.ui-dialog.popup-dialog-information-material
  .info-material-continue-order:hover
  .btn,
.ui-dialog.popup-dialog-information-material
  .info-material-continue-order:hover.btn {
  background-color: #00aec7;
  color: #fff;
  outline: 0;
}

/* .btn-arc4:active .btn::after,
.btn-arc4:active.btn::after,
.btn-arc4:focus .btn::after,
.btn-arc4:focus.btn::after,
.btn-arc4:hover .btn::after,
.btn-arc4:hover.btn::after, */
.ui-dialog.popup-dialog-information-material
  .info-material-continue-order:active
  .btn::after,
.ui-dialog.popup-dialog-information-material
  .info-material-continue-order:active.btn::after,
.ui-dialog.popup-dialog-information-material
  .info-material-continue-order:focus
  .btn::after,
.ui-dialog.popup-dialog-information-material
  .info-material-continue-order:focus.btn::after,
.ui-dialog.popup-dialog-information-material
  .info-material-continue-order:hover
  .btn::after,
.ui-dialog.popup-dialog-information-material
  .info-material-continue-order:hover.btn::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.text-center .btn {
  margin-top: 1.5rem;
}

.call-to-action {
  min-width: 200px;
  text-align: center;
  font-size: 2rem;
  padding-top: 0.7rem;
  padding-bottom: 0.6rem;
}
/* 
.back-link {
  margin-top: 1rem;
  display: block;
  width: 45px;
  height: 45px
}

.back-link img,
.back-link svg {
  width: 100%;
  height: auto;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
} */

.btn-huge {
  background-color: #e85252;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #e85252;
  color: #fff;
  margin: 20px 0 10px;
  display: block;
  text-align: left;
  font-size: 2rem;
  line-height: 1.1;
}

.btn-huge::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c42626;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .btn-huge:active,
  .btn-huge:focus,
  .btn-huge:hover {
    background-color: #e85252;
    border-color: #c42626;
    color: #fff;
  }
  .btn-huge:active::after,
  .btn-huge:focus::after,
  .btn-huge:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@media only screen and (min-width: 992px) {
  .btn-huge {
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 1380px) {
  .btn-huge {
    font-size: 2.5rem;
    padding: 4rem 1.8rem 4rem 2.8rem;
    margin: 0 20px 0 10px;
    width: calc(100% - 30px);
  }
  .btn-huge::before {
    left: auto;
    top: auto;
    bottom: 1rem;
    right: 1rem;
  }
  .btn-huge:focus::before,
  .btn-huge:hover::before {
    left: auto;
    right: 0.5rem;
  }
}

.intro__button {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding: 1rem 2rem 1rem 3rem;
  position: relative;
}



.intro__button:focus,
.intro__button:hover {
  color: #fff;
}
/*
.intro__button:focus::before,
.intro__button:hover::before {
  left: 7px;
}
*/

.intro__button.color-1 {
  background-color: #253455;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #253455;
}

.intro__button.color-1::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1c1d33;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .intro__button.color-1:active,
  .intro__button.color-1:focus,
  .intro__button.color-1:hover {
    background-color: #253455;
    border-color: #1c1d33;
    color: #fff;
  }
  .intro__button.color-1:active::after,
  .intro__button.color-1:focus::after,
  .intro__button.color-1:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.intro__button.color-2 {
  background-color: #e85252;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #e85252;
}

.intro__button.color-2::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c42626;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .intro__button.color-2:active,
  .intro__button.color-2:focus,
  .intro__button.color-2:hover {
    background-color: #e85252;
    border-color: #c42626;
    color: #fff;
  }
  .intro__button.color-2:active::after,
  .intro__button.color-2:focus::after,
  .intro__button.color-2:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@media only screen and (min-width: 992px) {
  .intro__button.color-2 {
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1.1;
    margin: 10px 0 5px;
    padding-bottom: 9px;
    padding-top: 9px;
  }
}

.intro__button.color-3 {
  background-color: #c32762;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #c32762;
}

.intro__button.color-3::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9c1f4e;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .intro__button.color-3:active,
  .intro__button.color-3:focus,
  .intro__button.color-3:hover {
    background-color: #c32762;
    border-color: #9c1f4e;
    color: #fff;
  }
  .intro__button.color-3:active::after,
  .intro__button.color-3:focus::after,
  .intro__button.color-3:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.intro__button.color-4 {
  background-color: #00aec7;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #00aec7;
}

.intro__button.color-4::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #006882;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .intro__button.color-4:active,
  .intro__button.color-4:focus,
  .intro__button.color-4:hover {
    background-color: #00aec7;
    border-color: #006882;
    color: #fff;
  }
  .intro__button.color-4:active::after,
  .intro__button.color-4:focus::after,
  .intro__button.color-4:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.intro__button.color-white {
  background-color: #fff;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: #fff;
  color: #1c1d33;
}

.intro__button.color-white::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1c1d33;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
  .intro__button.color-white:active,
  .intro__button.color-white:focus,
  .intro__button.color-white:hover {
    background-color: #fff;
    border-color: #1c1d33;
    color: #fff;
  }
  .intro__button.color-white:active::after,
  .intro__button.color-white:focus::after,
  .intro__button.color-white:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.intro__button.color-white::before {
  background: url(/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-right-dark.svg)
    no-repeat transparent 50% 50%;
}

.intro__button.color-white:focus::before,
.intro__button.color-white:hover::before {
  background-image: url(/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-right-white.svg);
}

.wrapped-button {
  padding: 20px;
  padding: 2rem;
  background: url(/themes/custom/farc/components/asset-builds/css/../..//images/razzle-dazzle.svg)
    #00aec7 repeat 50% 50%;
  background-size: 100px;
}

.wrapped-button .button {
  padding: 16px 32px 16px 100px;
  padding: 1.6rem 3.2rem 1.6rem 10rem;
  font-size: 20px;
  font-size: 2rem;
  background-position: 32px 16px;
  background-position: 3.2rem 1.6rem;
  background-size: 44px 44px;
  background-size: 4.4rem 4.4rem;
  color: #fff;
  width: 100%;
  margin: 0;
  text-align: right;
  background-color: #00aec7;
  background-image: url(/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-round-white.svg);
  background-repeat: no-repeat;
  background-size: 44px 44px;
  height: 76px;
  cursor: pointer;
  border: 2px solid #fff;
  line-height: 1;
}

@media only screen and (max-width: 991px) {
  .wrapped-button .button {
    text-align: center;
  }
}

.wrapped-button .button:focus,
.wrapped-button .button:hover {
  background-image: url(/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-round.svg);
  background-color: #fff;
  color: #1c1d33;
}

.button,
button,
[type="button"],
[type="reset"],
[type="submit"] {
  transition: 0.2s ease;
}

/*input[type='button'],
input[type='reset'],
input[type='submit'] {
  background-image: url(/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-right-white.svg);
  background-position: 0 center;
  background-repeat: no-repeat
}

input[type='button']:hover,
input[type='button']:active,
input[type='reset']:hover,
input[type='reset']:active,
input[type='submit']:hover,
input[type='submit']:active {
  background-color: #9c1f4e;
  background-position: 5px center;
  outline: 0
}*/

body.dialog-open {
  overflow: hidden;
}

.ui-dialog {
  background: none;
  border-radius: 0;
  border: 0;
  max-height: 715px;
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0s 0s, opacity 0.3s, transform 0.3s;
  transition: visibility 0s 0s, opacity 0.3s, transform 0.3s,
    -webkit-transform 0.3s;
}

@media only screen and (max-width: 992px) {
  .ui-dialog {
    width: 92% !important;
  }
}

.ui-dialog .ui-dialog-title {
  margin: 0;
}

.ui-dialog .ui-dialog-titlebar {
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-titlebar .ui-state-default .ui-icon {
  height: 40px;
  width: 40px;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  background: none;
  border: 0;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
}

.ui-dialog .ui-dialog-titlebar .ui-state-default .ui-icon {
  background: #fff;
  cursor: pointer;
  margin: 0;
  outline: 0;
  position: static;
  text-align: center;
  text-indent: 0;
}

.ui-dialog .ui-dialog-titlebar .ui-state-default .ui-icon::before {
  content: "\0058";
  width: 40px;
  height: 40px;
  text-align: center;
  color: #1c1d33;
  font-size: 3rem;
  font-weight: 500;
  display: block;
}

.ui-dialog .ui-dialog-titlebar .ui-state-default .ui-icon:focus::before,
.ui-dialog .ui-dialog-titlebar .ui-state-default .ui-icon:hover::before {
  color: #006882;
}

.ui-dialog .ui-dialog-titlebar .ui-button-text {
  font-size: 0;
}

.ui-dialog .ui-dialog-content {
  background: #fff;
  overflow: hidden;
  padding: 7px;
  width: 860px;
}

@media only screen and (min-width: 992px) {
  .ui-dialog .ui-dialog-content {
    padding: 50px 110px;
  }
}

.ui-dialog.popup-dialog-cancer .ui-dialog-content {
  display: -webkit-box;
  display: flex;
}
.ui-dialog.popup-dialog-cancer .ui-dialog-content > div {
  width: 100%;
}
.ui-dialog.popup-dialog-cancer .modal-selector-form a.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.ui-dialog.popup-dialog-information-material {
  background-color: #fff;
  top: 50% !important;
}

.ui-dialog.popup-dialog-information-material .ui-dialog-title {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 28px;
  line-height: 2.8rem;
  padding: 21px 6px 24px;
  padding: 2.1rem 0.6rem 2.4rem;
  width: 80%;
}

@media only screen and (min-width: 992px) {
  .ui-dialog.popup-dialog-information-material .ui-dialog-title {
    padding: 45px 30px 24px 110px;
    padding: 4.5rem 3rem 2.4rem 11rem;
    width: 90%;
  }
}

.ui-dialog.popup-dialog-information-material .ui-dialog-content {
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .ui-dialog.popup-dialog-information-material .ui-dialog-content {
    padding-bottom: 28px;
    padding-bottom: 2.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .ui-dialog.popup-dialog-information-material .ui-dialog-content {
    padding-bottom: 20px;
    padding-bottom: 2rem;
    overflow: auto;
  }
}

.ui-dialog.popup-dialog-information-material
  .ui-dialog-titlebar
  .ui-state-default
  .ui-icon {
  background: url(/themes/custom/farc/components/asset-builds/css/../..//images/razzle-dazzle.svg)
    transparent repeat 50% 50%;
}

.ui-dialog.popup-dialog-information-material
  .ui-dialog-titlebar
  .ui-dialog-titlebar-close {
  right: 7px;
  right: 0.7rem;
  top: 7px;
  top: 0.7rem;
}

@media only screen and (min-width: 992px) {
  .ui-dialog.popup-dialog-information-material
    .ui-dialog-titlebar
    .ui-dialog-titlebar-close {
    right: 20px;
    right: 2rem;
    top: 20px;
    top: 2rem;
  }
}

.ui-dialog.popup-dialog-information-material
  .ui-dialog-titlebar
  .ui-dialog-titlebar-close,
.ui-dialog.popup-dialog-information-material
  .ui-dialog-titlebar
  .ui-dialog-titlebar-close
  .ui-icon,
.ui-dialog.popup-dialog-information-material
  .ui-dialog-titlebar
  .ui-dialog-titlebar-close
  .ui-icon::before {
  width: 56px;
  width: 5.6rem;
  height: 56px;
  height: 5.6rem;
}

.ui-dialog.popup-dialog-information-material
  .ui-dialog-titlebar
  .ui-dialog-titlebar-close
  .ui-icon::before {
  line-height: 54px;
}

.ui-dialog.popup-dialog-information-material .information-material-body {
  padding: 30px;
  padding: 3rem;
  background-color: #f0f0f0;
}

@media only screen and (min-width: 768px) {
  .ui-dialog.popup-dialog-information-material .information-material-body {
    display: -webkit-box;
    display: flex;
  }
}

.ui-dialog.popup-dialog-information-material .information-material-image-part {
  margin-right: 20px;
  margin-right: 2rem;
  float: left;
}

@media only screen and (min-width: 768px) {
  .ui-dialog.popup-dialog-information-material
    .information-material-image-part {
    flex-shrink: 0;
    float: none;
  }
}

.ui-dialog.popup-dialog-information-material .information-material-text-part {
  line-height: 20px;
  line-height: 2rem;
  margin-top: -5px;
  margin-top: -0.5rem;
}

@media only screen and (min-width: 768px) {
  .ui-dialog.popup-dialog-information-material .information-material-text-part {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex: 1;
  }
}

@media only screen and (max-width: 767px) {
  .ui-dialog.popup-dialog-information-material .information-material-text-part {
    margin-top: -3px;
    margin-top: -0.3rem;
  }
}

.ui-dialog.popup-dialog-information-material .information-material-title {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-bottom: 23px;
  margin-bottom: 2.3rem;
}

.ui-dialog.popup-dialog-information-material .information-material-description {
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
}

@media only screen and (min-width: 768px) {
  .ui-dialog.popup-dialog-information-material
    .information-material-quantity-selector {
    margin-top: auto;
  }
}

@media only screen and (min-width: 768px) {
  .ui-dialog.popup-dialog-information-material
    .information-material-quantity-selector
    div.form-item {
    margin-bottom: 5px;
  }
}

.ui-dialog.popup-dialog-information-material
  .information-material-quantity-selector
  div.form-item
  > .ui-spinner {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.ui-dialog.popup-dialog-information-material .info-material-stay-on-page {
  float: left;
}

.ui-dialog.popup-dialog-information-material .info-material-continue-order {
  float: right;
}

@media only screen and (min-width: 992px) {
  .ui-dialog.popup-dialog-information-material .info-material-continue-order {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
  }
  .ui-dialog.popup-dialog-information-material
    .info-material-continue-order::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #006882;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .ui-dialog.popup-dialog-information-material
    .info-material-continue-order:active::after,
  .ui-dialog.popup-dialog-information-material
    .info-material-continue-order:focus::after,
  .ui-dialog.popup-dialog-information-material
    .info-material-continue-order:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.ui-dialog.popup-dialog-information-material .info-material-stay-on-page,
.ui-dialog.popup-dialog-information-material .info-material-continue-order {
  margin: 20px 0;
  margin: 2rem 0;
  width: calc(50% - 10px);
  text-align: center;
  outline: 0;
}

.ui-dialog.popup-dialog-information-material
  .info-material-stay-on-page::before,
.ui-dialog.popup-dialog-information-material
  .info-material-continue-order::before {
  margin-right: 15px;
  position: static;
  display: inline-block;
  vertical-align: sub;
}

@media only screen and (min-width: 992px) {
  .ui-dialog.popup-dialog-information-material
    .info-material-stay-on-page::before,
  .ui-dialog.popup-dialog-information-material
    .info-material-continue-order::before {
    transition: 0.3s ease-out;
  }
  .ui-dialog.popup-dialog-information-material
    .info-material-stay-on-page:active::before,
  .ui-dialog.popup-dialog-information-material
    .info-material-stay-on-page:focus::before,
  .ui-dialog.popup-dialog-information-material
    .info-material-stay-on-page:hover::before,
  .ui-dialog.popup-dialog-information-material
    .info-material-continue-order:active::before,
  .ui-dialog.popup-dialog-information-material
    .info-material-continue-order:focus::before,
  .ui-dialog.popup-dialog-information-material
    .info-material-continue-order:hover::before {
    margin-left: 10px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .ui-dialog.popup-dialog-information-material .info-material-stay-on-page,
  .ui-dialog.popup-dialog-information-material .info-material-continue-order {
    margin: 20px 0 0;
    margin: 2rem 0 0;
    width: 100%;
  }
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.visually-hidden--off,
.visually-hidden--focusable:active,
.visually-hidden--focusable:focus,
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
}

.order-page .view-content,
.order-page .view-footer {
  margin-left: -20px;
  margin-left: -2rem;
  margin-right: -20px;
  margin-right: -2rem;
}

.order-page .view-content:before,
.order-page .view-content:after,
.order-page .view-footer:before,
.order-page .view-footer:after {
  content: " ";
  display: table;
}

.order-page .view-content:after,
.order-page .view-footer:after {
  clear: both;
}

.order-page .view-footer {
  margin: 30px 0 60px;
  margin: 3rem 0 6rem;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
  .order-page .view-footer {
    margin-bottom: 48px;
    margin-bottom: 4.8rem;
    margin-top: 48px;
    margin-top: 4.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.order-page .view-footer .footer-links {
  margin-left: 39px;
  margin-left: 3.9rem;
}

@media only screen and (max-width: 991px) {
  .order-page .view-footer .footer-links {
    margin-left: 0;
  }
}

.order-page .view-footer .total,
.order-page .view-empty {
  font-size: 20px;
  font-size: 2rem;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  padding-left: 52px;
  padding-left: 5.2rem;
  border-bottom: 10px solid #f0f0f0;
  color: #3a3b4e;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  line-height: 1;
  text-align: right;
}

@media only screen and (max-width: 1379px) {
  .order-page .view-footer .total,
  .order-page .view-empty {
    margin-right: 15px;
    margin-right: 1.5rem;
  }
}

.order-page .view-empty {
  float: right;
}

@media only screen and (min-width: 768px) {
  .order-page .view-empty {
    position: absolute;
    bottom: -92px;
    right: 420px;
    z-index: 5;
  }
}

.order-page .view-empty + .view-footer {
  margin-bottom: 0;
}

.autocomplete,
.form-autocomplete {
  background-image: none !important;
}

[dir="rtl"] .autocomplete,
[dir="rtl"] .form-autocomplete {
  background-position: 0 center;
}

.autocomplete__list-wrapper,
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

.autocomplete__list,
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.autocomplete__list-item,
#autocomplete li {
  background: #fff;
  color: #253455;
  cursor: default;
  white-space: pre;
}

.autocomplete__list-item.is-selected,
.autocomplete__list-item--is-selected,
#autocomplete li.is-selected,
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

.autocomplete.is-throbbing,
.autocomplete--is-throbbing,
.is-throbbing.form-autocomplete,
.form-autocomplete.throbbing {
  background-image: url(/themes/custom/farc/components/asset-builds/css/../..//forms/autocomplete/throbber-active.gif);
}

.collapsible-fieldset,
.collapsible {
  position: relative;
}

.collapsible-fieldset__legend,
.collapsible .fieldset-legend {
  display: block;
  padding-left: 15px;
  background-image: url(/themes/custom/farc/components/asset-builds/css/../..//forms/collapsible-fieldset/expanded.svg);
  background-position: 4px 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .collapsible-fieldset__legend,
[dir="rtl"] .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .fieldset-legend {
  padding-left: 0;
  padding-right: 15px;
  background-position: right 4px top 50%;
}

.collapsible-fieldset__summary,
.collapsible .fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

.collapsible-fieldset.is-collapsed,
.collapsible-fieldset--is-collapsed,
.is-collapsed.collapsible,
.collapsible.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__wrapper,
.collapsible-fieldset--is-collapsed__wrapper,
.is-collapsed.collapsible .collapsible-fieldset__wrapper,
.collapsible.collapsed .fieldset-wrapper {
  display: none;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__legend,
.collapsible-fieldset--is-collapsed__legend,
.is-collapsed.collapsible .collapsible-fieldset__legend,
.collapsible.collapsed .fieldset-legend,
.collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible .collapsible-fieldset.is-collapsed .fieldset-legend,
.is-collapsed.collapsible .fieldset-legend {
  background-image: url(/themes/custom/farc/components/asset-builds/css/../..//forms/collapsible-fieldset/collapsed.svg);
  background-position: 4px 50%;
}

[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible-fieldset__legend,
[dir="rtl"] .collapsible-fieldset--is-collapsed__legend,
[dir="rtl"] .is-collapsed.collapsible .collapsible-fieldset__legend,
[dir="rtl"] .collapsible.collapsed .fieldset-legend,
.collapsible.collapsed [dir="rtl"] .fieldset-legend,
[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .collapsible-fieldset.is-collapsed .fieldset-legend,
[dir="rtl"] .is-collapsed.collapsible .fieldset-legend {
  background-image: url(/themes/custom/farc/components/asset-builds/css/../..//forms/collapsible-fieldset/collapsed-rtl.svg);
  background-position: right 4px top 50%;
}

.comment__section,
.comments {
  margin: 18px 0;
  margin: 1.8rem 0;
}

.comment__title {
  margin: 0;
}

.comment__permalink {
  text-transform: uppercase;
  font-size: 75%;
}

.comment--preview,
.comment-preview {
  background-color: #fffadb;
}

.comment--nested,
.indented {
  margin-left: 20px;
}

[dir="rtl"] .comment--nested,
[dir="rtl"] .indented {
  margin-left: 0;
  margin-right: 20px;
}

.form-item {
  margin: 19px 0;
  margin: 1.9rem 0;
}

.form-item__required::after,
.form-required::after {
  margin-top: 12px;
  margin-top: 1.2rem;
  color: #00aec7;
  align-self: flex-start;
}

.form-item__description,
.form-item .description {
  font-size: 13px;
  font-size: 1.3rem;
}

.form-item--inline div,
.form-item--inline label,
.container-inline .form-item div,
.container-inline .form-item label {
  display: inline;
}

.form-item--inline__exception,
.container-inline .fieldset-wrapper {
  display: block;
}

.form-item--tight,
.form-item--radio,
.form-type-radio,
.form-type-checkbox,
.password-parent,
.confirm-parent,
table .form-item {
  margin: 0;
}

.form-item--radio .form-item__label,
.form-item--radio__label,
.form-type-radio .form-item__label,
.form-type-checkbox .form-item__label,
label.option {
  display: inline;
  font-weight: normal;
}

.form-item--radio .form-item__description,
.form-item--radio__description,
.form-type-radio .form-item__description,
.form-type-checkbox .form-item__description,
.form-type-radio .description,
.form-type-checkbox .description,
.form-item--radio .form-item .description,
.form-item .form-item--radio .description,
.form-type-radio .form-item .description,
.form-item .form-type-radio .description,
.form-type-checkbox .form-item .description,
.form-item .form-type-checkbox .description {
  margin-left: 1.4em;
}

.form-item.is-error .form-item__widget,
.form-item--is-error__widget,
.form-item.is-error input,
.form-item.is-error textarea,
.form-item.is-error select,
.form-item--is-error input,
.form-item--is-error textarea,
.form-item--is-error select,
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
  color: #c00;
}

.form-item [id*="--description"] {
  margin: 15px 0 20px;
  margin: 1.5rem 0 2rem;
  font-size: 16px;
}

.form-table__sticky-header,
.sticky-header {
  position: fixed;
  visibility: hidden;
  margin-top: 0;
  background-color: #fff;
}

.form-table__sticky-header.is-sticky,
.form-table__sticky-header--is-sticky,
.is-sticky.sticky-header {
  visibility: visible;
}

.form-table__header,
.form-table th,
form table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}

[dir="rtl"] .form-table__header,
[dir="rtl"] .form-table th,
.form-table [dir="rtl"] th,
[dir="rtl"] form table th,
form table [dir="rtl"] th {
  text-align: right;
  padding-left: 1em;
  padding-right: 0;
}

.form-table__body,
.form-table tbody,
form table tbody {
  border-top: 1px solid #ccc;
}

.form-table__row,
.form-table tbody tr,
form table tbody tr {
  padding: 0.1em 0.6em;
  border-bottom: 1px solid #ccc;
  background-color: #f0f0f0;
}

.form-table__row:nth-child(even),
.form-table tbody tr:nth-child(even),
form table tbody tr:nth-child(even) {
  background-color: #fff;
}

.form-table__row.is-active,
.form-table__row--is-active,
.form-table tbody tr.is-active,
form table tbody tr.is-active,
td.active {
  background-color: #dfdfdf;
}

.form-table__row.is-disabled,
.form-table__row--is-disabled,
.form-table tbody tr.is-disabled,
form table tbody tr.is-disabled,
td.menu-disabled {
  background: #ccc;
}

.form-table__row.is-selected,
.form-table__row--is-selected,
.form-table tbody tr.is-selected,
form table tbody tr.is-selected,
tr.selected td {
  background: #fffdf0;
}

.form-table__list,
.form-table ul,
form table ul {
  margin: 0;
}

.form-table__narrow-column,
.form-table th.form-table__narrow-column,
form table th.form-table__narrow-column,
td .checkbox,
th .checkbox {
  width: -moz-min-content;
  width: -webkit-min-content;
  text-align: center;
}

.hidden,
html.js .js-hidden,
html.js .element-hidden,
html.js .js-hide {
  display: none;
}

.inline-links,
.inline.links {
  padding: 0;
}

.inline-links__item,
.inline.links li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
}

.inline-links__item:last-child,
.inline.links li:last-child {
  padding-right: 0;
}

[dir="rtl"] .inline-links__item,
[dir="rtl"] .inline.links li,
.inline.links [dir="rtl"] li {
  display: inline-block;
  padding: 0 0 0 1em;
}

[dir="rtl"] .inline-links__item:last-child,
[dir="rtl"] .inline.links li:last-child,
.inline.links [dir="rtl"] li:last-child {
  padding-left: 0;
}

.inline-sibling,
.field-label-inline .field-label,
span.field-label {
  display: inline;
  margin-right: 10px;
}

[dir="rtl"] .inline-sibling,
[dir="rtl"] .field-label-inline .field-label,
.field-label-inline [dir="rtl"] .field-label,
[dir="rtl"] span.field-label {
  margin-right: 0;
  margin-left: 10px;
}

.inline-sibling__child,
.inline-sibling *,
.field-label-inline .field-label *,
span.field-label * {
  display: inline;
}

.inline-sibling__adjacent,
.inline-sibling + *,
.inline-sibling + * > :first-child,
.inline-sibling + * > :first-child > :first-child,
.field-label-inline .field-label + *,
span.field-label + *,
.field-label-inline .field-label + * > :first-child,
span.field-label + * > :first-child,
.field-label-inline .field-label + * > :first-child > :first-child,
span.field-label + * > :first-child > :first-child {
  display: inline;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
  float: none;
}

.nav-menu__item,
.menu__item {
  list-style-image: url(/themes/custom/farc/components/asset-builds/css/../..//navigation/nav-menu/leaf.svg);
  list-style-type: square;
}

.nav-menu__item.is-expanded,
.nav-menu__item--is-expanded,
.is-expanded.menu__item,
.menu__item.is-expanded {
  list-style-image: url(/themes/custom/farc/components/asset-builds/css/../..//navigation/nav-menu/expanded.svg);
  list-style-type: circle;
}

.nav-menu__item.is-collapsed,
.nav-menu__item--is-collapsed,
.is-collapsed.menu__item,
.menu__item.is-collapsed {
  list-style-image: url(/themes/custom/farc/components/asset-builds/css/../..//navigation/nav-menu/collapsed.svg);
  list-style-type: disc;
}

[dir="rtl"] .nav-menu__item.is-collapsed,
[dir="rtl"] .nav-menu__item--is-collapsed,
[dir="rtl"] .is-collapsed.menu__item,
[dir="rtl"] .menu__item.is-collapsed {
  list-style-image: url(/themes/custom/farc/components/asset-builds/css/../..//navigation/nav-menu/collapsed-rtl.svg);
}

.nav-menu__link.is-active,
.nav-menu__link--is-active,
.menu a.active {
  color: #253455;
}

.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

@media print {
  .pager {
    display: none;
  }
}

.pager__item,
.pager__current-item,
.pager-current,
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

.pager__current-item,
.pager-current {
  font-weight: bold;
}

@media print {
  .print-none,
  .toolbar,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .feed-icons {
    display: none;
  }
}

.progress-bar,
.progress {
  font-weight: bold;
}

.progress-bar__bar,
.progress .bar {
  border-radius: 3px;
  margin: 0 0.2em;
  border: 1px solid #333;
  background-color: #ccc;
}

.progress-bar__fill,
.progress .filled {
  height: 1.5em;
  width: 5px;
  background: #0072b9
    url(/themes/custom/farc/components/asset-builds/css/../..//forms/progress-bar/progress-bar.gif)
    repeat 0 0;
}

.progress-bar__percentage,
.progress .percentage {
  float: right;
}

[dir="rtl"] .progress-bar__percentage,
[dir="rtl"] .progress .percentage,
.progress [dir="rtl"] .percentage {
  float: left;
}

.progress-bar--inline,
.ajax-progress-bar {
  width: 16em;
  display: inline-block;
}

[dir="rtl"] .progress-bar--inline,
[dir="rtl"] .ajax-progress-bar {
  float: right;
}

.progress-throbber,
.ajax-progress {
  display: inline-block;
}

[dir="rtl"] .progress-throbber,
[dir="rtl"] .ajax-progress {
  float: right;
}

.progress-throbber__widget,
.ajax-progress .throbber {
  background: url(/themes/custom/farc/components/asset-builds/css/../..//forms/progress-throbber/progress-throbber.gif)
    no-repeat 0 -18px transparent;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}

[dir="rtl"] .progress-throbber__widget,
[dir="rtl"] .ajax-progress .throbber,
.ajax-progress [dir="rtl"] .throbber {
  float: right;
}

.progress-throbber__widget-in-tr,
tr .ajax-progress .throbber {
  margin: 0 2px;
}

.progress-throbber__message,
.ajax-progress .message {
  padding-left: 20px;
}

.resizable-textarea,
.resizable-textarea textarea {
  width: 100%;
  vertical-align: bottom;
}

.resizable-textarea__grippie,
.resizable-textarea .grippie {
  background: url(/themes/custom/farc/components/asset-builds/css/../..//forms/resizable-textarea/grippie.png)
    no-repeat center 2px #f0f0f0;
  border: 1px solid #ccc;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

.responsive-video,
.media-youtube-video,
.media-vimeo-preview-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.responsive-video__embed,
.responsive-video iframe,
.media-youtube-video iframe,
.media-vimeo-preview-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video--4-3 {
  padding-bottom: 75%;
}

.embed-container {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.edito .embed-container {
  margin: 1em 0 2em;
}

iframe {
  border: 0;
}

figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

.table-drag__wrapper,
body.drag {
  cursor: move;
}

.table-drag__item,
tr.drag {
  background-color: #fffadb;
}

.table-drag__item-previous,
tr.drag-previous {
  background-color: #fff7c2;
}

.table-drag__handle,
.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none;
  font-size: 12px;
}

[dir="rtl"] .table-drag__handle,
[dir="rtl"] .tabledrag-handle {
  float: right;
  margin-right: -1em;
  margin-left: 0;
}

.table-drag__handle:focus,
.table-drag__handle:hover,
.tabledrag-handle:focus,
.tabledrag-handle:hover {
  text-decoration: none;
}

.table-drag__handle-icon,
.tabledrag-handle .handle {
  box-sizing: content-box;
  background: url(/themes/custom/farc/components/asset-builds/css/../..//forms/table-drag/handle-icon.png)
    no-repeat 6px 9px;
  height: 13px;
  margin: -0.4em 0.5em;
  padding: 0.42em 0.5em;
  width: 13px;
}

.table-drag__handle.is-hover .table-drag__handle-icon,
.table-drag__handle-icon--is-hover,
.is-hover.tabledrag-handle .table-drag__handle-icon,
.tabledrag-handle-hover .handle,
.table-drag__handle.is-hover .tabledrag-handle .handle,
.tabledrag-handle .table-drag__handle.is-hover .handle,
.is-hover.tabledrag-handle .handle {
  background-position: 6px -11px;
}

.table-drag__toggle-weight-wrapper,
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}

[dir="rtl"] .table-drag__toggle-weight-wrapper,
[dir="rtl"] .tabledrag-toggle-weight-wrapper {
  text-align: left;
}

.table-drag__toggle-weight,
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

.table-drag__indentation,
.indentation {
  float: left;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  padding: 0.42em 0 0.42em 0.6em;
  width: 20px;
}

[dir="rtl"] .table-drag__indentation,
[dir="rtl"] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}

.table-drag__tree-child,
.table-drag__tree-child-last,
.tree-child-last,
.table-drag__tree-child-horizontal,
.tree-child-horizontal,
.tree-child {
  background: url(/themes/custom/farc/components/asset-builds/css/../..//forms/table-drag/tree-child.png)
    no-repeat 11px center;
}

[dir="rtl"] .table-drag__tree-child,
[dir="rtl"] .table-drag__tree-child-last,
[dir="rtl"] .tree-child-last,
[dir="rtl"] .table-drag__tree-child-horizontal,
[dir="rtl"] .tree-child-horizontal,
[dir="rtl"] .tree-child {
  background-position: -65px center;
}

.table-drag__tree-child-last,
.tree-child-last {
  background-image: url(/themes/custom/farc/components/asset-builds/css/../..//forms/table-drag/tree-child-last.png);
}

.table-drag__tree-child-horizontal,
.tree-child-horizontal {
  background-position: -11px center;
}

.ui-tooltip {
  padding: 20px;
  position: absolute;
  z-index: 9999;
  max-width: 500px;
  box-shadow: 3px 4px 5px rgba(1, 1, 1, 0.2);
  background-color: #dde0e8;
  color: #253455;
}

.tooltip-arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}

.tooltip-arrow.top {
  top: -16px;
  bottom: auto;
}

.tooltip-arrow.top::after {
  bottom: -20px;
  top: auto;
}

.tooltip-arrow.left {
  left: 20%;
}

.tooltip-arrow::after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #dde0e8;
}

.is-path-search-results .block-system-breadcrumb-block {
  margin: 30px auto;
  margin: 3rem auto;
  display: none;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .is-path-search-results .block-system-breadcrumb-block {
    width: 740px;
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .is-path-search-results .block-system-breadcrumb-block {
    width: 960px;
  }
}

@media only screen and (min-width: 1380px) {
  .is-path-search-results .block-system-breadcrumb-block {
    width: 1340px;
  }
}

.is-path-search-results .block-system-breadcrumb-block .breadcrumb__item {
  color: #717286;
}

.is-path-search-results .pager.wrapper-grid__more li {
  padding: 0;
}

.is-path-search-results .pager.wrapper-grid__more .btn {
  width: 25.7%;
  font-weight: bold;
}

@media only screen and (max-width: 992px) {
  .is-path-search-results .pager.wrapper-grid__more .btn {
    width: 340px;
    width: 34rem;
  }
}

@media only screen and (max-width: 768px) {
  .is-path-search-results .pager.wrapper-grid__more .btn {
    width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .is-path-search-results .pager.wrapper-grid__more {
    padding-left: 10px;
    padding-left: 1rem;
    padding-right: 10px;
    padding-right: 1rem;
  }
}

.teaser a,
a.teaser {
  transition: 0.2s ease;
}

a.teaser {
  color: #1c1d33;
}

.teaser {
  display: block;
  margin-bottom: 2.5rem;
}

@media only screen and (min-width: 992px) {
  .teaser {
    margin-bottom: 0;
  }
}

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

.teaser__wrapper:after {
  clear: both;
}

.teaser__picture-wrapper {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .teaser__picture-wrapper {
    margin-bottom: 0;
  }
}

.teaser--wide .teaser__picture-wrapper {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 1379px) {
  .teaser--wide .teaser__picture-wrapper {
    display: none;
  }
}

@media only screen and (min-width: 1380px) {
  .teaser--wide .teaser__picture-wrapper {
    margin: -30px 20px 0 -30px;
    margin: -3rem 2rem 0 -3rem;
    float: left;
  }
}

.teaser--wide .teaser__content,
.teaser--special-whitebg .teaser__content,
.teaser--graybg .teaser__content,
.teaser--color-reverse .teaser__content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.teaser__picture-wrapper img,
.teaser__picture {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1380px) {
  .teaser__picture-wrapper img,
  .teaser__picture {
    margin: 0;
  }
}

.teaser__label {
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  display: inline-block;
  background-color: #30487b;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 2px 1em;
  font-weight: 500;
}

.teaser__content {
  line-height: 1.3;
}

.teaser--wide .teaser__content:before,
.teaser--wide .teaser__content:after {
  content: " ";
  display: table;
}

.teaser--wide .teaser__content:after {
  clear: both;
}

.teaser__category {
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.25rem 2rem 0.15rem;
}

.teaser__title {
  font-size: 2.5rem;
  color: #1c1d33;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.2;
  transition: color 0.2s ease-in-out;
}

.teaser__text {
  transition: color 0.2s ease-in-out;
}

.teaser__tags {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .teaser__tags {
    margin-bottom: 2rem;
  }
}

/* .teaser__date--start-end .field,
.teaser__date--start-end>.item {
  display: inline-block
} */

/* .teaser__date--label {
  font-size: 13px;
  font-size: 1.3rem;
  color: #e85252;
  font-weight: 700
} */

.teaser__tag {
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  display: inline-block;
  padding: 0.2rem 1rem;
  margin: 0 0.2rem 0 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  /* border-radius: 3px; */
  background-color: #555;
}

.teaser__chapo {
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  padding-left: 22px;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .teaser__btn {
    font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue",
      Helvetica, Arial, sans-serif;
    display: block;
    margin: 49px auto 0;
    border: 2px solid #fff;
    width: 204px;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    border-radius: 2px;
    padding: 2.8rem 0;
    letter-spacing: 0.1em;
    color: #fff;
  }
}

@media only screen and (min-width: 992px) {
  .teaser__arrow {
    width: 44px;
    width: 44px;
    position: absolute;
    right: 50%;
    margin-right: -22px;
    bottom: 28px;
    opacity: 1;
    transition: 0.2s ease-in-out;
    z-index: 100;
  }
  .teaser__arrow .svg,
  .teaser__arrow img,
  .teaser__arrow svg {
    width: 44px;
    height: 44px;
  }
  .teaser__arrow path {
    fill: #fff;
  }
}

.teaser__hover {
  display: none;
}

@media only screen and (min-width: 992px) {
  .teaser__hover {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    transition: opacity 0.2s ease-in-out;
  }
}

@media only screen and (min-width: 992px) {
  .teaser__hover-inner {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/themes/custom/farc/components/asset-builds/css/../..//images/razzle-dazzle-white.svg)
      transparent repeat 0 0;
    background-size: 100px;
    padding-top: 49px;
    opacity: 0.2;
    transition: background-position 1s ease-in-out;
  }
}

.teaser--type-1 .teaser__title {
  font-size: 2.2rem;
  font-weight: 700;
}

.teaser--type-1 .teaser__text {
  font-size: 1.6rem;
  font-weight: 400;
}

.teaser--type-2 {
  background-color: #fff;
  padding: 20px;
}

.teaser--insidemenu .teaser__content {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .teaser--insidemenu:focus .teaser__hover,
  .teaser--insidemenu:hover .teaser__hover {
    opacity: 1;
  }
  .teaser--insidemenu:focus .teaser__hover-inner,
  .teaser--insidemenu:hover .teaser__hover-inner {
    background-position: 5% 5%;
  }
}

.teaser--special-graybg .teaser__content {
  background-color: #dde0e8;
  padding: 1rem;
}

@media only screen and (min-width: 768px) {
  .teaser--special-graybg .teaser__content {
    padding: 2rem 3rem;
  }
}

.teaser--special-lightgraybg .teaser__content {
  background-color: #f0f0f0;
  padding: 1rem;
}

@media only screen and (min-width: 768px) {
  .teaser--special-lightgraybg .teaser__content {
    padding: 2rem 3rem;
  }
}

.teaser--special-whitebg .teaser__content {
  background-color: #fff;
  padding: 2rem;
}

@media only screen and (min-width: 768px) {
  .teaser--special-whitebg .teaser__content {
    padding: 3rem;
  }
}

@media only screen and (min-width: 1380px) {
  .teaser--special-whitebg .btn,
  .teaser--special-whitebg.btn {
    background-color: #f0f0f0;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
  }
  .teaser--special-whitebg .btn::after,
  .teaser--special-whitebg.btn::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .teaser--special-whitebg:active .btn,
  .teaser--special-whitebg:active.btn,
  .teaser--special-whitebg:focus .btn,
  .teaser--special-whitebg:focus.btn,
  .teaser--special-whitebg:hover .btn,
  .teaser--special-whitebg:hover.btn {
    background-color: #f0f0f0;
    color: #253455;
    outline: 0;
  }
  .teaser--special-whitebg:active .btn::after,
  .teaser--special-whitebg:active.btn::after,
  .teaser--special-whitebg:focus .btn::after,
  .teaser--special-whitebg:focus.btn::after,
  .teaser--special-whitebg:hover .btn::after,
  .teaser--special-whitebg:hover.btn::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.teaser--action,
.teaser--action-nopic {
  margin-bottom: 20px;
}

.teaser--action .teaser__title,
.teaser--action-nopic .teaser__title {
  font-weight: 700;
  line-height: 1.1;
}

.teaser--action .teaser__footer p,
.teaser--action-nopic .teaser__footer p {
  margin: 0;
}

.teaser--action .btn,
.teaser--action-nopic .btn {
  margin: 0 !important;
}

@media only screen and (max-width: 991px) {
  .teaser--action .teaser__content,
  .teaser--action-nopic .teaser__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .teaser--action .teaser__content .teaser__footer,
  .teaser--action-nopic .teaser__content .teaser__footer {
    padding-bottom: 30px;
    padding-bottom: 3rem;
    margin-top: auto;
  }
}

@media only screen and (min-width: 992px) {
  .teaser--action .teaser__content,
  .teaser--action-nopic .teaser__content {
    padding-bottom: 9rem;
    position: relative;
  }
  .teaser--action .teaser__picture-wrapper,
  .teaser--action-nopic .teaser__picture-wrapper {
    height: 168px;
    overflow: hidden;
  }
  .teaser--action .teaser__footer,
  .teaser--action-nopic .teaser__footer {
    position: absolute;
    left: 3rem;
    bottom: 3rem;
    width: calc(100% - 6rem);
  }
  .teaser--action.teaser--color-1 .btn,
  .teaser--action.teaser--color-1.btn,
  .teaser--action-nopic.teaser--color-1 .btn,
  .teaser--action-nopic.teaser--color-1.btn {
    background-color: #253455;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
  }
  .teaser--action.teaser--color-1 .btn::after,
  .teaser--action.teaser--color-1.btn::after,
  .teaser--action-nopic.teaser--color-1 .btn::after,
  .teaser--action-nopic.teaser--color-1.btn::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1c1d33;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .teaser--action.teaser--color-1:active .btn,
  .teaser--action.teaser--color-1:active.btn,
  .teaser--action.teaser--color-1:focus .btn,
  .teaser--action.teaser--color-1:focus.btn,
  .teaser--action.teaser--color-1:hover .btn,
  .teaser--action.teaser--color-1:hover.btn,
  .teaser--action-nopic.teaser--color-1:active .btn,
  .teaser--action-nopic.teaser--color-1:active.btn,
  .teaser--action-nopic.teaser--color-1:focus .btn,
  .teaser--action-nopic.teaser--color-1:focus.btn,
  .teaser--action-nopic.teaser--color-1:hover .btn,
  .teaser--action-nopic.teaser--color-1:hover.btn {
    background-color: #253455;
    color: #fff;
    outline: 0;
  }
  .teaser--action.teaser--color-1:active .btn::after,
  .teaser--action.teaser--color-1:active.btn::after,
  .teaser--action.teaser--color-1:focus .btn::after,
  .teaser--action.teaser--color-1:focus.btn::after,
  .teaser--action.teaser--color-1:hover .btn::after,
  .teaser--action.teaser--color-1:hover.btn::after,
  .teaser--action-nopic.teaser--color-1:active .btn::after,
  .teaser--action-nopic.teaser--color-1:active.btn::after,
  .teaser--action-nopic.teaser--color-1:focus .btn::after,
  .teaser--action-nopic.teaser--color-1:focus.btn::after,
  .teaser--action-nopic.teaser--color-1:hover .btn::after,
  .teaser--action-nopic.teaser--color-1:hover.btn::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .teaser--action.teaser--color-2 .btn,
  .teaser--action.teaser--color-2.btn,
  .teaser--action-nopic.teaser--color-2 .btn,
  .teaser--action-nopic.teaser--color-2.btn {
    background-color: #e85252;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
  }
  .teaser--action.teaser--color-2 .btn::after,
  .teaser--action.teaser--color-2.btn::after,
  .teaser--action-nopic.teaser--color-2 .btn::after,
  .teaser--action-nopic.teaser--color-2.btn::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #c42626;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .teaser--action.teaser--color-2:active .btn,
  .teaser--action.teaser--color-2:active.btn,
  .teaser--action.teaser--color-2:focus .btn,
  .teaser--action.teaser--color-2:focus.btn,
  .teaser--action.teaser--color-2:hover .btn,
  .teaser--action.teaser--color-2:hover.btn,
  .teaser--action-nopic.teaser--color-2:active .btn,
  .teaser--action-nopic.teaser--color-2:active.btn,
  .teaser--action-nopic.teaser--color-2:focus .btn,
  .teaser--action-nopic.teaser--color-2:focus.btn,
  .teaser--action-nopic.teaser--color-2:hover .btn,
  .teaser--action-nopic.teaser--color-2:hover.btn {
    background-color: #e85252;
    color: #fff;
    outline: 0;
  }
  .teaser--action.teaser--color-2:active .btn::after,
  .teaser--action.teaser--color-2:active.btn::after,
  .teaser--action.teaser--color-2:focus .btn::after,
  .teaser--action.teaser--color-2:focus.btn::after,
  .teaser--action.teaser--color-2:hover .btn::after,
  .teaser--action.teaser--color-2:hover.btn::after,
  .teaser--action-nopic.teaser--color-2:active .btn::after,
  .teaser--action-nopic.teaser--color-2:active.btn::after,
  .teaser--action-nopic.teaser--color-2:focus .btn::after,
  .teaser--action-nopic.teaser--color-2:focus.btn::after,
  .teaser--action-nopic.teaser--color-2:hover .btn::after,
  .teaser--action-nopic.teaser--color-2:hover.btn::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .teaser--action.teaser--color-3 .btn,
  .teaser--action.teaser--color-3.btn,
  .teaser--action-nopic.teaser--color-3 .btn,
  .teaser--action-nopic.teaser--color-3.btn {
    background-color: #c32762;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
  }
  .teaser--action.teaser--color-3 .btn::after,
  .teaser--action.teaser--color-3.btn::after,
  .teaser--action-nopic.teaser--color-3 .btn::after,
  .teaser--action-nopic.teaser--color-3.btn::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #9c1f4e;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .teaser--action.teaser--color-3:active .btn,
  .teaser--action.teaser--color-3:active.btn,
  .teaser--action.teaser--color-3:focus .btn,
  .teaser--action.teaser--color-3:focus.btn,
  .teaser--action.teaser--color-3:hover .btn,
  .teaser--action.teaser--color-3:hover.btn,
  .teaser--action-nopic.teaser--color-3:active .btn,
  .teaser--action-nopic.teaser--color-3:active.btn,
  .teaser--action-nopic.teaser--color-3:focus .btn,
  .teaser--action-nopic.teaser--color-3:focus.btn,
  .teaser--action-nopic.teaser--color-3:hover .btn,
  .teaser--action-nopic.teaser--color-3:hover.btn {
    background-color: #c32762;
    color: #fff;
    outline: 0;
  }
  .teaser--action.teaser--color-3:active .btn::after,
  .teaser--action.teaser--color-3:active.btn::after,
  .teaser--action.teaser--color-3:focus .btn::after,
  .teaser--action.teaser--color-3:focus.btn::after,
  .teaser--action.teaser--color-3:hover .btn::after,
  .teaser--action.teaser--color-3:hover.btn::after,
  .teaser--action-nopic.teaser--color-3:active .btn::after,
  .teaser--action-nopic.teaser--color-3:active.btn::after,
  .teaser--action-nopic.teaser--color-3:focus .btn::after,
  .teaser--action-nopic.teaser--color-3:focus.btn::after,
  .teaser--action-nopic.teaser--color-3:hover .btn::after,
  .teaser--action-nopic.teaser--color-3:hover.btn::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .teaser--action.teaser--color-4 .btn,
  .teaser--action.teaser--color-4.btn,
  .teaser--action-nopic.teaser--color-4 .btn,
  .teaser--action-nopic.teaser--color-4.btn {
    background-color: #00aec7;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
  }
  .teaser--action.teaser--color-4 .btn::after,
  .teaser--action.teaser--color-4.btn::after,
  .teaser--action-nopic.teaser--color-4 .btn::after,
  .teaser--action-nopic.teaser--color-4.btn::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #006882;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .teaser--action.teaser--color-4:active .btn,
  .teaser--action.teaser--color-4:active.btn,
  .teaser--action.teaser--color-4:focus .btn,
  .teaser--action.teaser--color-4:focus.btn,
  .teaser--action.teaser--color-4:hover .btn,
  .teaser--action.teaser--color-4:hover.btn,
  .teaser--action-nopic.teaser--color-4:active .btn,
  .teaser--action-nopic.teaser--color-4:active.btn,
  .teaser--action-nopic.teaser--color-4:focus .btn,
  .teaser--action-nopic.teaser--color-4:focus.btn,
  .teaser--action-nopic.teaser--color-4:hover .btn,
  .teaser--action-nopic.teaser--color-4:hover.btn {
    background-color: #00aec7;
    color: #fff;
    outline: 0;
  }
  .teaser--action.teaser--color-4:active .btn::after,
  .teaser--action.teaser--color-4:active.btn::after,
  .teaser--action.teaser--color-4:focus .btn::after,
  .teaser--action.teaser--color-4:focus.btn::after,
  .teaser--action.teaser--color-4:hover .btn::after,
  .teaser--action.teaser--color-4:hover.btn::after,
  .teaser--action-nopic.teaser--color-4:active .btn::after,
  .teaser--action-nopic.teaser--color-4:active.btn::after,
  .teaser--action-nopic.teaser--color-4:focus .btn::after,
  .teaser--action-nopic.teaser--color-4:focus.btn::after,
  .teaser--action-nopic.teaser--color-4:hover .btn::after,
  .teaser--action-nopic.teaser--color-4:hover.btn::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@media only screen and (min-width: 1380px) {
  .teaser--action .teaser__picture-wrapper,
  .teaser--action-nopic .teaser__picture-wrapper {
    height: 240px;
  }
}

.teaser--action .teaser__picture-wrapper {
  margin-top: -1rem;
  margin-left: -1rem;
  margin-bottom: 1rem;
  width: calc(100% + 2rem);
}

.teaser--action .teaser__picture-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  .teaser--action .teaser__picture-wrapper img {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .teaser--action .teaser__picture-wrapper {
    margin-top: -2rem;
    margin-left: -3rem;
    margin-bottom: 2.5rem;
    width: calc(100% + 6rem);
  }
}

@media only screen and (min-width: 992px) {
  .teaser--action-nopic .teaser__content {
    padding-top: 4rem;
  }
  .teaser--action-nopic .teaser__title {
    font-size: 2.8rem;
    font-weight: 400;
    margin-bottom: 2rem;
  }
  .teaser--action-nopic .teaser__text {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 1380px) {
  .teaser--action-nopic .teaser__content {
    padding-top: 6rem;
  }
  .teaser--action-nopic .teaser__title {
    font-size: 3.5rem;
    margin-bottom: 2.3rem;
  }
  .teaser--action-nopic .teaser__text {
    font-size: 2.2rem;
  }
  .teaser--action-nopic .teaser__footer {
    text-align: left;
  }
}

.teaser--action-quote .teaser__title {
  font-size: 2.5rem;
  font-weight: 700;
}

.teaser--action-quote .teaser__picture-wrapper {
  margin-bottom: 2rem;
}

.teaser--action-quote .teaser__picture-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (min-width: 1380px) {
  .teaser--action-quote .teaser__title {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }
  .teaser--action-quote .teaser__picture-wrapper {
    float: left;
    margin-right: 2rem;
    margin-bottom: 0;
  }
  .teaser--action-quote .teaser__text {
    overflow: hidden;
  }
}

.teaser--action-quote-huge {
  width: 100%;
}

.teaser--action-quote-huge .teaser__content {
  width: 100%;
}

@media only screen and (min-width: 1380px) {
  .teaser--action-quote-huge .teaser__title {
    font-size: 3.5rem;
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }
  .teaser--action-quote-huge .teaser__footer {
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 2rem;
    padding-bottom: 8rem;
  }
  .teaser--action-quote-huge .teaser__footer p {
    display: inline-block;
    border-bottom: 1px solid #000;
  }
  .teaser--action-quote-huge .quote__id {
    font-size: 1.6rem;
  }
  .teaser--action-quote-huge .quote__fx {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 2rem;
  }
  .teaser--action-quote-huge .quote__text {
    font-size: 2.2rem;
    padding-left: 3rem;
  }
  .teaser--action-quote-huge .quote__text::before {
    font-size: 3.5rem;
    margin-top: -1.3rem;
  }
}

@media only screen and (min-width: 1380px) {
  .teaser--button-left .teaser__picture-wrapper {
    position: relative;
  }
  .teaser--button-left .teaser__btn {
    float: none;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 50;
  }
}

.teaser--special-1 .teaser__text,
.teaser--special-1 .teaser__title {
  padding: 0;
}

.teaser--special-1 .teaser__title {
  font-size: 2.5rem;
}

.teaser--special-1 .teaser__content {
  padding: 2rem 0;
  position: static;
}

@media only screen and (min-width: 768px) {
  .teaser--special-1 .teaser__content {
    padding: 2rem 3rem;
  }
}

.teaser--special-1 .teaser__category {
  position: absolute;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .teaser--special-2 {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .teaser--special-4 .teaser__content {
    background-color: #fff;
  }
}

.teaser--special-5 .teaser__picture-wrapper {
  display: none;
}

@media only screen and (min-width: 768px) {
  .teaser--special-5 {
    margin-top: 2rem;
  }
  .teaser--special-5 .teaser__content {
    padding: 2rem 3rem;
  }
}

@media only screen and (min-width: 768px) {
  .teaser--special-6 {
    margin-top: 2rem;
  }
}

.teaser--special-3 .teaser__wrapper:before,
.teaser--special-3 .teaser__wrapper:after,
.teaser--special-5 .teaser__wrapper:before,
.teaser--special-5 .teaser__wrapper:after {
  content: " ";
  display: table;
}

.teaser--special-3 .teaser__wrapper:after,
.teaser--special-5 .teaser__wrapper:after {
  clear: both;
}

.teaser--special-2 .teaser__title,
.teaser--special-3 .teaser__title {
  font-size: 2.1rem;
}

.teaser--special-1 .teaser__category,
.teaser--special-2 .teaser__category,
.teaser--special-3 .teaser__category {
  background-color: #e85252;
  color: #fff;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 992px) {
  .teaser--color .quote__id,
  .teaser--color .teaser__content,
  .teaser--color .teaser__date,
  .teaser--color .teaser__footer,
  .teaser--color .teaser__tag,
  .teaser--color .teaser__text,
  .teaser--color .teaser__title,
  .teaser--color .teaser__title strong {
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  }
  .teaser--color .teaser__chapo {
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
      border-color 0.2s ease-in-out;
  }
}

.teaser--color-reverse .teaser__content,
.teaser--graybg .teaser__content {
  padding: 3rem 1.5rem;
}

@media only screen and (min-width: 768px) {
  .teaser--color-reverse .teaser__content,
  .teaser--graybg .teaser__content {
    padding: 3rem;
  }
}

.teaser--graybg .teaser__content {
  background-color: #f0f0f0;
}

.block-title--color-1 .teaser .teaser__title strong,
.block-title--color-1 .teaser .quote__id,
.teaser .dummy .teaser__title strong,
.teaser .dummy .quote__id,
.teaser--color-1 .teaser__title strong,
.teaser--color-1 .quote__id {
  color: #253455;
}

.block-title--color-1 .teaser .teaser__tag,
.teaser .dummy .teaser__tag,
.teaser--color-1 .teaser__tag {
  background-color: #253455;
}

.block-title--color-1 .teaser .teaser__chapo,
.teaser .dummy .teaser__chapo,
.teaser--color-1 .teaser__chapo {
  border-left: 5px solid #253455;
}

.block-title--color-1 .teaser.teaser--color-reverse .teaser__content,
.teaser .dummy.teaser--color-reverse .teaser__content,
.teaser--color-1.teaser--color-reverse .teaser__content {
  background-color: #253455;
}

.block-title--color-1 .teaser.teaser--color-reverse .teaser__tag,
.teaser .dummy.teaser--color-reverse .teaser__tag,
.teaser--color-1.teaser--color-reverse .teaser__tag {
  background-color: #fff;
  color: #1c1d33;
}

.block-title--color-1 .teaser.teaser--color-reverse .teaser__chapo,
.block-title--color-1 .teaser.teaser--color-reverse .teaser__date,
.block-title--color-1 .teaser.teaser--color-reverse .main-content__date,
.block-title--color-1 .teaser.teaser--color-reverse .teaser__text,
.block-title--color-1 .teaser.teaser--color-reverse .teaser__title,
.teaser .dummy.teaser--color-reverse .teaser__chapo,
.teaser .dummy.teaser--color-reverse .teaser__date,
.teaser .dummy.teaser--color-reverse .main-content__date,
.teaser .dummy.teaser--color-reverse .teaser__text,
.teaser .dummy.teaser--color-reverse .teaser__title,
.teaser--color-1.teaser--color-reverse .teaser__chapo,
.teaser--color-1.teaser--color-reverse .teaser__date,
.teaser--color-1.teaser--color-reverse .main-content__date,
.teaser--color-1.teaser--color-reverse .teaser__text,
.teaser--color-1.teaser--color-reverse .teaser__title {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .block-title--color-1 .teaser .teaser__btn,
  .block-title--color-1 .teaser .teaser__hover,
  .teaser .dummy .teaser__btn,
  .teaser .dummy .teaser__hover,
  .teaser--color-1 .teaser__btn,
  .teaser--color-1 .teaser__hover {
    background-color: #253455;
  }
}

@media only screen and (min-width: 992px) {
  .block-title--color-1 .teaser:focus .teaser__content,
  .block-title--color-1 .teaser:hover .teaser__content,
  .teaser .dummy:focus .teaser__content,
  .teaser .dummy:hover .teaser__content,
  .teaser--color-1:focus .teaser__content,
  .teaser--color-1:hover .teaser__content {
    background-color: #253455;
  }
  .block-title--color-1 .teaser:focus .teaser__tag,
  .block-title--color-1 .teaser:hover .teaser__tag,
  .teaser .dummy:focus .teaser__tag,
  .teaser .dummy:hover .teaser__tag,
  .teaser--color-1:focus .teaser__tag,
  .teaser--color-1:hover .teaser__tag {
    background-color: #fff;
    color: #1c1d33;
  }
  .block-title--color-1 .teaser:focus .quote__id,
  .block-title--color-1 .teaser:focus .teaser__date,
  .block-title--color-1 .teaser:focus .main-content__date,
  .block-title--color-1 .teaser:focus .teaser__footer,
  .block-title--color-1 .teaser:focus .teaser__text,
  .block-title--color-1 .teaser:focus .teaser__title,
  .block-title--color-1 .teaser:focus .teaser__title strong,
  .block-title--color-1 .teaser:hover .quote__id,
  .block-title--color-1 .teaser:hover .teaser__date,
  .block-title--color-1 .teaser:hover .main-content__date,
  .block-title--color-1 .teaser:hover .teaser__footer,
  .block-title--color-1 .teaser:hover .teaser__text,
  .block-title--color-1 .teaser:hover .teaser__title,
  .block-title--color-1 .teaser:hover .teaser__title strong,
  .teaser .dummy:focus .quote__id,
  .teaser .dummy:focus .teaser__date,
  .teaser .dummy:focus .main-content__date,
  .teaser .dummy:focus .teaser__footer,
  .teaser .dummy:focus .teaser__text,
  .teaser .dummy:focus .teaser__title,
  .teaser .dummy:focus .teaser__title strong,
  .teaser .dummy:hover .quote__id,
  .teaser .dummy:hover .teaser__date,
  .teaser .dummy:hover .main-content__date,
  .teaser .dummy:hover .teaser__footer,
  .teaser .dummy:hover .teaser__text,
  .teaser .dummy:hover .teaser__title,
  .teaser .dummy:hover .teaser__title strong,
  .teaser--color-1:focus .quote__id,
  .teaser--color-1:focus .teaser__date,
  .teaser--color-1:focus .main-content__date,
  .teaser--color-1:focus .teaser__footer,
  .teaser--color-1:focus .teaser__text,
  .teaser--color-1:focus .teaser__title,
  .teaser--color-1:focus .teaser__title strong,
  .teaser--color-1:hover .quote__id,
  .teaser--color-1:hover .teaser__date,
  .teaser--color-1:hover .main-content__date,
  .teaser--color-1:hover .teaser__footer,
  .teaser--color-1:hover .teaser__text,
  .teaser--color-1:hover .teaser__title,
  .teaser--color-1:hover .teaser__title strong {
    color: #fff;
  }
  .block-title--color-1 .teaser:focus .teaser__footer p,
  .block-title--color-1 .teaser:hover .teaser__footer p,
  .teaser .dummy:focus .teaser__footer p,
  .teaser .dummy:hover .teaser__footer p,
  .teaser--color-1:focus .teaser__footer p,
  .teaser--color-1:hover .teaser__footer p {
    border-color: #fff;
  }
  .block-title--color-1 .teaser:focus .teaser__wrapper,
  .block-title--color-1 .teaser:hover .teaser__wrapper,
  .teaser .dummy:focus .teaser__wrapper,
  .teaser .dummy:hover .teaser__wrapper,
  .teaser--color-1:focus .teaser__wrapper,
  .teaser--color-1:hover .teaser__wrapper {
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
  }
}

.block-title--color-2 .teaser .teaser__title strong,
.block-title--color-2 .teaser .quote__id,
.paragraph--type--text .teaser .teaser__title strong,
.paragraph--type--text .teaser .quote__id,
.teaser--color-2 .teaser__title strong,
.teaser--color-2 .quote__id {
  color: #e85252;
}

.block-title--color-2 .teaser .teaser__tag {
  background-color: #e85252;
}
.paragraph--type--text .teaser .teaser__tag,
.teaser--color-2 .teaser__tag {
  /* background-color: #e85252 */
}

.block-title--color-2 .teaser .teaser__chapo,
.paragraph--type--text .teaser .teaser__chapo,
.teaser--color-2 .teaser__chapo {
  border-left: 5px solid #e85252;
}

.block-title--color-2 .teaser.teaser--color-reverse .teaser__content,
.paragraph--type--text .teaser.teaser--color-reverse .teaser__content,
.teaser--color-2.teaser--color-reverse .teaser__content {
  background-color: #e85252;
}

.block-title--color-2 .teaser.teaser--color-reverse .teaser__tag,
.paragraph--type--text .teaser.teaser--color-reverse .teaser__tag,
.teaser--color-2.teaser--color-reverse .teaser__tag {
  background-color: #fff;
  color: #1c1d33;
}

.block-title--color-2 .teaser.teaser--color-reverse .teaser__chapo,
.block-title--color-2 .teaser.teaser--color-reverse .teaser__date,
.block-title--color-2 .teaser.teaser--color-reverse .main-content__date,
.block-title--color-2 .teaser.teaser--color-reverse .teaser__text,
.block-title--color-2 .teaser.teaser--color-reverse .teaser__title,
.paragraph--type--text .teaser.teaser--color-reverse .teaser__chapo,
.paragraph--type--text .teaser.teaser--color-reverse .teaser__date,
.paragraph--type--text .teaser.teaser--color-reverse .main-content__date,
.paragraph--type--text .teaser.teaser--color-reverse .teaser__text,
.paragraph--type--text .teaser.teaser--color-reverse .teaser__title,
.teaser--color-2.teaser--color-reverse .teaser__chapo,
.teaser--color-2.teaser--color-reverse .teaser__date,
.teaser--color-2.teaser--color-reverse .main-content__date,
.teaser--color-2.teaser--color-reverse .teaser__text,
.teaser--color-2.teaser--color-reverse .teaser__title {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .block-title--color-2 .teaser .teaser__btn,
  .block-title--color-2 .teaser .teaser__hover,
  .paragraph--type--text .teaser .teaser__btn,
  .paragraph--type--text .teaser .teaser__hover,
  .teaser--color-2 .teaser__btn,
  .teaser--color-2 .teaser__hover {
    background-color: #e85252;
  }
}

@media only screen and (min-width: 992px) {
  .block-title--color-2 .teaser:focus .teaser__content,
  .block-title--color-2 .teaser:hover .teaser__content,
  .paragraph--type--text .teaser:focus .teaser__content,
  .paragraph--type--text .teaser:hover .teaser__content,
  .teaser--color-2:focus .teaser__content,
  .teaser--color-2:hover .teaser__content {
    /* background-color: #e85252 */
  }
  .block-title--color-2 .teaser:focus .teaser__tag,
  .block-title--color-2 .teaser:hover .teaser__tag,
  .paragraph--type--text .teaser:focus .teaser__tag,
  .paragraph--type--text .teaser:hover .teaser__tag,
  .teaser--color-2:focus .teaser__tag,
  .teaser--color-2:hover .teaser__tag {
    background-color: #fff;
    color: #1c1d33;
  }
  .block-title--color-2 .teaser:focus .quote__id,
  .block-title--color-2 .teaser:focus .teaser__date,
  .block-title--color-2 .teaser:focus .main-content__date,
  .block-title--color-2 .teaser:focus .teaser__footer,
  .block-title--color-2 .teaser:focus .teaser__text,
  .block-title--color-2 .teaser:focus .teaser__title,
  .block-title--color-2 .teaser:focus .teaser__title strong,
  .block-title--color-2 .teaser:hover .quote__id,
  .block-title--color-2 .teaser:hover .teaser__date,
  .block-title--color-2 .teaser:hover .main-content__date,
  .block-title--color-2 .teaser:hover .teaser__footer,
  .block-title--color-2 .teaser:hover .teaser__text,
  .block-title--color-2 .teaser:hover .teaser__title,
  .block-title--color-2 .teaser:hover .teaser__title strong,
  .paragraph--type--text .teaser:focus .quote__id,
  .paragraph--type--text .teaser:focus .teaser__date,
  .paragraph--type--text .teaser:focus .main-content__date,
  .paragraph--type--text .teaser:focus .teaser__footer,
  .paragraph--type--text .teaser:focus .teaser__text,
  .paragraph--type--text .teaser:focus .teaser__title,
  .paragraph--type--text .teaser:focus .teaser__title strong,
  .paragraph--type--text .teaser:hover .quote__id,
  .paragraph--type--text .teaser:hover .teaser__date,
  .paragraph--type--text .teaser:hover .main-content__date,
  .paragraph--type--text .teaser:hover .teaser__footer,
  .paragraph--type--text .teaser:hover .teaser__text,
  .paragraph--type--text .teaser:hover .teaser__title,
  .paragraph--type--text .teaser:hover .teaser__title strong,
  .teaser--color-2:focus .quote__id,
  .teaser--color-2:focus .teaser__date,
  .teaser--color-2:focus .main-content__date,
  .teaser--color-2:focus .teaser__footer,
  .teaser--color-2:focus .teaser__text,
  .teaser--color-2:focus .teaser__title,
  .teaser--color-2:focus .teaser__title strong,
  .teaser--color-2:hover .quote__id,
  .teaser--color-2:hover .teaser__date,
  .teaser--color-2:hover .main-content__date,
  .teaser--color-2:hover .teaser__footer,
  .teaser--color-2:hover .teaser__text,
  .teaser--color-2:hover .teaser__title,
  .teaser--color-2:hover .teaser__title strong {
    color: #fff;
  }
  .block-title--color-2 .teaser:focus .teaser__footer p,
  .block-title--color-2 .teaser:hover .teaser__footer p,
  .paragraph--type--text .teaser:focus .teaser__footer p,
  .paragraph--type--text .teaser:hover .teaser__footer p,
  .teaser--color-2:focus .teaser__footer p,
  .teaser--color-2:hover .teaser__footer p {
    border-color: #fff;
  }
  .block-title--color-2 .teaser:focus .teaser__wrapper,
  .block-title--color-2 .teaser:hover .teaser__wrapper,
  .paragraph--type--text .teaser:focus .teaser__wrapper,
  .paragraph--type--text .teaser:hover .teaser__wrapper,
  .teaser--color-2:focus .teaser__wrapper,
  .teaser--color-2:hover .teaser__wrapper {
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
  }
}

.block-title--color-3 .teaser .teaser__title strong,
.block-title--color-3 .teaser .quote__id,
.teaser .dummy .teaser__title strong,
.teaser .dummy .quote__id,
.teaser--color-3 .teaser__title strong,
.teaser--color-3 .quote__id {
  color: #c32762;
}

.block-title--color-3 .teaser .teaser__tag,
.teaser .dummy .teaser__tag,
.teaser--color-3 .teaser__tag {
  background-color: #c32762;
}

.block-title--color-3 .teaser .teaser__chapo,
.teaser .dummy .teaser__chapo,
.teaser--color-3 .teaser__chapo {
  border-left: 5px solid #c32762;
}

.block-title--color-3 .teaser.teaser--color-reverse .teaser__content,
.teaser .dummy.teaser--color-reverse .teaser__content,
.teaser--color-3.teaser--color-reverse .teaser__content {
  background-color: #c32762;
}

.block-title--color-3 .teaser.teaser--color-reverse .teaser__tag,
.teaser .dummy.teaser--color-reverse .teaser__tag,
.teaser--color-3.teaser--color-reverse .teaser__tag {
  background-color: #fff;
  color: #1c1d33;
}

.block-title--color-3 .teaser.teaser--color-reverse .teaser__chapo,
.block-title--color-3 .teaser.teaser--color-reverse .teaser__date,
.block-title--color-3 .teaser.teaser--color-reverse .main-content__date,
.block-title--color-3 .teaser.teaser--color-reverse .teaser__text,
.block-title--color-3 .teaser.teaser--color-reverse .teaser__title,
.teaser .dummy.teaser--color-reverse .teaser__chapo,
.teaser .dummy.teaser--color-reverse .teaser__date,
.teaser .dummy.teaser--color-reverse .main-content__date,
.teaser .dummy.teaser--color-reverse .teaser__text,
.teaser .dummy.teaser--color-reverse .teaser__title,
.teaser--color-3.teaser--color-reverse .teaser__chapo,
.teaser--color-3.teaser--color-reverse .teaser__date,
.teaser--color-3.teaser--color-reverse .main-content__date,
.teaser--color-3.teaser--color-reverse .teaser__text,
.teaser--color-3.teaser--color-reverse .teaser__title {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .block-title--color-3 .teaser .teaser__btn,
  .block-title--color-3 .teaser .teaser__hover,
  .teaser .dummy .teaser__btn,
  .teaser .dummy .teaser__hover,
  .teaser--color-3 .teaser__btn,
  .teaser--color-3 .teaser__hover {
    background-color: #c32762;
  }
}

@media only screen and (min-width: 992px) {
  .block-title--color-3 .teaser:focus .teaser__content,
  .block-title--color-3 .teaser:hover .teaser__content,
  .teaser .dummy:focus .teaser__content,
  .teaser .dummy:hover .teaser__content,
  .teaser--color-3:focus .teaser__content,
  .teaser--color-3:hover .teaser__content {
    background-color: #c32762;
  }
  .block-title--color-3 .teaser:focus .teaser__tag,
  .block-title--color-3 .teaser:hover .teaser__tag,
  .teaser .dummy:focus .teaser__tag,
  .teaser .dummy:hover .teaser__tag,
  .teaser--color-3:focus .teaser__tag,
  .teaser--color-3:hover .teaser__tag {
    background-color: #fff;
    color: #1c1d33;
  }
  .block-title--color-3 .teaser:focus .quote__id,
  .block-title--color-3 .teaser:focus .teaser__date,
  .block-title--color-3 .teaser:focus .main-content__date,
  .block-title--color-3 .teaser:focus .teaser__footer,
  .block-title--color-3 .teaser:focus .teaser__text,
  .block-title--color-3 .teaser:focus .teaser__title,
  .block-title--color-3 .teaser:focus .teaser__title strong,
  .block-title--color-3 .teaser:hover .quote__id,
  .block-title--color-3 .teaser:hover .teaser__date,
  .block-title--color-3 .teaser:hover .main-content__date,
  .block-title--color-3 .teaser:hover .teaser__footer,
  .block-title--color-3 .teaser:hover .teaser__text,
  .block-title--color-3 .teaser:hover .teaser__title,
  .block-title--color-3 .teaser:hover .teaser__title strong,
  .teaser .dummy:focus .quote__id,
  .teaser .dummy:focus .teaser__date,
  .teaser .dummy:focus .main-content__date,
  .teaser .dummy:focus .teaser__footer,
  .teaser .dummy:focus .teaser__text,
  .teaser .dummy:focus .teaser__title,
  .teaser .dummy:focus .teaser__title strong,
  .teaser .dummy:hover .quote__id,
  .teaser .dummy:hover .teaser__date,
  .teaser .dummy:hover .main-content__date,
  .teaser .dummy:hover .teaser__footer,
  .teaser .dummy:hover .teaser__text,
  .teaser .dummy:hover .teaser__title,
  .teaser .dummy:hover .teaser__title strong,
  .teaser--color-3:focus .quote__id,
  .teaser--color-3:focus .teaser__date,
  .teaser--color-3:focus .main-content__date,
  .teaser--color-3:focus .teaser__footer,
  .teaser--color-3:focus .teaser__text,
  .teaser--color-3:focus .teaser__title,
  .teaser--color-3:focus .teaser__title strong,
  .teaser--color-3:hover .quote__id,
  .teaser--color-3:hover .teaser__date,
  .teaser--color-3:hover .main-content__date,
  .teaser--color-3:hover .teaser__footer,
  .teaser--color-3:hover .teaser__text,
  .teaser--color-3:hover .teaser__title,
  .teaser--color-3:hover .teaser__title strong {
    color: #fff;
  }
  .block-title--color-3 .teaser:focus .teaser__footer p,
  .block-title--color-3 .teaser:hover .teaser__footer p,
  .teaser .dummy:focus .teaser__footer p,
  .teaser .dummy:hover .teaser__footer p,
  .teaser--color-3:focus .teaser__footer p,
  .teaser--color-3:hover .teaser__footer p {
    border-color: #fff;
  }
  .block-title--color-3 .teaser:focus .teaser__wrapper,
  .block-title--color-3 .teaser:hover .teaser__wrapper,
  .teaser .dummy:focus .teaser__wrapper,
  .teaser .dummy:hover .teaser__wrapper,
  .teaser--color-3:focus .teaser__wrapper,
  .teaser--color-3:hover .teaser__wrapper {
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
  }
}

.block-title--color-4 .teaser .teaser__title strong,
.block-title--color-4 .teaser .quote__id,
.teaser .dummy .teaser__title strong,
.teaser .dummy .quote__id,
.teaser--color-4 .teaser__title strong,
.teaser--color-4 .quote__id {
  color: #00aec7;
}

.block-title--color-4 .teaser .teaser__tag,
.teaser .dummy .teaser__tag,
.teaser--color-4 .teaser__tag {
  background-color: #00aec7;
}

.block-title--color-4 .teaser .teaser__chapo,
.teaser .dummy .teaser__chapo,
.teaser--color-4 .teaser__chapo {
  border-left: 5px solid #00aec7;
}

.block-title--color-4 .teaser.teaser--color-reverse .teaser__content,
.teaser .dummy.teaser--color-reverse .teaser__content,
.teaser--color-4.teaser--color-reverse .teaser__content {
  background-color: #00aec7;
}

.block-title--color-4 .teaser.teaser--color-reverse .teaser__tag,
.teaser .dummy.teaser--color-reverse .teaser__tag,
.teaser--color-4.teaser--color-reverse .teaser__tag {
  background-color: #fff;
  color: #1c1d33;
}

.block-title--color-4 .teaser.teaser--color-reverse .teaser__chapo,
.block-title--color-4 .teaser.teaser--color-reverse .teaser__date,
.block-title--color-4 .teaser.teaser--color-reverse .main-content__date,
.block-title--color-4 .teaser.teaser--color-reverse .teaser__text,
.block-title--color-4 .teaser.teaser--color-reverse .teaser__title,
.teaser .dummy.teaser--color-reverse .teaser__chapo,
.teaser .dummy.teaser--color-reverse .teaser__date,
.teaser .dummy.teaser--color-reverse .main-content__date,
.teaser .dummy.teaser--color-reverse .teaser__text,
.teaser .dummy.teaser--color-reverse .teaser__title,
.teaser--color-4.teaser--color-reverse .teaser__chapo,
.teaser--color-4.teaser--color-reverse .teaser__date,
.teaser--color-4.teaser--color-reverse .main-content__date,
.teaser--color-4.teaser--color-reverse .teaser__text,
.teaser--color-4.teaser--color-reverse .teaser__title {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .block-title--color-4 .teaser .teaser__btn,
  .block-title--color-4 .teaser .teaser__hover,
  .teaser .dummy .teaser__btn,
  .teaser .dummy .teaser__hover,
  .teaser--color-4 .teaser__btn,
  .teaser--color-4 .teaser__hover {
    background-color: #00aec7;
  }
}

@media only screen and (min-width: 992px) {
  .block-title--color-4 .teaser:focus .teaser__content,
  .block-title--color-4 .teaser:hover .teaser__content,
  .teaser .dummy:focus .teaser__content,
  .teaser .dummy:hover .teaser__content,
  .teaser--color-4:focus .teaser__content,
  .teaser--color-4:hover .teaser__content {
    background-color: #00aec7;
  }
  .block-title--color-4 .teaser:focus .teaser__tag,
  .block-title--color-4 .teaser:hover .teaser__tag,
  .teaser .dummy:focus .teaser__tag,
  .teaser .dummy:hover .teaser__tag,
  .teaser--color-4:focus .teaser__tag,
  .teaser--color-4:hover .teaser__tag {
    background-color: #fff;
    color: #1c1d33;
  }
  .block-title--color-4 .teaser:focus .quote__id,
  .block-title--color-4 .teaser:focus .teaser__date,
  .block-title--color-4 .teaser:focus .main-content__date,
  .block-title--color-4 .teaser:focus .teaser__footer,
  .block-title--color-4 .teaser:focus .teaser__text,
  .block-title--color-4 .teaser:focus .teaser__title,
  .block-title--color-4 .teaser:focus .teaser__title strong,
  .block-title--color-4 .teaser:hover .quote__id,
  .block-title--color-4 .teaser:hover .teaser__date,
  .block-title--color-4 .teaser:hover .main-content__date,
  .block-title--color-4 .teaser:hover .teaser__footer,
  .block-title--color-4 .teaser:hover .teaser__text,
  .block-title--color-4 .teaser:hover .teaser__title,
  .block-title--color-4 .teaser:hover .teaser__title strong,
  .teaser .dummy:focus .quote__id,
  .teaser .dummy:focus .teaser__date,
  .teaser .dummy:focus .main-content__date,
  .teaser .dummy:focus .teaser__footer,
  .teaser .dummy:focus .teaser__text,
  .teaser .dummy:focus .teaser__title,
  .teaser .dummy:focus .teaser__title strong,
  .teaser .dummy:hover .quote__id,
  .teaser .dummy:hover .teaser__date,
  .teaser .dummy:hover .main-content__date,
  .teaser .dummy:hover .teaser__footer,
  .teaser .dummy:hover .teaser__text,
  .teaser .dummy:hover .teaser__title,
  .teaser .dummy:hover .teaser__title strong,
  .teaser--color-4:focus .quote__id,
  .teaser--color-4:focus .teaser__date,
  .teaser--color-4:focus .main-content__date,
  .teaser--color-4:focus .teaser__footer,
  .teaser--color-4:focus .teaser__text,
  .teaser--color-4:focus .teaser__title,
  .teaser--color-4:focus .teaser__title strong,
  .teaser--color-4:hover .quote__id,
  .teaser--color-4:hover .teaser__date,
  .teaser--color-4:hover .main-content__date,
  .teaser--color-4:hover .teaser__footer,
  .teaser--color-4:hover .teaser__text,
  .teaser--color-4:hover .teaser__title,
  .teaser--color-4:hover .teaser__title strong {
    color: #fff;
  }
  .block-title--color-4 .teaser:focus .teaser__footer p,
  .block-title--color-4 .teaser:hover .teaser__footer p,
  .teaser .dummy:focus .teaser__footer p,
  .teaser .dummy:hover .teaser__footer p,
  .teaser--color-4:focus .teaser__footer p,
  .teaser--color-4:hover .teaser__footer p {
    border-color: #fff;
  }
  .block-title--color-4 .teaser:focus .teaser__wrapper,
  .block-title--color-4 .teaser:hover .teaser__wrapper,
  .teaser .dummy:focus .teaser__wrapper,
  .teaser .dummy:hover .teaser__wrapper,
  .teaser--color-4:focus .teaser__wrapper,
  .teaser--color-4:hover .teaser__wrapper {
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
  }
}

.block-title--color-5 .teaser .teaser__title strong,
.block-title--color-5 .teaser .quote__id,
.teaser .dummy .teaser__title strong,
.teaser .dummy .quote__id,
.teaser--color-5 .teaser__title strong,
.teaser--color-5 .quote__id {
  color: #16748a;
}

.block-title--color-5 .teaser .teaser__tag,
.teaser .dummy .teaser__tag,
.teaser--color-5 .teaser__tag {
  background-color: #16748a;
}

.block-title--color-5 .teaser .teaser__chapo,
.teaser .dummy .teaser__chapo,
.teaser--color-5 .teaser__chapo {
  border-left: 5px solid #16748a;
}

.block-title--color-5 .teaser.teaser--color-reverse .teaser__content,
.teaser .dummy.teaser--color-reverse .teaser__content,
.teaser--color-5.teaser--color-reverse .teaser__content {
  background-color: #16748a;
}

.block-title--color-5 .teaser.teaser--color-reverse .teaser__tag,
.teaser .dummy.teaser--color-reverse .teaser__tag,
.teaser--color-5.teaser--color-reverse .teaser__tag {
  background-color: #fff;
  color: #1c1d33;
}

.block-title--color-5 .teaser.teaser--color-reverse .teaser__chapo,
.block-title--color-5 .teaser.teaser--color-reverse .teaser__date,
.block-title--color-5 .teaser.teaser--color-reverse .main-content__date,
.block-title--color-5 .teaser.teaser--color-reverse .teaser__text,
.block-title--color-5 .teaser.teaser--color-reverse .teaser__title,
.teaser .dummy.teaser--color-reverse .teaser__chapo,
.teaser .dummy.teaser--color-reverse .teaser__date,
.teaser .dummy.teaser--color-reverse .main-content__date,
.teaser .dummy.teaser--color-reverse .teaser__text,
.teaser .dummy.teaser--color-reverse .teaser__title,
.teaser--color-5.teaser--color-reverse .teaser__chapo,
.teaser--color-5.teaser--color-reverse .teaser__date,
.teaser--color-5.teaser--color-reverse .main-content__date,
.teaser--color-5.teaser--color-reverse .teaser__text,
.teaser--color-5.teaser--color-reverse .teaser__title {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .block-title--color-5 .teaser .teaser__btn,
  .block-title--color-5 .teaser .teaser__hover,
  .teaser .dummy .teaser__btn,
  .teaser .dummy .teaser__hover,
  .teaser--color-5 .teaser__btn,
  .teaser--color-5 .teaser__hover {
    background-color: #16748a;
  }
}

@media only screen and (min-width: 992px) {
  .block-title--color-5 .teaser:focus .teaser__content,
  .block-title--color-5 .teaser:hover .teaser__content,
  .teaser .dummy:focus .teaser__content,
  .teaser .dummy:hover .teaser__content,
  .teaser--color-5:focus .teaser__content,
  .teaser--color-5:hover .teaser__content {
    background-color: #16748a;
  }
  .block-title--color-5 .teaser:focus .teaser__tag,
  .block-title--color-5 .teaser:hover .teaser__tag,
  .teaser .dummy:focus .teaser__tag,
  .teaser .dummy:hover .teaser__tag,
  .teaser--color-5:focus .teaser__tag,
  .teaser--color-5:hover .teaser__tag {
    background-color: #fff;
    color: #1c1d33;
  }
  .block-title--color-5 .teaser:focus .quote__id,
  .block-title--color-5 .teaser:focus .teaser__date,
  .block-title--color-5 .teaser:focus .main-content__date,
  .block-title--color-5 .teaser:focus .teaser__footer,
  .block-title--color-5 .teaser:focus .teaser__text,
  .block-title--color-5 .teaser:focus .teaser__title,
  .block-title--color-5 .teaser:focus .teaser__title strong,
  .block-title--color-5 .teaser:hover .quote__id,
  .block-title--color-5 .teaser:hover .teaser__date,
  .block-title--color-5 .teaser:hover .main-content__date,
  .block-title--color-5 .teaser:hover .teaser__footer,
  .block-title--color-5 .teaser:hover .teaser__text,
  .block-title--color-5 .teaser:hover .teaser__title,
  .block-title--color-5 .teaser:hover .teaser__title strong,
  .teaser .dummy:focus .quote__id,
  .teaser .dummy:focus .teaser__date,
  .teaser .dummy:focus .main-content__date,
  .teaser .dummy:focus .teaser__footer,
  .teaser .dummy:focus .teaser__text,
  .teaser .dummy:focus .teaser__title,
  .teaser .dummy:focus .teaser__title strong,
  .teaser .dummy:hover .quote__id,
  .teaser .dummy:hover .teaser__date,
  .teaser .dummy:hover .main-content__date,
  .teaser .dummy:hover .teaser__footer,
  .teaser .dummy:hover .teaser__text,
  .teaser .dummy:hover .teaser__title,
  .teaser .dummy:hover .teaser__title strong,
  .teaser--color-5:focus .quote__id,
  .teaser--color-5:focus .teaser__date,
  .teaser--color-5:focus .main-content__date,
  .teaser--color-5:focus .teaser__footer,
  .teaser--color-5:focus .teaser__text,
  .teaser--color-5:focus .teaser__title,
  .teaser--color-5:focus .teaser__title strong,
  .teaser--color-5:hover .quote__id,
  .teaser--color-5:hover .teaser__date,
  .teaser--color-5:hover .main-content__date,
  .teaser--color-5:hover .teaser__footer,
  .teaser--color-5:hover .teaser__text,
  .teaser--color-5:hover .teaser__title,
  .teaser--color-5:hover .teaser__title strong {
    color: #fff;
  }
  .block-title--color-5 .teaser:focus .teaser__footer p,
  .block-title--color-5 .teaser:hover .teaser__footer p,
  .teaser .dummy:focus .teaser__footer p,
  .teaser .dummy:hover .teaser__footer p,
  .teaser--color-5:focus .teaser__footer p,
  .teaser--color-5:hover .teaser__footer p {
    border-color: #fff;
  }
  .block-title--color-5 .teaser:focus .teaser__wrapper,
  .block-title--color-5 .teaser:hover .teaser__wrapper,
  .teaser .dummy:focus .teaser__wrapper,
  .teaser .dummy:hover .teaser__wrapper,
  .teaser--color-5:focus .teaser__wrapper,
  .teaser--color-5:hover .teaser__wrapper {
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
  }
}

.block-title--color-6 .teaser .teaser__title strong,
.block-title--color-6 .teaser .quote__id,
.teaser .dummy .teaser__title strong,
.teaser .dummy .quote__id,
.teaser--color-6 .teaser__title strong,
.teaser--color-6 .quote__id {
  color: #673c75;
}

.block-title--color-6 .teaser .teaser__tag,
.teaser .dummy .teaser__tag,
.teaser--color-6 .teaser__tag {
  background-color: #673c75;
}

.block-title--color-6 .teaser .teaser__chapo,
.teaser .dummy .teaser__chapo,
.teaser--color-6 .teaser__chapo {
  border-left: 5px solid #673c75;
}

.block-title--color-6 .teaser.teaser--color-reverse .teaser__content,
.teaser .dummy.teaser--color-reverse .teaser__content,
.teaser--color-6.teaser--color-reverse .teaser__content {
  background-color: #673c75;
}

.block-title--color-6 .teaser.teaser--color-reverse .teaser__tag,
.teaser .dummy.teaser--color-reverse .teaser__tag,
.teaser--color-6.teaser--color-reverse .teaser__tag {
  background-color: #fff;
  color: #1c1d33;
}

.block-title--color-6 .teaser.teaser--color-reverse .teaser__chapo,
.block-title--color-6 .teaser.teaser--color-reverse .teaser__date,
.block-title--color-6 .teaser.teaser--color-reverse .main-content__date,
.block-title--color-6 .teaser.teaser--color-reverse .teaser__text,
.block-title--color-6 .teaser.teaser--color-reverse .teaser__title,
.teaser .dummy.teaser--color-reverse .teaser__chapo,
.teaser .dummy.teaser--color-reverse .teaser__date,
.teaser .dummy.teaser--color-reverse .main-content__date,
.teaser .dummy.teaser--color-reverse .teaser__text,
.teaser .dummy.teaser--color-reverse .teaser__title,
.teaser--color-6.teaser--color-reverse .teaser__chapo,
.teaser--color-6.teaser--color-reverse .teaser__date,
.teaser--color-6.teaser--color-reverse .main-content__date,
.teaser--color-6.teaser--color-reverse .teaser__text,
.teaser--color-6.teaser--color-reverse .teaser__title {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .block-title--color-6 .teaser .teaser__btn,
  .block-title--color-6 .teaser .teaser__hover,
  .teaser .dummy .teaser__btn,
  .teaser .dummy .teaser__hover,
  .teaser--color-6 .teaser__btn,
  .teaser--color-6 .teaser__hover {
    background-color: #673c75;
  }
}

@media only screen and (min-width: 992px) {
  .block-title--color-6 .teaser:focus .teaser__content,
  .block-title--color-6 .teaser:hover .teaser__content,
  .teaser .dummy:focus .teaser__content,
  .teaser .dummy:hover .teaser__content,
  .teaser--color-6:focus .teaser__content,
  .teaser--color-6:hover .teaser__content {
    background-color: #673c75;
  }
  .block-title--color-6 .teaser:focus .teaser__tag,
  .block-title--color-6 .teaser:hover .teaser__tag,
  .teaser .dummy:focus .teaser__tag,
  .teaser .dummy:hover .teaser__tag,
  .teaser--color-6:focus .teaser__tag,
  .teaser--color-6:hover .teaser__tag {
    background-color: #fff;
    color: #1c1d33;
  }
  .block-title--color-6 .teaser:focus .quote__id,
  .block-title--color-6 .teaser:focus .teaser__date,
  .block-title--color-6 .teaser:focus .main-content__date,
  .block-title--color-6 .teaser:focus .teaser__footer,
  .block-title--color-6 .teaser:focus .teaser__text,
  .block-title--color-6 .teaser:focus .teaser__title,
  .block-title--color-6 .teaser:focus .teaser__title strong,
  .block-title--color-6 .teaser:hover .quote__id,
  .block-title--color-6 .teaser:hover .teaser__date,
  .block-title--color-6 .teaser:hover .main-content__date,
  .block-title--color-6 .teaser:hover .teaser__footer,
  .block-title--color-6 .teaser:hover .teaser__text,
  .block-title--color-6 .teaser:hover .teaser__title,
  .block-title--color-6 .teaser:hover .teaser__title strong,
  .teaser .dummy:focus .quote__id,
  .teaser .dummy:focus .teaser__date,
  .teaser .dummy:focus .main-content__date,
  .teaser .dummy:focus .teaser__footer,
  .teaser .dummy:focus .teaser__text,
  .teaser .dummy:focus .teaser__title,
  .teaser .dummy:focus .teaser__title strong,
  .teaser .dummy:hover .quote__id,
  .teaser .dummy:hover .teaser__date,
  .teaser .dummy:hover .main-content__date,
  .teaser .dummy:hover .teaser__footer,
  .teaser .dummy:hover .teaser__text,
  .teaser .dummy:hover .teaser__title,
  .teaser .dummy:hover .teaser__title strong,
  .teaser--color-6:focus .quote__id,
  .teaser--color-6:focus .teaser__date,
  .teaser--color-6:focus .main-content__date,
  .teaser--color-6:focus .teaser__footer,
  .teaser--color-6:focus .teaser__text,
  .teaser--color-6:focus .teaser__title,
  .teaser--color-6:focus .teaser__title strong,
  .teaser--color-6:hover .quote__id,
  .teaser--color-6:hover .teaser__date,
  .teaser--color-6:hover .main-content__date,
  .teaser--color-6:hover .teaser__footer,
  .teaser--color-6:hover .teaser__text,
  .teaser--color-6:hover .teaser__title,
  .teaser--color-6:hover .teaser__title strong {
    color: #fff;
  }
  .block-title--color-6 .teaser:focus .teaser__footer p,
  .block-title--color-6 .teaser:hover .teaser__footer p,
  .teaser .dummy:focus .teaser__footer p,
  .teaser .dummy:hover .teaser__footer p,
  .teaser--color-6:focus .teaser__footer p,
  .teaser--color-6:hover .teaser__footer p {
    border-color: #fff;
  }
  .block-title--color-6 .teaser:focus .teaser__wrapper,
  .block-title--color-6 .teaser:hover .teaser__wrapper,
  .teaser .dummy:focus .teaser__wrapper,
  .teaser .dummy:hover .teaser__wrapper,
  .teaser--color-6:focus .teaser__wrapper,
  .teaser--color-6:hover .teaser__wrapper {
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
  }
}

.block-title--color-7 .teaser .teaser__title strong,
.block-title--color-7 .teaser .quote__id,
.teaser .dummy .teaser__title strong,
.teaser .dummy .quote__id,
.teaser--color-7 .teaser__title strong,
.teaser--color-7 .quote__id {
  color: #1a788e;
}

.block-title--color-7 .teaser .teaser__tag,
.teaser .dummy .teaser__tag,
.teaser--color-7 .teaser__tag {
  background-color: #1a788e;
}

.block-title--color-7 .teaser .teaser__chapo,
.teaser .dummy .teaser__chapo,
.teaser--color-7 .teaser__chapo {
  border-left: 5px solid #1a788e;
}

.block-title--color-7 .teaser.teaser--color-reverse .teaser__content,
.teaser .dummy.teaser--color-reverse .teaser__content,
.teaser--color-7.teaser--color-reverse .teaser__content {
  background-color: #1a788e;
}

.block-title--color-7 .teaser.teaser--color-reverse .teaser__tag,
.teaser .dummy.teaser--color-reverse .teaser__tag,
.teaser--color-7.teaser--color-reverse .teaser__tag {
  background-color: #fff;
  color: #1c1d33;
}

.block-title--color-7 .teaser.teaser--color-reverse .teaser__chapo,
.block-title--color-7 .teaser.teaser--color-reverse .teaser__date,
.block-title--color-7 .teaser.teaser--color-reverse .main-content__date,
.block-title--color-7 .teaser.teaser--color-reverse .teaser__text,
.block-title--color-7 .teaser.teaser--color-reverse .teaser__title,
.teaser .dummy.teaser--color-reverse .teaser__chapo,
.teaser .dummy.teaser--color-reverse .teaser__date,
.teaser .dummy.teaser--color-reverse .main-content__date,
.teaser .dummy.teaser--color-reverse .teaser__text,
.teaser .dummy.teaser--color-reverse .teaser__title,
.teaser--color-7.teaser--color-reverse .teaser__chapo,
.teaser--color-7.teaser--color-reverse .teaser__date,
.teaser--color-7.teaser--color-reverse .main-content__date,
.teaser--color-7.teaser--color-reverse .teaser__text,
.teaser--color-7.teaser--color-reverse .teaser__title {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .block-title--color-7 .teaser .teaser__btn,
  .block-title--color-7 .teaser .teaser__hover,
  .teaser .dummy .teaser__btn,
  .teaser .dummy .teaser__hover,
  .teaser--color-7 .teaser__btn,
  .teaser--color-7 .teaser__hover {
    background-color: #1a788e;
  }
}

@media only screen and (min-width: 992px) {
  .block-title--color-7 .teaser:focus .teaser__content,
  .block-title--color-7 .teaser:hover .teaser__content,
  .teaser .dummy:focus .teaser__content,
  .teaser .dummy:hover .teaser__content,
  .teaser--color-7:focus .teaser__content,
  .teaser--color-7:hover .teaser__content {
    background-color: #1a788e;
  }
  .block-title--color-7 .teaser:focus .teaser__tag,
  .block-title--color-7 .teaser:hover .teaser__tag,
  .teaser .dummy:focus .teaser__tag,
  .teaser .dummy:hover .teaser__tag,
  .teaser--color-7:focus .teaser__tag,
  .teaser--color-7:hover .teaser__tag {
    background-color: #fff;
    color: #1c1d33;
  }
  .block-title--color-7 .teaser:focus .quote__id,
  .block-title--color-7 .teaser:focus .teaser__date,
  .block-title--color-7 .teaser:focus .main-content__date,
  .block-title--color-7 .teaser:focus .teaser__footer,
  .block-title--color-7 .teaser:focus .teaser__text,
  .block-title--color-7 .teaser:focus .teaser__title,
  .block-title--color-7 .teaser:focus .teaser__title strong,
  .block-title--color-7 .teaser:hover .quote__id,
  .block-title--color-7 .teaser:hover .teaser__date,
  .block-title--color-7 .teaser:hover .main-content__date,
  .block-title--color-7 .teaser:hover .teaser__footer,
  .block-title--color-7 .teaser:hover .teaser__text,
  .block-title--color-7 .teaser:hover .teaser__title,
  .block-title--color-7 .teaser:hover .teaser__title strong,
  .teaser .dummy:focus .quote__id,
  .teaser .dummy:focus .teaser__date,
  .teaser .dummy:focus .main-content__date,
  .teaser .dummy:focus .teaser__footer,
  .teaser .dummy:focus .teaser__text,
  .teaser .dummy:focus .teaser__title,
  .teaser .dummy:focus .teaser__title strong,
  .teaser .dummy:hover .quote__id,
  .teaser .dummy:hover .teaser__date,
  .teaser .dummy:hover .main-content__date,
  .teaser .dummy:hover .teaser__footer,
  .teaser .dummy:hover .teaser__text,
  .teaser .dummy:hover .teaser__title,
  .teaser .dummy:hover .teaser__title strong,
  .teaser--color-7:focus .quote__id,
  .teaser--color-7:focus .teaser__date,
  .teaser--color-7:focus .main-content__date,
  .teaser--color-7:focus .teaser__footer,
  .teaser--color-7:focus .teaser__text,
  .teaser--color-7:focus .teaser__title,
  .teaser--color-7:focus .teaser__title strong,
  .teaser--color-7:hover .quote__id,
  .teaser--color-7:hover .teaser__date,
  .teaser--color-7:hover .main-content__date,
  .teaser--color-7:hover .teaser__footer,
  .teaser--color-7:hover .teaser__text,
  .teaser--color-7:hover .teaser__title,
  .teaser--color-7:hover .teaser__title strong {
    color: #fff;
  }
  .block-title--color-7 .teaser:focus .teaser__footer p,
  .block-title--color-7 .teaser:hover .teaser__footer p,
  .teaser .dummy:focus .teaser__footer p,
  .teaser .dummy:hover .teaser__footer p,
  .teaser--color-7:focus .teaser__footer p,
  .teaser--color-7:hover .teaser__footer p {
    border-color: #fff;
  }
  .block-title--color-7 .teaser:focus .teaser__wrapper,
  .block-title--color-7 .teaser:hover .teaser__wrapper,
  .teaser .dummy:focus .teaser__wrapper,
  .teaser .dummy:hover .teaser__wrapper,
  .teaser--color-7:focus .teaser__wrapper,
  .teaser--color-7:hover .teaser__wrapper {
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
  }
}

.teaser--color-reverse .teaser__tag {
  background-color: #fff;
  color: #1c1d33;
}

.teaser--color-reverse .teaser__chapo {
  border-left: 5px solid #fff;
}

.teaser--color-reverse .teaser__chapo,
.teaser--color-reverse .teaser__date,
.teaser--color-reverse .teaser__text,
.teaser--color-reverse .teaser__title {
  color: #fff;
}

.teaser--huge .teaser__picture-wrapper {
  text-align: right;
  position: relative;
}

.teaser--huge .teaser__picture-wrapper .field--type-image {
  display: inline;
}

@media only screen and (max-width: 1379px) {
  .teaser--huge .teaser__picture-wrapper img {
    margin-bottom: 20px;
  }
}

.teaser--huge .teaser__picture {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.teaser--huge .teaser__btn {
  border: 0 !important;
  margin: 0;
  padding: 0;
  width: auto;
  letter-spacing: 0;
  display: inline-block;
}

.teaser--huge .teaser__btn .btn {
  margin: 0;
  text-align: left;
}

.teaser--huge .teaser__btn .btn-white {
  max-width: 185px;
  bottom: 0;
  right: 0;
  position: absolute;
  padding-right: 1.5rem;
}

@media only screen and (max-width: 1379px) {
  .teaser--huge .teaser__btn .btn-white {
    position: relative;
  }
}

.teaser--huge .teaser__text p {
  margin-bottom: 3rem;
}

.teaser--huge .teaser__text .btn {
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .teaser--huge .teaser__chapo {
    margin-bottom: 2.5rem;
  }
  .teaser--huge .teaser__content {
    padding-left: 4.5rem;
  }
  .teaser--huge:focus,
  .teaser--huge:hover {
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
  }
  .teaser--huge:focus .teaser__wrapper,
  .teaser--huge:hover .teaser__wrapper {
    box-shadow: none;
  }
  .teaser--huge:focus .teaser__chapo,
  .teaser--huge:hover .teaser__chapo {
    border-left: 5px solid #fff;
    color: #fff;
  }
}

@media only screen and (min-width: 1380px) {
  .teaser--huge .teaser__content {
    padding-top: 4.5rem;
    padding-left: 11rem;
  }
  .teaser--huge .teaser__title {
    font-size: 3.5rem;
    margin-bottom: 1.8rem;
  }
  .teaser--huge .teaser__chapo {
    font-size: 1.8rem;
    margin-bottom: 3rem;
    padding-right: 10rem;
  }
  .teaser--huge .teaser__text {
    padding-right: 10rem;
  }
  .teaser--huge .teaser__picture {
    margin: 0;
  }
  .teaser--huge .teaser__picture-wrapper .teaser__btn {
    bottom: 0;
    float: none;
    margin: 0;
    position: absolute;
    right: 0;
  }
  .teaser--huge .teaser__picture-wrapper .teaser__btn .btn-white {
    position: static;
  }
  .teaser--huge.teaser--button-left .teaser__picture-wrapper .teaser__btn {
    left: 0;
    right: auto;
  }
  .teaser--huge .teaser__btn {
    float: right;
    margin-top: -5.9rem;
  }
}

.interview-with-image .teaser--action-quote-huge {
  width: 100%;
}

.interview-with-image .teaser--action-quote-huge .teaser__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
}

.interview-with-image
  .teaser--action-quote-huge
  .teaser__content
  .teaser__title {
  font-size: 25px;
  font-size: 2.5rem;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  font-weight: 700;
}

@media only screen and (max-width: 1379px) {
  .interview-with-image
    .teaser--action-quote-huge
    .teaser__content
    .teaser__title {
    padding-bottom: 0;
  }
}

.interview-with-image
  .teaser--action-quote-huge
  .teaser__content
  .teaser__content-image-wrapper {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 1379px) {
  .interview-with-image
    .teaser--action-quote-huge
    .teaser__content
    .teaser__content-image-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

@media only screen and (max-width: 991px) {
  .interview-with-image
    .teaser--action-quote-huge
    .teaser__content
    .teaser__content-image-wrapper {
    margin-bottom: 0;
  }
}

.interview-with-image
  .teaser--action-quote-huge
  .teaser__content
  .teaser__content-image-wrapper
  .teaser__picture-wrapper {
  margin-right: 20px;
  margin-right: 2rem;
  flex-shrink: 0;
}

@media only screen and (min-width: 992px) {
  .interview-with-image
    .teaser--action-quote-huge
    .teaser__content
    .teaser__content-image-wrapper
    .teaser__picture-wrapper {
    max-width: 610px;
  }
}

@media only screen and (max-width: 1379px) {
  .interview-with-image
    .teaser--action-quote-huge
    .teaser__content
    .teaser__content-image-wrapper
    .teaser__picture-wrapper {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    margin-right: 0;
  }
}

.interview-with-image
  .teaser--action-quote-huge
  .teaser__content
  .teaser__content-image-wrapper
  .quote__id {
  font-size: 13px;
  font-size: 1.3rem;
}

.interview-with-image
  .teaser--action-quote-huge
  .teaser__content
  .teaser__content-image-wrapper
  .quote__fx {
  font-size: 25px;
  font-size: 2.5rem;
}

.interview-with-image
  .teaser--action-quote-huge
  .teaser__content
  .teaser__content-image-wrapper
  .quote__text {
  font-size: 16px;
  font-size: 1.6rem;
}

.interview-with-image
  .teaser--action-quote-huge
  .teaser__content
  .teaser__content-image-wrapper
  .quote__text::before {
  font-size: 25px;
  font-size: 2.5rem;
}

@media only screen and (min-width: 1380px) {
  .interview-with-image
    .teaser--action-quote-huge
    .teaser__content
    .teaser__content-image-wrapper
    .quote__text::before {
    margin-top: -9px;
    margin-top: -0.9rem;
  }
}

.interview-with-image
  .teaser--action-quote-huge
  .teaser__content
  .teaser__content-image-wrapper
  .teaser__footer {
  display: none;
}

.main-content__date .date__end {
  color: #e85252;
  text-transform: none;
}

.block-title__title {
  position: relative;

  margin: 1.5rem 0 3rem;
  line-height: 1;
  padding-bottom: 1.5rem;
  color: #1c1d33;
}

@media only screen and (min-width: 768px) {
  .block-title__title {
    margin-bottom: 3rem;
  }
}

.block-title__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}

@media only screen and (min-width: 768px) {
  .block-title__title {
    padding-bottom: 2rem;
  }
  .block-title__title::after {
    width: 90px;
    height: 10px;
  }
}

/* .block-title--color-1 .block-title__title::after {
  background-color: #253455
} */
/* 
.block-title--color-2 .block-title__title::after {
  background-color: #e85252
} */

.block-title--color-3 .block-title__title::after {
  background-color: #c32762;
}

.block-title--color-4 .block-title__title::after {
  background-color: #00aec7;
}

.block-title--color-5 .block-title__title::after {
  background-color: #16748a;
}

.block-title--color-6 .block-title__title::after {
  background-color: #673c75;
}

.block-title--color-7 .block-title__title::after {
  background-color: #1a788e;
}
/* 
.block-title-big .block-title__title {
  font-size: 2.5rem;
  font-weight: 400
}

@media only screen and (min-width:768px) {
  .block-title-big .block-title__title {
    font-size: 4rem
  }
}

@media only screen and (min-width:992px) {
  .block-title-big .block-title__title {
    font-size: 4rem;
    margin-bottom: 0
  }
}

@media only screen and (min-width:1380px) {
  .block-title-big .block-title__title {
    font-size: 5rem
  }
} */

.block-title-regular {
  padding: 2rem 0 1rem;
}

.block-title-regular__title {
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  position: relative;
  font-size: 3.5rem;
  font-weight: 100;
  text-transform: uppercase;
  color: #1c1d33;
  padding: 0 0 3rem;
}

.block-title-regular__title::after {
  content: "";
  width: 90px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.block-title-regular .pull-right .btn {
  margin: 0;
  font-weight: bold;
}

@media only screen and (min-width: 992px) {
  .block-title-regular {
    padding: 5rem 0 3rem;
  }
}

.block-title--whitebg {
  background-color: #fff;
}

.block-title--whitebg .farc-block__subtitle {
  margin-top: 10px;
  margin-top: 1rem;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .block-title--whitebg .farc-block__subtitle {
    padding: 10px 0 10px 0;
    padding: 1rem 0 1rem 0;
    margin: 0;
  }
}

.block-title--whitebg + .block-title--whitebg {
  padding-top: 0;
}

/* .block-title--single-column {
  margin-bottom: 40px;
  margin-bottom: 4rem
} */

@media only screen and (min-width: 992px) {
  .block-title--single-column__inside {
    padding: 0 10px;
    padding: 0 1rem;
  }
}

@media (min-width: 992px) {
  .block-title--single-column .block-region-body {
    width: 80%;
    margin-left: 10%;
  }
}

@media only screen and (min-width: 992px) {
  .block-title--single-column .farc-block__title-wrapper {
    position: absolute;
    z-index: 1;
  }
}

.block-title--single-column .block-title__title.block-title-big__title {
  font-weight: 500;
  text-transform: none;
}

@media only screen and (min-width: 768px) {
  /* .block-title--single-column .block-title__title.block-title-big__title {
    padding-bottom: 3.5rem
  } */
}

.block-title--single-column .farc-block__content-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 992px) {
  .block-title--single-column .farc-block__content-wrapper {
    float: left;
    width: 83.33333%;
  }
}

@media (min-width: 992px) {
  .block-title--single-column .farc-block__content-wrapper {
    margin-left: 8.33333%;
  }
}

.block-title--single-column__white-bg {
  background-color: #fff;
}

@media only screen and (min-width: 992px) {
  .block-title--single-column__white-bg {
    padding-top: 100px;
    padding-top: 10rem;
    padding-bottom: 40px;
    padding-bottom: 4rem;
  }
}

.farc-block__subtitle {
  padding: 30px 10px 30px 19px;
  padding: 3rem 1rem 3rem 1.9rem;
  margin: 28px 0;
  margin: 2.8rem 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 27px;
  line-height: 2.7rem;
  font-weight: 400;
  background-color: #fff;
}

.farc-block__title-wrapper .pull-right {
  margin-top: 1.5rem;
}

.farc-block__title-wrapper .btn {
  position: relative;
  z-index: 50;
  margin: 0;
}

#sliding-popup,
.cnil-banner {
  background: #333;
  background-color: rgba(33, 33, 33, 0.7);
  transition: background-color 0.3s ease;
  color: #fff;
  left: 0;
  position: fixed;
  text-align: left;
  bottom: 0;
  width: 100%;
  z-index: 9998;
  letter-spacing: normal;
  word-spacing: normal;
  font-size: 1em;
}

#sliding-popup a,
.cnil-banner a {
  color: #fff;
  text-decoration: underline;
}

#sliding-popup div.popup-content,
.cnil-banner div.popup-content {
  display: block;
  max-width: 980px;
  margin: 0 auto;
  padding: 10px 60px 20px 25px;
}

#sliding-popup div.popup-content #popup-text,
.cnil-banner div.popup-content #popup-text {
  float: none;
  margin: 0;
  max-width: none;
  display: inline;
}

#sliding-popup div.popup-content #popup-text *,
.cnil-banner div.popup-content #popup-text * {
  display: inline;
  font-weight: normal;
  font-size: 16px;
}

#sliding-popup div.popup-content #popup-text p,
.cnil-banner div.popup-content #popup-text p {
  margin-left: 5px;
}

#sliding-popup div.popup-content #popup-buttons,
.cnil-banner div.popup-content #popup-buttons {
  float: none;
  display: inline;
  max-width: none;
}

#sliding-popup div.popup-content #popup-buttons button,
.cnil-banner div.popup-content #popup-buttons button {
  position: initial;
  outline: 0;
}

#sliding-popup div.popup-content #popup-buttons .find-more-button,
.cnil-banner div.popup-content #popup-buttons .find-more-button {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  display: inline;
  padding: 0;
  margin: 0;
  background: transparent;
  color: white;
  text-transform: none;
  text-decoration: underline;
  font-size: 16px;
  border: 0;
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
  vertical-align: baseline;
  font-weight: normal;
}

#sliding-popup div.popup-content #popup-buttons .find-more-button::before,
.cnil-banner div.popup-content #popup-buttons .find-more-button::before {
  display: none;
}

#sliding-popup div.popup-content #popup-buttons .decline-button,
.cnil-banner div.popup-content #popup-buttons .agree-button {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 28px;
  padding: 0;
  margin: 0;
  background: transparent;
  color: transparent;
  text-transform: none;
  border: 0;
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
  vertical-align: baseline;
  font-weight: normal;
}

#sliding-popup div.popup-content #popup-buttons .decline-button::before,
.cnil-banner div.popup-content #popup-buttons .agree-button::before {
  content: "Ã—";
  background: none;
  color: #fff;
  position: relative;
  transition: none;
  margin-left: 10px;
  top: 0;
  left: auto;
}

/*@media only screen and (min-width:992px) {
  #sliding-popup:focus,
  #sliding-popup:hover,
  .cnil-banner:focus,
  .cnil-banner:hover {
    background: #333;
    background-color: rgba(33, 33, 33, .95)
  }
}*/

/* custom css */
@media only screen and (min-width: 768px) {
  .ui-dialog.popup-dialog-information-material
    .information-material-quantity-selector
    .field__label {
    width: 145px;
  }
  .field--name-quantity-selector .field__label {
    width: 145px;
  }
}
.ui-dialog.popup-dialog-information-material
  .information-material-quantity-selector
  div.form-item,
.paragraph--information-material-order
  .group-right
  .field--name-quantity-selector
  .form-item {
  margin-top: 0;
}
.ui-dialog.popup-dialog-information-material
  .information-material-quantity-selector
  .field__label,
.field--name-quantity-selector .field__label {
  display: inline-block;
  width: 135px !important;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
}
.field--name-quantity-selector .field__label {
  width: 145px !important;
}
.paragraph--information-material-order
  .group-right
  .field--name-quantity-selector {
  display: block !important;
}
.field--name-liste-actu
  .block-title--color-4
  .teaser:hover
  .field--name-period {
  color: #fff;
}
.phone-second-line {
  display: inline-block;
  padding-left: 112px;
}
.ui-dialog-titlebar [type="button"]::before {
  background: url(/themes/custom/farc/components/asset-builds/css/../..//icons/X.png);
  background-size: cover;
}
.is-path-publications .block-region-center .field--name-body .btn {
  color: #fff;
  text-decoration: none;
  font-family: "Lato";
  padding: 16px 40px !important;
  margin-bottom: 0;
}
.is-path-publications .block-region-center .field--name-body .btn:before {
  background: url(/themes/custom/farc/components/asset-builds/css/../..//icons/white-book.png) !important;
  background-size: cover !important;
  width: 29px !important;
  height: 26px !important;
  margin-right: 15px;
}
.is-path-publications .block-region-center .field--name-body p:first-child {
  margin-bottom: 24px;
}
.is-path-publications .block-region-center .field--name-body p:last-child {
  margin-bottom: 0;
}
.wrapper-contact--color-4 .block-title-regular {
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  .phone-second-line {
    padding-left: 103px;
  }
  .ui-dialog.popup-dialog-information-material
    .information-material-quantity-selector
    .field__label {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 998px) {
  .wrapper-contact--color-4 .block-title-regular {
    padding-top: 2rem;
  }
  .wrapper-links .field--name-hub-page-info-material a.shop-it {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.block-title--single-column.title-list .farc-block__title-wrapper {
  position: relative;
}
.no-padding-top {
  padding-top: 0 !important;
}
.block-region-filtersrevamped div.facets-dropdown {
  font-weight: 700;
  font-size: 1.6rem;
}
.chosen-container {
  width: 100% !important;
}
.chosen-container.chosen-container-single .chosen-single span,
.chosen-container.chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"] {
  font-weight: 700;
  font-size: 1.6rem;
}
.block-reset-filter-block {
  text-align: left;
}
.block-region-filtersrevamped .block-sort-by-order-block .form-item,
.block-region-filtersrevamped .block-project-status-filter-block .form-item {
  margin: 0;
}
.block-region-filtersrevamped .block-sort-by-order-block .form-item label,
.block-region-filtersrevamped
  .block-project-status-filter-block
  .form-item
  label {
  margin-bottom: 1rem;
  padding: 0;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 100%;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .block-title--single-column__inside {
    padding: 0 1rem;
  }
}
.block-region-results
  .view-search-global
  .information-material
  .information-material__links
  .teaser__link
  .ajax-progress {
  display: none;
}
.wrapper-links .field--name-hub-page-info-material a.shop-it {
  padding-left: 50px;
  line-height: 30px !important;
}
.wrapper-links .file a.download-document {
  display: flex;
  align-items: center;
  min-height: auto;
}
.wrapper-links .file a.download-document:before {
  position: relative;
  margin-right: 10px;
}
.minishortcut__title-inner p {
  margin: 0;
}
body .intro {
  background-color: transparent;
}
.hub-layout .wrapper-connexe {
  margin-bottom: 0;
}
/*.wrapper-sitemap a:hover{color:inherit;}*/
.popup-dialog-cancer .modal-selector-form {
  height: 100%;
}
.page-category-support .flag-basket-information-material a {
  color: #fff;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover:before {
  left: 0;
}
.teaser--color .teaser__text.teaser_edition {
  font-weight: bold;
  margin-top: 8px;
}
.is-path-recherche-cancer .wrapper-grid--action {
  background-color: transparent;
}

@media only screen and (min-width: 768px) {
  .wrapper-projects
    .farc-block__content-wrapper
    > *
    .view-paragraph-related-content
    .view-content
    .col-xs-12,
  .wrapper-campaign-news__body
    > *
    .view-paragraph-related-content
    .view-content
    .col-sm-12 {
    margin-bottom: 20px;
  }
}
.align-left {
  margin-right: 16px;
}
.align-right {
  margin-left: 16px;
}

/**** ESPACE CHERCHEUR RESPONSIVE ***/

@media only screen and (min-width: 992px) and (max-width: 1379px) {
  body.args-espace-chercheur.is-path-node .wrapper-hub-header .container,
  body.args-espace-chercheur.is-path-node .wrapper-primary .container {
    width: 95%;
  }
  body.args-espace-chercheur.is-path-node .teaser .teaser__content {
    padding: 1rem 1rem;
  }
  body.args-espace-chercheur.is-path-node .teaser .teaser__title {
    font-size: 2rem;
  }
  body.args-espace-chercheur.is-path-node .row .col-xs-12 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/*** DON EDITO ***/

.don-edito {
  margin: 3.6em 0 2em;
  background-color: #fff;
}
.don-edito .container {
  padding-top: 0.4em;
  padding-bottom: 1.6em;
}
.don-edito .block-title-regular {
  padding-bottom: 1.55em;
}
.don-edito p {
  margin-bottom: 1.25em;
  line-height: 125%;
}
.don-edito .btn {
  margin-top: 0.35em;
  margin-bottom: 0.4em;
  padding-right: 3rem;
  letter-spacing: 0.01em;
}

.don-edito .btn-bigger,
.btn-bigger {
  text-transform: none;
  font-weight: 700;
  font-size: 1.9rem;
}
/*** END DON EDITO ***/
