/* Gloed */
/* CSS Document */
/*STANDAARD RESET VOOR VERGELIJKBARE WEERGAVE IN ALLE BROWSERS*/

html, body, div, span, applet, object, iframe, h1, .section-title, .intro-title, h2, .reference-inner blockquote, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-font-smoothing: antialiased;
  vertical-align: baseline;
}

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

body {
  line-height: inherit;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}

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

img {
  display: block;
  max-width: 100%;
  height: auto;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

iframe, object, embed {
  max-width: 100%;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: .3s all ease-out;
}

a *, a:before, a:after {
  transition: inherit;
}

/* Class voor toegankelijkheid. Verberg een tekst visueel,maar laat deze staan voor screenreaders. Bijvoorbeeld een label in een formulier*/
.visually-hidden {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  white-space: nowrap;
}

/* Wanneer een (bijvoorbeeld) 10-column gecentreerd moet worden in het Bootstrap grid */
.centered {
  margin-left: auto;
  margin-right: auto;
}

/* Standaard styling voor de standaard cookie-melding */
.cookie-popup {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
  z-index: 9999;
  opacity: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 15px;
}

.cookie-popup-container {
  width: 100%;
}

.cookie-popup-container p {
  color: #333;
  font-size: 15px;
  font-family: inherit;
  text-align: center;
}

.cookie-popup-container a {
  color: #f00;
}

/* Algemene opmaak voor de richtext editor in Umbraco*/
.afbeeldinglinks {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.afbeeldingrechts {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

/* Algemene opmaak voor de grid editor */
.umb-grid ul,
.intro ul {
  list-style-type: disc;
  margin-left: 22px;
}

.umb-grid ol,
.intro ol {
  list-style-type: decimal;
  margin-left: 22px;
}

.umb-grid a,
.intro a,
p a {
  text-decoration: underline;
}

.umb-grid a:hover, .umb-grid a:focus {
  color: #f00;
}

/* Simpele hack om een embedded iframe responsive te krijgen */
.video-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Algemene opmaak voor een automatisch door Umbraco Forms gegeneerd formulier */
.umbraco-forms-form *:focus {
  outline: inherit;
  outline-offset: inherit;
}

.umbraco-forms-form .umbraco-forms-fieldset {
  margin-bottom: 0;
}

.umbraco-forms-form legend {
  font-size: 1.1875rem;
  color: #333;
}

.umbraco-forms-form h2, .umbraco-forms-form .reference-inner blockquote, .reference-inner .umbraco-forms-form blockquote {
  margin-top: 60px;
  color: #333;
}

.umbraco-forms-form input, .umbraco-forms-form textarea, .umbraco-forms-form select {
  font-size: inherit;
  font-family: inherit;
}

.umbraco-forms-form select {
  max-width: 400px !important;
  width: 95%;
}

.umbraco-forms-form .umbraco-forms-field {
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
}

.umbraco-forms-form .umbraco-forms-field .umbraco-forms-label {
  font-weight: normal;
}

.umbraco-forms-form .umbraco-forms-field input[type="text"], .umbraco-forms-form .umbraco-forms-field textarea {
  margin: 0;
}

.umbraco-forms-form .umbraco-forms-field input[type="checkbox"] {
  height: 25px !important;
  width: 25px !important;
  margin: 0;
}

.umbraco-forms-form .umbraco-forms-field input[type="radio"] {
  height: 15px !important;
  width: 15px !important;
}

.umbraco-forms-form .umbraco-forms-field input[type="file"] {
  font-size: 16px;
}

.umbraco-forms-form .umbraco-forms-field .checkboxlist {
  padding: 0;
}

.umbraco-forms-form .umbraco-forms-field .checkboxlist label {
  margin-right: 15px;
}

.umbraco-forms-form .umbraco-forms-field .radiobuttonlist label {
  margin-left: 5px;
}

.umbraco-forms-form .umbraco-forms-tooltip.help-block {
  font-size: 15px;
  font-style: italic;
}

.umbraco-forms-form .umbraco-forms-navigation .col-md-12 {
  padding-left: 0;
}

.umbraco-forms-form input[type="submit"]:focus {
  transition: none;
}

/* BOOTSTRAP GRID */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.row--justify-center {
  justify-content: center;
}

.row--justify-end {
  justify-content: flex-end;
}

.row--justify-end [class^="col-"] {
  margin-left: 0;
  margin-right: 0;
}

.row--align-center {
  align-items: center;
}

[class^="col-"] {
  padding: 0 15px;
  background-clip: content-box;
  margin-left: auto;
  margin-right: auto;
}

.umb-grid [class^="col-"] {
  margin: auto;
}

/*.umb-grid [class^="col-"]>div{width:100%}*/
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.col-sm-1, .col-sm-2, .col-sm-3,
.col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9,
.col-sm-10, .col-sm-11, .col-sm-12 {
  width: 100%;
}

.col-md-1, .col-md-2, .col-md-3,
.col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9,
.col-md-10, .col-md-11, .col-md-12 {
  width: 100%;
}

.col-lg-1, .col-lg-2, .col-lg-3,
.col-lg-4, .col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8, .col-lg-9,
.col-lg-10, .col-lg-11, .col-lg-12 {
  width: 100%;
}

.col-xl-1, .col-xl-2, .col-xl-3,
.col-xl-4, .col-xl-5, .col-xl-6,
.col-xl-7, .col-xl-8, .col-xl-9,
.col-xl-10, .col-xl-11, .col-xl-12 {
  width: 100%;
}

/* Site Presets */
.visible-xs, .visible-sm {
  display: block;
}

.hidden-xs, .hidden-sm {
  display: none;
}

.bg-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #7f7f7f;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4;
}

.margin-top-large {
  margin-top: 60px !important;
}

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

.margin-top-small {
  margin-top: 30px !important;
}

/* Content */
h1 a, .section-title a, .intro-title a, .h1 a, h2 a, .reference-inner blockquote a, .h2 a, h3 a, .h3 a {
  color: inherit;
  font: inherit;
  text-decoration: none;
}

h1 a:hover, .section-title a:hover, .intro-title a:hover, .h1 a:hover, h2 a:hover, .reference-inner blockquote a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h1 a:focus, .section-title a:focus, .intro-title a:focus, .h1 a:focus, h2 a:focus, .reference-inner blockquote a:focus, .h2 a:focus, h3 a:focus, .h3 a:focus {
  text-decoration: none;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: 700;
}

hr {
  margin: 1.5em 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

figcaption, .caption {
  display: block;
  margin-top: .75em;
  color: #333;
  font-size: .824em;
  font-style: italic;
}

.text-center, .intro-content, .intro-link {
  text-align: center;
}

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

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

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

/*
[class*="-trailmade"]{font-family:'trailmaderegular'}
.title-trailmade{font-size:2em;font-weight:400;line-height:1.25em}
*/
.img-left {
  margin-right: 15px;
  float: left;
}

.img-right {
  margin-left: 15px;
  float: right;
}

/* Buttons */
.btn {
  position: relative;
  display: inline-block;
  width: auto;
  min-height: 50px;
  margin-top: 25px;
  padding: 10px 15px;
  background: #f00;
  border: 1px solid transparent;
  border-radius: 25px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}

.btn:hover, .btn:focus {
  background: #333 !important;
  color: #fff !important;
}

.btn.btn-secondary {
  background: #000;
}

.btn.btn-open {
  background: transparent;
  border: 2px solid #f00;
}

.btn.btn-open:hover, .btn.btn-open:focus {
  background: #f00 !important;
}

.btn.btn-open:after {
  display: inline-block;
  content: '';
  width: 18px;
  height: 18px;
  margin-left: 15px;
  background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iYjY5N2NiZmMtMGQ3Mi00ZmE1LWE5Y2ItMWRmMDI3MDY0MmViIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDguMDUgNDM2LjciPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZjMDE1O308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbl9hcnJvdy1yaWdodC15ZWxsb3c8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE5MC41LDI5LjI1bDIyLjItMjIuMkEyMy45LDIzLjksMCwwLDEsMjQ2LjUsN2wuMS4xTDQ0MSwyMDEuMzVhMjMuOSwyMy45LDAsMCwxLC4xLDMzLjhsLS4xLjFMMjQ2LjYsNDI5LjY1YTIzLjksMjMuOSwwLDAsMS0zMy44LjFsLS4xLS4xLTIyLjItMjIuMmEyNCwyNCwwLDAsMSwwLTMzLjk0bC4zNy0uMzYsMTIwLjUtMTE0LjhIMjRBMjMuOTQsMjMuOTQsMCwwLDEsMCwyMzQuNDdWMjAyLjM1YTIzLjk0LDIzLjk0LDAsMCwxLDIzLjg4LTI0SDMxMS40TDE5MC45LDYzLjU1YTIzLjg2LDIzLjg2LDAsMCwxLTEtMzMuNzJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIi8+PC9zdmc+") no-repeat 50% 50%;
  background-size: 18px auto;
  vertical-align: middle;
  transition: .3s all ease-out;
}

.btn.btn.btn-open:hover:after, .btn.btn-open:focus:after {
  margin-left: 25px;
  text-decoration: none;
}

.btn-nav {
  margin-right: 0;
  background: #333;
  border: 1px solid #333;
}

.btn-nav:hover, .btn-nav:focus, .btn-nav.active {
  color: #fff !important;
  border-color: black;
}

.btn-nav.active {
  border-color: #f00;
}

p + .btn {
  margin-top: 0;
}

p .btn {
  margin-top: 0 !important;
}

/* Forms */
::-webkit-input-placeholder {
  color: #7f7f7f;
  color: rgba(0, 0, 0, 0.5);
}

::-moz-placeholder {
  color: #7f7f7f;
  color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder {
  color: #7f7f7f;
  color: rgba(0, 0, 0, 0.5);
}

:-moz-placeholder {
  color: #7f7f7f;
  color: rgba(0, 0, 0, 0.5);
}

[class^="col"] > [type="text"], [class^="col"] > [type="tel"], [class^="col"] > [type="email"], [class^="col"] > [type="password"], [class^="col"] > [type="file"], [class^="col"] > select, [class^="col"] > textarea,
[class^="col"] > div > [type="text"], [class^="col"] > div > [type="tel"], [class^="col"] > div > [type="email"], [class^="col"] > div > [type="password"], [class^="col"] > div > [type="file"], [class^="col"] > div > select, [class^="col"] > div > textarea {
  width: 100%;
}

.form .row.clearfix {
  margin-top: -.5em;
}

.form [class^="col-"] {
  margin: 0;
}

.form [class^="col-"] label {
  display: block;
  padding: 9px 0;
}

.form-control, .form-control-file {
  display: block;
  margin: 5px 0;
  padding: 5px 10px;
  border: 1px solid #efefef;
  box-shadow: none;
  line-height: 1em;
  transition: .3s all ease-out;
  float: left;
}

.form-control-file {
  padding: 5px 0;
  border-color: transparent;
}

.checkbox {
  position: absolute;
  opacity: 0;
}

.checkbox + span {
  position: relative;
  padding: 0;
  cursor: pointer;
}

.checkbox + span:before {
  display: inline-block;
  content: '';
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background: #fff;
  border: 1px solid #efefef;
  vertical-align: text-top;
  transition: .3s all ease-out;
}

label:hover .checkbox + span:before, label:focus .checkbox + span:before {
  border-color: #f00;
}

.checkbox:checked + span:before {
  background: #f00;
  border-color: #f00;
}

.checkbox:disabled + span {
  color: #efefef;
  cursor: auto;
}

.checkbox:disabled + span:before {
  border-color: #efefef;
}

label:hover .checkbox:disabled + span:before, label:focus .checkbox:disabled + span:before {
  border-color: #efefef;
}

.checkbox + span:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 2px;
  top: 12px;
  left: 7px;
  background: white;
  box-shadow: 2px 0 0 white,4px 0 0 white,4px -2px 0 white,4px -4px 0 white,4px -6px 0 white,4px -8px 0 white;
  transform: rotate(45deg);
}

.radiobutton {
  position: absolute;
  opacity: 0;
}

.radiobutton + span {
  position: relative;
  padding: 0;
  cursor: pointer;
}

.radiobutton + span:before {
  display: inline-block;
  content: '';
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 50%;
  vertical-align: text-top;
  transition: .3s all ease-out;
}

label:hover .radiobutton + span:before, label:focus .radiobutton + span:before {
  border-color: #f00;
}

.radiobutton:checked + span:before {
  background: #f00;
  border-color: #f00;
}

.radiobutton:disabled + span {
  color: #efefef;
  cursor: auto;
}

.radiobutton:disabled + span:before {
  border-color: #efefef;
}

label:hover .radiobutton:disabled + span:before, label:focus .radiobutton:disabled + span:before {
  border-color: #efefef;
}

.radiobutton + span:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 2px;
  top: 12px;
  left: 7px;
  background: white;
  box-shadow: 2px 0 0 white,4px 0 0 white,4px -2px 0 white,4px -4px 0 white,4px -6px 0 white,4px -8px 0 white;
  transform: rotate(45deg);
}

.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 37px;
  margin: 5px 0;
}

.file-upload-wrapper:after {
  position: absolute;
  display: block;
  content: attr(data-text);
  width: calc(100% - 40px);
  height: 37px;
  padding: 5px 10px;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #efefef;
  line-height: 1.5em;
  z-index: 20;
  pointer-events: none;
}

.file-upload-wrapper:before {
  position: absolute;
  display: inline-block;
  content: 'Bestand kiezen';
  height: 37px;
  padding: 5px 10px;
  top: 0;
  right: 0;
  background: #f00;
  color: #fff;
  line-height: 1.5em;
  z-index: 25;
  transition: .3s all ease-out;
  pointer-events: none;
}

.file-upload-wrapper:hover:before {
  background: #333;
}

.file-upload-wrapper input {
  position: absolute;
  display: block;
  width: 100%;
  height: 37px;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 99;
  cursor: pointer;
}

#datepicker {
  min-height: 37px;
  line-height: 1.5em;
}

