@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600i,700,800");
@font-face {
  font-family: "icomoon";
  src: url("../image/web/font/icomoon.eot?kryh5a");
  src: url("../image/web/font/icomoon.eot?kryh5a#iefix") format("embedded-opentype"), url("../image/web/font/icomoon.ttf?kryh5a") format("truetype"), url("../image/web/font/icomoon.woff?kryh5a") format("woff"), url("../image/web/font/icomoon.svg?kryh5a#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 1024px) {
  :root .hide-tablet-landscape {
    display: none;
  }
}

body {
  font-size: 14px;
  line-height: 24px;
  background-color: #205296;
  color: #333;
}
@media (min-width: 1024px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}

.cta {
  color: #fff;
  float: left;
  font-size: 18px;
  font-weight: 600;
  height: 55px;
  line-height: 55px;
  margin-right: 20px;
  margin-bottom: 10px;
  min-width: 180px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  width: auto;
}
@media (min-width: 1024px) {
  .main-home .webitem_4 .cta {
    display: inline-block;
    float: none;
    margin-right: calc(20px);
  }
}
.cta-dark-blue {
  background-color: #173d6f;
}
.cta-dark-blue:hover {
  background-color: #e66b1f;
  color: #fff;
}
.cta-orange {
  background-color: #e66b1f;
}
.cta-orange:hover {
  background-color: #f2bc41;
  color: #fff;
}
.cta-small {
  font-size: 16px;
  height: calc(55px / 1.5);
  line-height: calc(55px / 1.5);
  min-width: 0;
  padding-left: calc(20px / 2);
  padding-right: calc(20px / 2);
}

html {
  box-sizing: border-box;
}

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

cite {
  float: left;
  width: 100%;
  font-weight: 700;
  font-style: normal;
  padding: 0;
}
@media (min-width: 1024px) {
  cite {
    padding: 0;
  }
}

.blockquote {
  float: left;
  width: 100%;
  font-style: italic;
  line-height: 1.5em;
  margin: 0 0 20px;
  padding: 0;
  position: relative;
}

.intro {
  font-style: italic;
  font-weight: 700;
}

@media (min-width: 425px) {
  .imageright,
  .imageleft {
    float: left;
  }
}

@media (min-width: 425px) {
  .imageright {
    float: right;
  }
}
.imagecenter {
  display: block;
  margin: 0 auto;
}

::-moz-input-placeholder {
  color: tint(#333, 50%);
}

::-ms-input-placeholder {
  color: tint(#333, 50%);
}

::-webkit-input-placeholder {
  color: tint(#333, 50%);
}

:focus::-moz-input-placeholder {
  color: tint(#333, 75%);
}

:focus::-ms-input-placeholder {
  color: tint(#333, 75%);
}

:focus::-webkit-input-placeholder {
  color: tint(#333, 75%);
}

input,
select,
textarea,
button {
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  outline: 0;
}

[type=password],
[type=search],
[type=email],
[type=text],
[type=tel],
[type=url],
select,
textarea {
  -webkit-appearance: none;
  background: #fff;
  border-radius: 0;
  border: 1px solid #ccc;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  padding: 0 15px;
}
@media (min-width: 1200px) {
  [type=password],
  [type=search],
  [type=email],
  [type=text],
  [type=tel],
  [type=url],
  select,
  textarea {
    font-size: 14px;
  }
}
[type=password]:focus,
[type=search]:focus,
[type=email]:focus,
[type=text]:focus,
[type=tel]:focus,
[type=url]:focus,
select:focus,
textarea:focus {
  border: 1px solid shade(#ccc, 25%);
}

[type=password],
[type=search],
[type=email],
[type=text],
[type=tel],
[type=url],
select {
  height: 34px;
}

textarea {
  min-height: 136px;
}

[type=button],
[type=submit],
button {
  background-color: #e66b1f;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  transition: all 0.25s ease-in-out;
  -webkit-appearance: none;
  border: 0;
}
[type=button]:hover,
[type=submit]:hover,
button:hover {
  background-color: shade(#e66b1f, 25%);
}
[type=button]:active,
[type=submit]:active,
button:active {
  margin-top: 1px;
}

select[multiple] {
  height: auto;
  max-height: 200px;
  padding-bottom: 15px;
  padding-top: 15px;
}
select:not([multiple]) {
  background: url("data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==") no-repeat right 10px center;
}
select option {
  padding: 5px 10px;
}

textarea {
  max-width: 100%;
  min-height: 200px;
  padding-bottom: 10px;
  padding-top: 10px;
  resize: vertical;
}

label {
  padding-right: 20px;
}

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

hr {
  float: left;
  width: 100%;
  background-color: #ccc;
  border: 0;
  height: 1px;
}

figure {
  margin: 0;
}

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

a {
  color: #e66b1f;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: shade(#e66b1f, 15%);
}
a img {
  border: 0;
  text-decoration: none;
}

html {
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

figure {
  margin: 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

b,
strong {
  font-weight: inherit;
  font-weight: bold;
}

main table:not(.formtable) {
  border-right: 0;
  border-bottom: 0;
  margin: 0 0 1.5em;
  overflow-x: auto;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  main table:not(.formtable) {
    overflow-x: hidden;
    white-space: normal;
  }
}
main table:not(.formtable) th,
main table:not(.formtable) td {
  padding: 0.5em 0.75em 0.5em 0;
  text-align: left;
}
main table:not(.formtable) th {
  background: #333;
  color: #fff;
}

body {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
}
@media (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5 {
  color: #173d6f;
  font-weight: 700;
  line-height: 1.25em;
  margin: 0;
}

blockquote {
  float: left;
  width: 100%;
  font-style: italic;
  line-height: 1.5em;
  margin: 0 0 20px;
  padding: 0;
  position: relative;
}
blockquote p {
  margin-bottom: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 20px;
}
ul li p,
ol li p {
  display: inline;
}

ul {
  list-style-type: square;
}

p {
  margin: 0;
}

h1 {
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
h1:first-of-type {
  margin-bottom: 14px;
}

h2 {
  font-size: 22px;
  line-height: 30px;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

h3 {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

h4 {
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1024px) {
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

h5 {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  h5 {
    font-size: 22px;
    line-height: 30px;
  }
}

address {
  font-style: normal;
}

.appartments {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .home .appartments {
    float: right;
    margin-bottom: 0;
    width: calc(100% - 550px);
  }
}
.home .appartments img {
  float: left;
  width: 120px;
  margin-right: 30px;
}
.appartments-item-wrapper .appartments-item {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .appartments-item-wrapper .appartments-item {
    margin-right: 20px;
    width: calc(50% - 20px);
  }
  .appartments-item-wrapper .appartments-item:nth-of-type(odd) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .appartments-item-wrapper .appartments-item {
    width: calc(33.333% - 20px);
  }
  .appartments-item-wrapper .appartments-item:nth-of-type(odd) {
    clear: none;
  }
  .appartments-item-wrapper .appartments-item:nth-of-type(4n+4) {
    clear: left;
  }
}
.appartments-item-outer-wrapper {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .appartments-item-outer-wrapper {
    margin-bottom: 40px;
    width: calc(100% + 20px);
  }
  .appartments-item-outer-wrapper hr {
    width: calc(100% - 20px);
  }
}
@media (min-width: 1200px) {
  .appartments-item-outer-wrapper {
    width: calc(100% + 40px);
  }
  .appartments-item-outer-wrapper hr {
    width: calc(100% - 40px);
  }
}
@media (min-width: 1024px) {
  .appartments-item-outer-wrapper {
    padding-top: 80px;
    margin-top: -60px;
  }
}
.appartments-item {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.home .appartments-item {
  border: 0;
}
.appartments-item-img {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .appartments-item-img {
    height: 165px;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .appartments-item-img img {
    width: 100%;
  }
}
.appartments-item h3 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .appartments-item h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
.appartments-item h3 a {
  color: #173d6f;
}
.appartments-item h3 a:hover {
  color: #e66b1f;
}
.appartments-item p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
}
.appartments-item p:last-of-type {
  margin-bottom: 0;
}
.appartments-item-text {
  float: left;
  width: 100%;
  min-height: 150px;
  padding: 10px 15px 20px;
}
.home .appartments-item-text {
  min-height: 0;
  padding: 0;
  position: relative;
  top: -8px;
  width: calc(100% - 152px);
}

.available-project {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  max-width: 450px;
  min-height: 330px;
}
@media (min-width: 1024px) {
  .available-project {
    margin-right: 20px;
    width: calc(50% - 20px);
  }
  .available-project:nth-of-type(odd) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .available-project {
    width: calc(33.333% - 20px);
  }
  .available-project:nth-of-type(odd) {
    clear: none;
  }
  .available-project:nth-of-type(4n+4) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .available-project:nth-of-type(4n+4) {
    clear: none;
  }
  .available-project:nth-of-type(3n+3) {
    clear: none;
  }
}
.available-project-outer-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .available-project-outer-wrapper {
    margin-bottom: 40px;
    width: calc(100% + 20px);
  }
  .available-project-outer-wrapper hr {
    width: calc(100% - 20px);
  }
}
@media (min-width: 1200px) {
  .available-project-outer-wrapper {
    width: calc(100% + 40px);
  }
  .available-project-outer-wrapper hr {
    width: calc(100% - 40px);
  }
}
@media (min-width: 1024px) {
  .available-project-outer-wrapper {
    padding-top: 80px;
    margin-top: -60px;
  }
}
.available-project-image {
  float: left;
  width: 100%;
  max-height: 165px;
  overflow: hidden;
}
.available-project-meta {
  float: left;
  width: 100%;
  font-size: 13px;
  padding: 10px 15px 20px;
}
.available-project-meta h3 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
.available-project-meta span {
  float: left;
  font-size: 13px;
  line-height: 22px;
}
.available-project-meta-label {
  width: 160px;
}
.available-project-meta-inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 160px);
}
.available-project-meta p {
  margin-bottom: 0;
  line-height: 22px;
}

.available-view {
  float: left;
  width: 100%;
  margin-top: 28px;
}

.back-link {
  font-weight: 700;
  position: relative;
  text-transform: lowercase;
  top: 6px;
}
.back-link:before {
  content: "\f053";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  font-size: 14px;
  padding-right: 5px;
  position: relative;
  top: 2px;
}

.banners {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.content .banners {
  margin-bottom: 0;
}
@media (min-width: 560px) {
  .banners {
    width: calc(100% + 30px);
  }
}
.banners .webitem {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 560px) {
  .banners .webitem {
    margin-right: 30px;
    max-width: none;
    width: calc(50% - 30px);
  }
}
@media (min-width: 768px) {
  .banners .webitem {
    width: calc(33.333% - 30px);
  }
}
@media (min-width: 1024px) {
  .banners .webitem {
    width: calc(25% - 30px);
  }
}
@media (min-width: 1024px) {
  .content .banners .webitem {
    width: calc(33.333% - 30px);
  }
}
.banners-item {
  float: left;
  width: 100%;
  color: #fff;
  cursor: pointer;
  margin-bottom: 30px;
  min-height: 235px;
  position: relative;
  text-align: center;
}
.banners-item:hover {
  color: #fff;
  transform: scale(1.05);
}
.banners-item-top {
  font-size: 18px;
  left: 20px;
  line-height: 24px;
  position: absolute;
  right: 20px;
  top: 15px;
}
.banners-item-bottom {
  bottom: 15px;
  font-size: 14px;
  left: 20px;
  line-height: 19px;
  position: absolute;
  right: 20px;
}
.banners-item-icon {
  bottom: 55px;
  color: #fff;
  font-size: 100px;
  left: 20px;
  position: absolute;
  right: 20px;
  text-align: center;
  transition: all 0.25s ease-in-out;
  width: calc(100% - 40px);
}
.banners-item-icon-youtube:before {
  content: "\f166";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.banners-item-icon-whatsapp:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  font-size: 95px;
}
.banners-item-icon-twitter:before {
  content: "\f099";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.banners-item-icon-instagram:before {
  content: "\f16d";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.banners-item-icon-ster:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.banners-item-icon-afspelen:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.banners-item-icon-telefoon:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.banners-item-icon-home:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.banners-item-icon-globe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.banners-item-icon-klok:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.banners-item-icon-check:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.banners-item-icon-reacties:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.banners-item-icon-kalender:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  font-size: 85px;
}
.banners-item-lichtblauw {
  background-color: #459Edd;
}
.banners-item-lichtblauw .banners-item-top strong {
  color: #173d6f;
}
.banners-item-lichtblauw .banners-item-bottom {
  color: #173d6f;
}
.banners-item-lichtblauw .banners-item-bottom strong {
  color: #fff;
}
.banners-item-lichtblauw:hover .banners-item-icon {
  color: #173d6f;
}
.banners-item-donkerblauw {
  background-color: #173d6f;
}
.banners-item-donkerblauw .banners-item-top strong {
  color: #459Edd;
}
.banners-item-donkerblauw .banners-item-bottom {
  color: #459Edd;
}
.banners-item-donkerblauw .banners-item-bottom strong {
  color: #fff;
}
.banners-item-donkerblauw:hover .banners-item-icon {
  color: #459Edd;
}
.banners-item-blauw {
  background-color: #205296;
}
.banners-item-blauw .banners-item-top strong {
  color: #84b444;
}
.banners-item-blauw .banners-item-bottom {
  color: #84b444;
}
.banners-item-blauw .banners-item-bottom strong {
  color: #fff;
}
.banners-item-blauw:hover .banners-item-icon {
  color: #84b444;
}
.banners-item-geel {
  background-color: #f2bc41;
}
.banners-item-geel .banners-item-top strong {
  color: #d44137;
}
.banners-item-geel .banners-item-bottom {
  color: #d44137;
}
.banners-item-geel .banners-item-bottom strong {
  color: #fff;
}
.banners-item-geel:hover .banners-item-icon {
  color: #d44137;
}
.banners-item-rood {
  background-color: #d44137;
}
.banners-item-rood .banners-item-top strong {
  color: #f2bc41;
}
.banners-item-rood .banners-item-bottom {
  color: #f2bc41;
}
.banners-item-rood .banners-item-bottom strong {
  color: #fff;
}
.banners-item-rood:hover .banners-item-icon {
  color: #f2bc41;
}
.banners-item-groen {
  background-color: #84b444;
}
.banners-item-groen .banners-item-top strong {
  color: #205296;
}
.banners-item-groen .banners-item-bottom {
  color: #205296;
}
.banners-item-groen .banners-item-bottom strong {
  color: #fff;
}
.banners-item-groen:hover .banners-item-icon {
  color: #205296;
}
.banners-item-oranje {
  background-color: #e66b1f;
}
.banners-item-oranje .banners-item-top strong {
  color: #f2bc41;
}
.banners-item-oranje .banners-item-bottom {
  color: #f2bc41;
}
.banners-item-oranje .banners-item-bottom strong {
  color: #fff;
}
.banners-item-oranje:hover .banners-item-icon {
  color: #f2bc41;
}

.content {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .content {
    float: right;
    width: calc(100% - (233px + 30px));
  }
}
.content ul {
  margin-left: 20px;
}
.content ol {
  margin-left: 16px;
}
.content-small {
  float: none;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .content-large {
    width: 100%;
  }
}
.content-header {
  margin-bottom: 30px;
  margin-left: -20px;
  margin-top: -50px;
  width: calc(100% + (20px * 2));
}
@media (min-width: 1024px) {
  .content-header {
    margin-left: 0;
    width: 100%;
  }
}
.content-header img {
  max-width: none;
  width: 100%;
}
.content-sidebar {
  float: left;
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .content-sidebar {
    width: calc(100% + 20px);
  }
}
.content-sidebar .webitem {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .content-sidebar .webitem {
    margin-right: 20px;
    width: calc(50% - 20px);
  }
  .content-sidebar .webitem:nth-of-type(odd) {
    clear: left;
  }
}

.error {
  color: #d44137;
}

.extended-news {
  float: left;
  width: 100%;
}
.extended-news a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 120px);
}
.extended-news small {
  float: left;
  text-align: right;
  width: 120px;
}

.webitem_59 {
  padding-left: 19px;
}

.paragraphexpand_explode,
.paragraphexpand_implode {
  position: relative;
}
.paragraphexpand_explode::before,
.paragraphexpand_implode::before {
  background-color: #000;
  content: "";
  height: 7px;
  left: -17px;
  position: absolute;
  top: 8px;
  width: 7px;
}

.prev-button,
.next-button,
.send-button {
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  margin-top: 15px;
  padding: 7px 14px;
  text-transform: uppercase;
}
.prev-button:hover,
.next-button:hover,
.send-button:hover {
  color: #fff;
}

.prev-button {
  background-color: #333;
}
.prev-button:hover {
  background-color: #333;
}

.next-button {
  background-color: #459Edd;
}
.next-button:hover {
  background-color: #205296;
}

.send-button {
  background-color: #d44137;
}
.send-button:hover {
  background-color: #9d2a22;
}

.formnotify {
  float: left;
  width: 100%;
  background-color: #d44137;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.formtable {
  font-size: 14px;
  line-height: 24px;
  border: 0;
  width: 100%;
}
.formtable td,
.formtable th {
  display: block;
  border: inherit;
  padding: 0 0 10px;
}
@media (min-width: 1024px) {
  .formtable td,
  .formtable th {
    display: table-cell;
  }
}
.formtable td:nth-of-type(2) {
  padding: 0 0 10px;
}
.formtable .formlabel {
  font-weight: 700;
  width: 100%;
}
@media (min-width: 1024px) {
  .formtable .formlabel {
    width: 180px;
  }
}
.formtable .formline,
.formtable .formarea {
  width: 100%;
}
.formtable .formline {
  max-width: 410px;
}
.formtable .formarea {
  max-width: 588px;
}
.formtable .formextra.editlabel {
  font-style: italic;
}

form p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

.location-filter {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.location-filter h1 {
  margin-bottom: 30px;
}
.location-filter-inline-title {
  float: left;
  width: auto;
}
.location-filter-wrap {
  position: relative;
}
.location-filter-tabs {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .location-filter-tabs-inline {
    margin-top: -67px;
  }
}
@media (min-width: 768px) {
  .location-filter-tabs-list {
    margin-left: 180px;
  }
}
@media (min-width: 768px) {
  .location-filter-tabs-available {
    border-right: 1px solid #ccc;
  }
}
.location-filter-tabs ol {
  font-size: 14px;
  line-height: 24px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .location-filter-tabs ol {
    float: right;
    margin-top: 13px;
    margin-bottom: 0;
    width: auto;
  }
}
.location-filter-tabs ol li {
  float: left;
  line-height: 39px;
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 560px) {
  .location-filter-tabs ol li {
    margin-bottom: 0;
    width: auto;
  }
}
.location-filter-tabs ol a {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  color: #333;
  float: left;
  font-weight: 700;
  margin-right: 10px;
  min-width: 108px;
  line-height: 25px;
  padding: 6px 15px;
}
@media (min-width: 560px) {
  .location-filter-tabs ol a {
    margin-right: 0;
    margin-left: 10px;
    min-width: 0;
  }
}
.location-filter-tabs ol a:hover, .location-filter-tabs ol a.active {
  border: 1px solid #e66b1f;
  background-color: #e66b1f;
  color: #fff;
}
@media (min-width: 768px) {
  :root .location-filter-tabs-ol-inline {
    padding-bottom: 13px;
  }
}
.location-filter-tabs .location-filter-tabs-list:before,
.location-filter-tabs .location-filter-tabs-map:before {
  display: inline-block;
  padding-right: 3px;
  position: relative;
  top: 1px;
}
.location-filter-tabs .location-filter-tabs-list:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.location-filter-tabs .location-filter-tabs-map:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.location-filter-tabs ul {
  float: left;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .location-filter-tabs ul {
    margin-bottom: 0;
    width: auto;
  }
}
.location-filter-tabs ul li {
  float: left;
}
.location-filter-tabs ul li:last-of-type a {
  border-right: 1px solid #ccc;
}
.location-filter-tabs ul a {
  border: 1px solid #ccc;
  background-color: rgba(204, 204, 204, 0.25);
  border-bottom: 1px solid #ccc;
  color: #999;
  float: left;
  margin-bottom: 10px;
  font-weight: 700;
  padding: 5px 10px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .location-filter-tabs ul a {
    position: relative;
    border-right: none;
    margin-bottom: 0;
    border-bottom: none;
    margin-right: 0;
    padding: 10px 20px;
  }
}
.location-filter-tabs ul a.active {
  background-color: #fff;
  color: #205296;
}
@media (min-width: 768px) {
  .location-filter-tabs ul a.active:after {
    background-color: #fff;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
.location-filter-search .search-regular-input {
  width: 150px;
}
@media (min-width: 500px) {
  .location-filter-search .search-regular-input {
    width: 250px;
  }
}
@media (min-width: 768px) {
  .location-filter-search {
    position: absolute;
    top: -60px;
    right: 0;
  }
  .location-filter-search .search-regular {
    margin-bottom: 15px;
  }
}

.location-filter-provinces-menu {
  float: left;
  width: 100%;
  clear: left;
  margin-bottom: 30px;
  max-width: 640px;
}
.location-filter-provinces-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.location-filter-provinces-menu ul li {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .location-filter-provinces-menu ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .location-filter-provinces-menu ul li {
    padding-right: 40px;
    width: 33.333%;
  }
}
.location-filter-provinces-menu ul a {
  font-weight: 700;
}

.logo {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 110px;
}

.menu4 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu4__li--selected {
  font-weight: 700;
}
:root .menu4 a {
  font-size: 12px;
}

.meta {
  font-size: 14px;
  line-height: 24px;
}
.meta-row {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
}
.meta-row:last-of-type {
  border-bottom: 0;
}
.meta-row-label {
  float: left;
  width: 120px;
}
.meta-row-content {
  float: left;
  width: calc(100% - 120px);
}

.nextlink,
.more-link {
  color: #e66b1f;
  font-weight: 700;
}
.nextlink:after,
.more-link:after {
  content: "\f054";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  font-size: 13px;
  padding-left: 4px;
  position: relative;
  top: 2px;
}

.nav-toggle {
  cursor: pointer;
  float: right;
  height: 40px;
  margin-top: 20px;
  position: relative;
  width: 40px;
}
@media (min-width: 1024px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle-line {
  background-color: #205296;
  height: 3px;
  left: 8px;
  position: absolute;
  transform-origin: center;
  transition: all 0.25s ease-in-out;
  width: 24px;
}
.nav-toggle-line:nth-child(1) {
  transform: translateY(11px);
}
.navigation-active .nav-toggle-line:nth-child(1) {
  transform: rotate(-45deg) translate(-14px, 14px);
}
.nav-toggle-line:nth-child(2) {
  transform: translateY(19px);
}
.navigation-active .nav-toggle-line:nth-child(2) {
  opacity: 0;
}
.nav-toggle-line:nth-child(3) {
  transform: translateY(27px);
}
.navigation-active .nav-toggle-line:nth-child(3) {
  transform: rotate(45deg) translate(14px, 13.5px);
}

.news {
  float: left;
  width: 100%;
  max-width: 550px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .news {
    margin-bottom: 0;
  }
}
.news-item {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.news-item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .news-item {
    margin-right: 50px;
    margin-bottom: 0;
    width: 210px;
  }
}
.news-item img {
  display: block;
  margin-bottom: 15px;
}
.news-item h3 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .news-item h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
.news-item h3 a {
  color: #173d6f;
}
.news-item h3 a:hover {
  color: #e66b1f;
}
.news-item p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.news-item p:last-of-type {
  margin-bottom: 0;
}

.overview {
  float: left;
  width: 100%;
}
.overview-images {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  max-width: 250px;
}
@media (min-width: 1024px) {
  .overview-images {
    padding-right: 30px;
  }
}
.overview-images-large {
  display: block;
}
.overview-images-small {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  width: calc(25% - 4px);
}
.overview-images a:last-of-type .overview-images-small {
  margin-right: 0;
}
.overview-text {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .overview-text {
    width: calc(100% - 250px);
  }
}
.overview-text-meta {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .overview-text-meta strong {
    display: inline-block;
    width: 200px;
  }
}
.overview-text-info {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.overview-text-metalarge {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .overview-text-metalarge {
    width: calc(100% - 250px);
  }
}
.overview-text-metalarge:last-of-type {
  margin-bottom: 0;
}
.overview-text-metalarge-label {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .overview-text-metalarge-label {
    width: 200px;
  }
}
.overview-text-metalarge-content {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .overview-text-metalarge-content {
    width: calc(100% - 200px);
  }
}
.overview-appartments-items-inner {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.overview-appartments-items-inner:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.pagemenu {
  float: left;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  padding: 15px 20px;
}
@media (min-width: 1024px) {
  .pagemenu {
    border: 0;
    margin-bottom: 30px;
    padding: 0;
  }
}
.pagemenu > li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}
.pagemenu > li:first-of-type {
  border-top: 1px solid #ccc;
}
.pagemenu a {
  float: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #205296;
  font-size: 14px;
  line-height: 30px;
}
.pagemenu a:hover {
  color: #e66b1f;
}
.pagemenu .menu3-selected,
.pagemenu .menu-2-parent-selected > a {
  font-weight: 700;
}
.pagemenu .main-nav-dropdown-sub {
  float: left;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-left: 2px solid #ccc;
  margin-bottom: 10px;
  margin-top: 5px;
  padding-left: 15px;
}

.pages {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px 30px;
  margin-top: 40px;
}
.pages-title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .pages-title {
    font-size: 22px;
    line-height: 30px;
  }
}
.pages .webitem {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .home .pages {
    margin-top: 80px;
  }
}

.search-div {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.search-div:last-of-type {
  border-bottom: 0;
}

.search-form-extended {
  float: left;
  width: 100%;
}
.search-form-extended .formline {
  margin-bottom: 15px;
}
.search-form-extended .formbut {
  margin-bottom: 15px;
}
.search-form-extended #searchExtendedHref {
  margin-left: 15px;
}
.search-form-extended #searchExtendedDiv {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px 15px;
  margin-bottom: 28px;
}

.search-form {
  border-radius: 3px;
  border: 2px solid #205296;
  clear: both;
  float: left;
  width: calc(235px + (2px * 2));
}
.search-form ::-moz-input-placeholder {
  color: #205296;
}
.search-form ::-ms-input-placeholder {
  color: #205296;
}
.search-form ::-webkit-input-placeholder {
  color: #205296;
}
.search-form :focus::-moz-input-placeholder {
  color: #205296;
}
.search-form :focus::-ms-input-placeholder {
  color: #205296;
}
.search-form :focus::-webkit-input-placeholder {
  color: #205296;
}
.search-form-input {
  border: 0;
  color: #205296;
  float: left;
  font-style: italic;
  font-weight: 700;
  height: 35px;
  width: calc(100% - 35px);
}
.search-form-input:focus {
  border: 0;
}
.search-form-button {
  background-color: #fff;
  color: #205296;
  float: left;
  height: 35px;
  line-height: 35px;
  padding: 0;
  text-align: center;
  width: 35px;
}
.search-form-button:before {
  content: "\f002";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.search-form-button:hover {
  background-color: #fff;
  color: #205296;
}

.search-regular {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.search-regular-input, .search-regular-button {
  float: left;
}
.search-regular-input {
  margin-right: 10px;
}

.sidebar {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .sidebar {
    min-height: 1px;
    margin-right: 30px;
    width: 233px;
  }
}

.socials {
  float: left;
  width: 100%;
}
.main .socials {
  margin-top: 30px;
}
.socials-label {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
}
@media (min-width: 768px) {
  .socials-label {
    margin-right: 20px;
    width: auto;
  }
}
.socials-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .socials-list {
    float: left;
  }
}
.socials-list li {
  float: left;
  margin-right: 10px;
}
.socials-list li:last-of-type {
  margin-right: 0;
}
.socials-list a {
  background-color: #173d6f;
  border-radius: 100%;
  float: left;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
:root .socials-list a {
  color: #fff;
}
.socials-list a:hover {
  background-color: #e66b1f;
}
.socials-list-facebook:before {
  content: "\f09a";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.socials-list-twitter:before {
  content: "\f099";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.socials-list-x:before {
  content: "\e900";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.socials-list-linkedin:before {
  content: "\f0e1";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.socials-list-youtube:before {
  content: "\f166";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.socials-list-instagram:before {
  content: "\f16d";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.socials-list-mail:before {
  content: "\f0e0";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}

.to-top {
  background-color: #e66b1f;
  bottom: 20px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 20px;
  text-align: center;
  transition: all 0.5s ease-in-out;
  width: 40px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .to-top {
    bottom: 40px;
    height: 50px;
    line-height: 50px;
    right: 40px;
    width: 50px;
  }
}
.to-top:before {
  content: "\f0da";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  color: #fff;
  display: block;
  font-size: 28px;
  transform: rotate(-90deg);
}
.to-top:hover {
  background-color: #d44137;
}
.show-to-top .to-top {
  opacity: 1;
  pointer-events: auto;
}

.vacancy-detail {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.vacancy-detail-hgroup {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.vacancy-detail-hgroup h1 {
  margin-bottom: 15px;
}
.vacancy-detail-hgroup h2 {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .vacancy-detail-hgroup h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.vacancy-detail-meta {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .vacancy-detail-meta {
    float: right;
    width: 320px;
  }
}
.vacancy-detail-meta-image {
  border: 1px solid #ccc;
  display: block;
  margin-bottom: 10px;
  padding: 3px;
  transition: all 0.25s ease-in-out;
}
.vacancy-detail-meta-image:hover {
  border-color: #205296;
}
.vacancy-detail-description {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .vacancy-detail-description {
    margin-bottom: 0;
    padding-right: 30px;
    width: calc(100% - 320px);
  }
}
@media (min-width: 1200px) {
  .vacancy-detail-description {
    padding-right: 60px;
  }
}

.vacancy-nextlink-inline {
  padding-left: 10px;
}

.vacancy-overview {
  float: left;
  width: 100%;
}
.vacancy-overview h2 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 14px;
}
@media (min-width: 1024px) {
  .vacancy-overview h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.vacancy-overview-col {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .vacancy-overview-col {
    margin-bottom: 0;
    padding-right: 20px;
  }
}
.vacancy-overview-col-nextlink {
  float: left;
  width: 100%;
  margin-top: 28px;
}
@media (min-width: 768px) {
  .vacancy-overview-col-small {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .vacancy-overview-col-large {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .vacancy-overview-col-huge {
    width: 75%;
  }
}
.vacancy-overview-provinces {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.vacancy-overview-provinces li {
  line-height: 30px;
}
.vacancy-overview-provinces a {
  color: #205296;
}

.vacancy-view-title {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .vacancy-view-title h2 {
    float: left;
    width: calc(100% - 220px);
  }
  .vacancy-view-title .cta {
    float: right;
    margin-bottom: 0;
    margin-right: 0;
  }
}

.vacancy-view-region {
  margin-bottom: 15px;
}

.vacancies-item-outer-wrapper a h2 {
  color: #e66b1f;
}
.vacancies-item-outer-wrapper hr {
  margin-top: 5px;
}
.vacancies-item-outer-wrapper .webitem_211 {
  margin-bottom: 15px;
}

.vacancies-view-hide {
  display: none !important;
}

.video-container {
  float: left;
  width: 100%;
  margin-bottom: 28px;
  max-width: 500px;
}
.video-container-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.webitem {
  float: left;
  width: 100%;
}

.home .webitem_4 {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .home .webitem_4 {
    margin-bottom: 0;
  }
}

.webitem_207 {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  background-color: #205296;
  color: #fff;
  margin-bottom: 20px;
  padding: 15px 32px 15px 20px;
  position: relative;
  font-weight: 700;
}
.webitem_207:after {
  content: "\f0da";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  bottom: 10px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 10px;
}
.webitem_207 a {
  color: inherit;
}
.webitem_207 p {
  display: none;
}

.webitem_204 {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  min-height: 235px;
  padding: 15px 20px 0 20px;
}
.webitem_204 h2 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 9.3333333333px;
}
.webitem_204 p {
  font-style: italic;
}
.webitem_204 div {
  margin-bottom: 20px;
}

.webitem_61 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.webitem_61 a {
  float: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.webitem_210,
.webitem_211 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.webitem_210 h2,
.webitem_210 h3,
.webitem_211 h2,
.webitem_211 h3 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 9.3333333333px;
}
@media (min-width: 1024px) {
  .webitem_210 h2,
  .webitem_210 h3,
  .webitem_211 h2,
  .webitem_211 h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.webitem_210 p,
.webitem_211 p {
  margin-bottom: 9.3333333333px;
}
.webitem_210 hr,
.webitem_211 hr {
  margin-top: 20px;
}

.home .webitem.webitem_217 {
  float: left;
  margin-bottom: 20px;
  width: auto;
}
.home .webitem.webitem_217:last-of-type {
  margin-bottom: 0;
}

.bar {
  float: left;
  width: 100%;
  background-image: url("../image/web/bar.png");
  background-position: top left;
  background-repeat: repeat-x;
  background-size: auto 30px;
  height: 30px;
}

.footer {
  float: left;
  width: 100%;
  background-color: #205296;
  color: #fff;
  padding: 25px 0;
}
@media (min-width: 768px) {
  .footer {
    padding: 35px 0 20px;
  }
}
.footer a {
  color: inherit;
}
.footer-left, .footer-right {
  float: left;
  width: 100%;
  margin-bottom: 22.5px;
}
@media (min-width: 768px) {
  .footer-left, .footer-right {
    width: auto;
  }
}
.footer-left .cta {
  clear: both;
}
@media (min-width: 768px) {
  .footer-left .cta {
    clear: none;
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .footer-right {
    float: right;
    padding-top: 15px;
  }
}
.footer-left-logo {
  float: left;
}
@media (min-width: 768px) {
  .footer-left-logo {
    margin-right: 45px;
  }
}
.footer-credits {
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  border-top: 1px solid #173d6f;
  padding-top: 15px;
}
.footer-credits-left, .footer-credits-right {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-credits-left, .footer-credits-right {
    width: auto;
  }
}
.footer-credits-left {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .footer-credits-left {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .footer-credits-right {
    float: right;
  }
}
.footer-credits-right ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-credits-right li {
  float: left;
}
.footer-credits-right li:after {
  content: "|";
  float: right;
  padding-left: 5px;
  padding-right: 5px;
}
.footer-credits-right li:last-of-type:after {
  display: none;
}
.footer-credits-right a {
  color: #fff;
}
.footer-credits-right a:hover {
  color: #e66b1f;
}

.header {
  float: left;
  width: 100%;
  background-color: #fff;
}
.header .inner {
  position: relative;
}

.header-right {
  float: right;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .header-right {
    margin-bottom: 0;
    margin-top: 39px;
  }
}
.header-right a {
  color: #205296;
}
.header-right a:hover {
  color: #e66b1f;
}
.header-right-search {
  display: none;
}
@media (min-width: 1024px) {
  .header-right-search {
    clear: none;
    display: block;
    height: 34px;
    margin-top: -7px;
    width: 180px;
  }
  .header-right-search button,
  .header-right-search input {
    line-height: 30px;
    height: 30px;
  }
  .header-right-search input {
    font-size: 13px;
  }
}
.header-right-readspeaker {
  float: left;
  margin-right: 10px;
  margin-top: 8px;
}
@media (min-width: 425px) {
  .header-right-readspeaker {
    margin-right: 15px;
  }
}
@media (min-width: 1024px) {
  .header-right-readspeaker {
    margin-top: -7px;
    margin-bottom: 15px;
  }
}
.header-right-topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  clear: none;
  display: none;
  float: left;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .header-right-topnav {
    display: block;
  }
}
.header-right-topnav li {
  float: left;
  padding-right: 15px;
}

.hero {
  float: left;
  width: 100%;
  background-color: #205296;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 275px;
  min-height: 27.5vh;
  position: relative;
}
.hero-text {
  background-color: rgba(0, 0, 0, 0.18);
  color: #fff;
  display: block;
  font-size: 18px;
  left: 50%;
  line-height: 26px;
  max-width: 90%;
  padding: 25px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 1080px;
}
@media (min-width: 560px) {
  .hero-text {
    font-size: 24px;
    line-height: 32px;
    padding: 25px 50px;
  }
}
@media (min-width: 1024px) {
  .hero-text {
    font-size: 32px;
    line-height: 40px;
    max-width: 850px;
  }
}

.inner {
  margin: 0 auto;
  max-width: 1080px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.main {
  float: left;
  width: 100%;
  background-color: #fff;
  padding-top: calc(50px / 2);
  padding-bottom: calc(50px / 2);
  min-height: 50vh;
}
@media (min-width: 1024px) {
  .main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .main-home {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.main-nav {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  background-color: #205296;
  display: none;
  padding: 5px 10px;
  position: relative;
  z-index: 1000;
}
@media (min-width: 1024px) {
  .main-nav {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    display: block !important;
    padding: 0;
  }
}
.main-nav ul {
  list-style-type: none;
  margin: 0;
}
.main-nav li {
  display: inline-block;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .main-nav li {
    float: left;
    width: auto;
  }
}
.main-nav li:hover > a {
  color: #f2bc41;
}
.main-nav li:hover ul {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 1024px) {
  .main-nav-ul {
    left: -12.5px;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .main-nav-dropdown {
    float: left;
    width: 100%;
    background-color: #205296;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    opacity: 0;
    padding: 10px 20px;
    pointer-events: none;
    position: absolute;
    top: 60px;
    transition: all 0.25s ease-in-out;
    width: 280px;
  }
}
.main-nav-dropdown li {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .main-nav-dropdown-sub {
    padding-left: 10px;
  }
}
.main-nav .menu-1 {
  float: left;
  width: 100%;
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
}
@media (min-width: 1024px) {
  .main-nav .menu-1 {
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    width: auto;
  }
  .extranet .main-nav .menu-1 {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .main-nav .menu-1 {
    padding: 0 12.5px;
  }
}
.main-nav .menu-1:hover {
  color: #f2bc41;
}
.main-nav .menu-1-parent-selected > a {
  color: #f2bc41;
}
.main-nav .menu-2 {
  float: left;
  width: 100%;
  color: #fff;
  padding: 2px 0;
}
.main-nav .menu-2:hover {
  color: #f2bc41;
}
.main-nav .menu-2-parent-selected > a {
  color: #f2bc41;
  font-weight: 700;
}
.main-nav-search-form {
  display: block;
  float: none;
  margin: 10px auto 60px auto;
  max-width: 320px;
}
.main-nav .main-nav-dropdown-sub a {
  color: #fff;
  font-size: 12px;
}
.main-nav .main-nav-dropdown-sub a.menu3-selected {
  color: #f2bc41;
  font-weight: 700;
}

.search-page .main #searchExtendedDiv {
  border: 1px solid #ccc;
  padding: 20px 30px 0;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 420px;
}
.search-page .main #searchExtendedHref {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.search-page .main [type=submit] {
  margin-top: 10px;
  width: 162px;
}
.search-page .main .main li {
  float: left;
  width: 100%;
  border-bottom: 2px solid #ccc;
  list-style-type: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.search-page .main .main li b {
  display: block;
}
.search-page .main .main li br {
  display: none;
}
.search-page .main .highlight {
  background-color: #FBED73;
  color: #333;
}

.home .main h1 {
  margin-bottom: 0;
}

.home .main .cta {
  min-width: 200px;
}

:root .rsbtn {
  position: relative;
  z-index: 10000;
}
:root .rsbtn_tooltoggle {
  opacity: 0;
}
:root #readspeaker_button1:before {
  color: #205296;
  content: "\ec6d";
  font-family: hl-icons !important;
  font-size: 18px;
  font-weight: 400;
  left: 10px;
  pointer-events: none;
  position: absolute;
  top: 2px;
  z-index: 1000;
}
:root .rs_addtools .rsbtn_play,
:root .rsbtn .rsbtn_play {
  border-radius: 2px !important;
  border: 2px solid #205296 !important;
  height: 30px;
  padding-left: 21px;
}
:root .rs_addtools .rsbtn_play .rsbtn_left .rsbtn_text span,
:root .rsbtn .rsbtn_play .rsbtn_left .rsbtn_text span {
  line-height: 28px;
}
:root .rs_addtools .rsbtn_play .rsbtn_right,
:root .rsbtn .rsbtn_play .rsbtn_right {
  border-left: 0;
}
:root .rs_addtools .rsbtn_play .rsbtn_right.rsimg,
:root .rsbtn .rsbtn_play .rsbtn_right.rsimg {
  padding: 0;
}
:root .rs_addtools .rsbtn_play .rsbtn_right,
:root .rsbtn .rsbtn_play .rsbtn_right {
  margin: 2px 8px 0 0;
}
:root .rs_addtools .rsbtn_play .rsbtn_left .rsbtn_text::before,
:root .rsbtn .rsbtn_play .rsbtn_left .rsbtn_text::before {
  line-height: 30px;
}
:root .rs_addtools .rsbtn_play .rsbtn_left .rsbtn_text::before,
:root .rsbtn .rsbtn_play .rsbtn_left .rsbtn_text::before,
:root .rs_addtools .rsbtn_play:hover .rsbtn_right::before,
:root .rsbtn .rsbtn_play:hover .rsbtn_right::before,
:root .rs_addtools .rsbtn_play .rsbtn_right:before,
:root .rsbtn .rsbtn_play .rsbtn_right:before,
:root .rs_addtools .rsbtn_play .rsbtn_left .rsbtn_text span,
:root .rsbtn .rsbtn_play .rsbtn_left .rsbtn_text span {
  color: #205296;
}
:root .rs_addtools .rsbtn_toolpanel.vertical,
:root .rsbtn .rsbtn_toolpanel.vertical {
  position: absolute;
}
:root .rs_addtools .rsbtn_tooltoggle,
:root .rsbtn .rsbtn_tooltoggle {
  transform: translate(10px, -7px);
}
:root .rs_addtools .rsbtn_play .rsbtn_left .rsbtn_text::before, :root .rsbtn .rsbtn_play .rsbtn_left .rsbtn_text::before {
  border-left: 1px solid #205296;
  margin-left: -10px;
  padding-left: 10px;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: #fff;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-slider .slide-loading {
  background: url(../image/web/swipebox/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../image/web/swipebox/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.75);
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

.video-swipebox #swipebox-bottom-bar {
  display: none;
}/*# sourceMappingURL=main.css.map */