@charset "UTF-8";
.cf {
  *zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

/**
 * Create vendor-prefixed CSS in one go, e.g.
 *
   `@include vendor(border-radius, 4px);`
 *
 */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

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

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

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

img,
video,
audio {
  max-width: 100%;
}

img,
video {
  height: auto;
}

input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
  font-size: 110%;
  position: relative;
  margin-right: 3px;
  padding: 0;
}

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

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

body {
  font-family: "Open Sans", Helvetica, sans-serif;
  line-height: 24px;
  font-size: 16px;
  color: #0A1D45;
  background-color: #fff;
}

a {
  color: #0A1D45;
}

a:hover {
  color: #E2760C;
}

h1.title, h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  color: #0A1D45;
  margin-bottom: 12px;
}

h1.title {
  font-size: 60px;
  line-height: 64px;
}

h1,
.h1 {
  font-size: 35px;
  line-height: 52px;
}

h2,
.h2 {
  font-size: 30px;
  line-height: 40px;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 32px;
}

h4,
.h4 {
  font-size: 18px;
  line-height: 24px;
}

h5,
.h5 {
  font-size: 16px;
  line-height: 24px;
}

h6,
.h6 {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
dl + h2,
dl + h3,
dl + h4,
dl + h5,
dl + h6,
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6,
hr + h2,
hr + h3,
hr + h4,
hr + h5,
hr + h6,
pre + h2,
pre + h3,
pre + h4,
pre + h5,
pre + h6,
table + h2,
table + h3,
table + h4,
table + h5,
table + h6,
form + h2,
form + h3,
form + h4,
form + h5,
form + h6,
figure + h2,
figure + h3,
figure + h4,
figure + h5,
figure + h6 {
  margin-top: 32px;
}

.subheading {
  margin-top: -8px;
  margin-bottom: 8px;
  font-weight: 300;
}

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

ol ol li {
  list-style-type: lower-alpha;
}

ol ol ol li {
  list-style-type: lower-roman;
}

nav ul, nav ol {
  margin: 0;
  list-style: none;
}

dl dt {
  font-weight: 700;
}

dd {
  margin-left: 24px;
}

p, blockquote, hr, pre, ol, ul, dl, table, fieldset, figure, address, form {
  margin-bottom: 16px;
}

hr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: -1px;
}

blockquote {
  padding-left: 24px;
  border-left: 2px solid rgba(0, 0, 0, 0.125);
  font-style: italic;
  color: rgba(0, 0, 0, 0.65);
}

pre, code, samp, var, kbd {
  font-family: Consolas, Monaco, "Courier New", monospace;
  font-size: 14px;
}

pre {
  color: rgba(0, 0, 0, 0.85);
  background: #f8f8f8;
  padding: 20px;
  border-radius: 4px;
  line-height: 20px;
  overflow: none;
  white-space: pre-wrap;
}

.small, time, cite, small, figcaption {
  font-size: 12px;
  line-height: 16px;
}

cite {
  color: rgba(0, 0, 0, 0.5);
}

figcaption {
  font-style: italic;
  padding-top: 4px;
  padding-bottom: 4px;
}

figure figcaption {
  position: relative;
  top: -4px;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  cursor: help;
}

mark, code, samp, kbd {
  padding: 4px 8px 2px 8px;
  display: inline-block;
  line-height: 1;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.85);
}

pre code {
  font-size: 100%;
  white-space: pre;
  padding: 0;
  background: none;
  line-height: 24px;
}

mark {
  background-color: #fed443;
}

code {
  background: #f4f4f4;
}

var {
  color: rgba(0, 0, 0, 0.6);
  font-style: normal;
}

strong, b {
  line-height: 1;
}

samp {
  color: #fff;
  background: #5a89df;
}