.wrong {
  border-bottom: 2px solid red !important;
  color: red !important;
}

/* Video */
.video-container {
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-video-filled, .bg-video-filled video, .bg-video-filled img {
  width: 100%;
  float: left;
}

.bg-video-filled video {
  display: none !important;
}

.bg-video-filled img {
  display: block !important;
}

/* Umbraco Grid */
.umb-grid p, .umb-grid ul, .umb-grid ol, .umb-grid .btn {
  margin-bottom: 1.5em;
  line-height: 1.5em;
}

.umb-grid img {
  margin-bottom: 1.5em;
}

.umb-grid ul {
  margin-left: 0;
  list-style: none;
}

.umb-grid ul li {
  position: relative;
  padding-left: 21px;
}

.umb-grid ul li:before {
  position: absolute;
  display: block;
  content: '';
  width: 11px;
  height: 11px;
  top: 8px;
  left: 0;
  background: transparent;
  border: 2px solid #2d2e86;
  border-radius: 50%;
}

.umb-grid p + .btn, .umb-grid ul + .btn, .umb-grid ol + .btn {
  margin-top: 0;
}

/* Site Styling */
/* Popup */
.popup-close {
  position: absolute;
  padding: 5px;
  top: 15px;
  right: 25px;
  background: #fff;
  z-index: 1;
}

.popup-close span {
  position: absolute;
  display: block;
  width: 0;
  padding: 7px 5px 6px 40px;
  top: 0;
  right: 30px;
  background: #fff;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 35%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1);
  line-height: 1em;
  transform-origin: right center;
  overflow: hidden;
  opacity: 0;
  transition: .3s all ease-out;
}

.popup-close:hover span, .popup-close:focus span {
  width: 97px;
  opacity: 1;
}

.popup-close img {
  width: 20px;
  height: 20px;
  float: right;
  transition: .3s all ease-out;
}

.popup-close:hover img, .popup-close:focus img {
  transform: rotate(180deg);
}

.container-popup {
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.container-popup .col-12.col-md-10 {
  position: relative;
}

.container-popup .popup-inner {
  position: relative;
  width: 100%;
  max-height: 90vh;
  padding-bottom: 15px;
  background: #fff;
  overflow: hidden;
}

.container-popup .popup-inner:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 15px;
  bottom: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(to right, #333 0%, #f00 55%, #f00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333',endColorstr='#f00',GradientType=1);
}

.popup-inner .scroll {
  position: relative;
  width: 100% !important;
  height: 100%;
}

/* Header */
.hd-logo {
  display: inline-flex;
  width: 180px;
  margin: 0;
}

.hd-logo img {
  width: 180px;
  height: 37px;
}

.hd-nav {
  display: inline-flex;
  text-align: right;
  flex-direction: column;
}

.sub-bar > * {
  display: inline-block;
  vertical-align: middle;
}

.sub-bar ul {
  display: inline-block;
}

.sub-bar ul li {
  padding: 0;
  float: left;
}

.sub-bar ul li a {
  padding: 5px;
  color: #7f7f7f;
  color: rgba(0, 0, 0, 0.5);
  font-size: .889em;
  font-weight: 400;
  text-decoration: none;
}

.sub-bar ul li a:hover, .sub-bar ul li a:focus, .sub-bar ul li a.active {
  color: #f00;
}

.search-block {
  position: absolute;
  display: block;
  padding: 10px 15px;
  top: calc(100% + 9px);
  right: 0;
  left: 0;
  background: #efefef;
  text-align: left;
}

.search-block [type="text"] {
  display: inline-block;
  width: calc(100% - 40px);
  height: 34px;
  margin: 0;
  margin-right: unset;
  padding: 5px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0;
  vertical-align: middle;
  -webkit-appearance: none;
}

.search-block [type="button"] {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  padding: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iYjc5ZWJiMjgtNTAzMi00YzgzLTg2MTQtMjAzMDZhYzIyN2Y5IiBkYXRhLW5hbWU9IkxhYWcgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjkuMDkgMjkuMSI+PGRlZnM+PHN0eWxlPi5iMTZlNzQxNy03ODFhLTRhMDMtYTliMS1lODFjNGM4NTQ4OWF7ZmlsbDojMDBhMTk1O29wYWNpdHk6MC40O2lzb2xhdGlvbjppc29sYXRlO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbl9zZWFyY2g8L3RpdGxlPjxwYXRoIGlkPSJhNzAwNzdjYy1mOTQzLTQ0MjgtYTMwZi1lMDgyMTFiOTZhZmEiIGRhdGEtbmFtZT0iaWNvbmZpbmRlciBzZWFyY2ggMjk4ODY1IiBjbGFzcz0iYjE2ZTc0MTctNzgxYS00YTAzLWE5YjEtZTgxYzRjODU0ODlhIiBkPSJNMjguNywyNC45MWwtNy40LTcuNGExMS4yOCwxMS4yOCwwLDAsMCwxLjctNS45LDExLjUsMTEuNSwwLDEsMC01LjUsOS43bDcuNCw3LjRhMS4zNSwxLjM1LDAsMCwwLDEuOSwwbDEuOS0xLjlBMS4zNSwxLjM1LDAsMCwwLDI4LjcsMjQuOTFabS0xNy4xLTUuN2E3LjYsNy42LDAsMSwxLDcuNi03LjYsNy42LDcuNiwwLDAsMS03LjYsNy42WiIvPjwvc3ZnPg==") no-repeat 50% 50%;
  background-size: 30px 30px;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  vertical-align: middle;
  overflow: hidden;
  text-indent: 100%;
  -webkit-appearance: none;
}

.btn-menu {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.btn-menu span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: #7f7f7f;
  background: rgba(0, 0, 0, 0.5);
}

.btn-menu:before, .btn-menu:after {
  display: block;
  content: '';
  height: 2px;
  background: #7f7f7f;
  background: rgba(0, 0, 0, 0.5);
}

.btn-menu:hover span, .btn-menu:focus span, .btn-menu:hover:before, .btn-menu:hover:after, .btn-menu:focus:before, .btn-menu:focus:after {
  background: #f00;
}

.header-shrink {
  position: fixed;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 3;
}

.header-shrink .header-navigation {
  padding: 10px 0;
}

.header-shrink .search-block {
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
}

/* Main */
.page-nav ul li {
  display: inline-block;
  margin-right: 35px;
  vertical-align: middle;
}

.page-nav ul li a {
  display: block;
  padding: 10px 0;
  color: #fff;
}

.page-nav ul li a:hover, .page-nav ul li a:focus, .page-nav ul li a.active {
  color: #333;
  text-decoration: none;
}

/* Footer */
.block-social span {
  display: inline-block;
  font-size: 1.176em;
  font-weight: 700;
  vertical-align: middle;
}

.block-social ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.block-social li {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
}

.block-social li a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  word-wrap: none;
}

.block-social li a[title*="Facebook"] {
  width: 15px;
  height: 31px;
  background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iYmM4MjllMjItMmI2MC00YTE1LWJlMDUtMTdjM2UyNzI2OTVkIiBkYXRhLW5hbWU9IkxhYWcgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzcuMzMgODAuMzQiPjxkZWZzPjxzdHlsZT4uYmQ2NjJkYzEtMjZjZi00OTFkLWE4YzEtYjM3Yjg5M2I2ZWEwe2ZpbGw6IzAwNTg4OTtmaWxsLXJ1bGU6ZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmxvZ29fZmFjZWJvb2s8L3RpdGxlPjxwYXRoIGNsYXNzPSJiZDY2MmRjMS0yNmNmLTQ5MWQtYThjMS1iMzdiODkzYjZlYTAiIGQ9Ik04LjIyLDQwLjQ5Vjc5LjMzYTEsMSwwLDAsMCwxLDFIMjMuNjZhMSwxLDAsMCwwLDEtMVYzOS44NkgzNS4xM2ExLDEsMCwwLDAsMS0uOTNsMS0xMS44OWExLDEsMCwwLDAtMS0xLjFIMjQuNjdWMTcuNWEzLjU4LDMuNTgsMCwwLDEsMy41OC0zLjU4aDguMDZhMSwxLDAsMCwwLDEtMVYxYTEsMSwwLDAsMC0xLTFIMjIuNjlBMTQuNDcsMTQuNDcsMCwwLDAsOC4yMiwxNC40N1YyNS45NEgxYTEsMSwwLDAsMC0xLDFWMzguODRhMSwxLDAsMCwwLDEsMUg4LjIyWiIvPjwvc3ZnPg==") no-repeat 0 0;
}

.block-social li a[title*="Twitter"] {
  width: 29px;
  height: 25px;
  background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGFhZ18xIiBkYXRhLW5hbWU9IkxhYWcgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgOTIuMzYgNzkuODYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMDA1ODg5O2ZpbGwtcnVsZTpldmVub2RkO308L3N0eWxlPjwvZGVmcz48dGl0bGU+bG9nb190d2l0dGVyPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00NC45MSwyMS4yOGwuMiwzLjQ1LTMuMzQtLjQzQTUzLjQ5LDUzLjQ5LDAsMCwxLDEwLDhMNS41OSwzLjM4LDQuNDMsNi43NkEyMSwyMSwwLDAsMCw4LjU3LDI3LjYxYzIuNjcsMywyLjA3LDMuMzgtMi41NCwxLjYyLTEuNi0uNTgtMy0xLTMuMTMtLjc4QTI2LjA1LDI2LjA1LDAsMCwwLDUuMywzNy45YTIyLDIyLDAsMCwwLDkuMTQsOWwzLjI3LDEuNjItMy44Ny4wN2MtMy43NCwwLTMuODguMDctMy40OSwxLjU1QTIwLjU1LDIwLjU1LDAsMCwwLDIyLjgzLDYxLjdMMjcsNjMuMThsLTMuNiwyLjI1YTM2LjM4LDM2LjM4LDAsMCwxLTE3LjksNS4yM0ExOSwxOSwwLDAsMCwwLDcxLjI0YTQ5LjM4LDQ5LjM4LDAsMCwwLDEyLjg4LDYuMiw1NC4yMSw1NC4yMSwwLDAsMCw0My43OS01LjIzQTYwLjYyLDYwLjYyLDAsMCwwLDc4LjkxLDQ0Ljg3YTc1LjMzLDc1LjMzLDAsMCwwLDQuNTMtMjEuMTNjMC0zLjI0LjItMy42NiwzLjk0LTcuNTZBNDUuNDUsNDUuNDUsMCwwLDAsOTIsMTAuNzZjLjY2LTEuMzQuNTgtMS4zNC0yLjgxLS4xNC01LjY3LDIuMTEtNi40NywxLjgzLTMuNjctMS4zNEEyMC41OCwyMC41OCwwLDAsMCw5MC4xLDEuNzJjMC0uMjEtMSwuMTQtMi4xNC43N2EzNi41MywzNi41MywwLDAsMS01Ljg3LDIuNGwtMy42MSwxLjJMNzUuMjEsMy43NkEyNi42OSwyNi42OSwwLDAsMCw2OS41NC42NiwyMS44NSwyMS44NSwwLDAsMCw1Ny44Ni45NGEyMC4xOSwyMC4xOSwwLDAsMC0xMywyMC4yOFoiLz48L3N2Zz4=") no-repeat 0 0;
}

.block-social li a[title*="LinkedIn"] {
  width: 26px;
  height: 25px;
  background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iYmM3ZDgxMjctYzVkMi00Njc4LTkyZWQtYjBkZGExNDgwMWU1IiBkYXRhLW5hbWU9IkxhYWcgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNzAuNjggNjcuNSI+PGRlZnM+PHN0eWxlPi5mNGIwNzFlMy02N2IwLTRmZGItYmQ3YS0wODE0ODc3ZmM3Mjl7ZmlsbDojMDA1ODg5O308L3N0eWxlPjwvZGVmcz48dGl0bGU+bG9nb19saW5rZWRpbjwvdGl0bGU+PHBhdGggY2xhc3M9ImY0YjA3MWUzLTY3YjAtNGZkYi1iZDdhLTA4MTQ4NzdmYzcyOSIgZD0iTTcwLjY4LDQxLjR2MjVhMS4xMiwxLjEyLDAsMCwxLTEuMTIsMS4xMkg1Ni42NmExLjEyLDEuMTIsMCwwLDEtMS4xMi0xLjEyVjQzLjE1YzAtNi4xMS0yLjE4LTEwLjI5LTcuNjYtMTAuMjlhOC4yOCw4LjI4LDAsMCwwLTcuNzYsNS41MywxMC4zNywxMC4zNywwLDAsMC0uNSwzLjY5djI0LjNBMS4xMiwxLjEyLDAsMCwxLDM4LjUsNjcuNUgyNS42MWExLjEyLDEuMTIsMCwwLDEtMS4xMi0xLjEyYzAtNi4xOC4xNi0zNi4yLDAtNDMuMjZBMS4xMSwxLjExLDAsMCwxLDI1LjYzLDIySDM4LjVhMS4xMiwxLjEyLDAsMCwxLDEuMTIsMS4xMnY1LjMzbC0uMS4xNWguMXYtLjE1YzItMy4xLDUuNi03LjUyLDEzLjY0LTcuNTIsMTAsMCwxNy40Miw2LjUxLDE3LjQyLDIwLjQ4Wk0yLjExLDY3LjVIMTVhMS4xMiwxLjEyLDAsMCwwLDEuMTItMS4xMlYyMy4xMUExLjEyLDEuMTIsMCwwLDAsMTUsMjJIMi4xMUExLjEyLDEuMTIsMCwwLDAsMSwyMy4xMVY2Ni4zOEExLjEyLDEuMTIsMCwwLDAsMi4xMSw2Ny41WiIvPjxjaXJjbGUgY2xhc3M9ImY0YjA3MWUzLTY3YjAtNGZkYi1iZDdhLTA4MTQ4NzdmYzcyOSIgY3g9IjguMSIgY3k9IjguMSIgcj0iOC4xIi8+PC9zdmc+") no-repeat 0 0;
}

/* Pagination */
.pagination, .ezsearch-pager {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

.pagination li, .ezsearch-pager p * {
  display: inline-block;
  margin: 0 3px;
}

.pagination li:first-child, .ezsearch-pager p > *:first-child {
  margin-left: 0;
}

.ezsearch-pager p > *:first-child {
  padding-left: 0;
}

.pagination li:last-of-type, .ezsearch-pager p > *:last-of-type {
  margin-right: 0;
}

.ezsearch-pager p > *:last-of-type {
  padding-right: 0;
}

.pagination .prev a, .pagination .next a, .ezsearch-pager .prev, .ezsearch-pager .next {
  width: auto;
  height: auto;
  padding: 0 12px;
  background: none;
  border: none;
  border-radius: 0;
}

.pagination .prev a:hover, .pagination .next a:hover, .ezsearch-pager a.prev:hover, .ezsearch-pager a.next:hover, .pagination .prev a:focus, .pagination .next a:focus, .ezsearch-pager a.prev:focus, .ezsearch-pager a.next:focus {
  color: #333;
}

.pagination .selected a, .ezsearch-pager span.page {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}

.pagination a, .ezsearch-pager p * {
  display: inline-flex;
  width: 50px;
  height: 50px;
  font-size: 1.111em;
  text-align: center;
  line-height: 1em;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 50%;
  color: #f00;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.pagination a:hover, .pagination a:active, .pagination a:focus, .ezsearch-pager a.page:hover, .ezsearch-pager a.page:active, .ezsearch-pager a.page:focus {
  border-color: #333;
  text-decoration: none;
}

/* EZSearch */
.ezsearch-result a:hover, .ezsearch-result a:focus {
  color: #333;
  text-decoration: none;
}

.ezsearch-result a:hover *, .ezsearch-result a:focus * {
  color: inherit;
}

/* Select */
select {
  padding: 5px;
}

.filter {
  width: 100%;
  max-width: 260px;
  margin: auto;
  padding: 0 0 15px;
}

/** Reset Select **/
.select select {
  background: #fff;
  background-image: none;
  border: 0 !important;
  box-shadow: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/** Remove IE arrow **/
.select select::-ms-expand {
  display: none;
}

/** Custom Select **/
.select {
  position: relative;
  display: flex;
  width: calc(100% - 50px);
  height: 50px;
  margin-right: auto;
  margin-left: auto;
}

/** Rounded corners **/
.select:before {
  position: absolute;
  display: block;
  content: '';
  width: calc(100% + 50px);
  height: 52px;
  top: -1px;
  right: -25px;
  left: -25px;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 25px;
  z-index: 0;
}

/** Selectbox itself **/
.select select {
  flex: 1;
  width: 100%;
  padding: 0 .5em;
  color: #f00;
  font-size: 1em;
  font-weight: 700;
  cursor: pointer;
  z-index: 1;
}

/** Arrow **/
.select::after {
  position: absolute;
  content: '';
  width: 12px;
  height: 50px;
  top: 0;
  right: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iYTU1MjBlYTUtZTMwYi00YmEzLTkzNjgtOWRiNjk3MTM2YmIxIiBkYXRhLW5hbWU9IkxhYWcgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNDM2LjcgNDQ4LjA1Ij48ZGVmcz48c3R5bGU+LmJjODEyOWFlLTRlMGUtNDYyNC1iMmRmLTM0ZWU5OTViMmZmYXtmaWxsOiNmZmMwMTU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uX2Fycm93LWRvd248L3RpdGxlPjxwYXRoIGNsYXNzPSJiYzgxMjlhZS00ZTBlLTQ2MjQtYjJkZi0zNGVlOTk1YjJmZmEiIGQ9Ik00MDcuNDUsMTkwLjVsMjIuMiwyMi4yYTIzLjksMjMuOSwwLDAsMSwwLDMzLjlMMjM1LjM1LDQ0MWEyMy45LDIzLjksMCwwLDEtMzMuOSwwTDcuMDUsMjQ2LjZhMjMuOSwyMy45LDAsMCwxLDAtMzMuOWwyMi4yLTIyLjJhMjQsMjQsMCwwLDEsMzQuMy40bDExNC44LDEyMC41VjI0YTIzLjk0LDIzLjk0LDAsMCwxLDI0LTI0aDMyYTIzLjk0LDIzLjk0LDAsMCwxLDI0LDI0VjMxMS40bDExNC44LTEyMC41YTIzLjg1LDIzLjg1LDAsMCwxLDM0LjMtLjRaIi8+PC9zdmc+") no-repeat 0 50%;
  background-size: 12px 17px;
  cursor: pointer;
  pointer-events: none;
  transition: .25s all ease;
  z-index: 2;
}
.section-white{background-color: #FFFFFF;}
.section-grey{background-color: #F8F7F7;}
/* Share */
.section-share {
  padding-top: 0 !important;
}

.section-share [class^="col-"] > * {
  display: inline-block;
  vertical-align: middle;
}

.section-share span {
  margin-right: 10px;
  color: #333;
}

.share-social {
  margin-left: 0 !important;
}

.share-social li {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 5px;
  transition: .3s all ease-out;
  float: left;
}

.share-social li:first-of-type {
  margin-left: 0;
}

.share-social li:last-of-type {
  margin-right: 0;
}

.share-social li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: .3s all ease-out;
}

.share-social li a:after {
  display: block;
  content: '';
  width: 36px;
  height: 36px;
  transition: .3s all ease-out;
}

.share-social li a[title*="LinkedIn"]:after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDM2IDM2Ij48cGF0aCBkPSJNMTguMDQ5LDM2LjFBMTguMDQ5LDE4LjA0OSwwLDEsMCwwLDE4LjA0OSwxOC4wNDksMTguMDQ5LDAsMCwwLDE4LjA0OSwzNi4xWm0wLTIuMTY2QTE1Ljg4MywxNS44ODMsMCwxLDAsMi4xNjYsMTguMDQ5LDE1Ljg4MywxNS44ODMsMCwwLDAsMTguMDQ5LDMzLjkzMlpNMTAuMTA3LDE0LjUyNHYxMC41aDMuNHYtMTAuNVptMS45MjQtNS4xMzlhMS44MTYsMS44MTYsMCwxLDAtLjA0NCwzLjYyOGguMDIyYTEuODE2LDEuODE2LDAsMSwwLC4wMjItMy42MjhabTEwLjA0NCw1LjEzOWEzLjM2NCwzLjM2NCwwLDAsMC0zLjA2NSwxLjczNFYxNC43NzFoLTMuNGMuMDQ1Ljk4NSwwLDEwLjUsMCwxMC41aDMuNFYxOS40MDZhMi40NDcsMi40NDcsMCwwLDEsLjExMi0uODUxLDEuODY3LDEuODY3LDAsMCwxLDEuNzQ1LTEuMjc2YzEuMjMxLDAsMS43MjMuOTYzLDEuNzIzLDIuMzczdjUuNjE2aDMuNFYxOS4yNDlDMjUuOTksMTYuMDI1LDI0LjMxMywxNC41MjQsMjIuMDc1LDE0LjUyNFptMCwwIiBmaWxsPSIjMDBhMTk1IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
}

.share-social li a[title*="Twitter"]:after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDM2IDM2Ij48cGF0aCBkPSJNMTguMDQ5LDM2LjFBMTguMDQ5LDE4LjA0OSwwLDEsMCwwLDE4LjA0OSwxOC4wNDksMTguMDQ5LDAsMCwwLDE4LjA0OSwzNi4xWm0wLTIuMTY2QTE1Ljg4MywxNS44ODMsMCwxLDAsMi4xNjYsMTguMDQ5LDE1Ljg4MywxNS44ODMsMCwwLDAsMTguMDQ5LDMzLjkzMlptLS4yMjktMTkuMDkzLjAzNC41OTMtLjU3NC0uMDczYTkuMTg1LDkuMTg1LDAsMCwxLTUuNDYzLTIuODA5bC0uNzU3LS43ODctLjIuNTgxYTMuNjExLDMuNjExLDAsMCwwLC43MTIsMy41ODRjLjQ1OS41MDkuMzU2LjU4MS0uNDM2LjI3OC0uMjc1LS4xLS41MTYtLjE3LS41MzktLjEzM2E0LjUsNC41LDAsMCwwLC40MTMsMS42MjMsMy43ODEsMy43ODEsMCwwLDAsMS41NzIsMS41NWwuNTYyLjI3OC0uNjY2LjAxMmMtLjY0MywwLS42NjYuMDEyLS42LjI2NmEzLjUyOSwzLjUyOSwwLDAsMCwyLjE0NiwxLjk4NmwuNzEyLjI1NC0uNjIuMzg3YTYuMjUyLDYuMjUyLDAsMCwxLTMuMDc2LjksMy4yNTksMy4yNTksMCwwLDAtLjk0MS4xLDguNTcsOC41NywwLDAsMCwyLjIxNSwxLjA2Niw5LjMyNiw5LjMyNiwwLDAsMCw3LjUyOC0uOSwxMC40MTksMTAuNDE5LDAsMCwwLDMuODIyLTQuNywxMi45NjksMTIuOTY5LDAsMCwwLC43OC0zLjYzMmMwLS41NTcuMDM0LS42My42NzctMS4zYTcuODA2LDcuODA2LDAsMCwwLC44LS45MzJjLjExNS0uMjMuMS0uMjMtLjQ4Mi0uMDI0LS45NzUuMzYzLTEuMTEzLjMxNS0uNjMxLS4yM2EzLjU1MywzLjU1MywwLDAsMCwuNzgtMS4zYzAtLjAzNi0uMTcyLjAyNC0uMzY3LjEzM2E2LjI0MSw2LjI0MSwwLDAsMS0xLjAxLjQxMmwtLjYyLjIwNi0uNTYyLS40YTQuNiw0LjYsMCwwLDAtLjk3NS0uNTMzLDMuNzU4LDMuNzU4LDAsMCwwLTIuMDA4LjA0OCwzLjQ3LDMuNDcsMCwwLDAtMi4yMzgsMy40ODdabTAsMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCkiIGZpbGw9IiMwMGExOTUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
}

.share-social li a[title*="Facebook"]:after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDM2IDM2Ij48cGF0aCBkPSJNMTguMDQ5LDM2LjFBMTguMDQ5LDE4LjA0OSwwLDEsMCwwLDE4LjA0OSwxOC4wNDksMTguMDQ5LDAsMCwwLDE4LjA0OSwzNi4xWm0wLTIuMTY2QTE1Ljg4MywxNS44ODMsMCwxLDAsMi4xNjYsMTguMDQ5LDE1Ljg4MywxNS44ODMsMCwwLDAsMTguMDQ5LDMzLjkzMlptMS4zMS03Ljk0MVYxOC4wNDhoMi4zNDlsLjMxMS0yLjczN0gxOS4zNTlsMC0xLjM3YzAtLjcxNC4wNzMtMS4xLDEuMTcxLTEuMUgyMlYxMC4xMDdoLTIuMzVjLTIuODIyLDAtMy44MTYsMS4zMjgtMy44MTYsMy41NjF2MS42NDNIMTQuMDc4djIuNzM3aDEuNzU5VjI1Ljk5Wm0wLDAiIGZpbGw9IiMwMGExOTUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
}

.share-social li a[title*="LinkedIn"]:hover:after, .share-social li a[title*="LinkedIn"]:focus:after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDM2IDM2Ij48cGF0aCBkPSJNMTguMDQ5LDM2LjFBMTguMDQ5LDE4LjA0OSwwLDEsMCwwLDE4LjA0OSwxOC4wNDksMTguMDQ5LDAsMCwwLDE4LjA0OSwzNi4xWm0wLTIuMTY2QTE1Ljg4MywxNS44ODMsMCwxLDAsMi4xNjYsMTguMDQ5LDE1Ljg4MywxNS44ODMsMCwwLDAsMTguMDQ5LDMzLjkzMlpNMTAuMTA3LDE0LjUyNHYxMC41aDMuNHYtMTAuNVptMS45MjQtNS4xMzlhMS44MTYsMS44MTYsMCwxLDAtLjA0NCwzLjYyOGguMDIyYTEuODE2LDEuODE2LDAsMSwwLC4wMjItMy42MjhabTEwLjA0NCw1LjEzOWEzLjM2NCwzLjM2NCwwLDAsMC0zLjA2NSwxLjczNFYxNC43NzFoLTMuNGMuMDQ1Ljk4NSwwLDEwLjUsMCwxMC41aDMuNFYxOS40MDZhMi40NDcsMi40NDcsMCwwLDEsLjExMi0uODUxLDEuODY3LDEuODY3LDAsMCwxLDEuNzQ1LTEuMjc2YzEuMjMxLDAsMS43MjMuOTYzLDEuNzIzLDIuMzczdjUuNjE2aDMuNFYxOS4yNDlDMjUuOTksMTYuMDI1LDI0LjMxMywxNC41MjQsMjIuMDc1LDE0LjUyNFptMCwwIiBmaWxsPSIjMDA1ODg5IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
}

