@charset "UTF-8";
/*
  Based on the Eric Meyer CSS Reset v2.0 (http://meyerweb.com/eric/tools/css/reset/)
*/
html, body, div, span, applet, object, iframe,
h1, h2, 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;
  font-size: 100%;
  font: inherit;
  vertical-align: top; }

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; }

/* Mobile navigation */
body {
  color: #999999;
  font-family: "din-2014", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #02565e; }

h1 {
  font-family: "adobe-garamond-pro", serif;
  font-size: 34px;
  font-size: 2.125rem; }
  @media (max-width: 980px) {
    h1 {
      font-size: 26px;
      font-size: 1.625rem; } }

h2 {
  font-family: "adobe-garamond-pro", serif;
  font-size: 30px;
  font-size: 1.875rem; }
  @media (max-width: 980px) {
    h2 {
      font-size: 20px;
      font-size: 1.25rem; } }

h3 {
  font-family: "adobe-garamond-pro", serif;
  font-size: 24px;
  font-size: 1.5rem; }
  @media (max-width: 980px) {
    h3 {
      font-size: 18px;
      font-size: 1.125rem; } }

h4 {
  font-family: "adobe-garamond-pro", serif;
  font-size: 22px;
  font-size: 1.375rem; }

h5 {
  font-family: "adobe-garamond-pro", serif;
  font-size: 18px;
  font-size: 1.125rem; }

h6 {
  font-family: "adobe-garamond-pro", serif;
  font-size: 18px;
  font-size: 1.125rem; }

p {
  font-family: "din-2014", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 1em 0; }
  @media (max-width: 980px) {
    p {
      font-size: 16px;
      font-size: 1rem; } }

a {
  color: #02565e;
  text-decoration: underline; }
  a:hover {
    text-decoration: underline;
    color: #02565e;
    transition: all 0.5s; }

abbr,
acronym {
  border-bottom: 1px dotted;
  cursor: help; }

address {
  font-size: 1rem;
  font-style: italic; }

blockquote {
  margin: 1em 0;
  padding: 0 0 0 2em; }

cite {
  font-style: italic; }

code {
  font-size: 0.96rem;
  font-family: monospace;
  background: #EEEEEE;
  border: 1px solid #e1e1e1;
  padding: 0.125em 0.25em;
  line-height: 150%; }

em,
i {
  font-style: italic; }

strong,
b {
  font-weight: bold; }

hr {
  outline: none;
  border: none;
  margin: 1em 0;
  padding: 0;
  border-top: 1px solid #EEEEEE; }

ol,
ul {
  margin: 1em 0;
  padding: 0 0 0 2em;
  font-family: "din-2014", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3; }
  ol li,
  ul li {
    font-size: 18px;
    font-size: 1.125rem;
    list-style-position: outside;
    margin-bottom: 10px; }

ul li {
  list-style: disc; }

ol li {
  list-style: decimal; }

form {
  margin: 1em 0; }

dl {
  margin: 1em 0; }
  dl dt {
    font-weight: bold; }
  dl dd {
    margin: 0 0 0.5em; }

table {
  width: 100%;
  margin: 1em 0; }
  table th {
    padding: 0.5em;
    border: 1px solid #EEEEEE;
    background: #f7f7f7;
    text-align: left;
    font-weight: bold; }
  table td {
    padding: 0.5em;
    border: 1px solid #EEEEEE; }

@font-face {
  font-family: 'entypo';
  src: url("../fonts/entypo.eot?59575301");
  src: url("../fonts/entypo.eot?59575301#iefix") format("embedded-opentype"), url("../fonts/entypo.woff?59575301") format("woff"), url("../fonts/entypo.ttf?59575301") format("truetype"), url("../fonts/entypo.svg?59575301#entypo") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'entypo';
    src: url('../font/entypo.svg?59575301#entypo') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before,
.tweet:before,
.read-more:after {
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

span.icon-facebook:before {
  padding-right: 0.2em; }

span.icon-twitter:before {
  padding-right: 0.3em; }

.icon-note:before {
  content: '\e800'; }

/* '' */
.icon-cancel-circled:before {
  content: '\e801'; }

/* '' */
.icon-cancel-squared:before {
  content: '\e802'; }

/* '' */
.icon-note-beamed:before {
  content: '\e803'; }

/* '' */
.icon-upload-cloud:before {
  content: '\e804'; }

/* '' */
.icon-music:before {
  content: '\e805'; }

/* '' */
.icon-plus:before {
  content: '\e806'; }

/* '' */
.icon-bookmark:before {
  content: '\e807'; }

/* '' */
.icon-chat:before {
  content: '\e808'; }

/* '' */
.icon-bell:before {
  content: '\e809'; }

/* '' */
.icon-light-down:before {
  content: '\e80a'; }

/* '' */
.icon-basket:before {
  content: '\e80b'; }

/* '' */
.icon-down:before {
  content: '\e80c'; }

/* '' */
.icon-left-dir:before {
  content: '\e80d'; }

/* '' */
.icon-left-circled:before {
  content: '\e80e'; }

/* '' */
.icon-search:before {
  content: '\e80f'; }

/* '' */
.icon-mail:before {
  content: '\e810'; }

/* '' */
.icon-heart:before {
  content: '\e811'; }

/* '' */
.icon-flashlight:before {
  content: '\e812'; }

/* '' */
.icon-heart-empty:before {
  content: '\e813'; }

/* '' */
.icon-star:before {
  content: '\e814'; }

/* '' */
.icon-star-empty:before {
  content: '\e815'; }

/* '' */
.icon-user:before {
  content: '\e816'; }

/* '' */
.icon-users:before {
  content: '\e817'; }

/* '' */
.icon-user-add:before {
  content: '\e818'; }

/* '' */
.icon-video:before {
  content: '\e819'; }

/* '' */
.icon-camera:before {
  content: '\e81a'; }

/* '' */
.icon-picture:before {
  content: '\e81b'; }

/* '' */
.icon-layout:before {
  content: '\e81c'; }

/* '' */
.icon-check:before {
  content: '\e81d'; }

/* '' */
.icon-tag:before {
  content: '\e81e'; }

/* '' */
.icon-cancel:before {
  content: '\e81f'; }

/* '' */
.icon-eye:before {
  content: '\e820'; }

/* '' */
.icon-lock-open:before {
  content: '\e821'; }

/* '' */
.icon-menu:before {
  content: '\e822'; }

/* '' */
.icon-lock:before {
  content: '\e823'; }

/* '' */
.icon-attach:before {
  content: '\e824'; }

/* '' */
.icon-link:before {
  content: '\e825'; }

/* '' */
.icon-home:before {
  content: '\e826'; }

/* '' */
.icon-back:before {
  content: '\e827'; }

/* '' */
.icon-info-circled:before {
  content: '\e828'; }

/* '' */
.icon-info:before {
  content: '\e829'; }

/* '' */
.icon-help-circled:before {
  content: '\e82a'; }

/* '' */
.icon-help:before {
  content: '\e82b'; }

/* '' */
.icon-minus-circled:before {
  content: '\e82c'; }

/* '' */
.icon-minus:before {
  content: '\e82d'; }

/* '' */
.icon-plus-squared:before {
  content: '\e82e'; }

/* '' */
.icon-plus-circled:before {
  content: '\e82f'; }

/* '' */
.icon-minus-squared:before {
  content: '\e830'; }

/* '' */
.icon-bookmarks:before {
  content: '\e831'; }

/* '' */
.icon-flag:before {
  content: '\e832'; }

/* '' */
.icon-thumbs-up:before {
  content: '\e833'; }

/* '' */
.icon-upload:before {
  content: '\e834'; }

/* '' */
.icon-thumbs-down:before {
  content: '\e835'; }

/* '' */
.icon-download:before {
  content: '\e836'; }

/* '' */
.icon-reply:before {
  content: '\e837'; }

/* '' */
.icon-reply-all:before {
  content: '\e838'; }

/* '' */
.icon-forward:before {
  content: '\e839'; }

/* '' */
.icon-quote:before {
  content: '\e83a'; }

/* '' */
.icon-code:before {
  content: '\e83b'; }

/* '' */
.icon-export:before {
  content: '\e83c'; }

/* '' */
.icon-pencil:before {
  content: '\e83d'; }

/* '' */
.icon-feather:before {
  content: '\e83e'; }

/* '' */
.icon-print:before {
  content: '\e83f'; }

/* '' */
.icon-retweet:before {
  content: '\e840'; }

/* '' */
.icon-keyboard:before {
  content: '\e841'; }

/* '' */
.icon-comment:before {
  content: '\e842'; }

/* '' */
.icon-book:before {
  content: '\e843'; }

/* '' */
.icon-book-open:before {
  content: '\e844'; }

/* '' */
.icon-newspaper:before {
  content: '\e845'; }

/* '' */
.icon-doc-text-inv:before {
  content: '\e846'; }

/* '' */
.icon-doc-text:before {
  content: '\e847'; }

/* '' */
.icon-doc-landscape:before {
  content: '\e848'; }

/* '' */
.icon-doc:before {
  content: '\e849'; }

/* '' */
.icon-trash:before {
  content: '\e84a'; }

/* '' */
.icon-cup:before {
  content: '\e84b'; }

/* '' */
.icon-compass:before {
  content: '\e84c'; }

/* '' */
.icon-direction:before {
  content: '\e84d'; }

/* '' */
.icon-map:before {
  content: '\e84e'; }

/* '' */
.icon-location:before {
  content: '\e84f'; }

/* '' */
.icon-address:before {
  content: '\e850'; }

/* '' */
.icon-vcard:before {
  content: '\e851'; }

/* '' */
.icon-alert:before {
  content: '\e852'; }

/* '' */
.icon-attention:before {
  content: '\e853'; }

/* '' */
.icon-folder:before {
  content: '\e854'; }

/* '' */
.icon-archive:before {
  content: '\e855'; }

/* '' */
.icon-box:before {
  content: '\e856'; }

/* '' */
.icon-rss:before {
  content: '\e857'; }

/* '' */
.icon-phone:before {
  content: '\e858'; }

/* '' */
.icon-cog:before {
  content: '\e859'; }

/* '' */
.icon-tools:before {
  content: '\e85a'; }

/* '' */
.icon-share:before {
  content: '\e85b'; }

/* '' */
.icon-shareable:before {
  content: '\e85c'; }

/* '' */
.icon-bag:before {
  content: '\e85d'; }

/* '' */
.icon-calendar:before {
  content: '\e85e'; }

/* '' */
.icon-login:before {
  content: '\e85f'; }

/* '' */
.icon-logout:before {
  content: '\e860'; }

/* '' */
.icon-mic:before {
  content: '\e861'; }

/* '' */
.icon-mute:before {
  content: '\e862'; }

/* '' */
.icon-docs:before {
  content: '\e863'; }

/* '' */
.icon-sound:before {
  content: '\e864'; }

/* '' */
.icon-volume:before {
  content: '\e865'; }

/* '' */
.icon-clock:before {
  content: '\e866'; }

/* '' */
.icon-hourglass:before {
  content: '\e867'; }

/* '' */
.icon-down-open-mini:before {
  content: '\e868'; }

/* '' */
.icon-up-open:before {
  content: '\e869'; }

/* '' */
.icon-right-open:before {
  content: '\e86a'; }

/* '' */
.icon-left-open:before {
  content: '\e86b'; }

/* '' */
.icon-down-open:before {
  content: '\e86c'; }

/* '' */
.icon-right-circled:before {
  content: '\e86d'; }

/* '' */
.icon-down-circled:before {
  content: '\e86e'; }

/* '' */
.icon-up-circled:before {
  content: '\e86f'; }

/* '' */
.icon-arrow-combo:before {
  content: '\e870'; }

/* '' */
.icon-window:before {
  content: '\e871'; }

/* '' */
.icon-publish:before {
  content: '\e872'; }

/* '' */
.icon-popup:before {
  content: '\e873'; }

/* '' */
.icon-resize-small:before {
  content: '\e874'; }

/* '' */
.icon-resize-full:before {
  content: '\e875'; }

/* '' */
.icon-block:before {
  content: '\e876'; }

/* '' */
.icon-adjust:before {
  content: '\e877'; }

/* '' */
.icon-light-up:before {
  content: '\e878'; }

/* '' */
.icon-lamp:before {
  content: '\e879'; }

/* '' */
.icon-left-open-mini:before {
  content: '\e87a'; }

/* '' */
.icon-right-open-mini:before {
  content: '\e87b'; }

/* '' */
.icon-up-open-mini:before {
  content: '\e87c'; }

/* '' */
.icon-down-open-big:before {
  content: '\e87d'; }

/* '' */
.icon-left-open-big:before {
  content: '\e87e'; }

/* '' */
.icon-right-open-big:before {
  content: '\e87f'; }

/* '' */
.icon-arrows-ccw:before {
  content: '\e880'; }

/* '' */
.icon-cw:before {
  content: '\e881'; }

/* '' */
.icon-ccw:before {
  content: '\e882'; }

/* '' */
.icon-up-open-big:before {
  content: '\e883'; }

/* '' */
.icon-level-down:before {
  content: '\e884'; }

/* '' */
.icon-up-thin:before {
  content: '\e885'; }

/* '' */
.icon-left-thin:before {
  content: '\e886'; }

/* '' */
.icon-progress-1:before {
  content: '\e887'; }

/* '' */
.icon-progress-2:before {
  content: '\e888'; }

/* '' */
.icon-right-thin:before {
  content: '\e889'; }

/* '' */
.icon-progress-3:before {
  content: '\e88a'; }

/* '' */
.icon-target:before {
  content: '\e88b'; }

/* '' */
.icon-palette:before {
  content: '\e88c'; }

/* '' */
.icon-list:before {
  content: '\e88d'; }

/* '' */
.icon-list-add:before {
  content: '\e88e'; }

/* '' */
.icon-signal:before {
  content: '\e88f'; }

/* '' */
.icon-level-up:before {
  content: '\e890'; }

/* '' */
.icon-left:before {
  content: '\e891'; }

/* '' */
.icon-shuffle:before {
  content: '\e892'; }

/* '' */
.icon-trophy:before {
  content: '\e893'; }

/* '' */
.icon-loop:before {
  content: '\e894'; }

/* '' */
.icon-right:before {
  content: '\e895'; }

/* '' */
.icon-battery:before {
  content: '\e896'; }

/* '' */
.icon-back-in-time:before {
  content: '\e897'; }

/* '' */
.icon-switch:before {
  content: '\e898'; }

/* '' */
.icon-up:before {
  content: '\e899'; }

/* '' */
.icon-down-dir:before {
  content: '\e89a'; }

/* '' */
.icon-play:before {
  content: '\e89b'; }

/* '' */
.icon-monitor:before {
  content: '\e89c'; }

/* '' */
.icon-mobile:before {
  content: '\e89d'; }

/* '' */
.icon-stop:before {
  content: '\e89e'; }

/* '' */
.icon-right-dir:before {
  content: '\e89f'; }

/* '' */
.icon-pause:before {
  content: '\e8a0'; }

/* '' */
.icon-network:before {
  content: '\e8a1'; }

/* '' */
.icon-cd:before {
  content: '\e8a2'; }

/* '' */
.icon-record:before {
  content: '\e8a3'; }

/* '' */
.icon-up-dir:before {
  content: '\e8a4'; }

/* '' */
.icon-down-bold:before {
  content: '\e8a5'; }

/* '' */
.icon-to-end:before {
  content: '\e8a6'; }

/* '' */
.icon-inbox:before {
  content: '\e8a7'; }

/* '' */
.icon-install:before {
  content: '\e8a8'; }

/* '' */
.icon-to-start:before {
  content: '\e8a9'; }

/* '' */
.icon-left-bold:before {
  content: '\e8aa'; }

/* '' */
.icon-right-bold:before {
  content: '\e8ab'; }

/* '' */
.icon-fast-forward:before {
  content: '\e8ac'; }

/* '' */
.icon-globe:before {
  content: '\e8ad'; }

/* '' */
.icon-cloud:before {
  content: '\e8ae'; }

/* '' */
.icon-fast-backward:before {
  content: '\e8af'; }

/* '' */
.icon-down-thin:before {
  content: '\e8b0'; }

/* '' */
.icon-progress-0:before {
  content: '\e8b1'; }

/* '' */
.icon-up-bold:before {
  content: '\e8b2'; }

/* '' */
.icon-cloud-thunder:before {
  content: '\e8b3'; }

/* '' */
.icon-chart-area:before {
  content: '\e8b4'; }

/* '' */
.icon-chart-bar:before {
  content: '\e8b5'; }

/* '' */
.icon-flow-tree:before {
  content: '\e8b6'; }

/* '' */
.icon-flow-line:before {
  content: '\e8b7'; }

/* '' */
.icon-vimeo:before {
  content: '\e8b8'; }

/* '' */
.icon-flickr-circled:before {
  content: '\e8b9'; }

/* '' */
.icon-lastfm:before {
  content: '\e8ba'; }

/* '' */
.icon-lastfm-circled:before {
  content: '\e8bb'; }

/* '' */
.icon-vkontakte:before {
  content: '\e8bc'; }

/* '' */
.icon-behance:before {
  content: '\e8bd'; }

/* '' */
.icon-mixi:before {
  content: '\e8be'; }

/* '' */
.icon-stumbleupon:before {
  content: '\e8bf'; }

/* '' */
.icon-stumbleupon-circled:before {
  content: '\e8c0'; }

/* '' */
.icon-flickr:before {
  content: '\e8c1'; }

/* '' */
.icon-github-circled:before {
  content: '\e8c2'; }

/* '' */
.icon-flow-cascade:before {
  content: '\e8c3'; }

/* '' */
.icon-flow-branch:before {
  content: '\e8c4'; }

/* '' */
.icon-chart-line:before {
  content: '\e8c5'; }

/* '' */
.icon-chart-pie:before {
  content: '\e8c6'; }

/* '' */
.icon-erase:before {
  content: '\e8c7'; }

/* '' */
.icon-key:before {
  content: '\e8c8'; }

/* '' */
.icon-github:before {
  content: '\e8c9'; }

/* '' */
.icon-dribbble-circled:before {
  content: '\e8ca'; }

/* '' */
.icon-picasa:before {
  content: '\e8cb'; }

/* '' */
.icon-dribbble:before {
  content: '\e8cc'; }

/* '' */
.icon-infinity:before {
  content: '\e8cd'; }

/* '' */
.icon-magnet:before {
  content: '\e8ce'; }

/* '' */
.icon-bucket:before {
  content: '\e8cf'; }

/* '' */
.icon-linkedin-circled:before {
  content: '\e8d0'; }

/* '' */
.icon-paypal:before {
  content: '\e8d1'; }

/* '' */
.icon-sina-weibo:before {
  content: '\e8d2'; }

/* '' */
.icon-linkedin:before {
  content: '\e8d3'; }

/* '' */
.icon-cc-zero:before {
  content: '\e8d4'; }

/* '' */
.icon-drive:before {
  content: '\e8d5'; }

/* '' */
.icon-brush:before {
  content: '\e8d6'; }

/* '' */
.icon-dot-3:before {
  content: '\e8d7'; }

/* '' */
.icon-database:before {
  content: '\e8d8'; }

/* '' */
.icon-cc-pd:before {
  content: '\e8d9'; }

/* '' */
.icon-tumblr-circled:before {
  content: '\e8da'; }

/* '' */
.icon-renren:before {
  content: '\e8db'; }

/* '' */
.icon-skype-circled:before {
  content: '\e8dc'; }

/* '' */
.icon-tumblr:before {
  content: '\e8dd'; }

/* '' */
.icon-cc-nd:before {
  content: '\e8de'; }

/* '' */
.icon-megaphone:before {
  content: '\e8df'; }

/* '' */
.icon-dot-2:before {
  content: '\e8e0'; }

/* '' */
.icon-dot:before {
  content: '\e8e1'; }

/* '' */
.icon-clipboard:before {
  content: '\e8e2'; }

/* '' */
.icon-cc-sa:before {
  content: '\e8e3'; }

/* '' */
.icon-pinterest-circled:before {
  content: '\e8e4'; }

/* '' */
.icon-cc-remix:before {
  content: '\e8e5'; }

/* '' */
.icon-thermometer:before {
  content: '\e8e6'; }

/* '' */
.icon-soundcloud:before {
  content: '\e8e7'; }

/* '' */
.icon-cc-share:before {
  content: '\e8e8'; }

/* '' */
.icon-google-circles:before {
  content: '\e8e9'; }

/* '' */
.icon-skype:before {
  content: '\e8ea'; }

/* '' */
.icon-flattr:before {
  content: '\e8eb'; }

/* '' */
.icon-cc-nc-jp:before {
  content: '\e8ec'; }

/* '' */
.icon-cc-nc-eu:before {
  content: '\e8ed'; }

/* '' */
.icon-cc-nc:before {
  content: '\e8ee'; }

/* '' */
.icon-cc-by:before {
  content: '\e8ef'; }

/* '' */
.icon-cc:before {
  content: '\e8f0'; }

/* '' */
.icon-traffic-cone:before {
  content: '\e8f1'; }

/* '' */
.icon-gauge:before {
  content: '\e8f2'; }

/* '' */
.icon-rocket:before {
  content: '\e8f3'; }

/* '' */
.icon-flow-parallel:before {
  content: '\e8f4'; }

/* '' */
.icon-vimeo-circled:before {
  content: '\e8f5'; }

/* '' */
.icon-twitter:before {
  content: '\e8f6'; }

/* '' */
.icon-twitter-circled:before {
  content: '\e8f7'; }

/* '' */
.icon-facebook:before {
  content: '\e8f8'; }

/* '' */
.icon-facebook-circled:before {
  content: '\e8f9'; }

/* '' */
.icon-facebook-squared:before {
  content: '\e8fa'; }

/* '' */
.icon-gplus:before {
  content: '\e8fb'; }

/* '' */
.icon-gplus-circled:before {
  content: '\e8fc'; }

/* '' */
.icon-pinterest:before {
  content: '\e8fd'; }

/* '' */
.icon-evernote:before {
  content: '\e8fe'; }

/* '' */
.icon-dropbox:before {
  content: '\e8ff'; }

/* '' */
.icon-instagram:before {
  content: '\e900'; }

/* '' */
.icon-qq:before {
  content: '\e901'; }

/* '' */
.icon-spotify-circled:before {
  content: '\e902'; }

/* '' */
.icon-spotify:before {
  content: '\e903'; }

/* '' */
.icon-rdio-circled:before {
  content: '\e904'; }

/* '' */
.icon-rdio:before {
  content: '\e905'; }

/* '' */
.icon-smashing:before {
  content: '\e906'; }

/* '' */
.icon-sweden:before {
  content: '\e907'; }

/* '' */
.icon-db-shape:before {
  content: '\e908'; }

/* '' */
.icon-logo-db:before {
  content: '\e909'; }

/* '' */
.icon-tape:before {
  content: '\e90a'; }

/* '' */
.icon-flash:before {
  content: '\e90b'; }

/* '' */
.icon-graduation-cap:before {
  content: '\e90c'; }

/* '' */
.icon-language:before {
  content: '\e90d'; }

/* '' */
.icon-flight:before {
  content: '\e90e'; }

/* '' */
.icon-moon:before {
  content: '\e90f'; }

/* '' */
.icon-paper-plane:before {
  content: '\e910'; }

/* '' */
.icon-ticket:before {
  content: '\e911'; }

/* '' */
.icon-leaf:before {
  content: '\e912'; }

/* '' */
.icon-lifebuoy:before {
  content: '\e913'; }

/* '' */
.icon-droplet:before {
  content: '\e914'; }

/* '' */
.icon-water:before {
  content: '\e915'; }

/* '' */
.icon-air:before {
  content: '\e916'; }

/* '' */
.icon-mouse:before {
  content: '\e917'; }

/* '' */
.icon-briefcase:before {
  content: '\e918'; }

/* '' */
.icon-credit-card:before {
  content: '\e919'; }

/* '' */
.icon-floppy:before {
  content: '\e91a'; }

/* '' */
.icon-suitcase:before {
  content: '\e91b'; }

/* '' */
* {
  box-sizing: border-box; }

.container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }
  .container:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1250px) {
    .container {
      max-width: 1200px; } }
  @media (max-width: 1024px) {
    .container {
      max-width: 100%; } }
  @media (max-width: 736px) {
    .container {
      max-width: 100%; } }

.error {
  color: #AA0000; }

.success {
  color: #00AA00; }

button,
.button,
[class^="button"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
  display: inline-block;
  padding: 0.625em 1.25em;
  margin: 0 0 0.625em;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  line-height: 100%;
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #02565e;
  opacity: 1;
  transition: all 0.5s;
  background-color: transparent;
  color: #02565e; }
  button:hover,
  .button:hover,
  [class^="button"]:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover {
    opacity: 0.7;
    text-decoration: none; }
  button:active,
  .button:active,
  [class^="button"]:active,
  input[type="button"]:active,
  input[type="submit"]:active,
  input[type="reset"]:active {
    background: transparent; }
  button.disabled,
  .button.disabled,
  [class^="button"].disabled,
  input[type="button"].disabled,
  input[type="submit"].disabled,
  input[type="reset"].disabled {
    background-color: rgba(6, 6, 6, 0);
    color: transparent;
    cursor: default; }
  button.huge,
  .button.huge,
  [class^="button"].huge,
  input[type="button"].huge,
  input[type="submit"].huge,
  input[type="reset"].huge {
    font-size: 1.25rem;
    font-weight: 600;
    padding: 0.625em 2em; }
  button.sml-btn,
  .button.sml-btn,
  [class^="button"].sml-btn,
  input[type="button"].sml-btn,
  input[type="submit"].sml-btn,
  input[type="reset"].sml-btn {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400; }
  @media (min-width: 1250px) {
    button,
    .button,
    [class^="button"],
    input[type="button"],
    input[type="submit"],
    input[type="reset"] {
      padding: 0.625em 1.85em; } }

button.primary,
.button-primary,
input.button-primary {
  background-color: #02565e;
  color: white; }
  button.primary:hover,
  .button-primary:hover,
  input.button-primary:hover {
    opacity: 0.7;
    text-decoration: none; }
  button.primary:active,
  .button-primary:active,
  input.button-primary:active {
    background: #013b40; }
  button.primary.disabled,
  .button-primary.disabled,
  input.button-primary.disabled {
    background-color: #02616a;
    color: #001113;
    cursor: default; }

button.secondary,
.button-secondary,
input.button-secondary {
  background-color: #081d23;
  color: white; }
  button.secondary:hover,
  .button-secondary:hover,
  input.button-secondary:hover {
    opacity: 0.7;
    text-decoration: none; }
  button.secondary:active,
  .button-secondary:active,
  input.button-secondary:active {
    background: #02080a; }
  button.secondary.disabled,
  .button-secondary.disabled,
  input.button-secondary.disabled {
    background-color: #0a262d;
    color: black;
    cursor: default; }

button.facebook,
.button-facebook,
input.button-facebook {
  background-color: #3B5998;
  color: white;
  padding-left: 0.6em; }
  button.facebook:hover,
  .button-facebook:hover,
  input.button-facebook:hover {
    opacity: 0.7;
    text-decoration: none; }
  button.facebook:active,
  .button-facebook:active,
  input.button-facebook:active {
    background: #324c82; }
  button.facebook.disabled,
  .button-facebook.disabled,
  input.button-facebook.disabled {
    background-color: #3f5ea1;
    color: #263961;
    cursor: default; }
  button.facebook.disabled,
  .button-facebook.disabled,
  input.button-facebook.disabled {
    background: #9099ae;
    color: white;
    cursor: default; }

button.twitter,
.button-twitter,
input.button-twitter {
  background-color: #00ACED;
  color: white; }
  button.twitter:hover,
  .button-twitter:hover,
  input.button-twitter:hover {
    opacity: 0.7;
    text-decoration: none; }
  button.twitter:active,
  .button-twitter:active,
  input.button-twitter:active {
    background: #0096ce; }
  button.twitter.disabled,
  .button-twitter.disabled,
  input.button-twitter.disabled {
    background-color: #00b5fa;
    color: #0074a1;
    cursor: default; }
  button.twitter.disabled,
  .button-twitter.disabled,
  input.button-twitter.disabled {
    background-color: #aebcc7;
    color: white;
    cursor: default; }

/* button wrappers */
.full-width-cta {
  width: 90%;
  max-width: 1160px;
  margin: 60px auto 100px auto;
  text-align: center; }
  .full-width-cta .button, .full-width-cta .button:visited {
    border-color: #02565e;
    color: #02565e; }

form {
  display: block; }

fieldset {
  display: block;
  margin: 1.25em 0;
  padding: 0; }

legend {
  display: block;
  width: 100%;
  margin: 0 0 1em 0;
  font-weight: bold;
  border-bottom: 1px solid #EEEEEE; }

label {
  display: block;
  margin: 0 0 0.25em;
  font-weight: bold; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="image"],
input[type="color"] {
  display: block;
  padding: 0.5em;
  margin: 0 0 0.625em;
  vertical-align: middle;
  border: 1px solid #EEEEEE;
  outline: none;
  font-family: inherit;
  font-size: 1rem;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }
  textarea:hover,
  input[type="text"]:hover,
  input[type="password"]:hover,
  input[type="datetime"]:hover,
  input[type="datetime-local"]:hover,
  input[type="date"]:hover,
  input[type="month"]:hover,
  input[type="time"]:hover,
  input[type="week"]:hover,
  input[type="number"]:hover,
  input[type="email"]:hover,
  input[type="url"]:hover,
  input[type="search"]:hover,
  input[type="tel"]:hover,
  input[type="image"]:hover,
  input[type="color"]:hover {
    border: 1px solid #e6e6e6; }
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="image"]:focus,
  input[type="color"]:focus {
    border: 1px solid #e1e1e1; }

input[type="submit"],
input[type="button"] {
  display: block;
  border-radius: 0; }

input[type="file"] {
  padding: 0.125em;
  margin: 0 0 0.625em;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 100%; }

textarea {
  padding: 0.25em; }

progress,
meter {
  padding: 0.125em;
  margin: 0 0 0.625em;
  font-family: inherit;
  font-size: 1rem; }

ul[class*="menu-"] {
  margin: 0;
  padding: 0; }
  ul[class*="menu-"] li {
    position: relative;
    list-style: none; }
    ul[class*="menu-"] li a {
      display: inline-block; }

ul.menu-secondary li {
  display: block; }
  ul.menu-secondary li a {
    display: block; }

[data-tooltip] {
  position: relative;
  height: 100%;
  cursor: pointer;
  display: inline-block; }
  [data-tooltip]:before, [data-tooltip]:after {
    transition: all .2s ease-out;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    pointer-events: none; }
  [data-tooltip]:before {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #999999;
    content: '';
    top: 0;
    left: 50%;
    margin-left: -3.25px;
    z-index: 10001;
    bottom: -10px; }
  [data-tooltip]:after {
    box-sizing: border-box;
    content: attr(data-tooltip);
    padding: 0.5em 0.75em;
    border-radius: 3px;
    font-size: 0.95em;
    z-index: 10000;
    left: 50%;
    bottom: 100%;
    margin-left: -7.5em;
    margin-top: 10px;
    width: 15em;
    line-height: 120%;
    background: #999999;
    color: #EEEEEE; }
  [data-tooltip]:hover:before, [data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1; }

article.grid-examples {
  display: block;
  float: left;
  width: 98%;
  margin-left: 1%;
  margin-right: 1%; }
  @media (min-width: 1250px) {
    article.grid-examples {
      display: block;
      float: left;
      width: 98%;
      margin-left: 1%;
      margin-right: 1%; } }
  @media (max-width: 1024px) {
    article.grid-examples {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 736px) {
    article.grid-examples {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  article.grid-examples .container {
    text-align: center;
    background: #EEEEEE; }
    article.grid-examples .container code {
      display: block;
      font-size: 0.94rem;
      background: none;
      border: none; }
    article.grid-examples .container > code {
      padding: 20px; }
  article.grid-examples .box {
    position: relative;
    padding: 10px;
    height: 120px;
    margin-bottom: 2%;
    background: #e1e1e1;
    border: 1px solid #dfdfdf; }
    @media (max-width: 736px) {
      article.grid-examples .box {
        height: auto; } }
    article.grid-examples .box.-b1 {
      display: block;
      float: left;
      width: 23%;
      margin-left: 1%;
      margin-right: 1%; }
      @media (min-width: 1250px) {
        article.grid-examples .box.-b1 {
          display: block;
          float: left;
          width: 23%;
          margin-left: 1%;
          margin-right: 1%; } }
      @media (max-width: 1024px) {
        article.grid-examples .box.-b1 {
          display: block;
          float: left;
          width: 15%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b1 {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
    article.grid-examples .box.-b2 {
      display: block;
      float: left;
      width: 31.33333%;
      margin-left: 1%;
      margin-right: 1%; }
      @media (min-width: 1250px) {
        article.grid-examples .box.-b2 {
          display: block;
          float: left;
          width: 31.33333%;
          margin-left: 1%;
          margin-right: 1%; } }
      @media (max-width: 1024px) {
        article.grid-examples .box.-b2 {
          display: block;
          float: left;
          width: 23.33333%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b2 {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
    article.grid-examples .box.-b3 {
      display: block;
      float: left;
      width: 39.66667%;
      margin-left: 1%;
      margin-right: 1%; }
      @media (min-width: 1250px) {
        article.grid-examples .box.-b3 {
          display: block;
          float: left;
          width: 39.66667%;
          margin-left: 1%;
          margin-right: 1%; } }
      @media (max-width: 1024px) {
        article.grid-examples .box.-b3 {
          display: block;
          float: left;
          width: 31.66667%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b3 {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
    article.grid-examples .box.-b4 {
      display: block;
      float: left;
      width: 39.66667%;
      margin-left: 17.66667%;
      margin-right: 1%; }
      @media (min-width: 1250px) {
        article.grid-examples .box.-b4 {
          display: block;
          float: left;
          width: 39.66667%;
          margin-left: 17.66667%;
          margin-right: 1%; } }
      @media (max-width: 1024px) {
        article.grid-examples .box.-b4 {
          display: block;
          float: left;
          width: 31.66667%;
          margin-left: 21.66667%;
          margin-right: 5%; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b4 {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
    article.grid-examples .box.-b5 {
      display: block;
      float: left;
      width: 39.66667%;
      margin-left: 1%;
      margin-right: 1%; }
      @media (min-width: 1250px) {
        article.grid-examples .box.-b5 {
          display: block;
          float: left;
          width: 39.66667%;
          margin-left: 1%;
          margin-right: 1%; } }
      @media (max-width: 1024px) {
        article.grid-examples .box.-b5 {
          display: block;
          float: left;
          width: 31.66667%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b5 {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
    article.grid-examples .box.-b6 {
      display: block;
      float: left;
      width: 73%;
      margin-left: 1%;
      margin-right: 1%; }
      @media (min-width: 1250px) {
        article.grid-examples .box.-b6 {
          display: block;
          float: left;
          width: 73%;
          margin-left: 1%;
          margin-right: 1%; } }
      @media (max-width: 1024px) {
        article.grid-examples .box.-b6 {
          display: block;
          float: left;
          width: 65%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b6 {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
      article.grid-examples .box.-b6 code {
        padding-bottom: 10px; }
      article.grid-examples .box.-b6 .-b6-1, article.grid-examples .box.-b6 .-b6-2 {
        display: block;
        float: left;
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        height: 50px;
        background: #d7d7d7;
        border: 1px solid #d5d5d5; }
        @media (min-width: 1250px) {
          article.grid-examples .box.-b6 .-b6-1, article.grid-examples .box.-b6 .-b6-2 {
            display: block;
            float: left;
            width: 48%;
            margin-left: 1%;
            margin-right: 1%; } }
        @media (max-width: 1024px) {
          article.grid-examples .box.-b6 .-b6-1, article.grid-examples .box.-b6 .-b6-2 {
            display: block;
            float: left;
            width: 40%;
            margin-left: 5%;
            margin-right: 5%; } }
        @media (max-width: 736px) {
          article.grid-examples .box.-b6 .-b6-1, article.grid-examples .box.-b6 .-b6-2 {
            display: block;
            float: left;
            width: 90%;
            margin-left: 5%;
            margin-right: 5%; } }
    article.grid-examples .box.-b7 {
      display: block;
      float: left;
      width: 23%;
      margin-left: 1%;
      margin-right: 1%; }
      @media (min-width: 1250px) {
        article.grid-examples .box.-b7 {
          display: block;
          float: left;
          width: 23%;
          margin-left: 1%;
          margin-right: 1%; } }
      @media (max-width: 1024px) {
        article.grid-examples .box.-b7 {
          display: block;
          float: left;
          width: 15%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b7 {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
    article.grid-examples .box.-b8 {
      display: block;
      float: left;
      width: 55%;
      margin-left: 10%;
      margin-right: 10%; }
      @media (min-width: 1250px) {
        article.grid-examples .box.-b8 {
          display: block;
          float: left;
          width: 55%;
          margin-left: 10%;
          margin-right: 10%; } }
      @media (max-width: 1024px) {
        article.grid-examples .box.-b8 {
          display: block;
          float: left;
          width: 55%;
          margin-left: 10%;
          margin-right: 10%; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b8 {
          display: block;
          float: left;
          width: 80%;
          margin-left: 10%;
          margin-right: 10%; } }
    article.grid-examples .box.-b9 {
      display: block;
      float: left;
      width: 23%;
      margin-left: 1%;
      margin-right: 1%; }
      @media (min-width: 1250px) {
        article.grid-examples .box.-b9 {
          display: block;
          float: left;
          width: 23%;
          margin-left: 1%;
          margin-right: 1%; } }
      @media (max-width: 1024px) {
        article.grid-examples .box.-b9 {
          display: block;
          float: left;
          width: 15%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b9 {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
    article.grid-examples .box.-b10, article.grid-examples .box.-b11 {
      display: block;
      float: left;
      width: 48%;
      margin-left: 1%;
      margin-right: 1%; }
      @media (min-width: 1250px) {
        article.grid-examples .box.-b10, article.grid-examples .box.-b11 {
          display: block;
          float: left;
          width: 48%;
          margin-left: 1%;
          margin-right: 1%; } }
      @media (max-width: 1024px) {
        article.grid-examples .box.-b10, article.grid-examples .box.-b11 {
          display: block;
          float: left;
          width: 40%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b10, article.grid-examples .box.-b11 {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b10, article.grid-examples .box.-b11 {
          display: block;
          float: left;
          width: 40%;
          margin-left: 5%;
          margin-right: 5%; } }
    article.grid-examples .box.-b12 {
      display: block;
      float: left;
      width: 41.66667%;
      margin-left: 0%;
      margin-right: 0; }
      @media (min-width: 1250px) {
        article.grid-examples .box.-b12 {
          display: block;
          float: left;
          width: 41.66667%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (max-width: 1024px) {
        article.grid-examples .box.-b12 {
          display: block;
          float: left;
          width: 41.66667%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b12 {
          display: block;
          float: left;
          width: 100%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b12 {
          display: block;
          float: left;
          width: 40%;
          margin-left: 0%;
          margin-right: 0; } }
    article.grid-examples .box.-b13 {
      display: block;
      float: left;
      width: 58.33333%;
      margin-left: 0%;
      margin-right: 0; }
      @media (min-width: 1250px) {
        article.grid-examples .box.-b13 {
          display: block;
          float: left;
          width: 58.33333%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (max-width: 1024px) {
        article.grid-examples .box.-b13 {
          display: block;
          float: left;
          width: 58.33333%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b13 {
          display: block;
          float: left;
          width: 100%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (max-width: 736px) {
        article.grid-examples .box.-b13 {
          display: block;
          float: left;
          width: 60%;
          margin-left: 0%;
          margin-right: 0; } }
    @media (max-width: 736px) {
      article.grid-examples .box.-tall {
        height: 200px; } }
    @media (max-width: 736px) {
      article.grid-examples .box.-tall code {
        font-size: 0.8rem; } }

.close {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden; }
  .close:hover::before, .close:hover::after {
    background: #666; }
  .close::before, .close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #000; }
  .close::before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .close::after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .close.big {
    -ms-transform: scale(3);
    transform: scale(3); }
  .close.hairline::before, .close.hairline::after {
    height: 1px; }
  .close.thick::before, .close.thick::after {
    height: 4px;
    margin-top: -2px; }
  .close.black::before, .close.black::after {
    height: 8px;
    margin-top: -4px; }
  .close.heavy::before, .close.heavy::after {
    height: 12px;
    margin-top: -6px; }
  .close.pointy::Before, .close.pointy::after {
    width: 200%;
    left: -50%; }
  .close.rounded::before, .close.rounded::after {
    border-radius: 5px; }
  .close.blades::before, .close.blades::after {
    border-radius: 5px 0; }
  .close.warp::before, .close.warp::after {
    border-radius: 120% 0; }
  .close.fat::before, .close.fat::after {
    border-radius: 100%; }

.close-right {
  text-align: right;
  display: block; }

.wpcf7-form {
  background: #f2f2f2;
  padding: 20px;
  margin: 60px 0;
  /*Input Field widths*/
  /*Response messages - Error & Success*/ }
  .wpcf7-form h3 {
    border-bottom: 1px solid #a5c5c0;
    padding-bottom: 10px; }
  .wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    font-size: 0.875rem; }
  .wpcf7-form .wpcf7-response-output {
    margin-bottom: 30px !important;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    font-size: 1rem;
    margin: 30px 0; }
  .wpcf7-form span.wpcf7-not-valid-tip {
    background-color: #f00;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    position: relative;
    font-weight: 600;
    z-index: 10;
    display: block;
    font-size: 14px;
    font-size: 0.875rem; }
  .wpcf7-form span.wpcf7-not-valid-tip:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #f00;
    position: absolute;
    top: -3px;
    left: 20px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1; }
  .wpcf7-form .wpcf7-submit {
    background-color: #02565e;
    color: #fff;
    font-weight: 600;
    border-radius: 4px; }

.general-form {
  width: 100%; }
  .general-form textarea,
  .general-form input[type="text"],
  .general-form input[type="password"],
  .general-form input[type="datetime"],
  .general-form input[type="datetime-local"],
  .general-form input[type="date"],
  .general-form input[type="month"],
  .general-form input[type="time"],
  .general-form input[type="week"],
  .general-form input[type="number"],
  .general-form input[type="email"],
  .general-form input[type="url"],
  .general-form input[type="search"],
  .general-form input[type="tel"],
  .general-form input[type="image"],
  .general-form input[type="color"] {
    display: block;
    padding: 0.5em;
    margin: 0 0 0.625em;
    vertical-align: middle;
    border: 1px solid #e4e4e4;
    outline: none;
    font-family: inherit;
    font-size: 1rem;
    border-radius: 0;
    -webkit-appearance: none;
    width: 100%;
    -moz-appearance: none; }
    .general-form textarea:hover,
    .general-form input[type="text"]:hover,
    .general-form input[type="password"]:hover,
    .general-form input[type="datetime"]:hover,
    .general-form input[type="datetime-local"]:hover,
    .general-form input[type="date"]:hover,
    .general-form input[type="month"]:hover,
    .general-form input[type="time"]:hover,
    .general-form input[type="week"]:hover,
    .general-form input[type="number"]:hover,
    .general-form input[type="email"]:hover,
    .general-form input[type="url"]:hover,
    .general-form input[type="search"]:hover,
    .general-form input[type="tel"]:hover,
    .general-form input[type="image"]:hover,
    .general-form input[type="color"]:hover {
      border: 1px solid #e6e6e6; }
    .general-form textarea:focus,
    .general-form input[type="text"]:focus,
    .general-form input[type="password"]:focus,
    .general-form input[type="datetime"]:focus,
    .general-form input[type="datetime-local"]:focus,
    .general-form input[type="date"]:focus,
    .general-form input[type="month"]:focus,
    .general-form input[type="time"]:focus,
    .general-form input[type="week"]:focus,
    .general-form input[type="number"]:focus,
    .general-form input[type="email"]:focus,
    .general-form input[type="url"]:focus,
    .general-form input[type="search"]:focus,
    .general-form input[type="tel"]:focus,
    .general-form input[type="image"]:focus,
    .general-form input[type="color"]:focus {
      border: 1px solid #e1e1e1; }
  .general-form .form-button-wrap {
    text-align: right;
    margin: 10px 0;
    width: 100%; }
  .general-form button {
    background-color: #02565e;
    color: #fff;
    font-weight: 600;
    border-radius: 4px; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: .9; }

.hamburger-box {
  width: 30px;
  height: 1px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 30px;
  height: 1px;
  background-color: #02565e;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease;
  box-shadow: none; }

.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

.hamburger:focus {
  outline: 0; }

.hamburger--spin .hamburger-inner {
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  transition: top .1s .34s ease-in, opacity .1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-delay: .14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top .1s ease-out, opacity .1s .14s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

.is-active .hamburger-inner,
.is-active .hamburger-inner::before,
.is-active .hamburger-inner::after {
  background-color: #fff;
  box-shadow: none; }

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%; }

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; } }

.inner-page-title {
  width: 94%;
  max-width: 1160px;
  margin: 60px auto; }
  .inner-page-title h1:before {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #02565e;
    opacity: 0.2;
    margin-bottom: 20px; }
    @media (max-width: 980px) {
      .inner-page-title h1:before {
        margin: 0 auto 20px auto; } }
  @media (max-width: 980px) {
    .inner-page-title {
      text-align: center;
      margin: 30px auto 50px auto; } }

.main-innerpage-section {
  width: 94%;
  max-width: 1160px;
  margin: 0 auto; }
  .main-innerpage-section:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 980px) {
    .main-innerpage-section {
      width: 90%; } }

.general-container {
  width: 72%;
  float: left;
  padding-right: 30px; }
  @media (max-width: 980px) {
    .general-container {
      width: 100%;
      float: none;
      padding-right: 0; } }
  .general-container h2, .general-container h3, .general-container h4, .general-container h5, .general-container h6 {
    margin-bottom: 30px; }
  .general-container table {
    margin: 0 auto 30px auto;
    width: 100%; }
    .general-container table tbody tr {
      line-height: 1.5; }
      .general-container table tbody tr th {
        border: 1px solid #f2f2f2;
        color: #333333;
        background: #f2f2f2;
        padding: 10px; }
      .general-container table tbody tr td {
        font-size: 16px;
        font-size: 1rem;
        border-color: #f2f2f2; }
        @media (max-width: 980px) {
          .general-container table tbody tr td {
            font-size: 14px;
            font-size: 0.875rem; } }
        .general-container table tbody tr td h1, .general-container table tbody tr td h2, .general-container table tbody tr td h3, .general-container table tbody tr td h4, .general-container table tbody tr td p, .general-container table tbody tr td ul, .general-container table tbody tr td ul li {
          font-size: 16px;
          font-size: 1rem; }
          @media (max-width: 980px) {
            .general-container table tbody tr td h1, .general-container table tbody tr td h2, .general-container table tbody tr td h3, .general-container table tbody tr td h4, .general-container table tbody tr td p, .general-container table tbody tr td ul, .general-container table tbody tr td ul li {
              font-size: 14px;
              font-size: 0.875rem; } }
      .general-container table tbody tr td:first-of-type {
        font-weight: 600;
        color: #333333; }
  .general-container table.data-table {
    margin: 0 auto 30px auto; }
    .general-container table.data-table tbody tr td {
      font-size: 14px;
      font-size: 0.875rem;
      border-color: #e5e5e5;
      border: 1px solid #f2f2f2;
      padding: 10px; }
      @media (max-width: 980px) {
        .general-container table.data-table tbody tr td {
          font-size: 12px;
          font-size: 0.75rem; } }
      .general-container table.data-table tbody tr td h1, .general-container table.data-table tbody tr td h2, .general-container table.data-table tbody tr td h3, .general-container table.data-table tbody tr td h4, .general-container table.data-table tbody tr td p, .general-container table.data-table tbody tr td ul, .general-container table.data-table tbody tr td ul li {
        font-size: 14px;
        font-size: 0.875rem; }
        @media (max-width: 980px) {
          .general-container table.data-table tbody tr td h1, .general-container table.data-table tbody tr td h2, .general-container table.data-table tbody tr td h3, .general-container table.data-table tbody tr td h4, .general-container table.data-table tbody tr td p, .general-container table.data-table tbody tr td ul, .general-container table.data-table tbody tr td ul li {
            font-size: 12px;
            font-size: 0.75rem; } }
      .general-container table.data-table tbody tr td a {
        text-decoration: underline; }
        .general-container table.data-table tbody tr td a:hover {
          opacity: 0.7; }
    .general-container table.data-table tbody tr td:first-of-type {
      font-weight: 400;
      color: #999999; }
    .general-container table.data-table tbody tr th.date-col {
      word-wrap: break-word;
      width: 100px; }
    .general-container table.data-table tbody tr th.period-col {
      word-wrap: break-word;
      width: 120px; }

.sidebar {
  width: 28%;
  float: right;
  padding-left: 30px;
  border-left: 1px solid #f2f2f2; }
  @media (max-width: 980px) {
    .sidebar {
      width: 100%;
      float: none;
      margin-top: 60px;
      padding-left: 0;
      border-left: none; } }
  .sidebar h3 {
    color: #02565e;
    text-transform: uppercase;
    border-bottom: 3px solid #a5c5c0;
    padding-bottom: 10px;
    font-family: "din-2014", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 2px; }
  .sidebar ul {
    margin: 0 0 60px 0;
    padding: 0;
    border: 1px solid #f2f2f2;
    border-bottom: none; }
    .sidebar ul li {
      list-style-type: none;
      margin: 0 0 0 0;
      padding: 20px;
      border-bottom: 1px solid #f2f2f2;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 400;
      position: relative;
      line-height: 1; }
    .sidebar ul li:before {
      content: '';
      width: 3px;
      height: 15px;
      background-color: #a5c5c0;
      display: block;
      position: absolute;
      top: 20px;
      left: 0; }
  .sidebar p {
    font-size: 16px;
    font-size: 1rem; }

.sidebar-section {
  margin-bottom: 30px; }

.page-id-19 .sidebar {
  border-left: none; }

.page-id-19 .sidebar-contact-us {
  display: none; }

.rns_announcements_year_group {
  margin: 0 0 1px 0; }
  .rns_announcements_year_group h3 {
    background-color: #02565e;
    color: #fff;
    margin: 0;
    padding: 10px;
    font-family: "din-2014", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    background-position: 98% center;
    background-size: 10px;
    background-repeat: no-repeat;
    background-image: url("../img/minus-icon.svg");
    cursor: pointer;
    transition: all 0.5s; }
    .rns_announcements_year_group h3:hover {
      background-color: #02565e; }
    @media (max-width: 980px) {
      .rns_announcements_year_group h3 {
        font-size: 14px;
        font-size: 0.875rem; } }
  .rns_announcements_year_group table {
    transition: all 0.5s; }

.rns_announcements_year_group:first-of-type {
  margin-bottom: 60px; }

.closed-rns-group h3 {
  background-image: url("../img/plus-icon.svg");
  background-color: #a5c5c0; }

.closed-rns-group table {
  display: none;
  transition: all 0.5s; }

.reports_group {
  margin: 0 0 60px 0; }
  .reports_group h3 {
    background-color: #02565e;
    color: #fff;
    margin: 0;
    padding: 10px;
    font-family: "din-2014", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600; }
    @media (max-width: 980px) {
      .reports_group h3 {
        font-size: 14px;
        font-size: 0.875rem; } }

.general_reports_group {
  margin: 0 0 60px 0; }
  .general_reports_group h3 {
    background-color: #02565e;
    color: #fff;
    margin: 0;
    padding: 10px;
    font-family: "din-2014", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600; }
    @media (max-width: 980px) {
      .general_reports_group h3 {
        font-size: 14px;
        font-size: 0.875rem; } }

.management_profiles h2.mp-group-title {
  color: #a5c5c0;
  margin-bottom: 30px;
  border-bottom: 3px solid #a5c5c0;
  padding-bottom: 20px;
  font-family: "din-2014", sans-serif;
  font-size: 26px;
  font-size: 1.625rem; }

.management_profiles .profile {
  margin: 0 0 60px 0;
  border-bottom: 1px solid #f2f2f2; }
  .management_profiles .profile:after {
    content: "";
    display: table;
    clear: both; }
  .management_profiles .profile .profile-left {
    width: 30%;
    float: left;
    padding-right: 20px; }
    @media (max-width: 980px) {
      .management_profiles .profile .profile-left {
        width: 100%;
        float: none; } }
    .management_profiles .profile .profile-left h3 {
      font-family: "din-2014", sans-serif;
      margin-bottom: 0; }
    .management_profiles .profile .profile-left p {
      margin-top: 10px;
      font-size: 16px;
      font-size: 1rem;
      color: #333333;
      border-top: 1px solid #f2f2f2;
      padding-top: 10px; }
  .management_profiles .profile .profile-right {
    width: 70%;
    float: right; }
    @media (max-width: 980px) {
      .management_profiles .profile .profile-right {
        width: 100%;
        float: none; } }
    .management_profiles .profile .profile-right p {
      margin-top: 0;
      font-size: 16px;
      font-size: 1rem; }

.management_profiles .profile:last-of-type {
  border-bottom: none; }

* {
  box-sizing: border-box; }

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

img[style] {
  max-width: 100% !important;
  height: auto !important; }

body {
  padding: 30px 0 0 0; }
  @media (max-width: 1024px) {
    body {
      padding: 20px; } }
  @media (max-width: 980px) {
    body {
      padding: 20px 0; } }

.container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }
  .container:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1250px) {
    .container {
      max-width: 1200px; } }
  @media (max-width: 1024px) {
    .container {
      max-width: 100%; } }
  @media (max-width: 736px) {
    .container {
      max-width: 100%; } }
  .container:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 980px) {
    .container {
      width: 90%; } }

header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  width: 94%;
  max-width: 1880px;
  margin: 0 auto 20px auto;
  position: relative; }
  header .logo {
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-width: 260px;
    padding: 15px 20px;
    overflow: hidden;
    margin: 0;
    -ms-flex-order: 2;
    order: 2; }
    @media (min-width: 1500px) {
      header .logo {
        max-width: 360px;
        -ms-flex-order: 1;
        order: 1; } }
    @media (min-width: 1250px) {
      header .logo {
        padding: 15px 40px; } }
    @media (max-width: 980px) {
      header .logo {
        text-align: center;
        max-width: 100%;
        -ms-flex-order: 3;
        order: 3;
        margin: 20px 0 0 0; } }
    header .logo a {
      display: block; }
      header .logo a img {
        display: block;
        width: 100%; }
        @media (max-width: 980px) {
          header .logo a img {
            max-width: 260px;
            margin: 0 auto; } }
  header .menu-container {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px 20px;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-order: 3;
    order: 3; }
    @media (min-width: 1500px) {
      header .menu-container {
        -ms-flex-order: 2;
        order: 2; } }
    @media (min-width: 1250px) {
      header .menu-container {
        padding: 15px 40px; } }
    @media (max-width: 980px) {
      header .menu-container {
        -ms-flex-order: 1;
        order: 1;
        padding: 0;
        width: 100%;
        height: 20px; } }
  header .header-share-price {
    width: 100%;
    padding: 10px 20px;
    -ms-flex-order: 1;
    order: 1;
    text-align: right;
    opacity: 0; }
    @media (min-width: 1500px) {
      header .header-share-price {
        -ms-flex-order: 3;
        order: 3;
        text-align: left;
        width: auto;
        padding: 10px 0 10px 40px;
        border-left: 1px solid #f2f2f2; } }
    @media (max-width: 980px) {
      header .header-share-price {
        text-align: left;
        -ms-flex-order: 2;
        order: 2; } }
    header .header-share-price h4 {
      font-weight: 400;
      font-size: 16px;
      font-size: 1rem;
      letter-spacing: 2px;
      margin: 5px 0 0 0;
      line-height: 1;
      color: #081d23;
      font-family: "din-2014", sans-serif; }
      header .header-share-price h4 span {
        font-weight: 600; }
        header .header-share-price h4 span span {
          font-size: 12px;
          font-size: 0.75rem;
          font-weight: 400;
          letter-spacing: 0;
          color: #999; }
      @media (max-width: 736px) {
        header .header-share-price h4 {
          font-size: 14px;
          font-size: 0.875rem;
          margin: 0 0 0 0; } }
    header .header-share-price p {
      font-size: 11px;
      font-size: 0.6875rem;
      margin: 5px 0 0 0;
      color: #999; }
      @media (max-width: 980px) {
        header .header-share-price p {
          margin: 2px 0 0 0; } }
      @media (max-width: 736px) {
        header .header-share-price p {
          font-size: 10px;
          font-size: 0.625rem; } }
    header .header-share-price .linked-share-data {
      font-size: 11px;
      font-size: 0.6875rem;
      border-color: #a5c5c0;
      color: #a5c5c0;
      font-weight: 600;
      margin-top: 5px;
      display: none; }

.hero-banner {
  width: 94%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2f2; }
  @media (max-width: 980px) {
    .hero-banner {
      -ms-flex-flow: column-reverse wrap;
      flex-flow: column-reverse wrap; } }
  .hero-banner .hero-banner-copy {
    color: #081d23;
    width: 33.333333%;
    -ms-flex: 1;
    flex: 1;
    padding: 20px 40px; }
    @media (max-width: 980px) {
      .hero-banner .hero-banner-copy {
        width: 100%;
        padding: 40px 20px; } }
    .hero-banner .hero-banner-copy h1 {
      font-size: 28px;
      font-size: 1.75rem;
      color: #081d23;
      max-width: 500px; }
      @media (min-width: 1250px) {
        .hero-banner .hero-banner-copy h1 {
          font-size: 34px;
          font-size: 2.125rem; } }
    .hero-banner .hero-banner-copy h1:before {
      content: '';
      display: block;
      width: 50px;
      height: 3px;
      background-color: #02565e;
      opacity: 0.2;
      margin-bottom: 30px; }
    .hero-banner .hero-banner-copy p {
      font-size: 16px;
      font-size: 1rem;
      color: #02565e;
      max-width: 500px; }
      @media (min-width: 1250px) {
        .hero-banner .hero-banner-copy p {
          font-size: 18px;
          font-size: 1.125rem; } }
    @media (min-width: 1250px) {
      .hero-banner .hero-banner-copy .button {
        margin-top: 30px; } }
    @media (max-width: 980px) {
      .hero-banner .hero-banner-copy .button {
        font-size: 14px;
        font-size: 0.875rem; } }
  .hero-banner .hero-banner-image {
    width: 66.666666%;
    -ms-flex: 1;
    flex: 1;
    background-color: #02565e;
    position: relative; }
    @media (max-width: 980px) {
      .hero-banner .hero-banner-image {
        width: 100%; } }
    .hero-banner .hero-banner-image .sharecode-accent {
      position: absolute;
      z-index: 810;
      bottom: 100px;
      right: 30px;
      letter-spacing: 1px;
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      color: #a5c5c0;
      display: block;
      font-size: 14px;
      font-size: 0.875rem; }
      @media (max-width: 980px) {
        .hero-banner .hero-banner-image .sharecode-accent {
          right: 10px;
          opacity: 0.5; } }
    .hero-banner .hero-banner-image .sharecode-accent:before {
      content: '';
      display: block;
      width: 50px;
      height: 1px;
      position: absolute;
      top: 50%;
      right: 40px;
      background-color: #a5c5c0; }
  .hero-banner .swiper-container {
    max-height: 80vh;
    overflow: hidden; }
    .hero-banner .swiper-container .swiper-slide img {
      width: 100%; }

.project-features-wrap {
  width: 94%;
  margin: 0 auto;
  background-image: url("../img/siesmec-texture-1400.jpg");
  background-size: cover; }
  .project-features-wrap .featured-projects {
    width: 66.666666%; }
    @media (max-width: 980px) {
      .project-features-wrap .featured-projects {
        width: 100%; } }
    .project-features-wrap .featured-projects .swiper-container-feature-projects {
      position: relative; }
      .project-features-wrap .featured-projects .swiper-container-feature-projects .swiper-slide .fp-image-wrap {
        position: relative; }
        .project-features-wrap .featured-projects .swiper-container-feature-projects .swiper-slide .fp-image-wrap .fp-image {
          width: 100%;
          height: 600px;
          background-size: cover;
          background-position: center center;
          filter: grayscale(100%); }
          @media (max-width: 980px) {
            .project-features-wrap .featured-projects .swiper-container-feature-projects .swiper-slide .fp-image-wrap .fp-image {
              height: 400px; } }
        .project-features-wrap .featured-projects .swiper-container-feature-projects .swiper-slide .fp-image-wrap .fp-title {
          position: absolute;
          top: 40px;
          left: 40px; }
          @media (max-width: 980px) {
            .project-features-wrap .featured-projects .swiper-container-feature-projects .swiper-slide .fp-image-wrap .fp-title {
              top: 30px;
              left: 20px; } }
          .project-features-wrap .featured-projects .swiper-container-feature-projects .swiper-slide .fp-image-wrap .fp-title h3 {
            color: #fff; }
            .project-features-wrap .featured-projects .swiper-container-feature-projects .swiper-slide .fp-image-wrap .fp-title h3 span {
              background-color: #081d23;
              padding: 5px 10px; }
          .project-features-wrap .featured-projects .swiper-container-feature-projects .swiper-slide .fp-image-wrap .fp-title p {
            color: #fff; }
            .project-features-wrap .featured-projects .swiper-container-feature-projects .swiper-slide .fp-image-wrap .fp-title p span {
              background-color: #a5c5c0;
              padding: 5px 10px; }
      @media (max-width: 980px) {
        .project-features-wrap .featured-projects .swiper-container-feature-projects .swiper-button-prev, .project-features-wrap .featured-projects .swiper-container-feature-projects .swiper-button-next {
          display: none; } }
      .project-features-wrap .featured-projects .swiper-container-feature-projects .swiper-pagination-f-projects {
        position: absolute;
        text-align: right;
        bottom: 20px;
        right: 0;
        padding-right: 40px;
        z-index: 800; }
        @media (max-width: 980px) {
          .project-features-wrap .featured-projects .swiper-container-feature-projects .swiper-pagination-f-projects {
            text-align: center;
            bottom: 10px;
            padding-right: 0; } }

.full-width-signup {
  width: 94%;
  margin: 0 auto;
  padding: 60px 30px;
  background-color: #02565e; }
  .full-width-signup .fw_su_inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 736px) {
      .full-width-signup .fw_su_inner {
        -ms-flex-direction: column;
        flex-direction: column; } }
    .full-width-signup .fw_su_inner .fw_su_left, .full-width-signup .fw_su_inner .fw_su_right {
      color: #fff; }
      .full-width-signup .fw_su_inner .fw_su_left h3, .full-width-signup .fw_su_inner .fw_su_right h3 {
        color: #fff;
        font-family: "din-2014", sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 18px;
        font-size: 1.125rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 10px; }
      .full-width-signup .fw_su_inner .fw_su_left h3:before, .full-width-signup .fw_su_inner .fw_su_right h3:before {
        content: '';
        display: block;
        width: 50px;
        height: 3px;
        background-color: #a5c5c0;
        opacity: 0.2;
        margin-bottom: 20px; }
        @media (max-width: 736px) {
          .full-width-signup .fw_su_inner .fw_su_left h3:before, .full-width-signup .fw_su_inner .fw_su_right h3:before {
            margin: 0 auto 20px auto; } }
      .full-width-signup .fw_su_inner .fw_su_left p, .full-width-signup .fw_su_inner .fw_su_right p {
        margin-bottom: 0; }
    .full-width-signup .fw_su_inner .fw_su_left {
      -ms-flex-preferred-size: 66.666666%;
      flex-basis: 66.666666%; }
      @media (max-width: 736px) {
        .full-width-signup .fw_su_inner .fw_su_left {
          text-align: center; } }
    .full-width-signup .fw_su_inner .fw_su_right {
      -ms-flex-preferred-size: 33.333333%;
      flex-basis: 33.333333%;
      text-align: center; }
      @media (max-width: 736px) {
        .full-width-signup .fw_su_inner .fw_su_right {
          margin-top: 30px; } }
      .full-width-signup .fw_su_inner .fw_su_right .button {
        color: #fff;
        border-color: #fff; }

.quick-links-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 94%;
  margin: 0 auto; }
  @media (max-width: 736px) {
    .quick-links-panel {
      -ms-flex-direction: column;
      flex-direction: column; } }
  .quick-links-panel a {
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    background-color: #f2f2f2;
    text-decoration: none;
    outline: 0;
    background-size: cover;
    background-position: center center;
    opacity: 1;
    transition: all 0.5s; }
    .quick-links-panel a span {
      display: inline-block;
      margin: 100px auto;
      padding: 0.625em 1.25em;
      font-size: 1rem;
      letter-spacing: 2px;
      text-transform: uppercase;
      border: 1px solid #a5c5c0;
      color: #a5c5c0; }
      @media (min-width: 1250px) {
        .quick-links-panel a span {
          margin: 140px auto; } }
    .quick-links-panel a:hover {
      opacity: 0.8; }
  .quick-links-panel a.projects-ql {
    background-image: url("../img/quick-links-images-projects.jpg"); }
    .quick-links-panel a.projects-ql span {
      border-color: #081d23;
      color: #081d23; }
  .quick-links-panel a.investors-ql {
    background-image: url("../img/quick-links-images-investors.jpg"); }
  .quick-links-panel a.news-ql {
    background-image: url("../img/quick-links-images-news.jpg"); }

footer {
  margin-top: 60px;
  background-color: #f2f2f2; }
  footer .footer-inner {
    width: 94%;
    margin: 0 auto;
    padding: 60px 30px 80px 30px; }
    footer .footer-inner:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 1250px) {
      footer .footer-inner {
        padding: 120px 30px 160px 30px; } }
    @media (max-width: 980px) {
      footer .footer-inner {
        padding: 60x 10px 80px 10px; } }
    footer .footer-inner .footer-logo {
      text-align: center;
      margin-bottom: 60px; }
      footer .footer-inner .footer-logo a {
        display: block; }
        footer .footer-inner .footer-logo a img {
          max-width: 200px; }
          @media (max-width: 980px) {
            footer .footer-inner .footer-logo a img {
              max-width: 140px; } }
      @media (min-width: 1250px) {
        footer .footer-inner .footer-logo {
          float: left;
          width: 20%; } }
    footer .footer-inner .footer-main-details {
      float: left;
      width: 60%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (min-width: 1250px) {
        footer .footer-inner .footer-main-details {
          padding-left: 100px; } }
      @media (max-width: 1024px) {
        footer .footer-inner .footer-main-details {
          width: 100%; } }
      footer .footer-inner .footer-main-details .col {
        margin-right: 50px; }
        @media (min-width: 1250px) {
          footer .footer-inner .footer-main-details .col {
            margin-right: 80px; } }
        @media (max-width: 980px) {
          footer .footer-inner .footer-main-details .col {
            margin-right: 30px; } }
        footer .footer-inner .footer-main-details .col h5 {
          font-family: "din-2014", sans-serif;
          color: #a5c5c0;
          font-size: 14px;
          font-size: 0.875rem;
          font-weight: 400;
          margin: 0;
          letter-spacing: 2px; }
        footer .footer-inner .footer-main-details .col p {
          font-size: 14px;
          font-size: 0.875rem;
          font-weight: 400;
          margin-bottom: 30px;
          color: #333;
          letter-spacing: 1px; }
      footer .footer-inner .footer-main-details .col-three {
        width: 100%; }
        @media (min-width: 1250px) {
          footer .footer-inner .footer-main-details .col-three {
            width: auto; } }
      footer .footer-inner .footer-main-details nav ul {
        margin: 0;
        padding: 0; }
        footer .footer-inner .footer-main-details nav ul li {
          list-style-type: none;
          margin: 0 10px 10px 0;
          display: inline-block; }
          @media (min-width: 1250px) {
            footer .footer-inner .footer-main-details nav ul li {
              display: block;
              margin: 0 0 10px 0; } }
          footer .footer-inner .footer-main-details nav ul li a {
            color: #a5c5c0;
            text-decoration: none;
            text-transform: uppercase;
            transition: all 0.5s; }
            footer .footer-inner .footer-main-details nav ul li a:hover {
              color: #081d23;
              text-decoration: none; }
    footer .footer-inner .footer-right {
      width: 30%;
      float: right;
      text-align: right; }
      @media (min-width: 1250px) {
        footer .footer-inner .footer-right {
          width: 20%; } }
      @media (max-width: 1024px) {
        footer .footer-inner .footer-right {
          display: none; } }
    footer .footer-inner .bottom-links {
      clear: both;
      text-align: right;
      padding: 30px 0; }
      @media (max-width: 1024px) {
        footer .footer-inner .bottom-links {
          text-align: left; } }
      footer .footer-inner .bottom-links ul {
        padding: 0;
        margin: 0;
        list-style-type: none; }
        footer .footer-inner .bottom-links ul li {
          list-style-type: inherit;
          display: inline-block;
          margin: 10px;
          font-size: 14px;
          font-size: 0.875rem; }
          footer .footer-inner .bottom-links ul li a, footer .footer-inner .bottom-links ul li a:visited {
            color: #999;
            text-decoration: none;
            border-bottom: 1px solid rgba(153, 153, 153, 0.3);
            padding-bottom: 5px; }
            footer .footer-inner .bottom-links ul li a:hover, footer .footer-inner .bottom-links ul li a:visited:hover {
              color: #333;
              padding-bottom: 10px; }
        footer .footer-inner .bottom-links ul li:first-of-type {
          margin-left: 0; }

.main-nav {
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 2000;
  /* / ul.main_menu */
  /* replace with mobile navigation - uses JS to toggle classes to open and close the menu */
  /* / Mobile MQ */ }
  .main-nav:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 1024px) {
    .main-nav {
      margin-top: 30px; } }
  .main-nav ul.main_menu {
    text-align: right;
    margin: 0;
    padding: 5px 0 0 0;
    line-height: 1;
    /* / li */
    /* dropdown hover trigger */ }
    .main-nav ul.main_menu li {
      display: inline-block;
      list-style-type: none;
      margin: 0 15px;
      padding: 0;
      position: relative;
      cursor: pointer;
      line-height: 1;
      /* drop down menu: ul li ul */
      /* / li ul */ }
      @media (min-width: 1250px) {
        .main-nav ul.main_menu li {
          margin: 0 30px; } }
      .main-nav ul.main_menu li a, .main-nav ul.main_menu li a:visited {
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: all 0.5s ease-out;
        border-bottom: 1px solid transparent;
        line-height: 1;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 400;
        padding: 10px 0;
        color: #02565e; }
        @media (min-width: 1500px) {
          .main-nav ul.main_menu li a, .main-nav ul.main_menu li a:visited {
            letter-spacing: 2px; } }
      .main-nav ul.main_menu li a:hover {
        text-decoration: none;
        color: #081d23; }
      .main-nav ul.main_menu li ul {
        padding: 0;
        margin: 0;
        position: absolute;
        top: 20px;
        left: 0;
        width: 200px;
        display: none;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease-out;
        /* / li ul li */ }
        .main-nav ul.main_menu li ul li {
          display: block;
          float: none;
          width: 100%;
          text-align: left;
          margin: 0; }
          .main-nav ul.main_menu li ul li a {
            border-top: 1px solid #fff;
            padding: 15px;
            display: block;
            background: #f2f2f2;
            color: #02565e; }
          .main-nav ul.main_menu li ul li a:hover {
            background: #a5c5c0;
            color: #02565e; }
        .main-nav ul.main_menu li ul li.current-menu-item > a {
          border-bottom: none; }
    .main-nav ul.main_menu li:last-of-type {
      margin-right: 0;
      /* drop down menu: ul li ul */ }
      .main-nav ul.main_menu li:last-of-type ul {
        /* so the sub menu doesnt push off the screen on the right position it from the right */
        left: auto;
        right: 0; }
    .main-nav ul.main_menu li:hover ul {
      display: block;
      opacity: 1;
      visibility: visible; }
    .main-nav ul.main_menu li.current-menu-item > a {
      border-bottom: 1px solid #a5c5c0; }
    .main-nav ul.main_menu li:first-of-type a {
      border-bottom: 1px solid transparent; }
  @media (max-width: 980px) {
    .main-nav {
      background-color: #02565e;
      padding: 90px 10px 0 10px;
      width: 90%;
      height: 100%;
      height: 90vh;
      position: fixed;
      top: 0;
      left: 10px;
      margin: 10px auto;
      z-index: 999;
      right: 0;
      left: 0;
      margin-right: auto;
      margin-left: auto;
      /* give it dimensions */
      min-height: 10em;
      width: 94%;
      /* Move the menu offscreen initially */
      -ms-transform: translateY(-150%);
      transform: translateY(-150%); }
      .main-nav ul.main_menu {
        padding-left: 10px;
        width: 100%;
        /* / li */ }
        .main-nav ul.main_menu li {
          display: block;
          float: none;
          text-align: left;
          width: 100%;
          margin: 10px 0;
          padding: 0;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
          .main-nav ul.main_menu li a, .main-nav ul.main_menu li a:visited {
            padding: 10px 10px 10px 10px;
            line-height: 1.4;
            color: #fff;
            text-decoration: none;
            display: block;
            font-weight: bold;
            font-size: 0.813rem;
            text-align: left;
            text-transform: uppercase;
            border-bottom: none; }
          .main-nav ul.main_menu li a:hover {
            color: #fff;
            text-decoration: none; }
        .main-nav ul.main_menu li.menu-item-has-children a {
          background-image: url("../img/plus-icon.svg");
          background-position: 98% center;
          background-size: 10px;
          background-repeat: no-repeat; }
        .main-nav ul.main_menu li.menu-item-has-children ul {
          padding: 10px 0;
          margin: 0;
          position: relative;
          top: auto;
          left: auto;
          width: 100%;
          display: none;
          opacity: 1;
          visibility: hidden;
          border-top: 1px solid rgba(255, 255, 255, 0.2);
          border-bottom: none; }
          .main-nav ul.main_menu li.menu-item-has-children ul li {
            display: block;
            float: none;
            width: 100%;
            text-align: left;
            border-bottom: none; }
            .main-nav ul.main_menu li.menu-item-has-children ul li a {
              background-image: none;
              border-top: none;
              padding: 10px 10px;
              display: block;
              background: transparent;
              color: #fff;
              font-size: 0.750rem;
              opacity: 0.8; }
        .main-nav ul.main_menu li.menu-item-has-children ul.expand-sub-menu {
          display: block;
          visibility: visible; }
        .main-nav ul.main_menu li:last-of-type {
          /* drop down menu: ul li ul reset */ }
          .main-nav ul.main_menu li:last-of-type ul {
            left: auto;
            right: auto; }
        .main-nav ul.main_menu li.current-menu-item > a {
          border-bottom: none; } }

/* / main-nav */
.res-menu-wrap {
  display: none; }
  @media (max-width: 980px) {
    .res-menu-wrap {
      display: block;
      position: absolute;
      top: 10px;
      right: 0;
      z-index: 1000; } }
  .res-menu-wrap button {
    background-color: transparent; }

a.hamburger, a.hamburger:visited {
  font-size: 2rem;
  text-align: right;
  color: #02565e;
  height: 40px;
  width: 40px;
  display: block; }

a.hamburger:hover {
  text-decoration: none;
  color: #02565e; }

.is-active {
  color: #fff; }

@media (max-width: 980px) {
  nav.rn-nav-closed {
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
    transition: all 1s; } }

@media (max-width: 980px) {
  nav.rn-nav-open {
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all 1s; } }

a.rn-icon-cancel {
  display: none; }

/* CUSTOM MODAL BOX */
/* The Modal (background) */
.modal:before {
  display: block;
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #252525;
  /*background-image: url('../images/dummies/modal-pattern.png');*/
  background-size: cover;
  opacity: 0.9;
  z-index: -1; }

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 2000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  /* end .modal-content */ }
  .modal .modal-content {
    background-color: #fff;
    margin: 5% auto;
    /* 15% from the top and centered */
    padding: 40px;
    width: 90%;
    max-width: 1000px;
    position: relative; }
    @media (max-width: 736px) {
      .modal .modal-content {
        padding: 20px; } }
    .modal .modal-content img {
      max-width: 100%;
      margin: 20px auto; }
    .modal .modal-content .modal-end-buttons {
      text-align: center; }
      .modal .modal-content .modal-end-buttons .button {
        font-size: 16px;
        font-size: 1rem;
        margin: 30px 10px; }
    .modal .modal-content .close_text {
      font-size: 14px;
      font-size: 0.875rem;
      color: #000;
      text-decoration: underline;
      display: block; }
      .modal .modal-content .close_text:hover {
        opacity: 0.5; }
    .modal .modal-content h4 {
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px;
      margin-top: 30px; }
    .modal .modal-content p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5; }
      @media (max-width: 980px) {
        .modal .modal-content p {
          font-size: 14px;
          font-size: 0.875rem; } }

/* end .modal */
.proj-grid {
  width: 94%;
  margin: 0 auto 100px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .proj-grid .proj-grid-item, .proj-grid .proj-grid-item:visited {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-decoration: none;
    outline: none;
    border: none;
    position: relative; }
    @media (min-width: 1250px) {
      .proj-grid .proj-grid-item, .proj-grid .proj-grid-item:visited {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; } }
    @media (max-width: 980px) {
      .proj-grid .proj-grid-item, .proj-grid .proj-grid-item:visited {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
    .proj-grid .proj-grid-item .pgi-image-wrap, .proj-grid .proj-grid-item:visited .pgi-image-wrap {
      height: 500px;
      background-size: cover;
      background-position: center center;
      filter: grayscale(100%); }
      @media (max-width: 736px) {
        .proj-grid .proj-grid-item .pgi-image-wrap, .proj-grid .proj-grid-item:visited .pgi-image-wrap {
          height: 300px; } }
    .proj-grid .proj-grid-item .pgi-title, .proj-grid .proj-grid-item:visited .pgi-title {
      position: absolute;
      top: 40px;
      left: 40px; }
      @media (max-width: 980px) {
        .proj-grid .proj-grid-item .pgi-title, .proj-grid .proj-grid-item:visited .pgi-title {
          top: 30px;
          left: 20px; } }
      .proj-grid .proj-grid-item .pgi-title h3, .proj-grid .proj-grid-item:visited .pgi-title h3 {
        color: #fff; }
        .proj-grid .proj-grid-item .pgi-title h3 span, .proj-grid .proj-grid-item:visited .pgi-title h3 span {
          background-color: #081d23;
          padding: 5px 10px; }
      .proj-grid .proj-grid-item .pgi-title p, .proj-grid .proj-grid-item:visited .pgi-title p {
        color: #fff; }
        .proj-grid .proj-grid-item .pgi-title p span, .proj-grid .proj-grid-item:visited .pgi-title p span {
          background-color: #a5c5c0;
          padding: 5px 10px; }
  .proj-grid .proj-grid-item:hover {
    opacity: 0.7; }

.project-hero-banner {
  width: 94%;
  margin: 0 auto;
  background-color: #02565e;
  background-image: url("../img/siesmec-texture-1400.jpg");
  background-size: cover; }
  .project-hero-banner:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 980px) {
    .project-hero-banner {
      width: 90%; } }
  .project-hero-banner .featured-project-images {
    width: 66.666666%;
    float: left; }
    @media (max-width: 980px) {
      .project-hero-banner .featured-project-images {
        width: 100%; } }
    .project-hero-banner .featured-project-images .swiper-container-feature-projects {
      position: relative; }
      .project-hero-banner .featured-project-images .swiper-container-feature-projects .swiper-slide .fp-image-wrap {
        position: relative; }
        .project-hero-banner .featured-project-images .swiper-container-feature-projects .swiper-slide .fp-image-wrap .fp-image {
          width: 100%;
          height: 600px;
          background-size: cover;
          background-position: center center; }
          @media (max-width: 980px) {
            .project-hero-banner .featured-project-images .swiper-container-feature-projects .swiper-slide .fp-image-wrap .fp-image {
              height: 400px; } }
      @media (max-width: 980px) {
        .project-hero-banner .featured-project-images .swiper-container-feature-projects .swiper-button-prev, .project-hero-banner .featured-project-images .swiper-container-feature-projects .swiper-button-next {
          display: none; } }
      .project-hero-banner .featured-project-images .swiper-container-feature-projects .swiper-pagination-f-projects {
        position: absolute;
        text-align: right;
        bottom: 20px;
        right: 0;
        padding-right: 40px;
        z-index: 800; }
        @media (max-width: 980px) {
          .project-hero-banner .featured-project-images .swiper-container-feature-projects .swiper-pagination-f-projects {
            text-align: center;
            bottom: 10px;
            padding-right: 0; } }
  .project-hero-banner .featured-project-map {
    width: 33.333333333%;
    float: left; }
    @media (max-width: 980px) {
      .project-hero-banner .featured-project-map {
        width: 100%;
        display: none; } }
    .project-hero-banner .featured-project-map .fp-map {
      width: 100%;
      height: 600px;
      background-size: cover;
      background-position: center center; }
      @media (max-width: 980px) {
        .project-hero-banner .featured-project-map .fp-map {
          height: 400px; } }

.project-page-title {
  margin: 30px auto; }
  .project-page-title p {
    margin: 5px 0; }

.project-details {
  width: 94%;
  max-width: 1160px;
  margin: 60px auto 100px auto;
  position: relative; }
  .project-details:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 980px) {
    .project-details {
      margin: 30px auto 30px auto;
      width: 90%; } }
  .project-details .general-project-details {
    width: 60%;
    float: left; }
    @media (max-width: 980px) {
      .project-details .general-project-details {
        width: 100%;
        float: none; } }
    .project-details .general-project-details h2, .project-details .general-project-details h3, .project-details .general-project-details h4, .project-details .general-project-details h5, .project-details .general-project-details h6 {
      font-family: "din-2014", sans-serif;
      line-height: 1.3; }
  .project-details .project-highlights {
    width: 35%;
    float: right; }
    @media (max-width: 980px) {
      .project-details .project-highlights {
        width: 100%;
        float: none;
        margin-top: 60px; } }
    .project-details .project-highlights h3 {
      color: #02565e;
      text-transform: uppercase;
      border-bottom: 3px solid #a5c5c0;
      padding-bottom: 10px;
      font-family: "din-2014", sans-serif;
      font-size: 18px;
      font-size: 1.125rem;
      letter-spacing: 2px; }
    .project-details .project-highlights ul {
      margin: 0 0 30px 0;
      padding: 0;
      border: 1px solid #f2f2f2;
      border-bottom: none; }
      .project-details .project-highlights ul li {
        list-style-type: none;
        margin: 0 0 0 0;
        padding: 20px;
        border-bottom: 1px solid #f2f2f2;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 400;
        position: relative;
        line-height: 1; }
      .project-details .project-highlights ul li:before {
        content: '';
        width: 3px;
        height: 15px;
        background-color: #a5c5c0;
        display: block;
        position: absolute;
        top: 20px;
        left: 0; }
    .project-details .project-highlights p {
      font-size: 16px;
      font-size: 1rem; }

.divider-accent:before {
  content: '';
  width: 30%;
  height: 3px;
  margin: 30px auto;
  background-color: #a5c5c0;
  display: block;
  opacity: 0.3; }



.nf-before-form-content{
	margin-bottom: 15px !important;
}

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

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

ol.numerical-list{
	list-style-type: decimal;
}

ol li{
	list-style: inherit;
}



.general-container .pp-table {
	margin: 30px auto;
}
.general-container .pp-table tbody tr td:first-of-type{
	font-weight: normal;
	color: inherit;
}


.page-id-704 h3{
	margin-top: 90px;
	border-bottom: 3px solid #a5c5c0;
	padding-bottom: 10px;
}

.page-id-704 h4{
	margin: 40px 0 10px 0;
}

:root {
	--swiper-theme-color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
	color: #fff !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	color: #fff !important;
}

.swiper-pagination-bullet {
	background-color: #fff !important;
	opacity: 0.6 !important;
}

.swiper-pagination-bullet-active {
	background-color: #fff !important;
	opacity: 1 !important;
}


/* Cookie Alert Banner */

.cookie-alert {
	position: fixed;
	left: 20px;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	background: #000;
	color: #fff;
	padding: 20px;
	display: none;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cookie-alert.is-visible {
	display: block;
}

.cookie-alert__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.cookie-alert__message {
	flex: 1 1 500px;
}

.cookie-alert__message p {
	margin: 0;
}

.cookie-alert__actions {
	display: flex;
	gap: 12px;
}

.cookie-alert__actions .cookie-alert__button,
.cookie-alert__actions button.cookie-alert__button,
.cookie-alert__actions a.cookie-alert__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	margin: 0;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.2;
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	min-height: auto;
	box-shadow: none;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	transition: all 0.3s ease;
}

.cookie-alert__actions .cookie-alert__button:hover,
.cookie-alert__actions .cookie-alert__button:focus {
	background: #fff;
	color: #000;
	text-decoration: none;
	outline: none;
	opacity: 1;
}