kbd {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

sub,
sup {
  font-size: x-small;
  line-height: 0;
  margin-left: 4px;
  position: relative;
}

sup {
  top: -4px;
}

sub {
  bottom: -2px;
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2.12766%;
}
.row.centered {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.row.centered .col {
  padding-left: 1.06383%;
  padding-right: 1.06383%;
}
.row.right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.row.bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.row.around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.row.between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.row.equal .col {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.row.equal .col > div {
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.row.splice {
  margin-left: 0;
}
.row.splice .col {
  padding-left: 0;
}

.col {
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%;
  padding-left: 2.12766%;
}
.col.first {
  order: -1;
}
.col.last {
  order: 1;
}

@media (max-width: 768px) {
  .col.first-on-small {
    order: -1;
  }

  .col.last-on-small {
    order: 1;
  }
}
.pull-right {
  margin-left: auto;
}

.col-1 {
  flex-basis: 8.33333%;
  max-width: 8.33333%;
  width: 8.33333%;
}

.col-2 {
  flex-basis: 16.66667%;
  max-width: 16.66667%;
  width: 16.66667%;
}

.col-3 {
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}

.col-4 {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
  width: 33.33333%;
}

.col-5 {
  flex-basis: 41.66667%;
  max-width: 41.66667%;
  width: 41.66667%;
}

.col-6 {
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}

.col-7 {
  flex-basis: 58.33333%;
  max-width: 58.33333%;
  width: 58.33333%;
}

.col-8 {
  flex-basis: 66.66667%;
  max-width: 66.66667%;
  width: 66.66667%;
}

.col-9 {
  flex-basis: 75%;
  max-width: 75%;
  width: 75%;
}

.col-10 {
  flex-basis: 83.33333%;
  max-width: 83.33333%;
  width: 83.33333%;
}

.col-11 {
  flex-basis: 91.66667%;
  max-width: 91.66667%;
  width: 91.66667%;
}

.col-12 {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.row-layout {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.col-fluid {
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 100%;
}

@media (max-width: 768px) {
  .row-layout {
    display: block;
  }

  .col-fixed {
    -ms-flex: 1 !important;
    -webkit-flex: 1 !important;
    flex: 1 !important;
  }

  .row-layout > .col-fixed {
    order: 1;
  }

  .row-layout > .col-fluid {
    order: 2;
  }
}
@media (max-width: 768px) {
  .row {
    margin-left: 0;
  }

  .col:not(th):not(td),
  [class^="col-"]:not(th):not(td),
  [class*=" col-"]:not(th):not(td) {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }

  .col {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
  }

  .pull-right,
  [class^="offset-"],
  [class*=" offset-"] {
    margin-left: 0;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  empty-cells: show;
}

th {
  text-align: left;
  font-weight: 700;
  vertical-align: bottom;
}

td {
  vertical-align: top;
}

tr.align-middle td,
td.align-middle {
  vertical-align: middle;
}

th,
td {
  padding: 8px;
  padding-bottom: 7px;
  border-bottom: 1px solid #eee;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}

tfoot th,
tfoot td {
  color: rgba(0, 0, 0, 0.5);
}

table.bordered {
  margin-top: -1px;
}
table.bordered td, table.bordered th {
  border: 1px solid #eee;
}

table.striped tr:nth-child(odd) td {
  background: #f4f4f4;
}

table.bordered td:first-child, table.bordered th:first-child,
table.striped td:first-child,
table.striped th:first-child {
  padding-left: 16px;
}
table.bordered td:last-child, table.bordered th:last-child,
table.striped td:last-child,
table.striped th:last-child {
  padding-right: 16px;
}

table.flat td, table.flat th {
  border: none;
  padding: 0;
}

.table-container,
.tg-wrap {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em;
}
.table-container table,
.tg-wrap table {
  margin-bottom: 0;
}
.table-container::-webkit-scrollbar,
.tg-wrap::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.table-container::-webkit-scrollbar-thumb,
.tg-wrap::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

input,
select,
textarea,
fieldset {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 14px;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="date"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  height: 40px;
  padding: 8px 10px;
  vertical-align: middle;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #dfdfdf;
}

select,
textarea {
  display: block;
  width: 100%;
  line-height: 1.75;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #dfdfdf;
}

select:not([multiple]) {
  cursor: pointer;
  height: 40px;
  vertical-align: middle;
}

label {
  vertical-align: middle;
}

textarea:focus,
select:focus,
input:focus {
  outline: none;
  background: #fff;
  border-color: #bbb;
}

textarea:disabled,
select:disabled,
input:disabled,
textarea.disabled,
select.disabled,
input.disabled {
  resize: none;
  opacity: 0.75;
  cursor: default;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
}

fieldset {
  padding: 39px 32px;
  margin-bottom: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

legend {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 1em;
  margin-left: -1em;
  top: 2px;
  position: relative;
  line-height: 0;
}

.form {
  margin-bottom: 0;
}
.form .form-item {
  margin-bottom: 24px;
}
.form input[type="email"], .form input[type="number"], .form input[type="search"], .form input[type="text"], .form input[type="date"], .form input[type="tel"], .form input[type="url"], .form input[type="password"], .form select, .form textarea {
  display: block;
  width: 100%;
}
.form input.width-50, .form textarea.width-50, .form select.width-50 {
  width: 50%;
}
.form label {
  font-size: 14px;
  color: #111;
  font-weight: normal;
  display: block;
}
.form .checkboxes label, .form label.checkbox {
  text-transform: none;
  font-weight: normal;
  cursor: pointer;
  color: inherit;
  font-size: 15px;
}
.form .checkboxes label {
  margin-bottom: 8px;
}
.form .checkboxes label:last-child {
  margin-bottom: 0;
}
.form .checkboxes-inline {
  display: block;
}
.form .checkboxes-inline label {
  font-size: inherit;
  color: inherit;
  display: inline-block;
  margin-right: 16px;
  text-transform: none;
  font-weight: normal;
}
.form span.error, .form div.error, .form span.success, .form div.success {
  text-transform: none;
  font-weight: normal;
  font-size: 12px;
}
.form span.error, .form span.success {
  margin-left: .4rem;
}

.form-inline textarea, .form-inline select, .form-inline input[type="email"], .form-inline input[type="number"], .form-inline input[type="search"], .form-inline input[type="text"], .form-inline input[type="date"], .form-inline input[type="tel"], .form-inline input[type="url"], .form-inline input[type="password"] {
  width: auto;
  display: inline-block;
}

input.big,
select.big {
  font-size: 18px;
  height: 48px;
}

input.big {
  padding: 16px 10px;
}

select.big {
  padding: 6px 10px;
}

.desc {
  text-transform: none;
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
}

ul.desc {
  margin-bottom: 8px;
}

span.desc {
  margin-left: 4px;
  line-height: 20px;
}

input.error,
textarea.error,
select.error {
  margin-top: -1px;
  background: none;
  background-color: rgba(243, 66, 72, 0.1);
  border: 1px solid #f34248;
}

input.success,
textarea.success,
select.success {
  margin-top: -1px;
  background: none;
  background-color: rgba(96, 174, 77, 0.1);
  border: 1px solid #60ae4d;
}

.controls {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.controls input {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-bottom: 0 !important;
}
.controls .button,
.controls a.button-outline,
.controls a.button-outline-large,
.controls a.button-outline-mail,
.controls a.button-outline-orange,
.controls a.button-outline-orange-large,
.controls a.button-outline-orange-mail, .controls span {
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.controls span {
  font-weight: normal;
  background-color: #eee;
  padding: 0 12px;
  color: #555;
  font-size: 12px;
  line-height: 40px;
  white-space: nowrap;
}
.controls .button,
.controls a.button-outline,
.controls a.button-outline-large,
.controls a.button-outline-mail,
.controls a.button-outline-orange,
.controls a.button-outline-orange-large,
.controls a.button-outline-orange-mail {
  border-radius: 0 4px 4px 0;
}

@media (max-width: 768px) {
  .form input, .form textarea, .form select {
    font-size: 16px;
  }
  .form input.width-50, .form textarea.width-50, .form select.width-50 {
    width: 100%;
  }
}
button,
.button,
.button.outline,
a.button-outline,
a.button-outline-large,
a.button-outline-mail,
.button.outline-orange,
a.button-outline-orange,
a.button-outline-orange-large,
a.button-outline-orange-mail,
a.button,
a.button.outline,
a.button-outline,
a.button-outline-large,
a.button-outline-mail,
a.button.outline-orange,
a.button-outline-orange,
a.button-outline-orange-large,
a.button-outline-orange-mail {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.125rem;
  padding: 10px 28px;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-appearance: none;
  color: white;
  background-color: #0A1D45;
}

input.button, input.button.outline, input.button.outline-orange {
  height: auto;
}

button:hover,
.button:hover,
a.button-outline:hover,
a.button-outline-large:hover,
a.button-outline-mail:hover,
a.button-outline-orange:hover,
a.button-outline-orange-large:hover,
a.button-outline-orange-mail:hover {
  outline: none;
  color: #E2760C;
  text-decoration: none;
}

.button:disabled,
a.button-outline:disabled,
a.button-outline-large:disabled,
a.button-outline-mail:disabled,
a.button-outline-orange:disabled,
a.button-outline-orange-large:disabled,
a.button-outline-orange-mail:disabled,
.button.disabled,
a.disabled.button-outline,
a.disabled.button-outline-large,
a.disabled.button-outline-mail,
a.disabled.button-outline-orange,
a.disabled.button-outline-orange-large,
a.disabled.button-outline-orange-mail {
  cursor: default;
  font-style: normal;
  opacity: .5;
}
.button:disabled:hover,
a.button-outline:disabled:hover,
a.button-outline-large:disabled:hover,
a.button-outline-mail:disabled:hover,
a.button-outline-orange:disabled:hover,
a.button-outline-orange-large:disabled:hover,
a.button-outline-orange-mail:disabled:hover,
.button.disabled:hover,
a.disabled.button-outline:hover,
a.disabled.button-outline-large:hover,
a.disabled.button-outline-mail:hover,
a.disabled.button-outline-orange:hover,
a.disabled.button-outline-orange-large:hover,
a.disabled.button-outline-orange-mail:hover {
  color: #000;
  box-shadow: none;
}

.button.outline,
a.outline.button-outline,
a.outline.button-outline-large,
a.outline.button-outline-mail,
a.outline.button-outline-orange,
a.outline.button-outline-orange-large,
a.outline.button-outline-orange-mail,
a.button-outline,
a.button-outline-large,
a.button-outline-mail {
  padding: 7px 15px;
  background: none;
  font-weight: normal;
  border-color: #0A1D45;
  border-width: 2px;
  color: #0A1D45;
}
.button.outline:hover,
a.outline.button-outline:hover,
a.outline.button-outline-large:hover,
a.outline.button-outline-mail:hover,
a.outline.button-outline-orange:hover,
a.outline.button-outline-orange-large:hover,
a.outline.button-outline-orange-mail:hover,
a.button-outline:hover,
a.button-outline-large:hover,
a.button-outline-mail:hover {
  color: white;
  background-color: #0A1D45;
}

a.button-outline-large {
  text-transform: uppercase;
  padding: 15px 30px;
}

a.button-outline-orange-large {
  text-transform: uppercase;
  padding: 15px 30px !important;
}

a.button-outline-mail:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f003";
  margin-right: 10px;
}

a.button-outline-orange-mail:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f003";
  margin-right: 10px;
}

.button.outline-orange,
a.outline-orange.button-outline,
a.outline-orange.button-outline-large,
a.outline-orange.button-outline-mail,
a.outline-orange.button-outline-orange,
a.outline-orange.button-outline-orange-large,
a.outline-orange.button-outline-orange-mail,
a.button-outline-orange,
a.button-outline-orange-large,
a.button-outline-orange-mail {
  padding: 7px 15px;
  background: none;
  font-weight: normal;
  border-color: #E2760C;
  border-width: 2px;
  color: #E2760C;
}
.button.outline-orange:hover,
a.outline-orange.button-outline:hover,
a.outline-orange.button-outline-large:hover,
a.outline-orange.button-outline-mail:hover,
a.outline-orange.button-outline-orange:hover,
a.outline-orange.button-outline-orange-large:hover,
a.outline-orange.button-outline-orange-mail:hover,
a.button-outline-orange:hover,
a.button-outline-orange-large:hover,
a.button-outline-orange-mail:hover {
  color: white;
  background-color: #E2760C;
}

.button.outline:hover,
a.outline.button-outline:hover,
a.outline.button-outline-large:hover,
a.outline.button-outline-mail:hover,
a.outline.button-outline-orange:hover,
a.outline.button-outline-orange-large:hover,
a.outline.button-outline-orange-mail:hover {
  color: white;
  border-color: #0A1D45;
  box-shadow: none;
  background: #0A1D45;
}

.button.outline,
a.outline.button-outline,
a.outline.button-outline-large,
a.outline.button-outline-mail,
a.outline.button-outline-orange,
a.outline.button-outline-orange-large,
a.outline.button-outline-orange-mail,
.button.outline:disabled:hover,
a.outline.button-outline:disabled:hover,
a.outline.button-outline-large:disabled:hover,
a.outline.button-outline-mail:disabled:hover,
a.outline.button-outline-orange:disabled:hover,
a.outline.button-outline-orange-large:disabled:hover,
a.outline.button-outline-orange-mail:disabled:hover,
.button.outline.disabled:hover,
a.outline.disabled.button-outline:hover,
a.outline.disabled.button-outline-large:hover,
a.outline.disabled.button-outline-mail:hover,
a.outline.disabled.button-outline-orange:hover,
a.outline.disabled.button-outline-orange-large:hover,
a.outline.disabled.button-outline-orange-mail:hover {
  color: #0A1D45;
  border-color: #0A1D45;
}

.button.small,
a.small.button-outline,
a.small.button-outline-large,
a.small.button-outline-mail,
a.small.button-outline-orange,
a.small.button-outline-orange-large,
a.small.button-outline-orange-mail {
  font-size: 12px;
  min-height: 32px;
  padding: 6px 20px;
}
.button.small.upper,
a.small.upper.button-outline,
a.small.upper.button-outline-large,
a.small.upper.button-outline-mail,
a.small.upper.button-outline-orange,
a.small.upper.button-outline-orange-large,
a.small.upper.button-outline-orange-mail {
  font-size: 10px;
}

.button.big,
a.big.button-outline,
a.big.button-outline-large,
a.big.button-outline-mail,
a.big.button-outline-orange,
a.big.button-outline-orange-large,
a.big.button-outline-orange-mail {
  font-size: 18px;
  min-height: 48px;
  padding: 14px 48px;
}
.button.big.upper,
a.big.upper.button-outline,
a.big.upper.button-outline-large,
a.big.upper.button-outline-mail,
a.big.upper.button-outline-orange,
a.big.upper.button-outline-orange-large,
a.big.upper.button-outline-orange-mail {
  font-size: 13px;
}

.button.upper,
a.upper.button-outline,
a.upper.button-outline-large,
a.upper.button-outline-mail,
a.upper.button-outline-orange,
a.upper.button-outline-orange-large,
a.upper.button-outline-orange-mail {
  font-size: 11px;
}

.button.primary,
a.primary.button-outline,
a.primary.button-outline-large,
a.primary.button-outline-mail,
a.primary.button-outline-orange,
a.primary.button-outline-orange-large,
a.primary.button-outline-orange-mail {
  background: #0A1D45;
  color: #fff;
}
.button.primary:focus,
a.primary.button-outline:focus,
a.primary.button-outline-large:focus,
a.primary.button-outline-mail:focus,
a.primary.button-outline-orange:focus,
a.primary.button-outline-orange-large:focus,
a.primary.button-outline-orange-mail:focus, .button.primary:hover,
a.primary.button-outline:hover,
a.primary.button-outline-large:hover,
a.primary.button-outline-mail:hover,
a.primary.button-outline-orange:hover,
a.primary.button-outline-orange-large:hover,
a.primary.button-outline-orange-mail:hover {
  color: rgba(255, 255, 255, 0.6);
}
.button.primary:focus:disabled,
a.primary.button-outline:focus:disabled,
a.primary.button-outline-large:focus:disabled,
a.primary.button-outline-mail:focus:disabled,
a.primary.button-outline-orange:focus:disabled,
a.primary.button-outline-orange-large:focus:disabled,
a.primary.button-outline-orange-mail:focus:disabled, .button.primary:focus.disabled,
a.primary.button-outline:focus.disabled,
a.primary.button-outline-large:focus.disabled,
a.primary.button-outline-mail:focus.disabled,
a.primary.button-outline-orange:focus.disabled,
a.primary.button-outline-orange-large:focus.disabled,
a.primary.button-outline-orange-mail:focus.disabled, .button.primary:hover:disabled,
a.primary.button-outline:hover:disabled,
a.primary.button-outline-large:hover:disabled,
a.primary.button-outline-mail:hover:disabled,
a.primary.button-outline-orange:hover:disabled,
a.primary.button-outline-orange-large:hover:disabled,
a.primary.button-outline-orange-mail:hover:disabled, .button.primary:hover.disabled,
a.primary.button-outline:hover.disabled,
a.primary.button-outline-large:hover.disabled,
a.primary.button-outline-mail:hover.disabled,
a.primary.button-outline-orange:hover.disabled,
a.primary.button-outline-orange-large:hover.disabled,
a.primary.button-outline-orange-mail:hover.disabled {
  color: #fff;
  background: #0A1D45;
}
.button.primary.outline:hover,
a.primary.outline.button-outline:hover,
a.primary.outline.button-outline-large:hover,
a.primary.outline.button-outline-mail:hover,
a.primary.outline.button-outline-orange:hover,
a.primary.outline.button-outline-orange-large:hover,
a.primary.outline.button-outline-orange-mail:hover {
  color: rgba(10, 29, 69, 0.6);
  border-color: rgba(10, 29, 69, 0.4);
}
.button.primary.outline,
a.primary.outline.button-outline,
a.primary.outline.button-outline-large,
a.primary.outline.button-outline-mail,
a.primary.outline.button-outline-orange,
a.primary.outline.button-outline-orange-large,
a.primary.outline.button-outline-orange-mail, .button.primary.outline:disabled:hover,
a.primary.outline.button-outline:disabled:hover,
a.primary.outline.button-outline-large:disabled:hover,
a.primary.outline.button-outline-mail:disabled:hover,
a.primary.outline.button-outline-orange:disabled:hover,
a.primary.outline.button-outline-orange-large:disabled:hover,
a.primary.outline.button-outline-orange-mail:disabled:hover, .button.primary.outline.disabled:hover,
a.primary.outline.disabled.button-outline:hover,
a.primary.outline.disabled.button-outline-large:hover,
a.primary.outline.disabled.button-outline-mail:hover,
a.primary.outline.disabled.button-outline-orange:hover,
a.primary.outline.disabled.button-outline-orange-large:hover,
a.primary.outline.disabled.button-outline-orange-mail:hover {
  color: #0a1d45;
  border-color: #0a1d45;
  background: none;
}

.button.inverted,
a.inverted.button-outline,
a.inverted.button-outline-large,
a.inverted.button-outline-mail,
a.inverted.button-outline-orange,
a.inverted.button-outline-orange-large,
a.inverted.button-outline-orange-mail {
  background: #fff;
  color: #000;
}
.button.inverted:focus,
a.inverted.button-outline:focus,
a.inverted.button-outline-large:focus,
a.inverted.button-outline-mail:focus,
a.inverted.button-outline-orange:focus,
a.inverted.button-outline-orange-large:focus,
a.inverted.button-outline-orange-mail:focus, .button.inverted:hover,
a.inverted.button-outline:hover,
a.inverted.button-outline-large:hover,
a.inverted.button-outline-mail:hover,
a.inverted.button-outline-orange:hover,
a.inverted.button-outline-orange-large:hover,
a.inverted.button-outline-orange-mail:hover {
  color: rgba(0, 0, 0, 0.6);
}
.button.inverted:focus:disabled,
a.inverted.button-outline:focus:disabled,
a.inverted.button-outline-large:focus:disabled,
a.inverted.button-outline-mail:focus:disabled,
a.inverted.button-outline-orange:focus:disabled,
a.inverted.button-outline-orange-large:focus:disabled,
a.inverted.button-outline-orange-mail:focus:disabled, .button.inverted:focus.disabled,
a.inverted.button-outline:focus.disabled,
a.inverted.button-outline-large:focus.disabled,
a.inverted.button-outline-mail:focus.disabled,
a.inverted.button-outline-orange:focus.disabled,
a.inverted.button-outline-orange-large:focus.disabled,
a.inverted.button-outline-orange-mail:focus.disabled, .button.inverted:hover:disabled,
a.inverted.button-outline:hover:disabled,
a.inverted.button-outline-large:hover:disabled,
a.inverted.button-outline-mail:hover:disabled,
a.inverted.button-outline-orange:hover:disabled,
a.inverted.button-outline-orange-large:hover:disabled,
a.inverted.button-outline-orange-mail:hover:disabled, .button.inverted:hover.disabled,
a.inverted.button-outline:hover.disabled,
a.inverted.button-outline-large:hover.disabled,
a.inverted.button-outline-mail:hover.disabled,
a.inverted.button-outline-orange:hover.disabled,
a.inverted.button-outline-orange-large:hover.disabled,
a.inverted.button-outline-orange-mail:hover.disabled {
  color: #000;
  background: #fff;
}
.button.inverted.outline:hover,
a.inverted.outline.button-outline:hover,
a.inverted.outline.button-outline-large:hover,
a.inverted.outline.button-outline-mail:hover,
a.inverted.outline.button-outline-orange:hover,
a.inverted.outline.button-outline-orange-large:hover,
a.inverted.outline.button-outline-orange-mail:hover {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.4);
}
.button.inverted.outline,
a.inverted.outline.button-outline,
a.inverted.outline.button-outline-large,
a.inverted.outline.button-outline-mail,
a.inverted.outline.button-outline-orange,
a.inverted.outline.button-outline-orange-large,
a.inverted.outline.button-outline-orange-mail, .button.inverted.outline:disabled:hover,
a.inverted.outline.button-outline:disabled:hover,
a.inverted.outline.button-outline-large:disabled:hover,
a.inverted.outline.button-outline-mail:disabled:hover,
a.inverted.outline.button-outline-orange:disabled:hover,
a.inverted.outline.button-outline-orange-large:disabled:hover,
a.inverted.outline.button-outline-orange-mail:disabled:hover, .button.inverted.outline.disabled:hover,
a.inverted.outline.disabled.button-outline:hover,
a.inverted.outline.disabled.button-outline-large:hover,
a.inverted.outline.disabled.button-outline-mail:hover,
a.inverted.outline.disabled.button-outline-orange:hover,
a.inverted.outline.disabled.button-outline-orange-large:hover,
a.inverted.outline.disabled.button-outline-orange-mail:hover {
  color: white;
  border-color: white;
  background: none;
}

.buttons.group {
  display: inline-block;
  vertical-align: bottom;
}
.buttons.group .button,
.buttons.group a.button-outline,
.buttons.group a.button-outline-large,
.buttons.group a.button-outline-mail,
.buttons.group a.button-outline-orange,
.buttons.group a.button-outline-orange-large,
.buttons.group a.button-outline-orange-mail {
  float: left;
  margin-left: -1px;
  border-radius: 0;
}
.buttons.group .button:first-child,
.buttons.group a.button-outline:first-child,
.buttons.group a.button-outline-large:first-child,
.buttons.group a.button-outline-mail:first-child,
.buttons.group a.button-outline-orange:first-child,
.buttons.group a.button-outline-orange-large:first-child,
.buttons.group a.button-outline-orange-mail:first-child {
  border-radius: 4px 0 0 4px;
}
.buttons.group .button:last-child,
.buttons.group a.button-outline:last-child,
.buttons.group a.button-outline-large:last-child,
.buttons.group a.button-outline-mail:last-child,
.buttons.group a.button-outline-orange:last-child,
.buttons.group a.button-outline-orange-large:last-child,
.buttons.group a.button-outline-orange-mail:last-child {
  border-radius: 0 4px 4px 0;
}

.label {
  font-size: 10px;
  font-weight: normal;
  display: inline;
  line-height: 1;
  top: -1px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
  vertical-align: middle;
  color: #000;
  background: #f4f4f4;
  padding: 2px 8px;
  letter-spacing: .01em;
}
.label a, .label a:hover {
  color: #000;
  text-decoration: none;
}

.label.primary {
  background: #0A1D45;
}
.label.primary, .label.primary a {
  color: #fff;
}
.label.primary.outline {
  border-color: #0A1D45;
}
.label.primary.outline, .label.primary.outline a {
  color: #0A1D45;
}
.label.primary.tag {
  background: none;
}
.label.primary.tag, .label.primary.tag a {
  color: #0A1D45;
}

.label.error {
  background: #f34248;
}
.label.error, .label.error a {
  color: #fff;
}
.label.error.outline {
  border-color: #f34248;
}
.label.error.outline, .label.error.outline a {
  color: #f34248;
}
.label.error.tag {
  background: none;
}
.label.error.tag, .label.error.tag a {
  color: #f34248;
}

.label.success {
  background: #60ae4d;
}
.label.success, .label.success a {
  color: #fff;
}
.label.success.outline {
  border-color: #60ae4d;
}
.label.success.outline, .label.success.outline a {
  color: #60ae4d;
}
.label.success.tag {
  background: none;
}
.label.success.tag, .label.success.tag a {
  color: #60ae4d;
}

.label.warning {
  background: #fed443;
}
.label.warning, .label.warning a {
  color: #000;
}
.label.warning.outline {
  border-color: #fed443;
}
.label.warning.outline, .label.warning.outline a {
  color: #fed443;
}
.label.warning.tag {
  background: none;
}
.label.warning.tag, .label.warning.tag a {
  color: #fed443;
}

.label.inverted {
  background: #fff;
}
.label.inverted, .label.inverted a {
  color: #000;
}
.label.inverted.outline {
  border-color: #fff;
}
.label.inverted.outline, .label.inverted.outline a {
  color: #fff;
}
.label.inverted.tag {
  background: none;
}
.label.inverted.tag, .label.inverted.tag a {
  color: #fff;
}

.label.outline {
  background: none;
  padding: 1px 7px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.label.outline, .label.outline a {
  color: rgba(0, 0, 0, 0.65);
}

.badge {
  padding: 2px 6px;
  border-radius: 24px;
}

.badge.outline {
  padding: 1px 5px;
}

.label.tag {
  padding: 0;
  background: none;
  font-weight: bold;
  letter-spacing: .02em;
}

.label.tag.primary, .label.tag.primary a {
  color: #0A1D45;
}

.label.tag.error, .label.tag.error a {
  color: #f34248;
}

.label.tag.success, .label.tag.success a {
  color: #60ae4d;
}

.label.tag.warning, .label.tag.warning a {
  color: #fed443;
}

.label.tag.inverted, .label.tag.inverted a {
  color: #fff;
}

.button:hover .badge,
a.button-outline:hover .badge,
a.button-outline-large:hover .badge,
a.button-outline-mail:hover .badge,
a.button-outline-orange:hover .badge,
a.button-outline-orange-large:hover .badge,
a.button-outline-orange-mail:hover .badge {
  opacity: .6;
}

h6 .label {
  top: -3px;
}

.alert {
  position: relative;
  padding: 15px 24px;
  padding-right: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #000;
  border: 1px solid #dbdbdb;
  display: block;
  font-weight: normal;
  margin-bottom: 24px;
}
.alert a {
  color: #000;
  font-weight: bold;
}
.alert a:hover {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  color: rgba(0, 0, 0, 0.6);
}
.alert h5 {
  margin-bottom: 4px;
}
.alert p, .alert ul, .alert ol {
  margin-bottom: 0;
}
.alert .close {
  position: absolute;
  top: 15px;
  right: 8px;
}

.alert.primary {
  color: #0A1D45;
  border: 2px solid #0A1D45;
}
.alert.primary a, .alert.primary h5 {
  color: #0A1D45;
}
.alert.primary a:hover {
  color: #000;
}

.alert.error {
  color: #f34248;
  border: 2px solid #f34248;
}
.alert.error a, .alert.error h5 {
  color: #f34248;
}
.alert.error a:hover {
  color: #000;
}

.alert.success {
  color: #0A1D45;
  border: 2px solid #0A1D45;
}
.alert.success a, .alert.success h5 {
  color: #0A1D45;
}
.alert.success a:hover {
  color: #000;
}

.alert.warning {
  color: #c09501;
  border: 2px solid #fed443;
  border-color: rgba(254, 212, 67, 0.5);
}
.alert.warning a, .alert.warning h5 {
  color: #c09501;
}
.alert.warning a:hover {
  color: #000;
}

.breadcrumb {
  font-size: 12px;
  margin-bottom: 24px;
}

.breadcrumb ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.breadcrumb.centered ul {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.breadcrumb em,
.breadcrumb a {
  font-style: normal;
  padding: 0 10px;
  display: inline-block;
  white-space: nowrap;
}

.breadcrumb em {
  color: rgba(0, 0, 0, 0.5);
}

.breadcrumb a {
  color: #000;
  text-decoration: none;
}
.breadcrumb a:hover {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
}

.breadcrumb li:after {
  display: inline-block;
  content: '/';
  color: rgba(0, 0, 0, 0.4);
}

.breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb li:first-child em,
.breadcrumb li:first-child a {
  padding-left: 0;
}

.breadcrumb li.active em,
.breadcrumb li.active a {
  text-decoration: none;
  cursor: text;
  color: rgba(0, 0, 0, 0.4);
}

.pagination {
  margin: 24px 0;
  font-size: 14px;
}

.pagination ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (min-width: 768px) {
  .pagination.centered ul {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.pagination em,
.pagination a {
  display: inline-block;
  font-style: normal;
  padding: 8px 16px;
  line-height: 1;
  border-radius: 4px;
  white-space: nowrap;
  border: 1px solid transparent;
}

.pagination a {
  text-decoration: none;
  color: #000;
}
.pagination a:hover {
  color: rgba(0, 0, 0, 0.5);
  background: #f4f4f4;
}

.pagination em,
.pagination li.active a {
  color: rgba(0, 0, 0, 0.5);
  background: #f4f4f4;
  cursor: text;
}

.pagination.upper {
  font-size: 11px;
}

.pager em,
.pager a {
  border-radius: 24px;
  border-color: rgba(0, 0, 0, 0.1);
}

.pager li {
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}

.pager li.next {
  text-align: right;
}

.pager.centered li {
  -webkit-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  margin-left: 4px;
  margin-right: 4px;
}

.pager.flat em,
.pager.flat a {
  border: none;
  display: block;
  padding: 0;
}

.pager.flat a {
  font-weight: bold;
}
.pager.flat a:hover {
  background: none;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .pager.flat ul {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .pager.flat li {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 8px;
    text-align: left;
  }
}
.group:after {
  content: "";
  display: table;
  clear: both;
}

.end {
  margin-bottom: 0 !important;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.float-right {
  float: right;
}
@media (max-width: 768px) {
  .float-right {
    float: none;
  }
}

.float-left {
  float: left;
}
@media (max-width: 768px) {
  .float-left {
    float: none;
  }
}

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

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

.hide {
  display: none;
}

@media (max-width: 768px) {
  .hide-on-small {
    display: none !important;
  }
}
.show-on-small {
  display: none !important;
}
@media (max-width: 768px) {
  .show-on-small {
    display: block !important;
  }
}

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

  .show-on-print {
    display: block !important;
  }
}
.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.black {
  color: #000;
}

.muted {
  color: rgba(0, 0, 0, 0.5) !important;
}

.soft-muted {
  color: rgba(0, 0, 0, 0.7) !important;
}

a.muted:hover,
a.soft-muted:hover {
  color: #000 !important;
}

.error {
  color: #f34248;
}

.success {
  color: #60ae4d;
}

.upper {
  text-transform: uppercase;
  letter-spacing: .08em;
}

.normal {
  font-weight: normal !important;
}

.light {
  font-weight: 300 !important;
}

.italic {
  font-style: italic !important;
}

.bold {
  font-weight: bold !important;
}

.highlight {
  background-color: rgba(60, 116, 217, 0.075);
}

.round {
  border-radius: 56px;
}

input.round {
  border-radius: 24px;
}

.nowrap,
.nowrap td {
  white-space: nowrap;
}

.req {
  font-weight: bold;
  color: #f34248;
  font-size: 1.1em;
  text-transform: none;
}

.close.inverted {
  color: #fff;
}

.close.big {
  line-height: 32.4px;
  height: 36px;
  width: 36px;
  font-size: 36px;
}

@media (min-width: 768px) {
  .fullwidth {
    -ms-flex: auto;
    -webkit-flex: auto;
    flex: auto;
  }

  .fullwidth ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .fullwidth li {
    -ms-flex: auto;
    -webkit-flex: auto;
    flex: auto;
    text-align: center;
  }
  .fullwidth li em, .fullwidth li a {
    display: block;
  }
}
.width-100 {
  width: 100%;
}

.width-50 {
  width: 50%;
}

@media (max-width: 768px) {
  .width-50 {
    width: 100% !important;
  }
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

.overlay {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.search-icon {
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  font-size: 18px;
  width: 16px;
  line-height: 1;
  font-style: normal;
  color: #000;
  position: relative;
  top: -1px;
  font-weight: bold;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.search-icon:before {
  content: "\26B2";
}
.search-icon.inverted {
  color: #fff;
}

button .search-icon {
  top: 0;
}

button:hover .search-icon {
  opacity: .6;
}

.menu-icon {
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  font-size: 15px;
  width: 16px;
  line-height: 1;
  font-style: normal;
  color: #000;
  font-weight: normal;
}
.menu-icon:before {
  content: "\2630";
}
.menu-icon.inverted {
  color: #fff;
}

button:hover .menu-icon {
  opacity: .6;
}

.caret {
  position: relative;
  display: inline-block;
  height: 0;
  vertical-align: middle;
  width: 0;
  margin-left: 2px;
}

.caret:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.caret.down:before {
  border-top: 4px solid #000;
}

.caret.up:before {
  border-bottom: 4px solid #000;
}

.caret.down.inverted:before {
  border-top-color: #fff;
}

.caret.up.inverted:before {
  border-bottom-color: #fff;
}

.button:hover .caret,
a.button-outline:hover .caret,
a.button-outline-large:hover .caret,
a.button-outline-mail:hover .caret,
a.button-outline-orange:hover .caret,
a.button-outline-orange-large:hover .caret,
a.button-outline-orange-mail:hover .caret {
  opacity: .6;
}

.offcanvas {
  background: #fff;
  position: fixed;
  padding: 24px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 300;
  overflow-y: scroll;
}

.offcanvas .close {
  position: absolute;
  top: 8px;
  right: 8px;
}

.offcanvas-left {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.offcanvas-right {
  left: auto;
  right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.offcanvas-push-body {
  position: relative;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2, h3, h4 {
    page-break-after: avoid;
  }

  @page {
    margin: 0.5cm;
  }
}
.grid {
  margin-left: -96px;
  list-style: none;
  margin-bottom: 0;
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
}

/**
 * Very infrequently occuring grid wrappers as children of grid wrappers.
 */
.grid > .grid {
  margin-left: 0;
}

/**
 * Grid
 */
.grid-item {
  letter-spacing: normal;
  word-spacing: normal;
  display: inline-block;
  width: 100%;
  padding-left: 96px;
  vertical-align: top;
  box-sizing: border-box;
}

.grid.no-spacing {
  margin-left: 0;
}
.grid.no-spacing .grid-item {
  padding-left: 0;
}

/**
* Whole
*/
.one-whole {
  width: 100%;
}

/**
* Halves
*/
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths, .items-overview .item {
  width: 50%;
}

/**
* Thirds
*/
.one-third, .two-sixths, .four-twelfths {
  width: 33.333%;
}

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%;
}

/**
* Quarters
*/
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%;
}

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%;
}

/**
* Fifths
*/
.one-fifth, .two-tenths {
  width: 20%;
}

.two-fifths, .four-tenths {
  width: 40%;
}

.three-fifths, .six-tenths {
  width: 60%;
}

.four-fifths, .eight-tenths {
  width: 80%;
}

/**
* Sixths
*/
.one-sixth, .two-twelfths {
  width: 16.666%;
}

.five-sixths, .ten-twelfths {
  width: 83.333%;
}

/**
* Eighths
*/
.one-eighth {
  width: 12.5%;
}

.three-eighths {
  width: 37.5%;
}

.five-eighths {
  width: 62.5%;
}

.seven-eighths {
  width: 87.5%;
}

/**
* Tenths
*/
.one-tenth {
  width: 10%;
}

.three-tenths {
  width: 30%;
}

.seven-tenths {
  width: 70%;
}

.nine-tenths {
  width: 90%;
}

/**
* Twelfths
*/
.one-twelfth {
  width: 8.333%;
}

.five-twelfths {
  width: 41.666%;
}

.seven-twelfths {
  width: 58.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

@media only screen and (min-width: 320px) {
  /**
  * Whole
  */
  .iphone-up-one-whole {
    width: 100%;
  }

  /**
  * Halves
  */
  .iphone-up-one-half, .iphone-up-two-quarters, .iphone-up-three-sixths, .iphone-up-four-eighths, .iphone-up-five-tenths, .iphone-up-six-twelfths {
    width: 50%;
  }

  /**
  * Thirds
  */
  .iphone-up-one-third, .iphone-up-two-sixths, .iphone-up-four-twelfths {
    width: 33.333%;
  }

  .iphone-up-two-thirds, .iphone-up-four-sixths, .iphone-up-eight-twelfths {
    width: 66.666%;
  }

  /**
  * Quarters
  */
  .iphone-up-one-quarter, .iphone-up-two-eighths, .iphone-up-three-twelfths {
    width: 25%;
  }

  .iphone-up-three-quarters, .iphone-up-six-eighths, .iphone-up-nine-twelfths {
    width: 75%;
  }

  /**
  * Fifths
  */
  .iphone-up-one-fifth, .iphone-up-two-tenths {
    width: 20%;
  }

  .iphone-up-two-fifths, .iphone-up-four-tenths {
    width: 40%;
  }

  .iphone-up-three-fifths, .iphone-up-six-tenths {
    width: 60%;
  }

  .iphone-up-four-fifths, .iphone-up-eight-tenths {
    width: 80%;
  }

  /**
  * Sixths
  */
  .iphone-up-one-sixth, .iphone-up-two-twelfths {
    width: 16.666%;
  }

  .iphone-up-five-sixths, .iphone-up-ten-twelfths {
    width: 83.333%;
  }

  /**
  * Eighths
  */
  .iphone-up-one-eighth {
    width: 12.5%;
  }

  .iphone-up-three-eighths {
    width: 37.5%;
  }

  .iphone-up-five-eighths {
    width: 62.5%;
  }

  .iphone-up-seven-eighths {
    width: 87.5%;
  }

  /**
  * Tenths
  */
  .iphone-up-one-tenth {
    width: 10%;
  }

  .iphone-up-three-tenths {
    width: 30%;
  }

  .iphone-up-seven-tenths {
    width: 70%;
  }

  .iphone-up-nine-tenths {
    width: 90%;
  }

  /**
  * Twelfths
  */
  .iphone-up-one-twelfth {
    width: 8.333%;
  }

  .iphone-up-five-twelfths {
    width: 41.666%;
  }

  .iphone-up-seven-twelfths {
    width: 58.333%;
  }

  .iphone-up-eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 950px) {
  /**
  * Whole
  */
  .ipad-up-one-whole {
    width: 100%;
  }

  /**
  * Halves
  */
  .ipad-up-one-half, .ipad-up-two-quarters, .ipad-up-three-sixths, .ipad-up-four-eighths, .ipad-up-five-tenths, .ipad-up-six-twelfths {
    width: 50%;
  }

  /**
  * Thirds
  */
  .ipad-up-one-third, .ipad-up-two-sixths, .ipad-up-four-twelfths {
    width: 33.333%;
  }

  .ipad-up-two-thirds, .ipad-up-four-sixths, .ipad-up-eight-twelfths {
    width: 66.666%;
  }

  /**
  * Quarters
  */
  .ipad-up-one-quarter, .ipad-up-two-eighths, .ipad-up-three-twelfths {
    width: 25%;
  }

  .ipad-up-three-quarters, .ipad-up-six-eighths, .ipad-up-nine-twelfths {
    width: 75%;
  }

  /**
  * Fifths
  */
  .ipad-up-one-fifth, .ipad-up-two-tenths {
    width: 20%;
  }

  .ipad-up-two-fifths, .ipad-up-four-tenths {
    width: 40%;
  }

  .ipad-up-three-fifths, .ipad-up-six-tenths {
    width: 60%;
  }

  .ipad-up-four-fifths, .ipad-up-eight-tenths {
    width: 80%;
  }

  /**
  * Sixths
  */
  .ipad-up-one-sixth, .ipad-up-two-twelfths {
    width: 16.666%;
  }

  .ipad-up-five-sixths, .ipad-up-ten-twelfths {
    width: 83.333%;
  }

  /**
  * Eighths
  */
  .ipad-up-one-eighth {
    width: 12.5%;
  }

  .ipad-up-three-eighths {
    width: 37.5%;
  }

  .ipad-up-five-eighths {
    width: 62.5%;
  }

  .ipad-up-seven-eighths {
    width: 87.5%;
  }

  /**
  * Tenths
  */
  .ipad-up-one-tenth {
    width: 10%;
  }

  .ipad-up-three-tenths {
    width: 30%;
  }

  .ipad-up-seven-tenths {
    width: 70%;
  }

  .ipad-up-nine-tenths {
    width: 90%;
  }

  /**
  * Twelfths
  */
  .ipad-up-one-twelfth {
    width: 8.333%;
  }

  .ipad-up-five-twelfths {
    width: 41.666%;
  }

  .ipad-up-seven-twelfths {
    width: 58.333%;
  }

  .ipad-up-eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 1150px) {
  /**
  * Whole
  */
  .desktop-up-one-whole {
    width: 100%;
  }

  /**
  * Halves
  */
  .desktop-up-one-half, .desktop-up-two-quarters, .desktop-up-three-sixths, .desktop-up-four-eighths, .desktop-up-five-tenths, .desktop-up-six-twelfths {
    width: 50%;
  }

  /**
  * Thirds
  */
  .desktop-up-one-third, .desktop-up-two-sixths, .desktop-up-four-twelfths {
    width: 33.333%;
  }

  .desktop-up-two-thirds, .desktop-up-four-sixths, .desktop-up-eight-twelfths {
    width: 66.666%;
  }

  /**
  * Quarters
  */
  .desktop-up-one-quarter, .desktop-up-two-eighths, .desktop-up-three-twelfths {
    width: 25%;
  }

  .desktop-up-three-quarters, .desktop-up-six-eighths, .desktop-up-nine-twelfths {
    width: 75%;
  }

  /**
  * Fifths
  */
  .desktop-up-one-fifth, .desktop-up-two-tenths {
    width: 20%;
  }

  .desktop-up-two-fifths, .desktop-up-four-tenths {
    width: 40%;
  }

  .desktop-up-three-fifths, .desktop-up-six-tenths {
    width: 60%;
  }

  .desktop-up-four-fifths, .desktop-up-eight-tenths {
    width: 80%;
  }

  /**
  * Sixths
  */
  .desktop-up-one-sixth, .desktop-up-two-twelfths {
    width: 16.666%;
  }

  .desktop-up-five-sixths, .desktop-up-ten-twelfths {
    width: 83.333%;
  }

  /**
  * Eighths
  */
  .desktop-up-one-eighth {
    width: 12.5%;
  }

  .desktop-up-three-eighths {
    width: 37.5%;
  }

  .desktop-up-five-eighths {
    width: 62.5%;
  }

  .desktop-up-seven-eighths {
    width: 87.5%;
  }

  /**
  * Tenths
  */
  .desktop-up-one-tenth {
    width: 10%;
  }

  .desktop-up-three-tenths {
    width: 30%;
  }

  .desktop-up-seven-tenths {
    width: 70%;
  }

  .desktop-up-nine-tenths {
    width: 90%;
  }

  /**
  * Twelfths
  */
  .desktop-up-one-twelfth {
    width: 8.333%;
  }

  .desktop-up-five-twelfths {
    width: 41.666%;
  }

  .desktop-up-seven-twelfths {
    width: 58.333%;
  }

  .desktop-up-eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 1500px) {
  /**
  * Whole
  */
  .desktop-wide-up-one-whole {
    width: 100%;
  }

  /**
  * Halves
  */
  .desktop-wide-up-one-half, .desktop-wide-up-two-quarters, .desktop-wide-up-three-sixths, .desktop-wide-up-four-eighths, .desktop-wide-up-five-tenths, .desktop-wide-up-six-twelfths {
    width: 50%;
  }

  /**
  * Thirds
  */
  .desktop-wide-up-one-third, .desktop-wide-up-two-sixths, .desktop-wide-up-four-twelfths {
    width: 33.333%;
  }

  .desktop-wide-up-two-thirds, .desktop-wide-up-four-sixths, .desktop-wide-up-eight-twelfths {
    width: 66.666%;
  }

  /**
  * Quarters
  */
  .desktop-wide-up-one-quarter, .desktop-wide-up-two-eighths, .desktop-wide-up-three-twelfths {
    width: 25%;
  }

  .desktop-wide-up-three-quarters, .desktop-wide-up-six-eighths, .desktop-wide-up-nine-twelfths {
    width: 75%;
  }

  /**
  * Fifths
  */
  .desktop-wide-up-one-fifth, .desktop-wide-up-two-tenths {
    width: 20%;
  }

  .desktop-wide-up-two-fifths, .desktop-wide-up-four-tenths {
    width: 40%;
  }

  .desktop-wide-up-three-fifths, .desktop-wide-up-six-tenths {
    width: 60%;
  }

  .desktop-wide-up-four-fifths, .desktop-wide-up-eight-tenths {
    width: 80%;
  }

  /**
  * Sixths
  */
  .desktop-wide-up-one-sixth, .desktop-wide-up-two-twelfths {
    width: 16.666%;
  }

  .desktop-wide-up-five-sixths, .desktop-wide-up-ten-twelfths {
    width: 83.333%;
  }

  /**
  * Eighths
  */
  .desktop-wide-up-one-eighth {
    width: 12.5%;
  }

  .desktop-wide-up-three-eighths {
    width: 37.5%;
  }

  .desktop-wide-up-five-eighths {
    width: 62.5%;
  }

  .desktop-wide-up-seven-eighths {
    width: 87.5%;
  }

  /**
  * Tenths
  */
  .desktop-wide-up-one-tenth {
    width: 10%;
  }

  .desktop-wide-up-three-tenths {
    width: 30%;
  }

  .desktop-wide-up-seven-tenths {
    width: 70%;
  }

  .desktop-wide-up-nine-tenths {
    width: 90%;
  }

  /**
  * Twelfths
  */
  .desktop-wide-up-one-twelfth {
    width: 8.333%;
  }

  .desktop-wide-up-five-twelfths {
    width: 41.666%;
  }

  .desktop-wide-up-seven-twelfths {
    width: 58.333%;
  }

  .desktop-wide-up-eleven-twelfths {
    width: 91.666%;
  }
}
.items-overview,
.items-widget,
.item-detail,
.items-featured {
  *zoom: 1;
  margin-bottom: 24px;
}
.items-overview:before, .items-overview:after,
.items-widget:before,
.items-widget:after,
.item-detail:before,
.item-detail:after,
.items-featured:before,
.items-featured:after {
  content: "";
  display: table;
}
.items-overview:after,
.items-widget:after,
.item-detail:after,
.items-featured:after {
  clear: both;
}

.items-widget .inner {
  padding: 12px;
}
.items-widget .items-header h2, .items-widget .items-header h3, .items-widget .items-header h4, .items-widget .items-header h5, .items-widget .items-header h6 {
  padding: 0;
}
.items-widget .items-body .item {
  padding-top: 12px;
}
.items-widget .items-body .item:first-child {
  padding-top: 0;
}
.items-widget .items-body .item:last-child {
  border: none;
}
.items-widget .items-body .item:last-child p {
  padding: 0;
}
.items-widget .items-footer p:last-child {
  padding: 0;
}

.items-overview p:last-child {
  padding: 0;
}
.items-overview .item-image {
  position: relative;
  overflow: hidden;
}
.items-overview .item-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.66667%;
}
.items-overview .item-image > .aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.items-overview .item-image a {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  text-decoration: none;
  background: #f1f1f1;
  background-image: url(../Images/Site/icon-no-image.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.items-overview .item-image span {
  position: absolute;
  top: 12px;
  left: 12px;
}
.items-overview .item-caption {
  padding: 12px;
}
.items-overview .item-caption > div:last-child {
  margin-bottom: 0 !important;
}
.items-overview .item-caption__title,
.items-overview .item-caption__meta,
.items-overview .item-caption__category {
  margin-bottom: 12px;
}
.items-overview .item-caption__title h2, .items-overview .item-caption__title h3, .items-overview .item-caption__title h4, .items-overview .item-caption__title h5, .items-overview .item-caption__title h6,
.items-overview .item-caption__meta h2,
.items-overview .item-caption__meta h3,
.items-overview .item-caption__meta h4,
.items-overview .item-caption__meta h5,
.items-overview .item-caption__meta h6,
.items-overview .item-caption__category h2,
.items-overview .item-caption__category h3,
.items-overview .item-caption__category h4,
.items-overview .item-caption__category h5,
.items-overview .item-caption__category h6 {
  padding: 0;
}
.items-overview .item-caption__description {
  margin-bottom: 12px;
}

.item-detail .item-header .item-header__title {
  padding: 12px;
}
.item-detail .item-header .item-header__title h1, .item-detail .item-header .item-header__title h2 {
  padding: 0;
}
.item-detail .item-header .item-header__image {
  position: relative;
}
.item-detail .item-header .item-header__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 62.1118%;
}
.item-detail .item-header .item-header__image > .aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.item-detail .item-header .item-header__image a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
}
.item-detail .item-header .item-header__meta {
  padding: 12px;
}
.item-detail .item-header .item-header__meta p {
  padding: 0;
}
.item-detail .item-body {
  /*padding: $spacing*4 $spacing*8;*/
}
.item-detail .item-body .item-body__text {
  padding: 48px 96px;
}
.item-detail .item-body .item-body__images .items-overview {
  margin-bottom: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  transition: 0.2s;
}
.mfp-arrow:hover {
  color: white;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after {
  border: 1px solid white;
  width: 40px;
  height: 40px;
  content: '';
  display: block;
  border-radius: 100px;
  margin-top: -28px;
  right: 25px;
  position: absolute;
}

.mfp-arrow:before {
  content: "\f054";
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:before {
  content: "\f053";
}

.mfp-arrow-right {
  right: 0;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

body, html {
  height: 100%;
}

@media only screen and (min-width: 950px) {
  .flex-container {
    display: flex;
    min-height: 100%;
    height: 100%;
  }
}

.container-navigation {
  max-height: 90px;
  overflow: hidden;
  transition: all 0.5s;
}
@media only screen and (min-width: 950px) {
  .container-navigation {
    max-height: none;
    overflow: auto;
    transition: none;
  }
}

.nav-toggle {
  position: absolute;
  right: 20px;
  top: 16px;
  width: 40px;
}

.hide {
  display: none;
}

.team-large .grid-item {
  width: 100%;
}

.grid.team-grid {
  margin-left: -48px;
}
.grid.team-grid .grid-item {
  padding-left: 48px;
}
@media only screen and (min-width: 950px) {
  .grid.team-grid {
    margin-left: -96px;
  }
  .grid.team-grid .grid-item {
    padding-left: 96px;
  }
}

select {
  border-radius: 0;
}

body.navigation-is-expanded .container-navigation {
  max-height: 1000px;
}
@media only screen and (min-width: 950px) {
  body.navigation-is-expanded .container-navigation {
    max-height: none;
  }
}

.btn12 {
  transition-duration: 0.5s;
  display: inline-block;
  width: 40px;
  height: 50px;
  overflow: hidden;
}
@media only screen and (min-width: 950px) {
  .btn12 {
    display: none;
  }
}
.btn12 .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 30px;
  top: 30px;
  background-color: #0A1D45;
  left: 0;
}
.btn12 .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #0A1D45;
  content: "";
  top: -10px;
  left: 0;
}
.btn12 .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #0A1D45;
  content: "";
  top: 10px;
  left: 0;
}
.btn12.open .icon {
  transition-duration: 0.5s;
  background: transparent;
}
.btn12.open .icon:before {
  transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}
.btn12.open .icon:after {
  transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}
.btn12:hover {
  cursor: pointer;
}

@media only screen and (min-width: 950px) {
  .page-left {
    flex: 0 0 260px;
  }
}
.page-left .container {
  background: #0A1D45;
  -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.15);
  z-index: 500;
}
@media only screen and (min-width: 950px) {
  .page-left .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    position: fixed;
    width: 260px;
  }
}
.page-left .js-show-overlay:hover {
  color: #E2760C;
}

.show-overlay .overlay-container {
  visibility: visible;
  opacity: 1;
}

.overlay-container {
  position: fixed;
  z-index: 400;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s linear;
}
.overlay-container .overlay-container-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.overlay-container .overlay-container-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.overlay-container .overlay-container-close a {
  border: none;
  text-decoration: none;
}
.overlay-container .overlay-container-content {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 950px) {
  .overlay-container .overlay-container-content {
    justify-content: center;
  }
}

.tt-suggestion {
  border-bottom: 1px solid #0A1D45;
  display: block;
  cursor: pointer;
  margin-top: 10px;
}

.form span.error {
  width: 100%;
  display: block;
  flex-grow: 1 0 100%;
}

.form-item {
  display: flex;
}
.form-item.form-item-type--textarea {
  display: block;
}
.form-item.form-item-type--textarea label {
  padding-right: 0;
  margin-bottom: 10px;
}
.form-item label {
  flex-grow: 1;
  flex-shrink: 0;
  padding-right: 15px;
  position: relative;
}
.form-item.error textarea, .form-item.error input[type="email"], .form-item.error input[type="number"], .form-item.error input[type="search"], .form-item.error input[type="text"], .form-item.error input[type="date"], .form-item.error input[type="tel"], .form-item.error input[type="url"], .form-item.error input[type="password"] {
  border-color: #f34248;
}
.form-item textarea {
  border: 1px solid #0A1D45;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
  margin-top: 0;
  border-color: red;
}
.form-item input[type="email"], .form-item input[type="number"], .form-item input[type="search"], .form-item input[type="text"], .form-item input[type="date"], .form-item input[type="tel"], .form-item input[type="url"], .form-item input[type="password"] {
  padding: 8px 10px;
  vertical-align: middle;
  background: #fff;
  border: none;
  border-bottom: 1px solid #0A1D45;
  height: auto;
  background: none;
}
.form-item input[type="email"].error, .form-item input[type="number"].error, .form-item input[type="search"].error, .form-item input[type="text"].error, .form-item input[type="date"].error, .form-item input[type="tel"].error, .form-item input[type="url"].error, .form-item input[type="password"].error {
  border-color: red;
}

.form-item .button,
.form-item a.button-outline,
.form-item a.button-outline-large,
.form-item a.button-outline-mail,
.form-item a.button-outline-orange,
.form-item a.button-outline-orange-large,
.form-item a.button-outline-orange-mail {
  width: 100%;
}

.tt-menu {
  width: 100%;
  margin-top: 10px;
}

.search-widget {
  padding: 30px;
}
.search-widget p.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-widget input[type=text] {
  border: none;
  border-bottom: 2px solid #0A1D45;
  font-size: 35px;
  font-weight: bold;
  height: auto;
  background: none;
  width: 100%;
  background: none;
}
.search-widget input[type=submit] {
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
  line-height: 40px;
  margin-top: 30px;
}
@media only screen and (min-width: 950px) {
  .search-widget input[type=submit] {
    margin-left: 20px;
    margin-top: 0;
  }
}
.search-widget input[type=submit],
.search-widget input[type=submit]:active {
  color: #0A1D45;
}
.search-widget input[type=submit]:hover {
  color: #E2760C;
}

.page-left-bottom {
  color: white;
  text-align: center;
}
.page-left-bottom a {
  color: white;
  text-decoration: none;
  border: none;
}
.page-left-bottom .meta-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  text-align: center;
}
.page-left-bottom .meta-navigation ul li {
  flex: 1 1 50%;
}
.page-left-bottom .meta-navigation ul li:last-child a {
  border-right: none;
}
.page-left-bottom .meta-navigation ul li a {
  border-top: 1px solid #233458;
  border-right: 1px solid #233458;
  display: block;
  width: 100%;
  padding: px;
  padding: 10px;
  background: #0F2249;
}
.page-left-bottom .meta-navigation ul li a:hover {
  background: #E2760C;
}
.page-left-bottom .meta-navigation ul li.selected a {
  background: #E2760C;
}
.page-left-bottom .language-navigation {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.page-left-bottom .language-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-left-bottom .language-navigation ul li {
  display: inline-block;
}
.page-left-bottom .language-navigation ul li:last-child a {
  border: none;
}
.page-left-bottom .language-navigation ul li a {
  font-weight: 300;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid white;
}
.page-left-bottom .language-navigation ul li a:hover {
  color: #E2760C;
}
.page-left-bottom .language-navigation ul li.selected a {
  font-weight: 400;
}

@media only screen and (min-width: 950px) {
  .page-right {
    flex: 1;
  }
}

@media only screen and (min-width: 1150px) {
  .page-cols .page-right-flex,
  .page-id-426 .page-right-flex,
  .contact-tpl .page-right-flex,
  .two-columns-tpl .page-right-flex,
  .home-tpl .page-right-flex,
  .module-tpl .page-right-flex {
    flex-flow: row nowrap;
  }
}
@media only screen and (min-width: 1150px) {
  .page-cols .page-right-content,
  .page-id-426 .page-right-content,
  .contact-tpl .page-right-content,
  .two-columns-tpl .page-right-content,
  .home-tpl .page-right-content,
  .module-tpl .page-right-content {
    order: 1;
    flex: 1;
  }
}
@media only screen and (min-width: 1150px) {
  .page-cols .page-right-right,
  .page-id-426 .page-right-right,
  .contact-tpl .page-right-right,
  .two-columns-tpl .page-right-right,
  .home-tpl .page-right-right,
  .module-tpl .page-right-right {
    order: 2;
    flex: 0 0 40%;
    flex: 1;
  }
}

.two-columns-tpl .page-right-content {
  order: 0;
}
.two-columns-tpl .page-right-right {
  background: none !important;
}
@media only screen and (min-width: 1150px) {
  .two-columns-tpl .page-right-right {
    flex: 0 0 30%;
  }
}
.two-columns-tpl .page-right-right .container {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media only screen and (min-width: 950px) {
  .two-columns-tpl .page-right-right .container {
    padding-left: 130px;
    padding-right: 100px;
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1150px) {
  .two-columns-tpl .page-right-right .container {
    padding-left: 0;
  }
}

.module-tpl .page-right-flex {
  min-height: 100vh;
}

.bla {
  min-height: 100vh;
  -webkit-box-shadow: 0px 5px 14px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 14px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 14px 1px rgba(0, 0, 0, 0.15);
  z-index: 10;
  position: relative;
}

.page-right-flex {
  flex: 1;
  display: flex;
  flex-flow: row wrap;
  z-index: 10;
  position: relative;
  /*-webkit-box-shadow: 0px 5px 14px 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 5px 14px 1px rgba(0,0,0,0.15);
  box-shadow: 0px 5px 14px 1px rgba(0,0,0,0.15);*/
}

@media screen and (max-width: 950px) {
  .table-container,
  .tg-wrap {
    width: 70vw;
  }
}
@media screen and (max-width: 950px) {
  #chartdiv {
    margin-bottom: 100px;
  }
}
.page-right-content {
  order: 2;
  width: 100%;
}
@media only screen and (min-width: 1150px) {
  .page-right-content {
    /*-webkit-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.15);*/
  }
}
.page-right-content .container {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 60px;
  padding-top: 60px;
}
.page-right-content .container + .container {
  padding-top: 0;
}
@media only screen and (min-width: 950px) {
  .page-right-content .container {
    padding-left: 130px;
    padding-right: 100px;
    padding-bottom: 30px;
    padding-top: 60px;
  }
}

.page-right-right {
  background: #E8E8E8;
  order: 1;
  flex: 1 1 100%;
  min-height: 180px;
  background-position: center;
  background-size: cover;
  background-position: center;
  background-image: url(../Images/Site/bg.png);
}
@media only screen and (min-width: 1150px) {
  .page-right-right {
    min-height: 220px;
  }
}
@media only screen and (min-width: 1150px) {
  .page-right-right {
    /*order: 2;
    flex: 0 0 40%;
    //min-height: 800px;
    min-height: auto;
    min-height: 300px;*/
  }
}

.position-top-right {
  position: absolute;
  right: 36px;
  top: 40px;
  display: none;
}
@media only screen and (min-width: 950px) {
  .position-top-right {
    display: block;
  }
}
.position-top-right a {
  padding: 10px 28px;
  vertical-align: middle;
  text-decoration: none;
  background-color: #E2760C;
  color: white;
}
.position-top-right a:hover {
  color: white;
  background: #0A1D45;
}

.page-right-header-wrapper-inner {
  position: relative;
}

.page-right-header-wrapper {
  background: #E8E8E8;
  background: #E1E8F2;
}
@media only screen and (min-width: 950px) {
  .page-right-header-wrapper {
    position: fixed;
    width: calc(100% - 260px);
  }
}

.show-top-nav .page-right-header {
  display: block;
}

.page-right-header {
  position: relative;
  z-index: 200;
  display: none;
}
@media only screen and (min-width: 950px) {
  .page-right-header.has-navigation {
    padding-bottom: 105px;
  }
  .page-right-header.has-navigation .page-right-header-wrapper {
    border-bottom: 2px solid white;
  }
}
.page-right-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}
@media only screen and (min-width: 950px) {
  .page-right-header ul {
    margin-left: 30px;
    padding-bottom: 0;
  }
}
.page-right-header ul li {
  display: inline-block;
  margin-left: 15px;
}
@media only screen and (min-width: 950px) {
  .page-right-header ul li {
    margin-left: 50px;
    margin-right: 0;
  }
}
.page-right-header ul li a {
  text-decoration: none;
  padding-top: 10px;
  display: inline-block;
}
@media only screen and (min-width: 950px) {
  .page-right-header ul li a {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 950px) {
  .page-right-header ul li a {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page-right-header ul li.selected a {
  font-weight: bold;
  position: relative;
}
.page-right-header ul li.selected a:after {
  overflow: visible;
  content: ' ';
  position: absolute;
  width: 47px;
  height: 23px;
  bottom: -23px;
  left: 50%;
  margin-left: -23px;
  background-size: 47px 23px;
}
@media only screen and (min-width: 950px) {
  .page-right-header ul li.selected a:after {
    background-image: url(../Images/Site/arrow.png);
  }
}

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

.logo {
  width: 100;
  background: white;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1150px) {
  .logo {
    margin-bottom: 75px;
  }
}
.logo h2 {
  margin: 0;
  padding: 0;
}
.logo h2 a {
  width: 150px;
  height: 30px;
  background: url(../Images/Site/logo.png);
  background-size: 150px 70px;
  background-position: center bottom;
  display: block;
  margin: 0 auto;
  text-indent: -99999999px;
  border: none;
  text-decoration: none;
}
@media only screen and (min-width: 950px) {
  .logo h2 a {
    height: 70px;
  }
}
.logo h3 {
  margin: 0;
  padding: 0;
  display: none;
}
@media only screen and (min-width: 950px) {
  .logo h3 {
    display: block;
  }
}
.logo h3 a {
  border: none;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
}
.logo h3 a:hover {
  color: #0A1D45;
}

.main-navigation {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}
@media only screen and (min-width: 950px) {
  .main-navigation {
    margin-top: 0px;
  }
}
.main-navigation ul li {
  margin-bottom: 25px;
}
.main-navigation ul li a {
  color: white;
  text-decoration: none;
}
.main-navigation ul li a:hover {
  border-bottom: 2px solid #E2760C;
}
.main-navigation ul li.home span {
  margin-right: 10px;
  display: inline-block;
  margin-top: 30px;
}
.main-navigation ul li ul {
  margin-top: 20px;
}
.main-navigation ul li ul .home {
  display: none;
}
.main-navigation ul li ul .home span {
  margin-right: 20px;
  display: block;
}
.main-navigation ul li.selected > a {
  border-bottom: 2px solid #E2760C;
}
.main-navigation ul li.selected ul li .not-selected {
  display: block;
}
.main-navigation ul li.not-selected {
  display: none;
}

.mfp-content figcaption {
  padding: 0;
  top: 0;
}

.b-lazy {
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
  opacity: 0;
}

.b-lazy.b-loaded {
  opacity: 1;
}

a.linked-image {
  text-decoration: none;
  border: none;
  display: inline-block;
  position: relative;
}

.slideshow-slide img {
  width: 100%;
}

.slideshow-arrow {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  cursor: pointer;
  z-index: 110;
  color: white;
  opacity: 0.6;
  padding: 30px;
}
.slideshow-arrow i {
  line-height: 40px;
  width: 40px;
  height: 40px;
  border: 1px solid white;
  border-radius: 100px;
  text-align: center;
}
.slideshow-arrow:hover {
  opacity: 1;
  transition: 0.2s;
}
.slideshow-arrow.cycle-next {
  right: 0;
}

.slideshow-pager {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 30px;
  z-index: 200;
}
.slideshow-pager span {
  cursor: pointer;
  display: inline-block;
  text-indent: -999px;
  width: 10px;
  height: 10px;
  background: white;
  border: 1px solid white;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 3px;
  opacity: 0.6;
}
.slideshow-pager span:hover {
  opacity: 1;
  transition: 0.2s;
  cursor: default;
}
.slideshow-pager span.cycle-pager-active {
  background: none;
}

.slideshow-slide-caption {
  position: absolute;
  color: white;
  bottom: 60px;
  width: 100%;
  text-align: center;
}

.pagination span {
  opacity: 0.5;
  display: inline-block;
  font-style: normal;
  padding: 8px 16px;
  line-height: 1;
  border-radius: 4px;
  white-space: nowrap;
  border: 1px solid transparent;
}

.page-footer {
  background: white;
  padding: 40px;
  padding-left: 40px;
  font-size: 13px;
  color: #818181;
  line-height: 20px;
}
@media only screen and (min-width: 950px) {
  .page-footer {
    padding: 60px;
    padding-left: 100px;
  }
}
@media only screen and (min-width: 950px) {
  .page-footer .container {
    display: flex;
  }
}
.page-footer .position-footer-right .position-footer-right-inner h5 {
  position: relative;
  margin-bottom: 28px;
}
@media only screen and (min-width: 950px) {
  .page-footer .position-footer-right .position-footer-right-inner h5 {
    text-align: right;
  }
}
@media only screen and (min-width: 950px) {
  .page-footer .position-footer-right .position-footer-right-inner h5:after {
    right: 0 !important;
    position: absolute;
  }
}
@media only screen and (min-width: 950px) {
  .page-footer .position-footer-right .position-footer-right-inner {
    display: inline-block;
    float: right;
  }
}
.page-footer .position-footer-right p {
  position: relative;
  cursor: pointer;
  padding-left: 35px;
}
@media only screen and (min-width: 950px) {
  .page-footer .position-footer-right p {
    text-align: right;
  }
}
.page-footer .position-footer-right p:hover {
  color: #E2760C;
}
.page-footer .position-footer-right p:hover:first-of-type:before {
  background-image: url(../Images/Site/footer-phone-h.svg);
}
.page-footer .position-footer-right p:hover:nth-of-type(2):before {
  background-image: url(../Images/Site/footer-email-h.svg);
}
.page-footer .position-footer-right p:hover:nth-of-type(3):before {
  background-image: url(../Images/Site/footer-address-h.svg);
}
.page-footer .position-footer-right p:hover:last-of-type:before {
  background-image: url(../Images/Site/footer-linkedin-h.svg);
}
.page-footer .position-footer-right p a {
  background-repeat: no-repeat;
  background-position: 0 0;
}
.page-footer .position-footer-right p:first-of-type:before {
  background-image: url(../Images/Site/footer-phone.svg);
  background-size: 22px 19px;
  content: ' ';
  width: 22px;
  height: 19px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.page-footer .position-footer-right p:nth-of-type(2):before {
  background-image: url(../Images/Site/footer-email.svg);
  background-size: 22px 19px;
  content: ' ';
  width: 22px;
  height: 19px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.page-footer .position-footer-right p:nth-of-type(3):before {
  background-image: url(../Images/Site/footer-address.svg);
  background-size: 22px 19px;
  content: ' ';
  width: 22px;
  height: 19px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.page-footer .position-footer-right p:last-of-type:before {
  background-image: url(../Images/Site/footer-linkedin.svg);
  background-size: 22px 19px;
  content: ' ';
  width: 22px;
  height: 19px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.page-footer .position-footer-right.h-underline-right h5:after {
  margin-left: 0;
  margin-right: auto;
}
@media only screen and (min-width: 950px) {
  .page-footer .position-footer-right.h-underline-right h5:after {
    margin-left: auto;
    margin-right: 0;
  }
}
.page-footer .position-footer-left {
  margin-bottom: 36px;
}
.page-footer .position-footer-left p {
  margin-bottom: 24px;
}
.page-footer .position-footer-left a.btn {
  padding: 10px 28px;
  vertical-align: middle;
  text-decoration: none;
  background-color: #E2760C;
  color: white;
}
.page-footer .position-footer-left a.btn:hover {
  background-color: #0A1D45;
}
@media only screen and (min-width: 950px) {
  .page-footer .position-footer-left {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 950px) {
  .page-footer div {
    flex: 1 1 50%;
  }
}
.page-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 90%;
}
@media only screen and (min-width: 950px) {
  .page-footer ul {
    display: block;
  }
}
.page-footer ul li {
  display: inline-block;
}
.page-footer ul li span {
  padding-right: 10px;
  padding-left: 10px;
  border-left: 1px solid #818181;
}
.page-footer ul li:first-of-type span {
  border-left: none;
  padding-left: 0;
}
.page-footer h2, .page-footer h3, .page-footer h4, .page-footer h5, .page-footer h6 {
  color: #818181;
}
.page-footer h2:after, .page-footer h3:after, .page-footer h4:after, .page-footer h5:after, .page-footer h6:after {
  background: #818181 !important;
}
.page-footer a {
  color: #818181;
  border: none;
  text-decoration: none;
}
.page-footer a:hover {
  color: #E2760C;
}

.h-underline h2:after, .h-underline h3:after, .h-underline h4:after, .h-underline h5:after, .h-underline h6:after {
  content: '';
  display: block;
  background: #0A1D45;
  height: 2px;
  max-width: 95px;
  width: 100%;
  margin-top: 8px;
}

.h-underline-right h2:after, .h-underline-right h3:after, .h-underline-right h4:after, .h-underline-right h5:after, .h-underline-right h6:after {
  margin-left: auto;
  margin-right: 0;
}

.h-underline-small h2:after, .h-underline-small h3:after, .h-underline-small h4:after, .h-underline-small h5:after, .h-underline-small h6:after {
  max-width: 40px;
}

.h-underline-orange h1:after, .h-underline-orange h2:after, .h-underline-orange h3:after, .h-underline-orange h4:after, .h-underline-orange h5:after, .h-underline-orange h6:after {
  background: #E2760C !important;
}

.text h1 {
  margin-bottom: 30px;
  font-size: 5vw;
  line-height: 1.2em;
}
@media only screen and (min-width: 950px) {
  .text h1 {
    line-height: 47px;
    font-size: 35px;
  }
}
.text h1:after {
  content: '';
  display: block;
  background: #e1760c;
  height: 4px;
  max-width: 95px;
  width: 100%;
  margin-top: 18px;
}
.text h2, .text h3, .text h4, .text h5, .text h6 {
  font-weight: 600;
}

p.intro {
  font-size: 18px;
  line-height: 2em;
}

.home-tpl .position-intro {
  height: 80vh;
  min-height: 600px;
  display: flex;
  align-items: center;
}
.home-tpl .position-news {
  -webkit-box-shadow: 0px 5px 14px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 14px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 14px 1px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 200;
  background: white;
}
.home-tpl .page-right-flex {
  min-height: auto;
  box-shadow: none;
}
.home-tpl .page-right-right {
  order: 1;
}
.home-tpl .page-right-content {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
}
.home-tpl .page-right-content {
  order: 2;
  color: white !important;
}
.home-tpl .page-right-content h1, .home-tpl .page-right-content h2, .home-tpl .page-right-content h3, .home-tpl .page-right-content h4, .home-tpl .page-right-content h5, .home-tpl .page-right-content h6 {
  color: white;
}
.home-tpl .page-right-content p {
  color: white !important;
}
.home-tpl .page-right-content a {
  color: white;
  border-color: white;
}
.home-tpl .page-right-content .container {
  padding: 0;
}
@media only screen and (min-width: 950px) {
  .home-tpl .page-right-content .container {
    padding: 0;
    margin: 0;
    width: 100%;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
}

.contact-tpl .page-right-right {
  background-image: none;
  flex-direction: column;
  display: flex;
}
.contact-tpl .page-right-right p, .contact-tpl .page-right-right iframe {
  display: flex;
  flex: 1;
  margin: 0;
  padding: 0;
  flex-direction: column;
}
.contact-tpl iframe {
  height: 100%;
  width: 100%;
}

.team-tpl p,
.module-tpl p,
.fondsen-tpl p,
.home-tpl p {
  color: #0A1D45;
}
.team-tpl .mfp-bg,
.module-tpl .mfp-bg,
.fondsen-tpl .mfp-bg,
.home-tpl .mfp-bg {
  background: #0A1D45;
}
.team-tpl .mfp-close,
.module-tpl .mfp-close,
.fondsen-tpl .mfp-close,
.home-tpl .mfp-close {
  color: white;
}
.team-tpl .lightbox-container,
.module-tpl .lightbox-container,
.fondsen-tpl .lightbox-container,
.home-tpl .lightbox-container {
  background: white;
  color: #0A1D45;
}
.team-tpl .mfp-wrap .team-item,
.module-tpl .mfp-wrap .team-item,
.fondsen-tpl .mfp-wrap .team-item,
.home-tpl .mfp-wrap .team-item {
  margin-top: 0;
}
.team-tpl .mfp-wrap .grid-item,
.module-tpl .mfp-wrap .grid-item,
.fondsen-tpl .mfp-wrap .grid-item,
.home-tpl .mfp-wrap .grid-item {
  padding-left: 24px;
}
.team-tpl .mfp-wrap .grid,
.module-tpl .mfp-wrap .grid,
.fondsen-tpl .mfp-wrap .grid,
.home-tpl .mfp-wrap .grid {
  margin-left: -24px;
}

.white.mfp-bg {
  background: white !important;
}

.team-item {
  margin-top: 30px;
}
.team-item .team-bio-button {
  position: absolute;
  bottom: 0;
}
.team-item .function {
  color: #E2760C;
  font-size: 11px;
  line-height: 15px;
}
.team-item h4 {
  color: #222;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.team-item small {
  font-size: 10px;
  font-weight: 200;
}
.team-item .button,
.team-item a.button-outline,
.team-item a.button-outline-large,
.team-item a.button-outline-mail,
.team-item a.button-outline-orange,
.team-item a.button-outline-orange-large,
.team-item a.button-outline-orange-mail {
  width: auto;
}
.team-item a:not(.button):not(.button.outline):not(.button.outline-orange) {
  color: #222;
}
.team-item a:not(.button):not(.button.outline):not(.button.outline-orange):hover {
  color: #E2760C;
}
.team-item .team-item-image {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.team-item .team-item-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 150%;
}
.team-item .team-item-image > .aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 1150px) {
  .team-item .team-item-image {
    flex: 0 0 200px;
  }
}
@media only screen and (min-width: 1500px) {
  .team-item .team-item-image {
    flex: 0 0 250px;
  }
}
.team-item .inner-inner {
  margin-bottom: 36px;
  margin-top: 36px;
}
.team-item .inner-inner a {
  border: none;
  margin-right: 10px;
  text-decoration: none;
}

@media only screen and (min-width: 950px) {
  .position-cta-home {
    height: 80px;
  }
}
@media only screen and (min-width: 950px) {
  .position-cta-home .inner {
    position: absolute;
    bottom: -120px;
    right: 0;
  }
}
.position-cta-home .inner .editor-content {
  position: relative;
}
.position-cta-home .inner p {
  cursor: pointer;
  z-index: 20;
}
.position-cta-home .inner p:hover + p {
  display: block;
}
.position-cta-home .inner p:nth-of-type(2) {
  width: 180px;
  background: #39B54A;
  padding: 6px;
  padding-right: 20px;
  font-size: 8px;
  line-height: 13px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #FFFFFF;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: -50px;
}
@media only screen and (min-width: 950px) {
  .position-cta-home .inner p:nth-of-type(2) {
    position: absolute;
    display: none;
    bottom: 33px;
    left: -109px;
    z-index: -1;
    margin: 0;
  }
}

.position-intro {
  text-align: center;
  font-size: 18px;
  color: #222222;
  width: 100%;
  padding: 0px;
  position: relative;
}
.position-intro .inner {
  position: relative;
  z-index: 500;
  padding: 40px;
}
.position-intro video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media only screen and (min-width: 950px) {
  .position-intro {
    padding: 60px;
  }
}
.position-intro p {
  font-size: 14px;
}
@media only screen and (min-width: 1150px) {
  .position-intro p {
    font-size: 0.9vw;
  }
}
.position-intro p a {
  /*
  color: $color-orange;
  text-decoration: none;
  border: none;
  &:hover {
  	color: $color-darkgrey;
  }*/
}
.position-intro h1 {
  font-size: 24px;
  line-height: 1.5em;
}
@media only screen and (min-width: 950px) {
  .position-intro h1 {
    font-size: 30px;
  }
}
.position-intro h1:after {
  margin-left: auto;
  margin-right: auto;
}

.ornament {
  width: 49px;
  height: 46px;
  background: url(../Images/Site/ornament.png);
  background-size: 49px 46px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.position-quote {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #E8E8E8;
  font-size: 18px;
}
.position-quote .logo {
  background: none;
  margin: 0;
  padding: 0;
}
.position-quote .logo h2 a {
  height: 30px;
  background-position: center top;
}
@media only screen and (min-width: 1150px) {
  .position-quote {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.position-quote .container {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 950px) {
  .position-quote .container {
    width: 60%;
  }
}
.position-quote p:before {
  content: '— ';
}
.position-quote h2, .position-quote h3, .position-quote h4, .position-quote h5, .position-quote h6 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1150px) {
  .position-quote h2, .position-quote h3, .position-quote h4, .position-quote h5, .position-quote h6 {
    font-size: 1.5vw;
    margin-bottom: 36px;
  }
}

.position-why {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  color: #222;
  font-size: 14px;
  line-height: 23px;
}
@media only screen and (min-width: 950px) {
  .position-why {
    text-align: left;
  }
}
@media only screen and (min-width: 1150px) {
  .position-why {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1150px) {
  .position-why {
    display: flex;
  }
}
.position-why .inner {
  padding: 40px;
}
.position-why .inner:nth-child(even) {
  background: #D8D8D8;
}
@media only screen and (min-width: 1150px) {
  .position-why .inner:nth-child(even) {
    background: none;
  }
}
.position-why h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.position-why a.button-outline, .position-why a.button-outline-large, .position-why a.button-outline-mail {
  border-color: #e1760c;
  color: #e1760c;
}
.position-why a.button-outline:hover, .position-why a.button-outline-large:hover, .position-why a.button-outline-mail:hover {
  border-color: #e1760c;
  color: white;
  background-color: #e1760c;
}

.position-quotes {
  background: #5F8BC6;
  color: white;
  padding-left: 0px;
  position: relative;
}
@media only screen and (min-width: 950px) {
  .position-quotes {
    padding-left: 90px;
  }
}
.position-quotes h2, .position-quotes h3, .position-quotes h4, .position-quotes h5, .position-quotes h6 {
  color: white;
}
.position-quotes a {
  color: white;
}
.position-quotes .quote-container {
  display: flex;
  flex-flow: row wrap;
}
.position-quotes .slide {
  width: 100%;
}
.position-quotes .cycle-pager {
  position: absolute;
  z-index: 100;
  padding-bottom: 30px;
  margin-top: -40px;
  padding-left: 30px;
}
@media only screen and (min-width: 950px) {
  .position-quotes .cycle-pager {
    padding-left: 0px;
  }
}
.position-quotes .cycle-pager span {
  cursor: pointer;
  width: 55px;
  height: 10px;
  display: inline-block;
  text-indent: -9999999px;
  background: white;
  opacity: 0.5;
  border-radius: 6px;
  margin-right: 10px;
}
.position-quotes .cycle-pager span:hover {
  opacity: 1;
}
.position-quotes .cycle-pager span.cycle-pager-active {
  opacity: 1;
}
.position-quotes .quote-text {
  padding-top: 60px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
  flex: 1 1 100%;
  order: 2;
  min-height: 650px;
}
@media only screen and (min-width: 950px) {
  .position-quotes .quote-text {
    min-height: auto;
    flex: 1;
    order: 1;
    padding-left: 0;
    padding-right: 60px;
  }
}
.position-quotes .quote-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  flex: 1 1 100%;
  order: 1;
}
@media only screen and (min-width: 950px) {
  .position-quotes .quote-image {
    flex: 0 0 34%;
    order: 2;
  }
}
.position-quotes .quote-line {
  width: 32px;
  background: url(../Images/Site/quotes-line.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 32px auto;
  flex: 0 0 32px;
  display: none;
}
@media only screen and (min-width: 950px) {
  .position-quotes .quote-line {
    display: block;
  }
}

.news-index h3 {
  font-weight: 200;
  margin-bottom: 20px;
}
.news-index h3 a {
  text-decoration: none;
  border: none;
}
.news-index .grid-item {
  margin-bottom: 48px;
}
.news-index span {
  color: #E2760C;
}

.post-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
}
@media only screen and (min-width: 950px) {
  .post-image {
    height: 300px;
  }
}

.news-detail {
  font-size: 19px;
  line-height: 30px;
}
.news-detail h1 {
  font-weight: 400;
  margin-bottom: 20px;
}
.news-detail h1 span {
  color: #E2760C;
}
.news-detail form {
  margin-top: 36px;
}
.news-detail .category {
  margin-bottom: 24px;
  font-size: 12px;
}
.news-detail .category span:not(:last-child) {
  margin-right: 10px;
  border-right: 1px solid black;
  padding-right: 10px;
}

.author {
  margin-top: 48px;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.5em;
  margin-bottom: 12px;
}
.author img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
.author .author-image {
  flex: 0 0 150px;
  margin-right: 36px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 950px) {
  .author .author-image {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 950px) {
  .author .author-content {
    display: flex;
    justify-content: space-between;
  }
}
.author h4 {
  font-weight: 400;
  font-size: 19px;
}

.scroll {
  overflow-y: scroll;
}

.page-right-scroll {
  flex: 0 0 30%;
  min-height: auto;
  height: 0;
  display: none;
}
@media only screen and (min-width: 1150px) {
  .page-right-scroll {
    display: block;
    position: relative;
  }
}
.page-right-scroll .news-index {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 60px;
  padding-top: 60px;
  height: 100%;
}
.page-right-scroll .news-index .grid-item {
  opacity: 0.5;
}
.page-right-scroll .news-index .grid-item:hover {
  opacity: 1;
}

.module-tpl .page-right-content {
  background: #F8F8F8;
}

.category a {
  color: #0A1D45;
  text-transform: uppercase;
  border: none;
  text-decoration: none;
}
.category a:hover {
  color: #E2760C;
}

@media only screen and (min-width: 950px) {
  .position-news {
    display: flex;
  }
}
.position-news .latest-news {
  padding-top: 60px;
  padding-bottom: 50px;
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (min-width: 950px) {
  .position-news .latest-news {
    padding-right: 60px;
    padding-left: 90px;
  }
}
.position-news .editor-content {
  padding-right: 30px;
  padding-left: 30px;
  background: #E8E8E8;
  padding-top: 60px;
  padding-bottom: 50px;
  font-size: 15px;
  line-height: 24px;
  position: relative;
}
@media only screen and (min-width: 950px) {
  .position-news .editor-content {
    flex: 0 0 34%;
    padding-right: 60px;
    padding-left: 90px;
  }
}
.position-news .editor-content::after {
  content: ' ';
  display: inline-block;
  width: 35px;
  height: 70px;
  background: url(../Images/Site/arrow-blog.png);
  background-repeat: no-repeat;
  background-size: 35px 70px;
  position: absolute;
  bottom: -50px;
  right: 50px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media only screen and (min-width: 950px) {
  .position-news .editor-content::after {
    right: -35px;
    top: 50px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.position-news .editor-content a {
  color: #E2760C;
  text-decoration: none;
  border: none;
}
.position-news .editor-content a:hover {
  color: #0A1D45;
}

.mfp-bg {
  background: white;
  opacity: 0.95;
}

.mfp-close {
  color: #0A1D45;
}

.js-subscribe-extra-options {
  display: none;
}

.js-subscribe-form,
.lightbox-container {
  position: relative;
  background: white;
  padding: 50px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.js-subscribe-form h2,
.lightbox-container h2 {
  width: 80%;
}

.lightbox-container {
  max-width: 750px;
}
.lightbox-container h4 {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.lightbox-container small {
  font-size: 10px;
  font-weight: 200;
}

.subscribe-form .form-item.last {
  margin-top: 72px;
}
.subscribe-form .alert {
  opacity: 0;
  transition: opacity 0.3s ease-in;
  display: none;
}
.subscribe-form .alert.success {
  color: white;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
  font-size: 15px;
  line-height: 24px;
}
.subscribe-form.success form {
  display: none;
}
.subscribe-form.success .alert {
  opacity: 1;
  display: block;
}

#cookieBar {
  margin: 0;
  position: fixed;
  width: 100%;
  z-index: 700;
  border-top: none;
  border-left: none;
  border-right: none;
  background: #E8E8E8;
}
#cookieBar .close {
  right: 24px;
}

.h-underline-orange .grid-item:hover {
  color: #E2760C;
}
.h-underline-orange .grid-item:hover a {
  color: #E2760C;
}
.h-underline-orange .grid-item:hover .category a {
  color: #0A1D45;
}
.h-underline-orange .grid-item:hover .category a:hover {
  color: #E2760C;
}

input, textarea {
  border-radius: 0;
}

#chartdiv {
  width: 300px;
  height: 700px;
  position: relative;
}
@media only screen and (min-width: 950px) {
  #chartdiv {
    width: 500px;
  }
}
@media only screen and (min-width: 1150px) {
  #chartdiv {
    width: 900px;
  }
}

@media (max-width: 1150px) {
  .position-right-team {
    display: flex;
    margin-left: -24px;
  }
  .position-right-team .inner {
    flex: 1 1 50%;
    padding-left: 24px;
  }
}
.default-tpl .mfp-bg, .module-tpl .mfp-bg {
  background: #0A1D45;
}

.duurzaam-tpl .page-right-content {
  color: black;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.03em;
}
.duurzaam-tpl .page-right-content .button,
.duurzaam-tpl .page-right-content a.button-outline,
.duurzaam-tpl .page-right-content a.button-outline-large,
.duurzaam-tpl .page-right-content a.button-outline-mail,
.duurzaam-tpl .page-right-content a.button-outline-orange,
.duurzaam-tpl .page-right-content a.button-outline-orange-large,
.duurzaam-tpl .page-right-content a.button-outline-orange-mail {
  background: #39B54A;
  border-radius: 50px;
  font-weight: 300;
}
.duurzaam-tpl .page-right-content .button:hover,
.duurzaam-tpl .page-right-content a.button-outline:hover,
.duurzaam-tpl .page-right-content a.button-outline-large:hover,
.duurzaam-tpl .page-right-content a.button-outline-mail:hover,
.duurzaam-tpl .page-right-content a.button-outline-orange:hover,
.duurzaam-tpl .page-right-content a.button-outline-orange-large:hover,
.duurzaam-tpl .page-right-content a.button-outline-orange-mail:hover {
  color: white;
  background: #2d8e3a;
}
.duurzaam-tpl .page-right-content .page-right-content {
  width: 100%;
}
.duurzaam-tpl .page-right-content h1, .duurzaam-tpl .page-right-content h2, .duurzaam-tpl .page-right-content h3, .duurzaam-tpl .page-right-content h4, .duurzaam-tpl .page-right-content h5, .duurzaam-tpl .page-right-content h6 {
  color: black;
  font-weight: 400;
  padding-bottom: 30px;
}
.duurzaam-tpl .page-right-content .position-intro {
  background-image: url("../Images/Site/ornament-duurzaam.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.duurzaam-tpl .page-right-content .position-intro .button,
.duurzaam-tpl .page-right-content .position-intro a.button-outline,
.duurzaam-tpl .page-right-content .position-intro a.button-outline-large,
.duurzaam-tpl .page-right-content .position-intro a.button-outline-mail,
.duurzaam-tpl .page-right-content .position-intro a.button-outline-orange,
.duurzaam-tpl .page-right-content .position-intro a.button-outline-orange-large,
.duurzaam-tpl .page-right-content .position-intro a.button-outline-orange-mail {
  background-image: url("../Images/Site/chevron-down-light.svg");
  background-size: 10px 6px;
  background-position: 90% center;
  background-repeat: no-repeat;
  padding-right: 40px;
  fill: currentColor;
}
.duurzaam-tpl .page-right-content .position-intro:before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 40.88%, #FFFFFF 59.67%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0;
  position: absolute;
}
.duurzaam-tpl .page-right-content .position-intro .editor-content {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.duurzaam-tpl .page-right-content .page-image {
  min-height: 300px;
  height: 50vw;
  max-height: 580px;
}
.duurzaam-tpl .page-right-content .position-cta {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  text-align: center;
  width: 92vw;
  margin: 0 auto;
  margin-top: -65px;
  margin-bottom: 0px;
}
.duurzaam-tpl .page-right-content .position-cta h5 {
  font-weight: 300;
  font-size: 18px;
}
.duurzaam-tpl .page-right-content .position-cta .button,
.duurzaam-tpl .page-right-content .position-cta a.button-outline,
.duurzaam-tpl .page-right-content .position-cta a.button-outline-large,
.duurzaam-tpl .page-right-content .position-cta a.button-outline-mail,
.duurzaam-tpl .page-right-content .position-cta a.button-outline-orange,
.duurzaam-tpl .page-right-content .position-cta a.button-outline-orange-large,
.duurzaam-tpl .page-right-content .position-cta a.button-outline-orange-mail {
  font-size: 16px;
  padding: 14px 34px;
  line-height: 1.5em;
}
@media only screen and (min-width: 950px) {
  .duurzaam-tpl .page-right-content .position-cta .button,
  .duurzaam-tpl .page-right-content .position-cta a.button-outline,
  .duurzaam-tpl .page-right-content .position-cta a.button-outline-large,
  .duurzaam-tpl .page-right-content .position-cta a.button-outline-mail,
  .duurzaam-tpl .page-right-content .position-cta a.button-outline-orange,
  .duurzaam-tpl .page-right-content .position-cta a.button-outline-orange-large,
  .duurzaam-tpl .page-right-content .position-cta a.button-outline-orange-mail {
    font-size: 18px;
  }
}
.duurzaam-tpl .page-right-content .position-cta .container {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-top: 30px;
}
@media only screen and (min-width: 950px) {
  .duurzaam-tpl .page-right-content .position-cta .container {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media only screen and (min-width: 950px) {
  .duurzaam-tpl .page-right-content .position-cta {
    width: 50vw;
    margin-top: -200px;
    margin-bottom: 200px;
  }
}

.block.block-2-columns {
  margin-bottom: 50px;
  padding-bottom: 40px;
  background-image: url("../Images/Site/DIVIDER.png");
  background-size: 1010px 1px;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 950px) {
  .block.block-2-columns {
    margin-bottom: 200px;
    padding-bottom: 220px;
  }
}
.block.block-2-columns:nth-of-type(even) .row {
  flex-direction: row-reverse;
}
.block.block-2-columns:nth-of-type(even) .col-image .inner {
  padding-right: 0px;
  padding-left: 0px;
}
@media only screen and (min-width: 950px) {
  .block.block-2-columns:nth-of-type(even) .col-image .inner {
    padding-left: 40px;
  }
}
.block.block-2-columns:last-of-type {
  background: none;
  margin-bottom: 0;
}
@media only screen and (min-width: 950px) {
  .block.block-2-columns .col-image .inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.block.block-2-columns .col-text {
  text-align: center;
  display: flex;
  align-items: center;
}
.block.block-2-columns .col-text .inner {
  max-width: 420px;
  margin: 0 auto;
}
.block.block-2-columns .col-text h5 {
  color: black;
  font-weight: 300;
  padding-bottom: 15px;
  font-size: 18px;
}

a.fonds-block {
  display: block;
  border: 1px solid #eeedef;
  text-decoration: none;
  color: #0a1d46;
  padding: 50px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  height: 100%;
  justify-content: space-between;
}
a.fonds-block:hover {
  border-color: #0a1d46;
}
a.fonds-block h3 {
  font-weight: 400;
  position: relative;
  margin-bottom: 60px;
}
a.fonds-block h3:after {
  content: '';
  display: block;
  background: #e1760c;
  height: 4px;
  max-width: 95px;
  width: 100%;
  margin-top: 18px;
}