.share-social li a[title*="Twitter"]:hover:after, .share-social li a[title*="Twitter"]:focus:after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDM2IDM2Ij48cGF0aCBkPSJNMTguMDQ5LDM2LjFBMTguMDQ5LDE4LjA0OSwwLDEsMCwwLDE4LjA0OSwxOC4wNDksMTguMDQ5LDAsMCwwLDE4LjA0OSwzNi4xWm0wLTIuMTY2QTE1Ljg4MywxNS44ODMsMCwxLDAsMi4xNjYsMTguMDQ5LDE1Ljg4MywxNS44ODMsMCwwLDAsMTguMDQ5LDMzLjkzMlptLS4yMjktMTkuMDkzLjAzNC41OTMtLjU3NC0uMDczYTkuMTg1LDkuMTg1LDAsMCwxLTUuNDYzLTIuODA5bC0uNzU3LS43ODctLjIuNTgxYTMuNjExLDMuNjExLDAsMCwwLC43MTIsMy41ODRjLjQ1OS41MDkuMzU2LjU4MS0uNDM2LjI3OC0uMjc1LS4xLS41MTYtLjE3LS41MzktLjEzM2E0LjUsNC41LDAsMCwwLC40MTMsMS42MjMsMy43ODEsMy43ODEsMCwwLDAsMS41NzIsMS41NWwuNTYyLjI3OC0uNjY2LjAxMmMtLjY0MywwLS42NjYuMDEyLS42LjI2NmEzLjUyOSwzLjUyOSwwLDAsMCwyLjE0NiwxLjk4NmwuNzEyLjI1NC0uNjIuMzg3YTYuMjUyLDYuMjUyLDAsMCwxLTMuMDc2LjksMy4yNTksMy4yNTksMCwwLDAtLjk0MS4xLDguNTcsOC41NywwLDAsMCwyLjIxNSwxLjA2Niw5LjMyNiw5LjMyNiwwLDAsMCw3LjUyOC0uOSwxMC40MTksMTAuNDE5LDAsMCwwLDMuODIyLTQuNywxMi45NjksMTIuOTY5LDAsMCwwLC43OC0zLjYzMmMwLS41NTcuMDM0LS42My42NzctMS4zYTcuODA2LDcuODA2LDAsMCwwLC44LS45MzJjLjExNS0uMjMuMS0uMjMtLjQ4Mi0uMDI0LS45NzUuMzYzLTEuMTEzLjMxNS0uNjMxLS4yM2EzLjU1MywzLjU1MywwLDAsMCwuNzgtMS4zYzAtLjAzNi0uMTcyLjAyNC0uMzY3LjEzM2E2LjI0MSw2LjI0MSwwLDAsMS0xLjAxLjQxMmwtLjYyLjIwNi0uNTYyLS40YTQuNiw0LjYsMCwwLDAtLjk3NS0uNTMzLDMuNzU4LDMuNzU4LDAsMCwwLTIuMDA4LjA0OCwzLjQ3LDMuNDcsMCwwLDAtMi4yMzgsMy40ODdabTAsMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCkiIGZpbGw9IiMwMDU4ODkiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
}

