/* CSS reset */
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol,
ul {
  list-style: none;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/* variables */
/* mixins */
.v-hidden.focusable:active,
.v-hidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
.in-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* styles */
@font-face {
  font-family: 'montserratultra_light';
  src: url('../fonts/montserrat-ultralight-webfont.eot');
  src: url('../fonts/montserrat-ultralight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-ultralight-webfont.woff') format('woff'), url('../fonts/montserrat-ultralight-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratlight';
  src: url('../fonts/montserrat-light-webfont.eot');
  src: url('../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat-light-webfont.woff') format('woff'), url('../fonts/montserrat-light-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratregular';
  src: url('../fonts/montserrat-regular-webfont.eot');
  src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff'), url('../fonts/montserrat-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
ins {
  background-color: #e2dedf;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #e2dedf;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
sub,
sup {
  position: relative;
  font-size: 10px;
  font-size: 1rem;
  line-height: 0;
  vertical-align: baselineheight;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a:hover h2 {
  opacity: 0.7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: 'montserratregular', sans-serif;
}
p {
  font-size: 14px;
  line-height: 18px;
  color: #666a73;
}
@media only screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
p a {
  font-size: 14px;
  /*
		@media @bp1024 {
			font-size: 20px;
		}
		*/
}
@media only screen and (min-width: 768px) {
  p a {
    font-size: 16px;
  }
}
p + h3,
p + h4 {
  margin-top: 40px;
}
.content p + h3,
.content p + h4 {
  margin-top: 0;
}
h1 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
h2 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
h3 {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 20px;
    line-height: 36px;
  }
}
h4 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 25px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  h4 {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
h5 {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  h5 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  h5 {
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.title {
  border-bottom: 10px solid #907c6c;
  color: #907c6c;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  .title {
    font-size: 35px;
    line-height: 45px;
  }
}
#_iCD .iCD_lf a {
  font-size: 12px;
}
/* Colour */
a {
  text-decoration: none;
  color: #231f20;
  /*
	&:visited {
		color: @linkcolorvisited;
	}
	*/
}
a:hover {
  color: #011b35;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
::-moz-selection {
  background-color: #cac3c5;
  color: #231f20;
  text-shadow: none;
}
::selection {
  background-color: #cac3c5;
  color: #231f20;
  text-shadow: none;
}
/* Elements */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #beb6b8;
  border-bottom: 1px solid #ffffff;
}
img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  display: block;
}
svg:not(:root) {
  overflow: hidden;
}
figure figcaption {
  display: block;
}
address {
  font-style: normal;
}
.read-more {
  font-size: 16px;
  position: relative;
  font-family: 'eratolight';
}
@media only screen and (min-width: 768px) {
  .read-more {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .read-more {
    font-size: 26px;
  }
}
.read-more:before,
.read-more:after {
  height: 2px;
  position: absolute;
  background: white;
  content: "";
  width: 100%;
  right: -120%;
  top: 50%;
  transition: all 0.3s ease-in-out;
}
.read-more:after {
  left: -120%;
}
.read-more:hover:before,
.read-more:hover:after {
  width: 0;
}
/* Tables */
table {
  margin: 0 0 16px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #bbb;
  border-width: 1px 0;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
}
table caption {
  color: #231f20;
}
thead th {
  background: #fff;
  text-align: left;
}
td:first-child,
th:first-child {
  border: none;
}
th {
  padding: 10px 16px;
}
tr:nth-child(2n) td {
  background: #e9e6de;
}
tbody th {
  text-align: left;
  font-weight: bold;
  vertical-align: middle;
}
td {
  padding: 14px 17px 10px;
  vertical-align: top;
}
.divided {
  border-top: 1px solid #bbb;
}
/*
table {
width : 100%;
max-width : 100%;
margin-bottom : @baselineheight;
border-collapse : collapse;
border-spacing : 0;
background-color : @tablebackground; 

th,
td {
padding : 8px;
vertical-align : top;
border-top : @tableborderwidth @tableborderstyle @tableborder; 
.font-size(14);
line-height : @baselineheight;
text-align : left; }

th {
font-weight : bold; }

thead th {
vertical-align : bottom; }

colgroup + thead tr:first-child th,
colgroup + thead tr:first-child td,
thead:first-child tr:first-child th,
thead:first-child tr:first-child td {
border-top : 0; }

tbody + tbody {
border-top : @tableborderwidth * 2 @tableborderstyle @tableborder; }

tbody tr td,
tbody tr th {
.transition(background-color .25s 0 linear); }

tbody tr:hover td,
tbody tr:hover th {
background-color : @tablehover; }
}

.table-condensed {

th,
td {
padding : 4px 5px; }
}

.table-bordered {
border : @tableborderwidth @tableborderstyle @tableborder;
border-left : 0;
border-collapse : separate;
*border-collapse : collapsed; 

th,
td {
border-left : @tableborderwidth @tableborderstyle @tableborder; }

thead:first-child tr:first-child th,
tbody:first-child tr:first-child th,
tbody:first-child tr:first-child td {
border-top : 0; }
}

.table-striped {

tbody tr:nth-child(odd) td,
tbody tr:nth-child(odd) th {
background-color : @tablestripe; }
}

*/
/* plugins */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  z-index: 2;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 50px;
  padding: 10px 20px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 20px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #cdcdcd;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-position: 2px 6px;
  width: 20px;
  height: 20px;
  display: block;
  z-index: 1;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #cdcdcd;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #cdcdcd;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #cdcdcd;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #cdcdcd;
  outline: 0;
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #cdcdcd;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #cdcdcd;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #cdcdcd;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #cdcdcd;
  left: 1px;
  right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-dots {
  position: absolute;
  width: 100%;
  bottom: -40px;
}
.slick-dots li {
  display: inline-block;
  margin: 3px;
}
.slick-dots button {
  border-radius: 6px;
  border: none;
  width: 6px;
  height: 6px;
  display: block;
  background: #c4bdab;
  cursor: pointer;
  font-size: 0;
  padding: 0;
}
.slick-dots .slick-active button {
  background: #a29061;
}
/* site */
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #e2dedf;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-weight: 300;
  position: relative;
  min-height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5em;
  color: #000;
}
body.is-menu-open {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  body.is-menu-open {
    position: relative;
    overflow: visible;
  }
}
.inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.inner-margin {
  padding: 40px 20px;
}
@media only screen and (min-width: 640px) {
  .inner-margin {
    padding: 70px 20px;
  }
}
@media only screen and (min-width: 640px) {
  .grid-3 {
    font-size: 0;
    margin: 0 -15px;
  }
}
.grid-3 li {
  margin-bottom: 30px;
}
@media only screen and (min-width: 640px) {
  .grid-3 li {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    padding: 15px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 640px) {
  .module-news .grid-3 li:first-child .more {
    margin-left: 30%;
    padding-left: 40px;
  }
  .module-news .grid-3 li:first-child .more:before {
    width: 50%;
  }
}
.grid-3 img {
  width: 100%;
  margin-bottom: 10px;
}
.grid-3 .more {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'montserratregular', sans-serif;
  margin-top: 15px;
  display: inline-block;
  position: relative;
}
.grid-3 .more:before {
  content: "";
  width: 100%;
  height: 2px;
  background: transparent;
  position: absolute;
  transition: all 0.3s ease-in-out;
  bottom: -20px;
}
.grid-3 .more:hover:before {
  bottom: -5px;
  background: #231f20;
}
.pagination {
  text-align: center;
  margin: 40px 0;
}
.pagination li {
  display: inline-block;
  border: 1px solid #ccc;
  margin: 2px;
}
.pagination li.next,
.pagination li.prev {
  border: #fff;
}
.pagination li.active a {
  background: #ccc;
}
.pagination li a {
  font-size: 14px;
  font-family: 'montserratregular', sans-serif;
  padding: 5px 10px;
  display: block;
}
.pagination li a:hover {
  text-decoration: underline;
}
.main {
  padding: 95px 0 150px 0;
}
@media only screen and (min-width: 1025px) {
  .main {
    padding-top: 150px;
  }
  .is-menu-open .main {
    padding-top: 0px;
  }
}
.module-heading {
  margin-top: -26px;
}
@media only screen and (min-width: 768px) {
  .module-heading {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 768px) {
  .module-heading {
    margin-top: -63px;
  }
}
aside .module-newsletter {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  aside .module-newsletter {
    padding: 0;
  }
}
aside .module-newsletter h3 {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  aside .module-newsletter h3 {
    font-size: 16px;
  }
}
.image-space {
  margin-top: 20px;
  position: relative;
}
.image-space span {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.image-space span p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.module-news .date {
  color: #666a73;
  font-family: 'montserratlight', sans-serif;
  font-size: 13px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .module-news .date {
    font-size: 15px;
  }
}
@media only screen and (min-width: 640px) {
  .module-news li:first-child {
    width: 100%;
  }
}
.module-news li:first-child h2 {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .module-news li:first-child h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
    width: 30%;
    vertical-align: top;
    display: inline-block;
  }
}
.module-news li:first-child p {
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .module-news li:first-child p {
    display: inline-block;
    width: 60%;
    padding-left: 40px;
    vertical-align: top;
  }
}
.module-news li:first-child .date {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .module-news li:first-child .date {
    display: block;
    padding: 0;
  }
}
.module-heading {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .module-heading {
    margin-bottom: 40px;
  }
}
.module-heading img {
  margin: 0 auto;
}
.module-heading .desktop-image {
  display: none;
}
@media only screen and (min-width: 768px) {
  .module-heading .desktop-image {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .module-heading .mobile-image {
    display: none;
  }
}
.module-newsletter {
  background: #171e31;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .module-newsletter {
    padding: 60px 0;
  }
}
.module-newsletter h3 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .module-newsletter h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .module-newsletter ul {
    margin: 0 -20px;
  }
}
@media only screen and (min-width: 768px) {
  .module-newsletter li {
    display: inline-block;
    width: 33%;
    padding: 20px;
    box-sizing: border-box;
  }
}
.module-newsletter form input {
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.module-newsletter form input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #171e31 inset;
  -webkit-text-fill-color: #eee !Important;
}
.module-newsletter form input[type="text"],
.module-newsletter form input[type="email"] {
  border: 0;
  outline: 0;
  border-bottom: 2px solid #fff;
  background: transparent;
  color: #fff;
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  .module-newsletter form input[type="text"],
  .module-newsletter form input[type="email"] {
    min-height: 45px;
  }
}
.module-newsletter form input[type="submit"] {
  background: white;
  color: #171e31;
  -webkit-appearance: none;
  border: 2px solid #fff;
  padding: 15px 0;
  cursor: pointer;
  margin-bottom: 0;
  border-radius: 0;
}
.module-newsletter form input[type="submit"]:hover {
  opacity: 0.8;
}
.newsletter-page {
  margin: 30px 0 60px 0;
}
.newsletter-page form input {
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 0;
}
.newsletter-page form input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #ffffff inset;
  -webkit-text-fill-color: #000 !Important;
}
.newsletter-page form input.checkbox {
  display: inline;
  width: 30px;
  margin: 0 0 0 -7px;
}
.newsletter-page form label.left {
  display: none;
}
.newsletter-page form label.right {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .newsletter-page form label.right {
    font-size: 16px;
  }
}
.newsletter-page form input[type="text"],
.newsletter-page form input[type="email"] {
  border: 0;
  outline: 0;
  border-bottom: 2px solid #000;
  background: transparent;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .newsletter-page form input[type="text"],
  .newsletter-page form input[type="email"] {
    min-height: 45px;
  }
}
.newsletter-page form input[type="submit"] {
  background: #907c6c;
  border: 0;
  -webkit-appearance: none;
  color: #fff;
  padding: 15px 0;
  cursor: pointer;
  margin-bottom: 0;
  max-width: 200px;
}
.newsletter-page form input[type="submit"]:hover {
  opacity: 0.8;
}
.newsletter-page form fieldset #Form_NewsletterForm_Terms_Holder {
  margin-bottom: 20px;
}
.module-events {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .module-events {
    margin-top: 40px;
  }
}
.media-files img {
  margin-bottom: 10px;
}
.media-files a {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  float: left;
}
.media-files p {
  display: inline-block;
  font-size: 16px;
  float: right;
}
@media only screen and (min-width: 768px) {
  article {
    overflow: hidden;
  }
}
article h2,
article h3,
article h4,
article h5,
article h6 {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  article .content {
    width: 65%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 100px;
  }
}
article .content ul,
article .content ol {
  padding-left: 20px;
  margin: 10px 0;
}
article .content li {
  list-style: disc;
  font-size: 14px;
  line-height: 18px;
  color: #666a73;
}
@media only screen and (min-width: 768px) {
  article .content li {
    font-size: 16px;
    line-height: 32px;
  }
}
article .content ol li {
  list-style: decimal;
}
article .content p {
  margin-bottom: 1em;
}
article .content .date {
  margin-bottom: 10px;
}
article blockquote {
  border-left: 2px solid #907c6c;
  padding-left: 30px;
}
@media only screen and (min-width: 768px) {
  article blockquote {
    margin-left: 30px;
  }
}
article blockquote p {
  font-style: italic;
}
article a {
  color: #a29061;
  font-weight: 400;
}
article aside {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  article aside {
    box-sizing: border-box;
    float: right;
    width: 30%;
    margin-top: 70px;
  }
}
article aside h3 {
  color: #907c6c;
  border-bottom: 5px solid #ebe8e7;
  text-transform: uppercase;
  font-size: 18px;
}
article aside li {
  margin-bottom: 10px;
}
article aside a {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
  color: #161c34;
  font-family: 'montserratregular', sans-serif;
}
article aside a:hover {
  opacity: 0.5;
}
article aside .related-list {
  margin-bottom: 20px;
  border-bottom: 1px solid #ebe8e7;
}
article iframe {
  width: 100%;
  margin: 30px 0;
}
article .module-newsletter .inner {
  padding: 20px;
}
article .module-newsletter h3 {
  border: none;
}
article .module-newsletter li {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
article .facebook-share {
  outline: none;
  padding: 20px 0;
}
article .facebook-share .facebook-icon {
  display: inline;
  width: 30px;
  height: 30px;
}
article .facebook-share span {
  vertical-align: middle;
  padding: 0 0 0 5px;
  color: #171d35;
  font-size: 14px;
}
article .facebook-share span:hover {
  opacity: 0.8;
}
.filter-tags {
  margin: 20px 0 20px 0;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .filter-tags {
    margin: 30px 0 40px 0;
  }
}
.filter-tags li {
  border: 2px solid #907c6c;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}
.filter-tags label {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #907c6c;
}
.filter-tags label:hover {
  background: #907c6c;
  color: #fff;
}
.filter-tags .tag-desc {
  display: block;
  padding: 2px 5px;
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .filter-tags .tag-desc {
    padding: 10px 15px;
    font-size: 16px;
  }
}
.filter-tags input {
  display: none;
}
.filter-tags input:checked ~ .tag-desc {
  color: #fff;
  padding-right: 30px;
  background: url(../images/close-tag.svg) right center #907c6c no-repeat;
}
.filter-tags input:checked ~ .tag-desc:hover {
  background: url(../images/close-tag-black.svg) right center white no-repeat;
  color: #000;
}
#filter-news {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 40px;
}
#filter-news h2 {
  text-transform: uppercase;
  color: #907c6c;
  font-family: 'montserratlight', sans-serif;
}
select {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 16px;
  min-width: 250px;
}
@media only screen and (min-width: 1025px) {
  select {
    min-width: 300px;
  }
}
select option {
  font-size: 22px;
}
.select2-selection__rendered {
  background: url(../images/down.svg) right center white no-repeat;
}
.all-articles {
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}
.all-articles img {
  position: absolute;
  right: -30px;
  top: 6px;
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 20px 20px 10px 20px;
  box-sizing: border-box;
  border-bottom: 3px solid #efeae6;
  background: white;
  min-height: 70px;
  transition: all 0.3s;
}
.header .inner {
  padding: 0;
}
.is-menu-open .header {
  position: absolute;
  z-index: 0;
}
@media only screen and (min-width: 1024px) {
  .is-menu-open .header {
    position: relative;
    z-index: 1;
  }
}
.header h1 {
  line-height: 0;
}
.logo {
  display: inline-block;
  float: left;
  max-width: 120px;
}
@media only screen and (min-width: 1024px) {
  .logo {
    max-width: 100%;
  }
}
.brand {
  display: inline-block;
}
.brand h1 {
  margin: 0;
}
.visuallyhidden {
  font-size: 0;
}
.lang-menu {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .lang-menu {
    display: block;
    float: right;
    font-size: 0;
    border: 1px solid #907c6c;
    margin-top: 18px;
  }
  .lang-menu li {
    display: inline-block;
    vertical-align: top;
    border-right: 0;
  }
  .lang-menu li:first-child {
    border-right: 1px solid #907c6c;
  }
  .lang-menu li a {
    display: block;
    padding: 2px 5px;
    font-size: 14px;
  }
  .lang-menu li a.selected,
  .lang-menu li a:hover {
    background: #907c6c;
    color: #fff;
  }
}
.footer {
  background: #111319;
  padding: 25px 30px;
  text-align: center;
  min-height: 80px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.is-menu-open .footer {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .footer {
    height: 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .footer .inner {
    position: relative;
  }
}
.footer a,
.footer p {
  color: #666a73;
  font-size: 14px;
  line-height: 28px;
}
.footer .cookie-p {
  min-width: 190px;
}
@media only screen and (min-width: 1025px) {
  .footer .cookie-p {
    text-align: right;
  }
}
.footer .cookie-p img {
  display: inline-block;
}
.footer .cookie-p span {
  margin: 10px;
}
@media only screen and (min-width: 1025px) {
  .footer .production {
    position: absolute;
    left: 20px;
    top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .footer .cookie-p {
    position: absolute;
    right: 20px;
    top: 0;
  }
}
.open-menu {
  display: none;
}
.close-menu {
  display: none;
}
.menu {
  display: none;
}
.navigation a {
  color: #171d35;
  font-family: 'montserratregular', sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  padding: 33px 10px;
}
@media only screen and (min-width: 1025px) {
  .navigation a.current {
    border-top: 4px solid #907c6c;
    color: #907c6c;
  }
}
.navigation.desktop-nav {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .navigation.desktop-nav {
    display: block;
    float: right;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .navigation.desktop-nav {
    margin-top: 20px;
  }
}
.navigation.desktop-nav li {
  display: inline-block;
  margin-left: 20px;
}
.navigation.desktop-nav li a:hover {
  opacity: 0.8;
}
/* MOBILE NAVIGATION */
.mobile-nav-wrapper {
  transition: all 0.3s ease-in-out;
  text-align: left;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #171e31;
  z-index: 3;
  overflow-y: auto;
}
.is-menu-open .mobile-nav-wrapper {
  right: 0;
  width: 260px;
}
@media only screen and (min-width: 1025px) {
  .is-menu-open .mobile-nav-wrapper {
    display: none;
  }
}
.mobile-nav-wrapper .mobile-nav {
  position: relative;
}
.mobile-nav-wrapper .mobile-nav ul {
  margin: 25px;
}
.mobile-nav-wrapper .mobile-nav li {
  padding: 10px;
}
.mobile-nav-wrapper .mobile-nav li.current a {
  font-family: 'montserratregular', sans-serif;
}
.mobile-nav-wrapper .mobile-nav a {
  color: #fff;
  font-family: 'montserratultra_light', sans-serif;
  padding: 0;
}
.lang-selector {
  border: 1px solid #fff;
  border-right: 0;
  border-left: 0;
  font-size: 0;
  margin-top: 65px;
}
.lang-selector li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  text-align: center;
}
.lang-selector li a {
  padding: 15px 0 15px 0;
  display: block;
}
.lang-selector li.current,
.lang-selector li:hover {
  background: white;
}
.lang-selector li.current a,
.lang-selector li:hover a {
  color: #171e31;
}
.lang-selector a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'montserratlight', sans-serif;
}
#trigger {
  cursor: pointer;
  float: right;
  position: fixed;
  width: 31px;
  height: 31px;
  margin: 12px 8px 0 0;
  right: 20px;
  top: 10px;
  z-index: 8;
}
@media only screen and (min-width: 1025px) {
  #trigger {
    margin: 24px 10px 0 0;
    display: none;
  }
}
.is-menu-open #trigger {
  margin-top: 10px;
  position: fixed;
}
#trigger span,
#trigger span:after,
#trigger span:before {
  transition: all 0.3s;
  background-color: black;
  display: block;
  position: absolute;
  width: 31px;
  height: 4px;
  left: 0;
}
.is-menu-open #trigger span,
.is-menu-open #trigger span:after,
.is-menu-open #trigger span:before {
  background-color: white;
}
.black #trigger span,
.black #trigger span:after,
.black #trigger span:before {
  background-color: black;
}
.is-menu-open #trigger span {
  background-color: transparent;
}
#trigger span:after,
#trigger span:before {
  content: "";
}
#trigger span {
  top: 8px;
}
#trigger span:after {
  -ms-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 8px;
}
.is-menu-open #trigger span:after {
  -ms-transform: translateY(0px) translateX(1px) rotate(-45deg);
  transform: translateY(0px) translateX(1px) rotate(-45deg);
  background-color: white;
}
#trigger span:before {
  -ms-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -8px;
  z-index: 10;
}
.is-menu-open #trigger span:before {
  -ms-transform: translateY(8px) translateX(1px) rotate(45deg);
  transform: translateY(8px) translateX(1px) rotate(45deg);
  background-color: white;
}
.submenu {
  text-align: center;
}
.submenu li {
  margin-bottom: 15px;
}
@media only screen and (min-width: 640px) {
  .submenu li {
    display: inline-block;
    border-right: 1px solid #000;
    padding: 0 20px;
    text-align: left;
  }
}
.submenu li:last-child {
  border-right: 0;
}
.submenu a {
  font-size: 16px;
  font-family: 'eratolight';
}
@media only screen and (min-width: 768px) {
  .submenu a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .submenu a {
    font-size: 22px;
  }
}
.submenu a.current,
.submenu a:hover {
  color: #a29061;
}
.cta {
  display: inline-block;
  background: #907c6c;
  border: 0;
  -webkit-appearance: none;
  color: #fff;
  padding: 15px;
  cursor: pointer;
  margin-bottom: 10px;
}
.cta:hover {
  opacity: 0.8;
  color: #fff;
}
.leading {
  min-height: 310px;
  padding: 170px 25px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.leading h1 {
  display: none;
}
.leading p {
  margin-bottom: 25px;
  color: #ffffff;
  line-height: 24px;
}
.sign {
  margin: 0 auto 20px;
}
/* print */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #808080;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
/*# sourceMappingURL=style.css.map */