.share-social li a[title*="Facebook"]:hover:after, .share-social li a[title*="Facebook"]:focus:after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDM2IDM2Ij48cGF0aCBkPSJNMTguMDQ5LDM2LjFBMTguMDQ5LDE4LjA0OSwwLDEsMCwwLDE4LjA0OSwxOC4wNDksMTguMDQ5LDAsMCwwLDE4LjA0OSwzNi4xWm0wLTIuMTY2QTE1Ljg4MywxNS44ODMsMCwxLDAsMi4xNjYsMTguMDQ5LDE1Ljg4MywxNS44ODMsMCwwLDAsMTguMDQ5LDMzLjkzMlptMS4zMS03Ljk0MVYxOC4wNDhoMi4zNDlsLjMxMS0yLjczN0gxOS4zNTlsMC0xLjM3YzAtLjcxNC4wNzMtMS4xLDEuMTcxLTEuMUgyMlYxMC4xMDdoLTIuMzVjLTIuODIyLDAtMy44MTYsMS4zMjgtMy44MTYsMy41NjF2MS42NDNIMTQuMDc4djIuNzM3aDEuNzU5VjI1Ljk5Wm0wLDAiIGZpbGw9IiMwMDU4ODkiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
}

/* Newsletter */
.mc-field-group {
  margin: 15px 0 10px;
}

.mc-field-group [type="email"] {
  display: inline-block;
  width: 250px;
  height: 34px;
  margin: 0;
  margin-right: unset;
  padding: 5px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0;
  vertical-align: middle;
  -webkit-appearance: none;
}

.indicates-required {
  font-size: 14px;
  font-style: italic;
}
	.mt-small-0{
		margin-top:0px!important;
		
	}	
.footer-certificate {
  width: 106px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-150%);
  z-index: 1;
}


@media (min-width: 576px) {
	.footer-certificate {

  transform: translateY(-50%);

}
  .col-sm-1 {
    -ms-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* Site Presets */
  /* Site Styling */
  /* Header */
  .hd-logo {
    width: 175px;
  }
  .search-block {
    position: static;
    display: inline-block;
    padding: 0 5px;
    top: auto;
    right: auto;
    left: auto;
    background: transparent;
  }
  .header-shrink .search-block {
    box-shadow: none;
  }
  /* Slider */
  .section-hero .hero-content [class^="col-"]:before {
    opacity: 1;
  }

}


@media (min-width: 768px) {
	.mt-small-0{margin-top: 60px!important;}
  .umbraco-forms-form .umbraco-forms-field {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .umbraco-forms-form .umbraco-forms-field .umbraco-forms-label {
    flex: 0 1 250px;
    padding-top: 5px;
  }
  .umbraco-forms-form .umbraco-forms-field .umbraco-forms-field-wrapper {
    flex: 1 1 auto;
  }
  .umbraco-forms-form .umbraco-forms-tooltip.help-block {
    position: absolute;
    top: 18px;
  }
  .container {
    max-width: inherit;
  }
  .col-md-order-2 {
    order: 2;
  }
  .col-md-1 {
    -ms-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-box-flex: 0;
    flex: 0 0 33.323333%;
    max-width: 33.323333%;
  }
  .col-md-5 {
    -ms-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-box-flex: 0;
    flex: 0 0 66.656667%;
    max-width: 66.656667%;
  }
  .col-md-9 {
    -ms-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* Site Presets */
  .visible-xs {
    display: none;
  }
  .hidden-xs {
    display: block;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  /* Content */
  /*h1,.h1{margin-bottom:.75rem!important;font-size:2.882em}!*49px*!
	h2,.h2{margin-bottom:1.5rem!important;font-size:2em}!*34px*!
	h3,.h3{margin-bottom:.25rem!important;font-size:1.235em}!*21px*!
	h4,.h4{margin-bottom:.25rem!important;font-size:1.059em}!*18px*!*/
  .text-center-xs {
    text-align: left;
  }
  .title-trailmade {
    font-size: 4.412em;
  }
  /* Buttons */
  .btn {
    min-width: 200px;
    padding: 10px 25px;
  }
  p + .btn {
    margin-top: 5px;
  }
  /* Video */
  .bg-video-filled video {
    display: block !important;
  }
  .bg-video-filled img {
    display: none !important;
  }
  /* Umbraco Grid */
  .umb-grid .col-md-6, .umb-grid .col-md-4 {
    margin: 0;
  }
  .umb-grid .col-md-12 img, .umb-grid .col-md-6 img, .umb-grid .col-md-4 img {
    margin-bottom: 0;
  }
  /* Site Styling */
  /* Header */
  .hd-logo {
    width: 230px;
    margin: 5px 0;
  }
  .hd-logo img {
    width: 100%;
    height: auto;
  }
  .hd-nav {
    position: relative;
    width: auto;
    vertical-align: middle;
  }
  .sub-bar > * {
    margin-bottom: 25px;
  }
  .sub-bar ul {
    display: inline-block;
  }
  .sub-bar ul li {
    padding: 0 5px;
  }
  .sub-bar ul li a {
    font-size: 1em;
  }
  .search-block [type="text"] {
    width: 190px;
  }
  .nav-bar ul li {
    padding: 0 5px;
    float: left;
  }
  .nav-bar ul li:first-of-type {
    padding-left: 0;
  }
  .nav-bar ul li:last-of-type, .nav-bar ul li.last-item {
    padding-right: 0;
  }
  .nav-bar ul li a {
    padding: 5px 0;
    font-size: .941em;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
  }
  .nav-bar ul li a:hover, .nav-bar ul li a:focus, .nav-bar ul li a.active {
    color: #333;
  }
  /* Main */
  /* Footer */
  .block-social {
    text-align: right;
  }
  /* Select */
  .filter {
    padding: 15px 0 30px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: inherit;
  }
  .col-lg-1 {
    -ms-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* Site Presets */
  .visible-sm {
    display: none;
  }
  .hidden-sm {
    display: block;
  }
  /* Content */
  /*h1,.h1{margin-bottom:.75rem!important;font-size:3.059em}!*52px*!
	h2,.h2{margin-bottom:1.5rem!important;font-size:2.176em}!*37px*!
	h3,.h3{margin-bottom:.25rem!important;font-size:1.353em}!*23px*!
	h4,.h4{margin-bottom:.25rem!important;font-size:1.235em}!*21px*!
	p{margin-bottom:1.5em}*/
  /* Buttons */
  /* Umbraco Grid */
  .umb-grid .row.clearfix {
    justify-content: center;
  }
  /* Site Styling */
  /* Header */
  .hd-logo {
    width: 285px;
  }
  .nav-bar ul li {
    padding: 0 10px;
  }
  .nav-bar ul li a {
    padding: 5px;
    font-size: 1em;
  }
  /* Main */
  /* Footer */
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .col-xl-1 {
    -ms-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.133333%;
  }
  .col-xl-5 {
    -ms-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* Site Presets */
  /* Content */
  /*h1,.h1{margin-bottom:.75rem!important;font-size:3.235em}!*55px*!
	h2,.h2{margin-bottom:1.5rem!important;font-size:2.353em}!*40px*!
	h3,.h3{margin-bottom:.25rem!important;font-size:1.471em}!*25px*!
	h4,.h4{margin-bottom:.25rem!important;font-size:1.353em}!*23px*!*/
  /* Buttons */
  /* Site Styling */
}

@media (min-width: 1400px) {
  /* Site Styling */
}

@media (min-width: 1510px) {
  /* Site Styling */
}

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

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

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {

  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* Reset */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1,
.section-title,
.intro-title, h2, .reference-inner blockquote, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

main {
  display: block;
}

input:focus,
button:focus,
a:focus,
select:focus,
option:focus,
textarea:focus {
  outline: none !important;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  box-shadow: none;
}

select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #000;
}

:focus {
  outline: none !important;
}

::-moz-focus-inner {
  border: 0 !important;
}

/* Global config */
/* COLORS */
/* FONTS */
/* IMG */
/*@font-face {
   font-family: 'Baloo';
   src: url('https://www.radboudunos.nl/fonts/Baloo-Regular.eot');
   src: url('https://www.radboudunos.nl/fonts/Baloo-Regular.eot#iefix') format('embedded-opentype'),
		url('https://www.radboudunos.nl/fonts/Baloo-Regular.woff') format('woff'),
		url('https://www.radboudunos.nl/fonts/Baloo-Regular.ttf') format('truetype'),
		url('https://www.radboudunos.nl/fonts/Baloo-Regular.svg#Rehn-Regular') format('svg');
   font-weight: normal;
   font-style: normal;
}*/
body {
  font-family: "Noto Sans", sans-serif;
  color: #303030;
}

h1, .section-title, .intro-title, h2, .reference-inner blockquote, h3, h4, h5, h6 {
  font-family: "Noto Sans", sans-serif;
}

h1, .section-title, .intro-title,
.h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.36111em;
}

h2, .reference-inner blockquote,
.h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.35714em;
}

h3,
.h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.125em;
}

h4,
.h4 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.36364em;
}

h5,
.h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
}

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

p:last-child {
  margin-bottom: 0;
}

p a {
  color: #000000;
  text-decoration: none;
}

p a:hover, p a:active, p a:focus {
  color: #2d2e86 !important;
}
a, span{
  font-size: 16px;
  font-size: 1rem;
	line-height: 1.5em;
}
.text-large p, .intro-content p {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.52632em;
}

.umb-grid figure + p,
.umb-grid h4 + p {
  margin-top: 10px;
}

.umb-grid figure {
  margin-bottom: 1.5em;
}

.umb-grid figure.float-left {
  margin-right: 1.5rem;
}

.umb-grid figure.float-right {
  margin-left: 1.5em;
max-width: 370px;
}

.umb-grid figure img + p {
  margin-top: -14px;
}

.umb-grid figure p {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.36364em;
  font-style: italic;
  color: #AAAAAA;
  margin: 10px 0 0;
}

.umb-grid blockquote {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.35714em;
  font-weight: bold;
  color: #E3000B;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* Vendor */
/* Site structure */
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  font-size: 16px;
}

body {
  position: relative;
  background: none;
}

a {
  text-decoration: none;
  transition: 0.1s all ease-in;
  outline: none;
  color: inherit;
}

a:hover, a:focus, a:active {
  color: inherit;
}

.image-container {
  max-width: 100%;
}

.svg-definitions {
  display: none;
  visibility: hidden;
}

input,
button,
textarea,
select {
  outline: none !important;
  box-shadow: none !important;
}

/* General */
.js .animation {
  opacity: 0;
  transition: 0.8s cubic-bezier(0, 0, 0.39, 1.03) opacity, transform 500ms;
}

.js .animation.animate-down {
  transform: translateY(-30px);
}

.js .animation.animate-up {
  transform: translateY(30px);
}

.js .animation.animate-right {
  transform: translateX(-30px);
}

.js .animation.animate-left {
  transform: translateX(30px);
}

.js.page-loaded .animation.scroll-visible {
  opacity: 1;
  transform: none;
}

a {
  transition: all 200ms ease-in;
}

.page-wrapper {
  overflow: hidden;
  width: 100%;
}

.read-more {
  /*font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.52632em;*/
  display: inline-flex;
  align-items: center;
  color: #E3000B;
  text-decoration: none;
  font-weight: normal;
}

.read-more:hover, .read-more:active, .read-more:focus {
  color: #E3000B !important;
}

.read-more:hover:after {
  transform: translateX(3px);
}

.read-more:after {
  content: '';
  display: block;
  width: 15px;
  height: 12px;
  background-image: url("https://www.radboudunos.nl/images/dist/arrow_right_red.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
  transition: transform 200ms ease-in;
}

a.back-link {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.52632em;
  display: inline-flex;
  align-items: center;
  color: #E3000B;
  text-decoration: none;
  font-weight: normal;
}

a.back-link:hover, a.back-link:active, a.back-link:focus {
  color: #E3000B !important;
}

a.back-link:hover:before {
  transform: translateX(-3px);
}

a.back-link:before {
  content: '';
  display: block;
  width: 15px;
  height: 12px;
  background-image: url("https://www.radboudunos.nl/images/dist/arrow_left_red.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
  transition: transform 200ms ease-in;
}

a.button {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: bold;
  line-height: 1.2;
  border: 1px solid #808080;
  background-color: #fff;
  color: #E3000B;
  text-transform: uppercase;
  padding: 14px 20px;
  text-align: center;
}

a.button:hover, a.button:active, a.button:focus {
  color: #fff !important;
  background: #E3000B !important;
}

a.button:hover {
  border-color: #E3000B;
}

.section-title {
  color: #8F2011;
  font-weight: normal;
  margin: 0;
  text-align: center;
}

/* HEADER */
.page-header {
  padding-top: 30px;
  padding-bottom: 23px;
}

.logo {
  /*margin-right: 30px;*/
  display: inline-block;
  position: relative;
  /*left: 50%;
  transform: translateX(-100%);*/
}

.logo img {
  width: 342px;
  height: 60px;
}

/* END HEADER */
/* MAIN */
.section-slider {
  position: relative;
}

.section-slider--small .page-slide-inner {
  height: 423px;
}

.page-slide-inner {
  width: 100%;
  height: 593px;
  position: relative;
}

.page-slide-inner:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to top, rgba(48, 48, 48, 0.9), rgba(48, 48, 48, 0));
  z-index: 1;
}

.page-slide-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-slider-title {
  position: absolute;
  z-index: 1;
  bottom: 34px;
  width: 100%;
  text-align: center;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.page-slider-title h1, .page-slider-title .section-title, .page-slider-title .intro-title {
  font-size: 88px;
  font-size: 5.5rem;
  line-height: 1.36364em;
  color: #fff;
  font-weight: bold;
}

.section-intro {
  background-color: #F8F7F7;
  padding-top: 25px;
  padding-bottom: 50px;
}

.section-intro--large {
  padding-top: 80px;
  padding-bottom: 80px;
}

.intro-title-wrapper {
  position: relative;
  padding-left: 91px;
  padding-right: 91px;
}

.intro-title-wrapper .back-link {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.intro-title {
  color: #8F2011;
  font-weight: normal;
  margin: 0 0 25px;
  text-align: center;
}

.intro-content + .intro-link {
  margin-top: 5px;
}

.intro-buttons,
.action-buttons {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin: 30px -15px 0;
}

.intro-buttons a.button,
.action-buttons a.button {
  width: 328px;
  max-width: 100%;
  margin: 30px 15px 0;
}

.section-video {
  padding-top: 115px;
  padding-bottom: 115px;
}

.video-block {
  position: relative;
  width: 520px;
  max-width: 100%;
}

.video-block-link {
  position: relative;
  /*height: 342px;*/
  display: block;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
}
/*
.video-block-link:hover {
  box-shadow: rgba(0, 0, 0, 0.32) 0 6px 12px;
}*/
/*
.video-block-link:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(to right, rgba(48, 48, 48, 0.61), rgba(48, 48, 48, 0));
  z-index: 1;
}
*/
.video-block-link h2, .video-block-link .reference-inner blockquote, .reference-inner .video-block-link blockquote {
  position: absolute;
  z-index: 2;
  color: #fff;
  top: 0;
  left: 0;
  padding: 47px 37px;
  line-height: 1.11111em;
  width: 447px;
  max-width: 100%;
}

.video-block-link h2:after, .video-block-link .reference-inner blockquote:after, .reference-inner .video-block-link blockquote:after {
  content: '';
  display: block;
  background-image: url("https://www.radboudunos.nl/images/dist/play_icon.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 52px;
  height: 52px;
  margin-top: 37px;
}

.video-block-link img {
  /*position: absolute;*/
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-content + .video-content-link {
  margin-top: 10px;
}

.section-facts {
  background-color: #E3000B;
  color: #fff;
}

.fact-block {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.fact-block .fact-icon {
  display: flex;
  height: 125px;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.fact-block .fact-icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.fact-block .fact-inner h3 {
  font-weight: normal;
  text-transform: uppercase;
}

.section-actions {
  background-color: #F8F7F7;
  padding-top: 40px;
  padding-bottom: 100px;
}

.section-actions--large {
  padding-top: 10px;
  padding-bottom: 120px;
}

.section-references {
  padding-top: 75px;
  padding-bottom: 100px;
}

.reference-card {
  margin-top: 60px;
}
.reference-card ul{
    font-size: 1rem;
    line-height: 1.5em;
}
.reference-card ul li{
	margin-bottom: 20px;
}
.reference-card ul li span{
	display: inline-block;
	width: calc(100% - 40px);
	
}
.reference-card ul li:before{
	display: block;
	
	background-image: url("https://www.radboudunos.nl/images/2021/Check.svg");
	background-repeat: no-repeat;
	float: left;
	  content:"";
	  width: 30px;
	  height: 28px;
	margin-right: 10px;

}

.reference-img {
  margin-bottom: 25px;
}

.reference-img-inner {
  height: 252px;
}

.reference-img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reference-img-caption {
  margin: 10px 0 0;
  text-transform: uppercase;
  line-height: 1.375em;
}

.reference-inner blockquote {
  font-weight: bold;
  color: #E3000B;
  margin: 0;
}

.reference-inner p.reference-author {
  font-weight: bold;
  margin: 10px 0 0;
}

.reference-inner .reference-content {
  margin: 20px 0 0;
}

.reference-inner .read-more {
  margin-top: 10px;
}

.section-questions {
  background-color: #F8F7F7;
  padding-top: 50px;
  padding-bottom: 110px;
}

.section-questions h2, .section-questions .reference-inner blockquote, .reference-inner .section-questions blockquote {
  margin: 0 0 30px;
}

.videos .video-block-link h2{
	margin-top: 100px;
}
.videos .video-block-link h2:after{
	margin-top: 10px;
}
.videos .video-block-link{
	height: 300px!important;
}

.team-cards {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-left: -22px;
  margin-right: -22px;
}

.team-card {
  padding: 11px 22px;
}

.team-card .team-card-link {
  display: block;
}

.team-card .team-card-img {
  width: 170px;
  padding-bottom: 82.3529411765%;
  position: relative;
  overflow: hidden;
}

.team-card .team-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.team-card p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.33333em;
  margin: 13px 0 0;
}

.section-back {
  padding-bottom: 50px;
}

/* END MAIN */
/* FOOTER */
.page-footer {
  padding-bottom: 50px;
}

.footer-inner {
  position: relative;
  text-align: right;
  padding-top: 100px;
  padding-bottom: 37px;
}



.logo-ru {
  display: inline-block;
}

.logo-ru img {
  width: 260px;
  height: 56px;
}

.footer-navigation ul {
  margin: 0 -20px;
  list-style: none;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}

.footer-navigation li {
  margin: 0 20px;
}

.footer-navigation a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429em;
}

.footer-navigation a:hover, .footer-navigation a:active, .footer-navigation a:focus {
  color: #E3000B !important;
}

/* END FOOTER */
/* GRID */
.section-article {
  padding-top: 70px;
  padding-bottom: 70px;
}

.umb-grid .grid-section + .grid-section {
  padding-top: 50px;
}

/* END GRID */
@media screen and (max-width: 767px) {
  .page-header .col-12 {
    text-align: right;
  }
  .logo {
    margin-right: 0;
    left: 0;
    transform: none;
  }
  .logo img {
    width: 250px;
    height: 44px;
  }
  .page-slide-inner {
    height: 300px;
  }
  .page-slider-title {
    bottom: 15px;
  }
  .page-slider-title h1, .page-slider-title .section-title, .page-slider-title .intro-title {
    font-size: 33px;
    font-size: 2.0625rem;
  }
  .section-intro {
    padding-bottom: 50px;
  }
  .section-intro--large {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .intro-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .intro-title-wrapper .back-link {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 25px;
  }
  .intro-title {
    margin-bottom: 10px;
  }
  .section-video {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-video .column + .column {
    margin-top: 30px;
  }
  .intro-buttons,
  .action-buttons {
    margin-top: 10px;
  }
  .section-actions {
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .section-actions--large {
    padding-bottom: 100px;
  }
  .section-facts {
    padding-bottom: 50px;
  }
  .fact-block {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .fact-block .fact-icon {
    height: 75px;
  }
  .fact-block .fact-inner h3 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .section-references {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .reference-card {
    margin-top: 50px;
  }
  .team-cards {
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: flex-start;
  }
  .team-card {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px 15px;
  }
  .team-card .team-card-img {
    width: 100%;
  }
  .section-questions {
    padding-bottom: 100px;
  }
  .page-footer {
    padding-bottom: 25px;
  }
  .footer-navigation ul {
    margin: 0;
    display: block;
  }
  .footer-navigation li {
    margin: 0 0 5px;
    text-align: right;
  }
  .umb-grid figure {
    margin-top: 1.5em;
  }
  .umb-grid figure.float-left,
  .umb-grid figure.float-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
  }
  .umb-grid blockquote {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.35714em;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .section-article {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-slider-title h1, .page-slider-title .section-title, .page-slider-title .intro-title {
    font-size: 66px;
    font-size: 4.125rem;
  }
}