/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/scss/styles.scss?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
.Anders {
  color: green;
}

.dark-blue {
  color: #05506C !important;
}

.white {
  color: #ffffff;
}

.black {
  color: #000000;
}

.grey {
  color: #535353;
}

.red {
  color: #EB2030;
}

span.red {
  color: #EB2030;
}

.red90 {
  color: #ED3745;
}

span.red90 {
  color: #ED3745;
}

@media (min-width: 0px) and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .container-fluid {
    margin-right: 0;
  }
  .container {
    margin-right: 0;
    width: 94%;
  }
}
@media (min-width: 1200px) and (max-width: 1260px) {
  .container {
    padding-left: 37px !important;
  }
}
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
.list-inline {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.list-inline > li {
  display: inline-block;
  margin-right: 10px;
}
.list-inline > li:last-child {
  margin-right: 0;
}
html[dir=rtl] .list-inline > li {
  margin-right: 0;
  margin-left: 10px;
}
html[dir=rtl] .list-inline > li:last-child {
  margin-left: 0;
}

.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.container-dark-blue > .container {
  position: relative;
  background: #05506C;
}
.container-dark-blue > .container:before {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: #05506C;
  left: 0;
  left: 0.1px;
  margin-left: -1000000px;
  padding-left: 1000000px;
}

.container-blue-100 > .container {
  position: relative;
  background: rgba(5, 80, 108, 0.85);
}
.container-blue-100 > .container:before {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(5, 80, 108, 0.85);
  left: 0;
  left: 0.1px;
  margin-left: -1000000px;
  padding-left: 1000000px;
}

.container-blue-80 > .container {
  background: #377389;
}
.container-blue-80 > .container:before {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: #377389;
  left: 0;
  left: 0.1px;
  margin-left: -1000000px;
  padding-left: 1000000px;
}

.container-blue-60 > .container {
  position: relative;
  background: #6996A7;
}
.container-blue-60 > .container:before {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: #6996A7;
  left: 0;
  left: 0.1px;
  margin-left: -1000000px;
  padding-left: 1000000px;
}

.container-blue-20 > .container {
  position: relative;
  background: #CEDDE2;
}
.container-blue-20 > .container:before {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: #CEDDE2;
  left: 0;
  left: 0.1px;
  margin-left: -1000000px;
  padding-left: 1000000px;
}

.container-blue-10 > .container {
  position: relative;
  background: #E6EDF0;
}
.container-blue-10 > .container.frontpage-content {
  padding-top: 70px;
}
.container-blue-10 > .container.frontpage-content:before {
  margin-left: -1000000px;
  padding-left: 1000000px;
  margin-top: -70px;
  padding-top: 70px;
}
.container-blue-10 > .container:before {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: #E6EDF0;
  left: 0;
  left: 0.1px;
  margin-left: -1000000px;
  padding-left: 1000000px;
}

.container-blue-30 > .container {
  position: relative;
  background: linear-gradient(rgba(5, 80, 108, 0.3), rgba(5, 80, 108, 0.3)), linear-gradient(white, white);
}
.container-blue-30 > .container:before {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(5, 80, 108, 0.3), rgba(5, 80, 108, 0.3)), linear-gradient(white, white);
  left: 0;
  left: 0.1px;
  margin-left: -1000000px;
  padding-left: 1000000px;
}

.cookie-wrapper > .container {
  position: fixed;
  width: 100%;
  z-index: 6;
  bottom: 0;
  right: 0;
  left: 0;
  background: #05506C;
  opacity: 0.95;
  min-height: 100px;
}
.cookie-wrapper > .container::before {
  display: block;
  position: absolute;
  height: 110px;
  width: 100%;
  background: #05506C;
  transform: translateX(-100%) translateX(-10px);
}
.cookie-wrapper > .container::after {
  display: block;
  position: absolute;
  height: 100px;
  width: 100%;
  background: #05506C;
  transform: translateX(100%) translateY(-100px);
  right: 0;
}

.p-sections-bottom {
  margin-bottom: 40px;
}

.red-dark-blue-link, .red-fade-80-link, .black-link, .black-link-underline, .white-underline-link, .white-fade-80-link, .white-link, .dark-blue-red-link, .dark-blue-fade-80-link, .dark-blue-content-link {
  transition: color 0.1s ease-in;
  cursor: pointer;
}

.dark-blue-content-link {
  color: #05506C;
}
.dark-blue-content-link:hover, .dark-blue-content-link:active, .dark-blue-content-link:focus {
  color: #EB2030;
}

.dark-blue-fade-80-link {
  color: #05506C;
  text-decoration: none;
}
.dark-blue-fade-80-link:hover, .dark-blue-fade-80-link:active, .dark-blue-fade-80-link:focus {
  opacity: 0.8;
  text-decoration: none;
}
.dark-blue-fade-80-link:focus {
  margin: -5px;
  outline-offset: unset;
}

.dark-blue-red-link {
  color: #05506C !important;
}
.dark-blue-red-link:hover, .dark-blue-red-link:active, .dark-blue-red-link:focus {
  text-decoration: none !important;
  color: #EB2030 !important;
}
.dark-blue-red-link:focus {
  outline-offset: unset;
}

.white-link {
  color: #ffffff;
}
.white-link:hover, .white-link:active, .white-link:focus {
  text-decoration: underline;
  color: #ffffff;
}

.white-fade-80-link {
  color: #ffffff;
}
.white-fade-80-link:hover, .white-fade-80-link:active, .white-fade-80-link:focus {
  opacity: 0.8;
  color: #ffffff;
  text-decoration: none;
}
.white-fade-80-link:focus {
  padding: 5px;
  margin: -5px;
}

.white-underline-link {
  color: #ffffff;
  text-decoration: underline;
}
.white-underline-link:hover, .white-underline-link:active, .white-underline-link:focus {
  opacity: 0.8;
  color: #ffffff;
}

.black-link-underline {
  color: #000000;
  text-decoration: underline;
}
.black-link-underline:hover, .black-link-underline:active, .black-link-underline:focus {
  text-decoration: underline;
  color: #EB2030;
}

.black-link {
  color: #000000;
  text-decoration: none;
}
.black-link:hover, .black-link:active, .black-link:focus {
  text-decoration: none;
  color: #EB2030;
}

.red-fade-80-link {
  color: #EB2030;
}
.red-fade-80-link:hover, .red-fade-80-link:active, .red-fade-80-link:focus {
  opacity: 0.8;
  text-decoration: none;
}

.red-dark-blue-link {
  color: #EB2030 !important;
}
.red-dark-blue-link:hover, .red-dark-blue-link:active, .red-dark-blue-link:focus {
  text-decoration: none !important;
  color: #05506C !important;
}

.hr-container {
  padding-right: 20px;
}

hr.hr-white {
  opacity: 0.15;
  margin-top: 0;
}

hr.hr-blue-transparent {
  border-top: 2px solid #05506C;
  opacity: 0.2;
}

hr.hr-blue-transparent-news {
  border-top: 1px solid #05506C;
  opacity: 0.15;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
}

main {
  overflow: inherit;
}

.page-content {
  position: relative;
}
@media (min-width: 1025px) {
  .page-content {
    margin-bottom: 600px;
  }
}

.article-template {
  margin-top: 50px;
}

.border-divider {
  border-top: 3px solid #05506C;
  width: 60px;
  margin-top: 30px;
  padding-bottom: 15px;
}
.border-divider.white {
  border-color: white;
}

.background-container {
  height: 100%;
  background-image: url("/Assets/images/background/Hovedstad.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  position: fixed;
}

.background-overlay {
  position: fixed;
  background: rgba(5, 80, 108, 0.3);
  height: 100%;
  width: 100%;
}

.margin-row {
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 767px) {
  .margin-row {
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media (max-width: 767px) {
  .nopadding {
    padding-right: 0;
    padding-left: 0;
  }
}

.nopadding-right {
  padding-right: 0;
}

@media (min-width: 1025px) {
  .padding-left {
    padding-left: 20px;
  }
}

#skiplink {
  line-height: 50px;
}

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

.site-headline {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .site-headline {
    padding-bottom: 30px;
  }
}
.site-headline .headline {
  float: left;
}
.site-headline .headline p {
  padding-top: 15px;
}
.site-headline .headline.dictionary-headline {
  padding-top: 10px;
}

.headline-content {
  margin-top: 40px;
  margin-bottom: 30px;
}

.nav-tabs {
  border-bottom: none;
}
.nav-tabs li {
  background: rgba(237, 55, 69, 0.75);
  width: 269px;
  height: 79px;
  margin-right: 20px;
  text-align: center;
  margin-bottom: 0;
  transition: all 0.3s ease 0s;
}
.nav-tabs li a {
  border-radius: 0 !important;
  height: 79px;
  margin-right: 0 !important;
  border: none;
  color: #ffffff;
  padding-top: 15px;
}
.nav-tabs li :hover, .nav-tabs li :focus {
  background: #EB1426 !important;
}
.nav-tabs .active a {
  border: 1px solid #ffffff !important;
  color: #05506C !important;
}
.nav-tabs .active :hover, .nav-tabs .active :focus {
  background: #ffffff !important;
}
.nav-tabs.nav li {
  display: inline-block;
}

.tab-content {
  background: white;
  padding: 60px 76px 60px 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .tab-content {
    padding: 30px 20px 30px 20px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.tab-content .tab-manchet {
  padding-right: 30px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .nav-tabs {
    width: 100%;
    margin-left: 10px;
  }
  .nav-tabs li {
    width: auto;
    height: 60px;
    float: none;
    margin-right: 5px;
  }
  .nav-tabs li a {
    padding-top: 10px;
    height: 60px;
  }
  .nav-tabs li a h4 {
    font-size: 13px !important;
  }
  .nav-tabs .active a {
    border: none !important;
  }
}
.blocks-container {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .blocks-container {
    margin-right: -30px;
    margin-left: -30px;
  }
}

a.blocks-link:hover,
a.blocks-link:focus {
  text-decoration: none !important;
}

.blocks-link {
  background: #ffffff;
  height: 270px;
  padding: 12px 32px 32px;
  margin-bottom: 20px;
  cursor: pointer;
  display: block;
}
@media (max-width: 767px) {
  .blocks-link {
    padding: 12px 30px 32px 30px;
    height: auto;
    margin-left: -20px;
    margin-right: -10px;
  }
}
.blocks-link .block-arrow-right {
  width: 31px;
  height: 22px;
  float: right;
  margin: 5px 0 25px 15px;
}
.blocks-link:hover, .blocks-link:focus {
  opacity: 0.8;
}
.blocks-link:hover .h3-bold, .blocks-link:focus .h3-bold {
  color: #05506C;
}
.blocks-link:hover .block-arrow-right, .blocks-link:focus .block-arrow-right {
  transform: translateX(10px);
  -ms-transform: translateX(10px); /* IE 9 */
  -webkit-transform: translateX(10px); /* Safari */
  transition: 0.5s;
}
.blocks-link:focus {
  padding: 12px 32px 32px;
  outline-offset: -5px;
}
.blocks-link h3 {
  word-break: normal;
  color: #EB2030;
  -webkit-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  margin-top: 20px;
  line-height: 27px !important;
}
@media (min-width: 450px) and (max-width: 1200px) {
  .blocks-link h3 {
    line-height: 27px !important;
  }
}
@media (max-width: 370px) {
  .blocks-link h3 {
    line-height: 27px !important;
  }
}
.blocks-link p {
  padding-top: 18px;
  line-height: 22px;
  word-break: normal;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (min-width: 414px) and (max-width: 1200px) {
  .blocks-link p {
    max-width: 333px;
  }
}
@media (max-width: 375px) {
  .blocks-link p {
    max-width: 240px;
  }
}

a.mysite-link:hover,
a.mysite-link:focus {
  text-decoration: none !important;
}

.mysite-link {
  background: #CEDDE2;
  height: 207px;
  padding: 12px 32px 32px 32px;
  margin-bottom: 0;
  cursor: pointer;
  display: block;
}
@media (max-width: 767px) {
  .mysite-link {
    padding: 12px 32px 32px 20px;
    height: auto;
  }
}
.mysite-link .block-arrow-right {
  width: 31px;
  height: 22px;
  float: right;
  margin: 5px 0 45px 15px;
}
.mysite-link:hover, .mysite-link:focus {
  background: #ffffff !important;
  opacity: 1;
}
.mysite-link:hover .h3-bold, .mysite-link:focus .h3-bold {
  color: #05506C;
  text-decoration: none;
}
.mysite-link:hover .block-arrow-right, .mysite-link:focus .block-arrow-right {
  transform: translateX(10px);
  -ms-transform: translateX(10px); /* IE 9 */
  -webkit-transform: translateX(10px); /* Safari */
  transition: 0.5s;
}
.mysite-link h3 {
  text-decoration: none;
  word-break: normal;
  -webkit-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  margin-top: 20px;
  line-height: 27px !important;
}
@media (min-width: 450px) and (max-width: 1200px) {
  .mysite-link h3 {
    line-height: 27px !important;
  }
}
@media (max-width: 370px) {
  .mysite-link h3 {
    line-height: 27px !important;
  }
}
.mysite-link p {
  text-decoration: none;
  padding-top: 18px;
  line-height: 20px;
  word-break: normal;
  -webkit-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
}
@media (min-width: 450px) and (max-width: 1200px) {
  .mysite-link p {
    max-width: 333px;
  }
}
@media (max-width: 370px) {
  .mysite-link p {
    max-width: 225px;
  }
}

.panel-default {
  border-color: transparent;
  border-top: 2px solid #05506C;
  border-radius: 0;
}
.panel-default.last {
  border-bottom: 2px solid #05506C;
  margin-bottom: 20px !important;
}
.panel-default.panel {
  border-radius: 0;
  box-shadow: 0 0 0 0;
  margin-top: 0 !important;
  margin-bottom: 0;
}
.panel-default.panel:focus {
  margin: -4px 0px !important;
  padding: 5px 6px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .panel-default.panel:focus {
    margin: -4px 5px !important;
  }
}
.panel-default .panel-heading {
  padding: 0px;
  cursor: pointer;
  background: #ffffff !important;
  border-radius: 0;
  border: none;
  position: relative;
  color: #05506C !important;
  transition: all 0.3s ease 0s;
  text-align: left;
  width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .panel-default .panel-heading {
    margin-bottom: 2px;
  }
}
.panel-default .panel-heading:hover .numbered-circle p, .panel-default .panel-heading:focus .numbered-circle p {
  color: white !important;
}
.panel-default .panel-heading:hover a, .panel-default .panel-heading:focus a {
  text-decoration: none;
  color: #EB2030;
}
.panel-default .panel-heading .panel-title a {
  padding: 28px 50px 28px 6px;
  display: block;
  text-decoration: none;
  line-height: 24px;
}
@media (max-width: 767px) {
  .panel-default .panel-heading .panel-title a {
    line-height: 20px;
    padding-right: 30px;
  }
}
.panel-default .panel-heading .panel-title .numbered-title {
  padding-left: 74px;
}
@media (max-width: 767px) {
  .panel-default .panel-heading .panel-title .numbered-title {
    padding-left: 47px;
  }
}
.panel-default .panel-heading .panel-title h6 {
  margin-top: 0;
}
.panel-default .panel-heading .panel-title .accordion-toggle.collapsed + .down-arrow {
  content: url(/Assets/images/icons/icon_arrow_down_blue.svg);
  width: 22px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .panel-default .panel-heading .panel-title .accordion-toggle.collapsed + .down-arrow {
    right: 0;
  }
}
.panel-default .panel-heading .panel-title .accordion-toggle + .down-arrow {
  content: url(/Assets/images/icons/icon_arrow_up_blue.svg);
  float: right;
  width: 22px;
  margin-top: -22px;
  margin-right: 20px;
  position: absolute;
  right: 20px;
  top: calc(50% + 14px);
}
@media (max-width: 767px) {
  .panel-default .panel-heading .panel-title .accordion-toggle + .down-arrow {
    right: 0;
  }
}
.panel-default .panel-heading .panel-title .accordion-toggle.collapsed::after {
  content: url(/Assets/images/icons/icon_arrow_down_blue.svg);
  width: 22px;
  position: absolute;
  right: 0px;
  margin-right: 20px;
}
.panel-default .panel-heading .panel-title .accordion-toggle::after {
  content: url(/Assets/images/icons/icon_arrow_up_blue.svg);
  width: 22px;
  position: absolute;
  right: 0px;
  margin-right: 20px;
}
.panel-default .panel-heading .panel-title .accordion-toggleIE.collapsed::after {
  content: url(/Assets/images/icons/icon_arrow_down_blue.svg);
  width: 22px;
  position: absolute;
  right: 0px;
  margin-right: 20px;
  margin-top: -62px;
}
.panel-default .panel-heading .panel-title .accordion-toggleIE::after {
  content: url(/Assets/images/icons/icon_arrow_up_blue.svg);
  width: 22px;
  position: absolute;
  right: 0px;
  margin-right: 20px;
  margin-top: -62px;
}
.panel-default .panel-heading .panel-title .accordion-toggle:hover.collapsed::after, .panel-default .panel-heading .panel-title .accordion-toggle:focus.collapsed::after {
  content: url(/Assets/images/icons/icon_arrow_down_red.svg);
  width: 22px;
  position: absolute;
  right: 0px;
  margin-right: 20px;
}
.panel-default .panel-heading .panel-title .accordion-toggle:hover.collapsed, .panel-default .panel-heading .panel-title .accordion-toggle:focus.collapsed {
  color: #EB2030;
}
.panel-default .panel-heading .panel-title .accordion-toggle:hover::after, .panel-default .panel-heading .panel-title .accordion-toggle:focus::after {
  content: url(/Assets/images/icons/icon_arrow_up_red.svg);
  width: 22px;
  position: absolute;
  right: 0px;
  margin-right: 20px;
}
.panel-default .panel-heading .panel-title .accordion-toggle:hover, .panel-default .panel-heading .panel-title .accordion-toggle:focus {
  color: #EB2030;
}
.panel-default .panel-heading .panel-title .accordion-toggleIE:hover.collapsed::after, .panel-default .panel-heading .panel-title .accordion-toggleIE:focus.collapsed::after {
  content: url(/Assets/images/icons/icon_arrow_down_red.svg);
  width: 22px;
  position: absolute;
  right: 0px;
  margin-right: 20px;
  margin-top: -62px;
}
.panel-default .panel-heading .panel-title .accordion-toggleIE:hover.collapsed, .panel-default .panel-heading .panel-title .accordion-toggleIE:focus.collapsed {
  color: #EB2030;
}
.panel-default .panel-heading .panel-title .accordion-toggleIE:hover::after, .panel-default .panel-heading .panel-title .accordion-toggleIE:focus::after {
  content: url(/Assets/images/icons/icon_arrow_up_red.svg);
  width: 22px;
  position: absolute;
  right: 0px;
  margin-right: 20px;
  margin-top: -62px;
}
.panel-default .panel-heading .panel-title .accordion-toggleIE:hover, .panel-default .panel-heading .panel-title .accordion-toggleIE:focus {
  color: #EB2030;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .panel-default .panel-heading .panel-title .accordion-toggle:focus {
    padding: 28px 50px 28px 5px;
  }
}
.panel-default .panel-heading.panel-padding {
  padding: 27px 27px 27px 0;
}
.panel-default .panel-heading .numbered-circle {
  background: #377389;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  position: absolute;
  line-height: 35px;
  text-align: center;
  left: 20px;
  color: #ffffff !important;
  margin-top: -22px;
  top: calc(50% + 5px);
}
.panel-default .panel-heading .numbered-circle .white:hover {
  color: #ffffff !important;
  text-decoration: none;
}
@media (max-width: 767px) {
  .panel-default .panel-heading .numbered-circle {
    left: 0;
  }
}
.panel-default .panel-heading .accordion-padding {
  padding-left: 47px;
}
.panel-default .panel-body {
  padding: 15px 20px 60px 0;
  border-top: 1px solid transparent !important;
}
.panel-default .panel-body.showNumbers {
  padding-left: 74px;
}
@media (max-width: 767px) {
  .panel-default .panel-body.showNumbers {
    padding-left: 0px;
  }
}
.panel-default .panel-body.showNumbers .accordion-manchet {
  margin-bottom: 35px;
}
.panel-default .panel-body ul {
  padding-left: 20px;
}
.panel-default .panel-body ul li {
  padding-top: 10px;
}
.panel-default .panel-body .panel {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.panel-default .panel-body .two-columns-info {
  margin-bottom: 60px;
}
.panel-default .panel-body .two-columns-info p {
  margin-bottom: 0;
}
.panel-default .panel-body .two-columns-info h2 {
  margin-top: 0;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .panel-default .panel-body .two-columns-info .last {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .panel-default .panel-body .two-columns-info .second-column {
    margin-top: 25px;
  }
}
.panel-default .panel-body .two-columns-info .two-columns-dropdown {
  border: 2px solid #05506C;
  margin-top: 10px;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: #ffffff url(/Assets/images/icons/icon_arrow_down_blue.svg) no-repeat;
  padding: 10px 32px 10px 10px;
  font-family: "Raleway-Regular", sans-serif;
  font-size: 16px;
  line-height: 16px;
  background-size: 14px;
  background-position: right 10px center;
  margin-bottom: 0px;
  border-radius: 0px;
  text-align: left;
}
.panel-default .panel-body .two-columns-info .two-columns-dropdown .caret {
  display: none;
}
.panel-default .panel-body .two-columns-info ul.dropdown-menu {
  padding-left: 0;
  padding: 0px 0px 10px 0px;
}
.panel-default .panel-body .order-id-button {
  margin-top: 20px;
  float: right;
}
@media (max-width: 767px) {
  .panel-default .panel-body .order-id-button {
    float: left;
  }
}
.panel-default .panel-body .popup-information {
  margin-top: 30px;
}
.panel-default .panel-body .popup-information h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
.panel-default .panel-body .popup-information .information {
  margin-top: 20px;
}
.panel-default .panel-body .ul-links {
  list-style-type: none;
  padding-left: 0;
}
.panel-default .panel-body .single-links {
  padding-bottom: 15px;
}
@media (min-width: 1200px) {
  .panel-default .panel-body .single-links {
    padding-top: 15px;
  }
}

.sub-accordion-padding {
  padding-left: 0;
}

.sub-panel-padding-body {
  padding: 15px 20px 60px 20px !important;
}
@media (max-width: 767px) {
  .sub-panel-padding-body {
    padding: 15px 20px 30px 0 !important;
  }
}

html[data-useragent*="MSIE 10.0"] .panel-default .panel-heading.accordion-toggle::after {
  top: -15px;
}

.uim-button-dark-blue {
  font-family: "Raleway-Bold", sans-serif;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 58px;
  background-color: #05506C;
  color: #ffffff;
  border: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  margin-bottom: 10px;
}
.uim-button-dark-blue:hover, .uim-button-dark-blue:focus {
  background-color: #EB2030;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .uim-button-dark-blue {
    font-size: 14px;
    min-height: 50px;
  }
}
.uim-button-dark-blue[disabled] {
  opacity: 0.7;
}
.uim-button-dark-blue[disabled]:hover, .uim-button-dark-blue[disabled]:focus {
  background-color: #05506C;
}

a.uim-button-dark-blue, a.uim-button-red, a.uim-button-red:focus, a.uim-button-dark-blue:focus {
  padding-bottom: 19px;
  padding-top: 19px;
  display: inline-block;
}

button.uim-delete {
  background-color: Transparent;
  border: none;
  text-decoration: none;
  color: #EB2030;
}
button.uim-delete:hover, button.uim-delete:focus {
  color: #EB2030;
  background-color: Transparent;
  border: none;
  text-decoration: none;
}
button.uim-delete:hover {
  outline: 0;
}

.uim-eusdg-logo-and-feedback {
  text-align: center;
}

.uim-eusdg-logo-button {
  display: inline-block;
  margin-right: 5px;
}
.uim-eusdg-logo-button:focus {
  padding: 0px;
}

.uim-eusdg-feedback-button {
  font-family: "Arial Black";
  padding: 15px 25px 15px 25px;
  color: #164194;
  border: 2px solid #164194;
  display: inline-block;
}
.uim-eusdg-feedback-button:hover, .uim-eusdg-feedback-button:focus {
  font-family: "Arial Black";
  padding: 15px 25px;
  color: #164194;
  border: 2px solid #164194;
}

.uim-button-red {
  font-family: "Raleway-Bold", sans-serif;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 58px;
  background-color: #EB1426;
  color: #ffffff;
  border: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  margin-bottom: 10px;
}
.uim-button-red:hover, .uim-button-red:focus {
  background-color: #05506C;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .uim-button-red {
    font-size: 14px;
    min-height: 50px;
  }
}
.uim-button-red[disabled] {
  background: #DDDDDD;
  color: #7b7b7b;
}

.back-button {
  background-color: #05506C;
  font-family: "Raleway-Bold", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 58px;
  border: none;
  display: block;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.back-button:hover, .back-button:focus {
  background-color: #EB2030;
}
.back-button:after {
  content: url("/Assets/images/icons/icon_arrow_down_white.svg");
  float: left;
  transform: rotate(90deg);
  margin-right: 5px;
  width: 17px;
  height: 17px;
}
@media (max-width: 767px) {
  .back-button {
    font-size: 14px;
    min-height: 50px;
  }
}

.print-button {
  padding-left: 0;
  padding-top: 30px;
  min-height: 58px;
}
@media (max-width: 767px) {
  .print-button {
    padding-top: 20px;
    min-height: 50px;
  }
}
.print-button .print-icon {
  background: transparent;
  border: none;
  margin: 5px;
  padding: 5px;
}
.print-button .print-icon:before {
  content: url("/Assets/images/icons/icon_print.svg");
  float: left;
  margin-right: 20px;
}
.print-button .print-icon:hover {
  color: #EB2030;
}
.print-button button.close {
  padding: 5px;
}
.print-button button.close:focus {
  outline-offset: unset;
}

.print_modal_button {
  background-color: #05506C;
  font-family: "Raleway-Bold", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  height: 58px;
  border: none;
  display: block;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
}
.print_modal_button:hover, .print_modal_button:focus {
  background-color: #EB2030;
}
.print_modal_button:after {
  content: url("/Assets/images/icons/icon_print_white.svg");
  float: left;
  margin-right: 15px;
  width: 22px;
  height: 22px;
}
.print_modal_button:focus {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .print_modal_button {
    font-size: 14px;
    height: 50px;
  }
}

.button_with-links-wrapper button {
  margin-right: 30px;
}
@media (max-width: 807px) {
  .button_with-links-wrapper button {
    display: block;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .button_with-links-wrapper button {
    display: block;
    margin-bottom: 20px;
  }
}
.button_with-links-wrapper a {
  margin-right: 30px;
}
@media (max-width: 807px) {
  .button_with-links-wrapper a {
    display: block;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .button_with-links-wrapper a {
    display: block;
    margin-bottom: 20px;
  }
}

.toggle-filters {
  position: relative;
  margin: 20px 0;
  padding: 0 20px;
  width: 147px;
  min-height: 58px;
  background-color: #05506C;
  border: none;
  font-family: "Raleway-Bold", sans-serif;
  font-size: 14px;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  text-align: left;
  cursor: pointer;
}
.toggle-filters:focus {
  background-color: #05506C;
}
.toggle-filters:after {
  content: url(/Assets/images/icons/icon_arrow_down_white.svg);
  position: absolute;
  right: 20px;
  width: 14px;
  height: 8px;
}
.toggle-filters.active {
  background-color: #EB2030;
}

.show-more-toggle {
  display: block;
  bottom: 0;
  text-align: center;
  height: 130px;
  padding-top: 40px;
  margin-left: -10px;
  margin-right: -10px;
  background: rgba(205, 220, 226, 0.9);
  position: absolute;
  cursor: pointer;
  border: none;
}
.show-more-toggle:hover span {
  color: #05506C !important;
  opacity: 0.8;
}
.show-more-toggle:hover.show-more:hover {
  height: 115px;
  transition: all 200ms linear;
}
.show-more-toggle:focus {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 40px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-more-toggle:focus {
    width: calc(100% - 20px);
    margin-left: 5px;
    margin-bottom: 10px;
  }
}
.show-more-toggle.show-more button {
  background: transparent;
  border: none;
}
.show-more-toggle.show-more button:after {
  content: url(/Assets/images/icons/icon_arrow_down_red.svg);
  width: 19px;
  height: 12px;
  margin-left: 10px;
  position: absolute;
}
.show-more-toggle.show-more button:focus {
  padding: 1px 6px;
  outline-offset: unset;
}
.show-more-toggle.show-less button {
  background: transparent;
  border: none;
}
.show-more-toggle.show-less button:after {
  content: url(/Assets/images/icons/icon_arrow_down_red.svg);
  width: 19px;
  height: 22px;
  margin-left: 10px;
  display: inline-block;
  transform: translateX(50%) rotate(180deg);
}

.preload {
  transition: none !important;
}

.bs-callout {
  padding: 0;
  margin: 40px 0 !important;
  border-left: 1px solid #05506C;
  border-left-width: 5px;
  border-radius: 0;
  padding-left: 15px;
  color: #000000;
}
.bs-callout p {
  padding-top: 0 !important;
}

.table-headline {
  margin-top: 40px;
  margin-bottom: 30px;
}

.table thead tr th {
  padding: 10px 10px 10px 0;
  border-bottom: 2px solid #05506C;
}
.table tbody tr td {
  padding: 15px 15px 15px 0;
  border-top: 1px solid #05506C;
}
.table tbody tr.last {
  border-bottom: 1px solid #05506C;
}
.table tbody tr.last td {
  padding: 15px 15px 15px 0;
}

.documentationtable {
  padding-bottom: 50px;
}

.payment-table .table-data-description {
  padding-right: 20px !important;
}
.payment-table .payment-button {
  padding: 15px 0 15px 0 !important;
}
.payment-table .uim-button-dark-blue {
  width: 100%;
}

.attention-content {
  position: absolute;
  right: -254px;
  margin-right: 10px;
}
.attention-content .border-divider {
  padding-bottom: 15px !important;
  border-top: 3px solid #ffffff !important;
  margin-left: 50px;
}
.attention-content .attention-icon {
  position: absolute;
  display: inline;
}
.attention-content .attention-headline {
  padding-left: 50px;
  color: #ffffff !important;
  width: 260px;
  padding-top: 5px;
  display: inline-block;
  margin-bottom: 20px;
}
.attention-content .attention-headline:after {
  content: url("/Assets/images/icons/icon_arrow_thin_white.svg");
  width: 20px;
  height: 12px;
  display: inherit;
  float: right;
  margin-top: -25px;
  margin-right: 20px;
}
.attention-content .attention-headline:hover, .attention-content .attention-headline:focus {
  opacity: 0.8;
  text-decoration: none;
}
.attention-content .attention-headline:hover::after, .attention-content .attention-headline:focus::after {
  transform: translateX(10px);
  -ms-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transition: 0.5s;
}
@media (max-width: 767px) {
  .attention-content .h6 {
    line-height: 24px !important;
  }
}
.attention-content .element-arrow-right {
  position: absolute;
  width: 20px;
  margin-left: 15px;
  margin-top: 5px;
}
.attention-content .attention-body {
  padding-left: 50px;
  color: #ffffff;
  max-width: 220px;
}
@media (max-width: 991px) {
  .attention-content {
    position: static;
    margin-bottom: 44px;
  }
  .attention-content .border-divider {
    margin-bottom: 15px;
    border-top: 3px solid #05506C !important;
    margin-left: 0px;
    margin-top: 44px;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .attention-content .border-divider {
    margin-top: 44px !important;
  }
}
@media (max-width: 991px) {
  .attention-content .attention-icon {
    position: absolute;
    width: 28px;
  }
  .attention-content .attention-headline {
    display: inline-block;
    padding-left: 40px;
    color: #05506C !important;
    width: 310px;
  }
  .attention-content .attention-headline:after {
    content: url("/Assets/images/icons/icon_arrow_thick_blue.svg");
    margin-left: 20px;
    margin-top: 0;
    margin-right: 0;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .attention-content .attention-headline {
    width: 280px;
  }
}
@media (max-width: 991px) {
  .attention-content .element-arrow-right {
    position: absolute;
    width: 20px;
    margin-left: 20px;
    margin-top: 5px;
  }
  .attention-content .attention-body {
    padding-left: 40px;
    color: #000000;
    max-width: 100%;
    padding-top: 5px;
    margin-top: -15px;
  }
}
@media (max-width: 991px) and (max-width: 400px) {
  .attention-content .attention-body {
    width: 280px;
  }
}
.attention-content.tooltip {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-break: inherit;
  line-height: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-transform: inherit;
  white-space: inherit;
  word-break: inherit;
  word-spacing: inherit;
}
@media (max-width: 991px) {
  .attention-content.tooltip {
    margin: 100px 10px 0 10px;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 2px 2px 2px rgba(0, 80, 108, 0.15);
    border: 1px solid #05506C;
  }
}
@media (min-width: 992px) {
  .attention-content.tooltip {
    margin-left: -18px;
    margin-top: 50px;
    padding: 5px 0;
  }
}
.attention-content.tooltip.in {
  opacity: 1;
}
.attention-content.tooltip .tooltip-inner {
  max-width: 100%;
  padding: 0;
  color: inherit;
  text-align: inherit;
  background-color: transparent;
  border-radius: 0;
}

.attention-link {
  color: #05506C;
  border-bottom: 1px dotted #05506C;
}
.attention-link:hover, .attention-link:active, .attention-link:focus {
  color: #EB2030;
  border-bottom: 1px dotted #EB2030;
  text-decoration: none;
}

.business-card {
  background: #E6EDF0;
  padding: 20px 50px 35px 50px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .business-card {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.business-card .headline {
  margin-top: 0;
  padding-bottom: 45px;
  max-width: 50%;
}
@media (max-width: 767px) {
  .business-card .headline {
    max-width: 100%;
  }
}
.business-card .logoandtext {
  float: right;
  top: 37px;
  position: absolute;
  right: 50px;
}
.business-card .logoandtext .logo-text {
  max-width: 230px;
  display: inline-block;
  line-height: 18px;
  text-align: right;
}
.business-card .logoandtext .logo {
  width: 35px;
  height: 40px;
  margin-top: -20px;
  margin-left: 27px;
}
.business-card .border-divider {
  border-top: 3px solid #05506C;
  width: 60px;
  margin-top: 0px;
  padding-bottom: 25px;
}
.business-card ul, .business-card .ul {
  list-style-type: none;
  padding-left: 0;
  padding-top: 20px;
}
.business-card ul li, .business-card .ul li {
  line-height: 32px;
}
.business-card .hr-blue-transparent {
  margin-top: 36px;
  margin-bottom: 25px;
}
.business-card .contact-link:after {
  content: url("/Assets/images/icons/icon_arrow_thick_blue.svg");
  margin-left: 15px;
  width: 20px;
  height: 12px;
  position: absolute;
  transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition: 0.5s;
}
.business-card .contact-link:hover::after {
  transform: translateX(10px);
  -ms-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transition: 0.5s;
}
.business-card .mail-info .mail-icon {
  width: 27px;
  margin-top: -2px;
}
.business-card .mail-info a {
  padding-left: 10px;
}
.business-card .element-arrow-right {
  width: 25px;
  position: absolute;
  left: 165px;
  bottom: 75px;
}
@media (min-width: 0px) and (max-width: 991px) {
  .business-card {
    padding: 20px;
  }
  .business-card .logoandtext {
    float: none;
    left: 0;
    margin-top: 40px;
    position: static;
  }
  .business-card .logoandtext .logo-text {
    max-width: 230px;
    display: inline-block;
    padding-left: 10px;
    text-align: left;
  }
  .business-card .logoandtext .logo {
    width: 35px;
    margin-left: 0;
    margin-right: 10px;
  }
}

.radio-button {
  background-color: Transparent;
  text-align: left;
  opacity: 1;
  border: none;
  cursor: pointer;
  margin-bottom: 20px;
  padding: 1px 5px;
}
.radio-button:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
  top: 2px;
}
.radio-button:focus {
  padding: 1px 5px;
}

input[type=radio] {
  position: absolute;
  outline: none;
  opacity: 0;
}
input[type=radio][disabled] {
  cursor: not-allowed;
}
input[type=radio][disabled] + label {
  cursor: not-allowed;
}
input[type=radio][disabled] + label:before {
  opacity: 0.5;
}
input[type=radio]:focus + label:before {
  box-shadow: 0 0 15px #05506C;
}
input[type=radio]:checked + label:after {
  opacity: 1;
}
.no-borderradius input[type=radio] {
  background: transparent;
  position: relative;
  opacity: 1;
}
input[type=radio] + label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  margin-bottom: 30px;
}
.no-borderradius input[type=radio] + label {
  padding: 0;
}
input[type=radio] + label:before {
  position: absolute;
  left: 0;
  top: 1px;
  content: "";
  background: #ffffff;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 3px;
  border: 1px solid #ffffff;
  color: #EB2030 !important;
}
.no-borderradius input[type=radio] + label:before {
  display: none;
}
input[type=radio] + label.radio_with_border {
  margin-bottom: 10px;
}
input[type=radio] + label.radio_with_border:before {
  border: 1px solid #9B9B9B;
  color: #000000 !important;
}
input[type=radio] + label:after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #05506C;
  border: 2px solid #05506C;
  opacity: 0;
}
.no-borderradius input[type=radio] + label:after {
  display: none;
}

input[type=radio] + label:before {
  border-radius: 20px;
}
input[type=radio] + label:after {
  background: #05506C;
  content: "";
  top: 6px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

.accordion-radiogroup {
  margin-top: 30px;
}

.stepbystep-panels {
  margin-top: 50px;
}
.stepbystep-panels .step-panel {
  background: transparent;
  border-radius: 0;
  border-top: 1px solid #05506C;
  border-bottom: none;
}
.stepbystep-panels .step-panel.panel {
  margin-bottom: 0;
  box-shadow: 0 0 0 0;
}
.stepbystep-panels .step-panel .panel-body {
  padding: 32px 0 32px 0;
}
@media (max-width: 767px) {
  .stepbystep-panels .step-panel .panel-body {
    padding: 22px 0 22px 0;
  }
}
.stepbystep-panels .step-panel .panel-body p {
  margin-bottom: 0;
}
.stepbystep-panels .step-panel .panel-body.last {
  border-bottom: 1px solid #05506C;
}
@media (max-width: 767px) {
  .stepbystep-panels .step-panel .panel-body .step-button {
    margin-top: 10px;
  }
}

input[type=checkbox] {
  position: absolute;
  outline: none;
  opacity: 0;
}
input[type=checkbox][disabled] {
  cursor: not-allowed;
}
input[type=checkbox][disabled] + label {
  cursor: not-allowed;
}
input[type=checkbox][disabled] + label:before {
  opacity: 0.5;
}
input[type=checkbox]:focus + label:before {
  box-shadow: 0 0 15px #05506C;
}
input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.no-borderradius input[type=checkbox] {
  background: transparent;
  position: relative;
  opacity: 1;
}
input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: 40px;
  margin-top: 20px;
}
.no-borderradius input[type=checkbox] + label {
  padding: 0;
}
input[type=checkbox] + label:before {
  position: absolute;
  left: -30px;
  top: 1px;
  content: "";
  background: #ffffff;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 0px;
  border: 2px solid #05506C;
}
.no-borderradius input[type=checkbox] + label:before {
  display: none;
}
input[type=checkbox] + label.radio_with_border {
  margin-bottom: 10px;
}
input[type=checkbox] + label.radio_with_border:before {
  border: 1px solid #9B9B9B;
  color: #000000 !important;
}
input[type=checkbox] + label:after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  top: 0px;
  left: -29px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #05506C;
  opacity: 0;
}
.no-borderradius input[type=checkbox] + label:after {
  display: none;
}

.article-content {
  background: #ffffff;
  padding: 60px 60px 60px 60px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .article-content {
    padding: 40px 20px;
  }
}
.article-content.news-article {
  margin-bottom: 125px;
}
.article-content:first {
  padding: 0 60px 60px 60px;
}
.article-content .h1 {
  margin-top: 25px;
  margin-bottom: 20px;
}
.article-content .h2 {
  margin-top: 55px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .article-content .h2 {
    margin-bottom: 15px;
  }
}
.article-content .h3 {
  margin-top: 40px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .article-content .h3 {
    margin-bottom: 15px;
  }
}
.article-content .h3.table-headline {
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .article-content .h3.table-headline {
    margin-bottom: 15px;
  }
}
.article-content .h3.accordion-headline {
  margin-top: 65px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .article-content .h3.accordion-headline {
    margin-bottom: 25px;
  }
}
.article-content .h4 {
  margin-top: 40px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .article-content .h4 {
    margin-bottom: 15px;
  }
}
.article-content .h6 {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .article-content .h6.article-manchet {
    line-height: 24px !important;
  }
}
.article-content .bodycopy-medium {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .article-content .bodycopy-medium {
    margin-bottom: 15px;
  }
}
.article-content .border-divider {
  border-top: 3px solid #05506C;
  opacity: 1;
  width: 60px;
  padding-bottom: 15px;
}
.article-content ul {
  padding-left: 19px;
}
.article-content ul li {
  padding-top: 10px;
}
.article-content .iframe-container .iframe {
  width: 100%;
  margin-top: 10px;
  border: none;
}

.empty-info-placeholder {
  width: 100%;
  height: 100px;
}

.article-info {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .article-info {
    margin-bottom: 60px;
  }
}
.article-info .send-link {
  float: left;
}
@media (max-width: 767px) {
  .article-info .send-link {
    float: right;
    margin-bottom: 0px;
    text-align: right;
  }
}
.article-info .byline {
  float: right;
  text-align: right;
}

.article-content > *:first-child {
  margin-top: 0 !important;
}

.global-message {
  list-style-type: none;
  height: auto;
  padding-left: 0;
  margin-bottom: 0;
  padding: 30px 0 30px 0;
}
.global-message .img-global-message, .global-message .img-notify-globe, .global-message .close {
  /* position: absolute; */
  margin-top: -5px;
}
@media (max-width: 768px) {
  .global-message .img-global-message, .global-message .img-notify-globe, .global-message .close {
    width: 30px;
    height: 30px;
  }
}
.global-message .close {
  opacity: 1;
  float: none;
}
.global-message p {
  color: #ffffff;
  margin-bottom: 0;
}
.global-message p a {
  color: #ffffff;
  text-decoration: underline;
}
.global-message p a:hover {
  opacity: 0.8;
}

.container-notification {
  border-bottom: 2px solid rgba(5, 80, 108, 0.85);
}
.container-notification .global-message {
  width: 100%;
  padding-bottom: 15px;
}
.container-notification .global-message .img-close {
  float: right;
}
.container-notification .global-message .menu-pointer {
  width: 30px;
  height: 30px;
  background: #05506C;
  position: absolute;
  top: -11px;
  transform: rotateZ(45deg);
  right: 20px;
}
.container-notification .global-message .language-links {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
}
.container-notification .global-message .language-links .language-link {
  display: inline-block;
}

.cookiebar {
  min-height: 100px;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 769px) and (max-width: 991px) {
  .cookiebar {
    padding-top: 15px;
  }
}
.cookiebar form {
  flex-shrink: 0;
}

.cookie-button-red {
  font-family: "Raleway-Bold", sans-serif;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ED3745;
  opacity: 0.8;
  border: none;
  outline-color: #000000;
  transition: all 0.3s ease 0s;
  min-width: 130px;
  height: 58px;
  cursor: pointer;
  margin-left: 10px;
}
.cookie-button-red:hover, .cookie-button-red:focus {
  background-color: #EB2030;
  opacity: 1;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .cookie-button-red {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.cookie-component {
  border-bottom: 2px solid #05506C;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.cookie-component .h2 {
  margin-top: 0;
}

.form-content .information {
  padding: 10px 0 10px 0;
}
.form-content .popup-information {
  padding-top: 10px;
  padding-bottom: 30px;
}
.form-content .order-id-button {
  margin-top: 15px;
}
.form-content .bodycopy-medium.col-form-label {
  margin-top: 0;
}

h4.col-form-label {
  padding-left: 0px;
}

*:not(div):focus {
  outline-width: medium;
  outline-offset: -5px;
  z-index: 1000;
  padding: 5px;
  outline: thick solid #000000 !important;
}

h1, .h1 {
  font-family: "Raleway-Regular", sans-serif !important;
  font-size: 48px !important;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
}

h2, .h2 {
  font-family: "Raleway-Regular", sans-serif !important;
  font-size: 32px !important;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 24px !important;
  }
}

.h2-bold {
  font-family: "Raleway-Bold", sans-serif !important;
  font-size: 32px !important;
  line-height: 37px !important;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .h2-bold {
    font-size: 24px !important;
  }
}

h3, .h3 {
  font-family: "Raleway-Regular", sans-serif !important;
  font-size: 24px !important;
  line-height: 27px !important;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 22px !important;
    line-height: 20px !important;
  }
}

.h3-semibold {
  font-size: 24px !important;
  line-height: 27px !important;
  font-family: "Raleway-Semibold", sans-serif !important;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .h3-semibold {
    font-size: 22px !important;
    line-height: 20px !important;
  }
}

.h3-bold {
  font-size: 24px !important;
  line-height: 27px !important;
  font-family: "Raleway-Bold", sans-serif !important;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .h3-bold {
    font-size: 22px !important;
    line-height: 20px !important;
  }
}

.slide-in-right-container .slide-in-right h3 {
  line-height: 50px !important;
}

h4, .h4 {
  font-family: "Raleway-Regular", sans-serif !important;
  font-size: 22px !important;
  line-height: 27px !important;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 15px !important;
    line-height: 20px !important;
  }
}

.h4-semibold {
  font-family: "Raleway-Semibold", sans-serif !important;
  font-size: 22px !important;
  line-height: 27px !important;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .h4-semibold {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

.h4-bold {
  font-family: "Raleway-Bold", sans-serif !important;
  font-size: 22px !important;
  line-height: 27px !important;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .h4-bold {
    font-size: 15px !important;
    line-height: 20px !important;
  }
}

h5, .h5 {
  font-family: "Raleway-Bold", sans-serif !important;
  font-size: 21px !important;
  line-height: 27px !important;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 18px !important;
    line-height: 20px !important;
  }
}

h6, .h6 {
  font-family: "Raleway-Regular", sans-serif !important;
  font-size: 20px !important;
  line-height: 24px !important;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

.h6-bold {
  font-family: "Raleway-Bold", sans-serif !important;
  font-size: 20px !important;
  line-height: 24px !important;
}
@media (max-width: 767px) {
  .h6-bold {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

.dictionary-letter {
  font-family: "Raleway-Regular", sans-serif !important;
  font-size: 72px !important;
  line-height: 85px !important;
  margin-top: -100px;
  padding-top: 100px;
}

.bodycopy {
  font-family: "Raleway-Regular", sans-serif !important;
  font-size: 18px !important;
  line-height: 25px;
}
@media (max-width: 767px) {
  .bodycopy {
    font-size: 15px !important;
  }
}

.bodycopy-medium {
  font-family: "Raleway-Medium", sans-serif !important;
  font-size: 18px !important;
  line-height: 25px;
}
@media (max-width: 767px) {
  .bodycopy-medium {
    font-size: 15px !important;
  }
}

.bodycopy-semibold {
  font-family: "Raleway-Semibold", sans-serif !important;
  font-size: 18px !important;
  line-height: 25px;
}
@media (max-width: 767px) {
  .bodycopy-semibold {
    font-size: 15px !important;
  }
}

.bodycopy-bold {
  font-family: "Raleway-Bold", sans-serif !important;
  font-size: 18px !important;
  line-height: 25px;
}
@media (max-width: 767px) {
  .bodycopy-bold {
    font-size: 15px !important;
  }
}

.bodycopy-small, p {
  font-family: "Raleway-Regular", sans-serif !important;
  font-size: 16px !important;
  line-height: 25px;
}
@media (max-width: 767px) {
  .bodycopy-small, p {
    font-size: 14px !important;
    line-height: 22px !important;
  }
}

.bodycopy-small-medium {
  font-family: "Raleway-Medium", sans-serif !important;
  font-size: 16px !important;
  line-height: 25px;
}
@media (max-width: 767px) {
  .bodycopy-small-medium {
    font-size: 14px !important;
    line-height: 22px !important;
  }
}

.bodycopy-small-semibold {
  font-family: "Raleway-Semibold", sans-serif !important;
  font-size: 16px !important;
  line-height: 25px;
}
@media (max-width: 767px) {
  .bodycopy-small-semibold {
    font-size: 14px !important;
    line-height: 22px !important;
  }
}

.bodycopy-small-bold {
  font-family: "Raleway-Bold", sans-serif !important;
  font-size: 16px !important;
  line-height: 25px;
}
@media (max-width: 767px) {
  .bodycopy-small-bold {
    font-size: 14px !important;
    line-height: 22px !important;
  }
}

.bodycopy-xsmall {
  font-family: "Raleway-Regular", sans-serif !important;
  font-size: 15px !important;
  line-height: 27px;
}
@media (max-width: 767px) {
  .bodycopy-xsmall {
    font-size: 14px !important;
  }
}

.bodycopy-xsmall-bold {
  font-family: "Raleway-Bold", sans-serif !important;
  font-size: 15px !important;
  line-height: 27px;
}

.bodycopy-xsmall-medium {
  font-family: "Raleway-Medium", sans-serif !important;
  font-size: 15px !important;
  line-height: 27px;
}

.bodycopy-xxsmall {
  font-family: "Raleway-Regular", sans-serif !important;
  font-size: 14px !important;
  line-height: 27px;
}

.bodycopy-xxsmall-medium {
  font-family: "Raleway-Medium", sans-serif !important;
  font-size: 14px !important;
  line-height: 27px;
}

.bodycopy-xxsmall-bold {
  font-family: "Raleway-Bold", sans-serif !important;
  font-size: 14px !important;
  line-height: 27px;
}

.numbers-xtrabold {
  font-family: "Martel Sans ", sans-serif !important;
  font-size: 17px !important;
  font-weight: 800;
}

.arrow-link-style {
  font-family: "Raleway-Regular", sans-serif !important;
  line-height: 1.1111111111;
}
.btn-text {
  line-height: 1.2;
  font-family: "Raleway-Regular", sans-serif !important;
}
em {
  font-family: "Raleway-Bold", sans-serif !important;
  font-style: normal;
}

p {
  color: #000000;
}

.application-container .processing-info {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .application-container .processing-info {
    margin-top: -50px;
  }
  .application-container .processing-info h2 {
    margin-top: -10px;
    color: #ffffff;
  }
}
.application-container .processing-info .border-divider {
  margin-top: 45px;
}
.application-container .h4-lookalike {
  margin-top: 10px !important;
}

.slide-in-right-container {
  position: relative;
  overflow: hidden;
}
.slide-in-right-container #slider {
  padding-bottom: 20px;
  padding-top: 20px;
  border-right: 1px solid #CEDDE2;
}
.slide-in-right-container #slider .panel-default.last {
  margin-bottom: 0 !important;
}
.slide-in-right-container .panel .panel-heading {
  padding: 0;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.slide-in-right-container .panel .panel-heading:hover .panel-title .slider-toggle + .right-arrow {
  background-image: url(/Assets/images/icons/icon_arrow_up_red.svg);
}
.slide-in-right-container .panel .panel-heading .panel-title {
  text-align: left;
}
.slide-in-right-container .panel .panel-heading .panel-title h3 {
  padding: 28px 60px 28px 0;
  margin-top: 0;
}
.slide-in-right-container .panel .panel-heading .panel-title .slider-toggle {
  padding-left: 0px;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}
.slide-in-right-container .panel .panel-heading .panel-title .slider-toggle + .right-arrow {
  background-image: url(/Assets/images/icons/icon_arrow_up_blue.svg);
  background-repeat: no-repeat;
  width: 22px;
  height: 24px;
  transform: rotate(90deg);
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
}
.slide-in-right-container .slide-in-right {
  position: absolute;
  top: 0;
  width: 100%;
  right: -100%;
  transition: 0.5s ease;
  padding-left: 50px;
  padding-right: 20px;
  overflow: visible;
  border-left: 1px solid #CEDDE2;
  visibility: hidden;
}
@media (max-width: 767px) {
  .slide-in-right-container .slide-in-right {
    border: none;
  }
}
.slide-in-right-container .slide-in-right p.bodycopy-semibold {
  margin-bottom: 20px;
}
.slide-in-right-container .slide-in-right ul {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .slide-in-right-container .slide-in-right p.bodycopy-small {
    padding-right: 10px;
  }
}
.slide-in-right-container .slide-in-right h2 {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .slide-in-right-container .slide-in-right h2 {
    font-size: 28px !important;
  }
}
.slide-in-right-container .slide-in-right .accordion-headline {
  margin-top: 65px;
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 767px) {
  .slide-in-right-container .slide-in-right .accordion-headline {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .slide-in-right-container .slide-in-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.slide-in-right-container .slide-in-right.slide-in {
  position: relative;
  transition: 0.5s ease;
  right: -2.9%;
  visibility: visible;
}
@media (max-width: 767px) {
  .slide-in-right-container .slide-in-right.slide-in {
    right: 0%;
  }
}
.slide-in-right-container .slide-in-right .back-button {
  background-color: #05506C;
  font-family: "Raleway-Bold", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  padding: 15px;
  border: none;
  display: block;
  width: 135px;
  transition: all 0.3s ease 0s;
}
.slide-in-right-container .slide-in-right .back-button:hover {
  background-color: #EB2030;
}
.slide-in-right-container .slide-in-right .back-button:after {
  content: url("/Assets/images/icons/icon_arrow_down_white.svg");
  float: left;
  transform: rotate(90deg);
  margin-right: 5px;
  width: 17px;
  height: 17px;
}
.slide-in-right-container .slide-select {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.5s ease;
}
.slide-in-right-container .slide-select.slide-out {
  position: absolute;
  transition: 0.5s ease;
  left: -97%;
}
@media (max-width: 767px) {
  .slide-in-right-container .slide-select.slide-out {
    left: -100%;
  }
}
.slide-in-right-container .slide-select.slide-out .slider-toggle:before {
  content: none !important;
}
.slide-in-right-container .slide-select.slide-out .print-button {
  display: none;
}
.slide-in-right-container .slide-select .panel-group {
  display: flex;
  flex-direction: column;
}

.right-side-info {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .right-side-info {
    padding-right: 40px;
    padding-left: 30px;
    position: absolute;
    z-index: 2;
  }
  .right-side-info .last-border {
    margin-top: 40px;
  }
  .right-side-info h2 {
    margin-top: -10px;
    color: #ffffff;
  }
  .right-side-info .right-side-news {
    margin-top: 73px;
    width: 100%;
  }
  .right-side-info .right-side-news h3 {
    padding-bottom: 30px;
    color: #ffffff;
  }
  .right-side-info .right-side-news a {
    display: block;
  }
  .right-side-info .right-side-news a:focus {
    padding: unset;
    outline-offset: 5px;
    margin: unset;
  }
  .right-side-info .right-side-news .title {
    padding-bottom: 15px;
  }
  .right-side-info .right-side-news .show-more-link {
    margin-top: 15px;
    position: absolute;
  }
  .right-side-info .right-side-news .show-more-link::after {
    content: url("/Assets/images/icons/icon_arrow_thin_white.svg");
    margin-left: 20px;
    width: 20px;
    height: 12px;
    position: absolute;
    transform: translateX(0px);
    transition: 0.5s;
  }
  .right-side-info .right-side-news .show-more-link:hover::after, .right-side-info .right-side-news .show-more-link:focus::after {
    transform: translateX(10px);
    transition: 0.5s;
  }
}

.eu-infobox-logo {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .right-side-news {
    margin-top: -40px;
    margin-bottom: 65px;
  }
  .right-side-news h3 {
    padding-bottom: 20px;
  }
  .right-side-news .title {
    padding-bottom: 15px;
  }
  .right-side-news .show-more-link {
    padding-top: 10px;
  }
  .right-side-news .show-more-link::after {
    content: url("/Assets/images/icons/icon_arrow_thin_white.svg");
    margin-left: 20px;
    width: 20px;
    height: 12px;
    position: absolute;
    transform: translateX(0px);
    transition: 0.5s;
  }
  .right-side-news .show-more-link:hover::after, .right-side-news .show-more-link:focus::after {
    transform: translateX(10px);
    transition: 0.5s;
  }
}
.dictionary-options {
  padding-bottom: 25px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  padding-top: 20px;
  margin: 0;
  padding-left: 10px;
}
.dictionary-options > li {
  display: inline-block;
  padding: 0px;
}
.dictionary-options > li a, .dictionary-options > li span {
  margin: 0px;
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
  padding-top: 3px;
}
.dictionary-options > li a:focus, .dictionary-options > li a:active, .dictionary-options > li span:focus, .dictionary-options > li span:active {
  background-color: #EB2030;
  color: #ffffff;
}
.dictionary-options .dictionary-option {
  width: 31px;
  height: 31px;
  margin: 5px 5px 0 0;
  background: #05506C;
  font-size: 18px;
  font-family: "Raleway-Bold";
  color: #ffffff;
  text-align: center;
  transition: background-color 0.2s ease;
}
.dictionary-options .dictionary-option:hover, .dictionary-options .dictionary-option:focus, .dictionary-options .dictionary-option:active {
  background-color: #EB2030;
  color: #ffffff;
}
.dictionary-options .dictionary-option.active {
  background-color: #EB2030;
}
.dictionary-options .dictionary-option.letter-inactive-block {
  background: #CEDDE2;
  pointer-events: none;
}
.dictionary-options .dictionary-option.letter-inactive-block a, .dictionary-options .dictionary-option.letter-inactive-block span {
  color: #05506C;
  opacity: 0.7;
  z-index: 1;
}
.dictionary-options .dictionary-option.letter-inactive-block a:focus, .dictionary-options .dictionary-option.letter-inactive-block span:focus {
  background-color: transparent;
}

.entry-container ul {
  padding: 25px 20px 0px 60px;
  list-style-type: none;
}
@media (min-width: 768px) {
  .entry-container ul {
    padding: 85px 20px 0px 60px;
  }
}
.entry-container ul li {
  line-height: 30px;
}
.entry-container ul .entry-link:before {
  content: url("/Assets/images/icons/icon_arrow_thick_blue.svg");
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-right: 18px;
}
.entry-container ul a.entry-link {
  margin-left: -36px;
  line-height: 0;
}
.entry-container .letter-column {
  padding: 20px 60px 20px 10px;
}
@media (min-width: 768px) {
  .entry-container .letter-column {
    padding: 80px 60px 20px 10px;
  }
}
.entry-container .letter-inactive {
  opacity: 0.3;
}
.entry-container .letter-inactive .dictionary-letter {
  opacity: 0.7;
  color: #05506C;
}

@media (min-width: 768px) {
  #fixed-wrap.fixedbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: top 0.5s ease-in-out;
    z-index: 1;
  }
}

.dictionary-bottom {
  margin-top: 81px;
}
.dictionary-bottom .entry-container .container > section {
  padding-top: 80px;
}
@media (min-width: 1200px) {
  .dictionary-bottom .entry-container .container > section {
    padding-top: 0;
  }
}

.scroll-dict {
  position: relative;
}
.scroll-dict .nav > li.dictionary-option {
  position: initial;
}
.scroll-dict .nav > li.dictionary-option > a {
  padding: 0;
  padding-top: 3px;
  transition: background-color 0.2s ease;
}
.scroll-dict .nav > li.dictionary-option > a:hover, .scroll-dict .nav > li.dictionary-option > a:focus {
  background-color: #EB2030;
  color: #ffffff;
}

.frontpage .background-overlay {
  position: fixed;
  background: rgba(5, 80, 108, 0);
  height: 100%;
  width: 100%;
}
@media (max-width: 1199px) {
  .frontpage .background-overlay {
    background: rgba(5, 80, 108, 0.3);
  }
}
.frontpage #video-container video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background-position: right top;
}
@media (max-width: 1199px) {
  .frontpage #video-container video {
    display: none;
  }
}
.frontpage #videoBtn {
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: transparent;
  border: none;
  z-index: 1;
}
@media (max-width: 1199px) {
  .frontpage #videoBtn {
    display: none;
  }
}
.frontpage .sidebar-minimised {
  display: none;
}
@media (min-width: 1920px) {
  .frontpage .sidebar {
    display: none;
  }
}
@media (min-width: 768px) {
  .frontpage .sidenav {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .frontpage.page-content {
    width: 640px;
  }
  .frontpage .container {
    width: 85% !important;
    margin-right: auto;
    margin-left: 0;
    padding-left: 55px;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .frontpage .container {
    padding-left: 0px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .frontpage.page-content {
    width: 824px;
  }
  .frontpage .container {
    width: 100%;
  }
}

.header-info {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .header-info {
    padding-right: 30px;
    line-height: 20px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .frontpage-nav-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.frontpage-nav-container section:nth-child(1) .frontpage-nav-element {
  border-left: 10px solid rgba(5, 80, 108, 0.15);
}
.frontpage-nav-container section:nth-child(2) .frontpage-nav-element {
  border-left: 10px solid rgba(5, 80, 108, 0.3);
}
.frontpage-nav-container section:nth-child(3) .frontpage-nav-element {
  border-left: 10px solid rgba(5, 80, 108, 0.45);
}
.frontpage-nav-container section:nth-child(4) .frontpage-nav-element {
  border-left: 10px solid rgba(5, 80, 108, 0.6);
}
.frontpage-nav-container section:nth-child(5) .frontpage-nav-element {
  border-left: 10px solid rgba(5, 80, 108, 0.4);
}
.frontpage-nav-container .row .frontpage-nav-element {
  margin-left: 10px;
  background-color: white;
  margin-bottom: 1px;
  padding: 6px;
  padding: 10px 70px 10px 30px;
  cursor: pointer;
  min-height: 100px;
}
@media (max-width: 767px) {
  .frontpage-nav-container .row .frontpage-nav-element {
    margin-left: 0;
  }
}
.frontpage-nav-container .row .frontpage-nav-element .nav-headline {
  padding-bottom: 10px;
}
.frontpage-nav-container .row .frontpage-nav-element h1.h5lookalike {
  font-size: 21px !important;
  line-height: 27px !important;
  font-family: Raleway-Bold, sans-serif !important;
}
.frontpage-nav-container .row .frontpage-nav-element p {
  line-height: 20px;
}
.frontpage-nav-container .row .frontpage-nav-element .element-arrow-right {
  width: 35px;
  position: absolute;
  right: 30px;
  top: 20px;
  height: 25px;
}
.frontpage-nav-container .row .frontpage-nav-element:hover, .frontpage-nav-container .row .frontpage-nav-element:focus {
  border-left-color: #EB2030;
  text-decoration: none;
}
.frontpage-nav-container .row .frontpage-nav-element:hover .element-arrow-right, .frontpage-nav-container .row .frontpage-nav-element:focus .element-arrow-right {
  transform: translateX(10px);
  -ms-transform: translateX(10px); /* IE 9 */
  -webkit-transform: translateX(10px);
  /* Safari */
  transition: 0.5s;
}
.frontpage-nav-container .row .last {
  transform: translateY(20%);
  margin-bottom: -30px;
  z-index: 1;
  background: linear-gradient(rgba(5, 80, 108, 0.2), rgba(5, 80, 108, 0.2)), linear-gradient(white, white); /* first bg is on top of this */
}

.frontpage-content .news-section {
  padding-bottom: 60px !important;
}
@media (max-width: 767px) {
  .frontpage-content .news-section {
    padding-bottom: 75px !important;
  }
}
.frontpage-content .news-section .news-row {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .frontpage-content .news-section .news-row {
    padding-top: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .frontpage-content .news-section .news-row .news-border {
    padding-right: 55px;
  }
}
.frontpage-content .border-devider {
  border-top: 1px solid #05506C;
  opacity: 0.15;
}
.frontpage-content .read-news {
  padding-top: 10px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .frontpage-content .read-news .read-news-link {
    margin-top: 20px !important;
    position: absolute;
  }
}
.frontpage-content .read-news .read-news-link::after {
  content: url("/Assets/images/icons/icon_arrow_thick_red.svg");
  margin-left: 20px;
  width: 40px;
  position: absolute;
  margin-top: 3px;
  transform: translateX(0px);
  transition: 0.5s;
}
.frontpage-content .read-news .read-news-link-ie::after {
  content: url("/Assets/images/icons/icon_arrow_thick_red.svg");
  margin-left: 20px;
  width: 40px;
  position: absolute;
  margin-top: -61px;
  transform: translateX(0px);
  transition: 0.5s;
}
.frontpage-content .read-news .read-news-link:hover::after, .frontpage-content .read-news .read-news-link:focus::after {
  transform: translateX(10px);
  transition: 0.5s;
}

.news-container {
  min-height: 300px;
}
.news-container .container {
  min-height: 300px;
}
.news-container .news-section {
  position: relative;
  padding-bottom: 125px;
  transition: 0.5s ease;
  margin-right: -10px;
}
@media (max-width: 1024px) {
  .news-container .news-section {
    margin-right: 0;
  }
}
.news-container .news-section.show-less {
  position: relative;
  transition: 0.5s ease;
  padding-bottom: 0px;
}
.news-container .news-section .news-row {
  padding-top: 30px;
}
.news-container .news-section .news-row .news-wrapper {
  margin-top: 45px;
  margin-bottom: 45px;
  padding-right: 30px;
}
.news-container .news-section .news-row .news-wrapper .date {
  margin-bottom: 5px;
}
.news-container .news-section .news-row .news-wrapper a {
  line-height: 28px;
}
.news-container .news-section .news-row .news-wrapper a:focus {
  display: block;
  padding: 2px 7px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-container .news-section .news-row .news-wrapper a:focus {
    outline: 5px solid #000;
    padding: 0 2px;
  }
}
@media (max-width: 767px) {
  .news-container .news-section .news-row .news-wrapper {
    margin: 10px 0;
    height: auto;
  }
}

.filter-options {
  padding: 35px 0 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
.filter-options > li {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.filter-options .filter-option {
  background: #05506C;
  padding: 3px 10px;
  height: 31px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  border: none;
  transition: background-color 0.2s ease;
}
.filter-options .filter-option:hover, .filter-options .filter-option:focus {
  background-color: #EB1426;
  color: #ffffff;
}
.filter-options .filter-option.active {
  background-color: #EB1426;
}

.additional-filters-container {
  padding-bottom: 35px;
}
.additional-filters-container .filter-toggle {
  -webkit-user-select: none;
          user-select: none;
  color: #05506C;
  cursor: pointer;
  cursor: hand;
  margin-bottom: 0px;
  background-color: transparent;
  border: none;
}
.additional-filters-container .filter-toggle.filters-hidden:after {
  content: url(/Assets/images/icons/icon_arrow_down_blue.svg);
  width: 14px;
  margin-left: 10px;
  height: 8px;
  display: inline-block;
}
.additional-filters-container .filter-toggle:after {
  content: url(/Assets/images/icons/icon_arrow_up_blue.svg);
  width: 14px;
  margin-left: 10px;
  height: 8px;
  display: inline-block;
}
.additional-filters-container .filter-toggle:hover, .additional-filters-container .filter-toggle:focus {
  opacity: 0.8;
}
.additional-filters-container .additional-filters select {
  border: 2px solid #05506C;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  background: #fff url(/Assets/images/icons/icon_arrow_down_blue.svg) no-repeat;
  padding: 10px 46px 10px 16px;
  font-family: "Raleway-Regular", sans-serif;
  font-size: 15px;
  line-height: 16px;
  background-size: 14px;
  background-position: right 10px center;
  margin-right: 20px;
  margin-top: 20px;
  border-radius: 0px;
}
.additional-filters-container .additional-filters select::-ms-expand {
  display: none;
}

.preload {
  transition: none !important;
}

@media (min-width: 992px) {
  .search-padding {
    padding-right: 0px;
  }
}

.search-result-button {
  background-color: #EB2030;
  position: absolute;
  z-index: 1;
  right: 0;
  height: 50px;
  width: 50px;
  border: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .search-result-button {
    height: 35px;
    width: 35px;
  }
}
.search-result-button:hover, .search-result-button:focus {
  background-color: #ED3745;
}
.search-result-button .search-icon {
  padding: 6px;
}
@media (max-width: 767px) {
  .search-result-button .search-icon {
    padding: 0;
    width: 15px;
  }
}

.search-result-input-container {
  margin-bottom: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .search-result-input-container {
    height: 35px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .search-result-input-container {
    overflow: visible;
  }
}
.search-result-input-container label {
  display: block;
}
.search-result-input-container .search-input {
  position: absolute;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 15px;
  font-family: "Raleway-Regular", sans-serif !important;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  padding: 0 0 0 20px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .search-result-input-container .search-input {
    height: 35px;
  }
}

.showing-results {
  float: left;
  padding-bottom: 20px;
}

.sort-results {
  float: right;
  background: transparent;
  border: none;
}
.sort-results .sort-arrow {
  width: 17px;
  position: absolute;
  float: right;
  right: 0;
  margin-right: 10px;
  margin-top: 7px;
}
.sort-results p {
  padding-right: 25px;
}

.search-results-container {
  position: relative;
  margin-bottom: 75px;
  background: linear-gradient(to right, #E6EDF0 0%, #E6EDF0 50%, transparent 50%, transparent 100%);
}
@media (max-width: 991px) {
  .search-results-container {
    margin-right: -10px;
    margin-bottom: 0;
  }
}
.search-results-container:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: #E6EDF0;
  transform: translateX(-100%) translateX(-10px);
}
.search-results-container .search-results {
  min-height: 200px;
  position: relative;
  overflow: hidden;
  background: #E6EDF0;
}
@media (min-width: 768px) {
  .search-results-container .search-results {
    padding-right: 105px;
  }
}
@media (max-width: 767px) {
  .search-results-container .search-results {
    padding-right: 20px;
  }
}
.search-results-container .search-results.show-more {
  padding-bottom: 120px;
  position: relative;
}
.search-results-container .search-results .date::after {
  content: "|";
  color: #535353;
  padding-left: 10px;
  padding-right: 10px;
}
.search-results-container .search-results .search-result {
  margin-top: 44px;
  margin-bottom: 44px;
  display: block;
}
.search-results-container .search-results .search-result:hover, .search-results-container .search-results .search-result:focus {
  text-decoration: none !important;
}
.search-results-container .search-results .search-result:hover .result-title, .search-results-container .search-results .search-result:focus .result-title {
  text-decoration: none !important;
  color: #EB2030 !important;
  transition: all 0.2s ease 0s;
}
.search-results-container .search-results .search-result .result-title {
  margin-top: 5px;
  text-decoration: none !important;
  cursor: pointer;
  margin-bottom: 10px;
  line-height: 24px !important;
}
@media (max-width: 767px) {
  .search-results-container .search-results .search-result .result-title {
    line-height: 30px !important;
  }
}
.search-results-container .search-results .search-result a {
  display: block;
}
.search-results-container .search-results .search-result a:hover, .search-results-container .search-results .search-result a:focus {
  text-decoration: none;
}
.search-results-container .search-results .search-result a:focus {
  padding: unset;
  outline-offset: 5px;
}
.search-results-container .search-results .show-more-toggle {
  background-color: rgba(230, 237, 240, 0.9);
  padding-bottom: 83px;
  height: 140px;
  transition: 0.5s ease;
}

.dropdown-menu {
  border-radius: 0;
  padding: 0px 0;
  border: 2px solid #05506C;
  font-family: "Raleway-Regular";
}

.ui-select-search-sortby {
  background: transparent !important;
  text-align: right;
  font-family: "Raleway-Bold";
  float: right;
  width: 150px;
}
.ui-select-search-sortby .ui-select-match {
  background: transparent;
  display: inline-block;
  box-shadow: none;
  outline: none;
}
.ui-select-search-sortby .ui-select-match .ui-select-toggle {
  background: transparent;
  border: none;
  color: white;
  box-shadow: none;
  padding-right: 0;
}
.ui-select-search-sortby .ui-select-match .ui-select-toggle:after {
  content: url(/Assets/images/icons/icon_arrow_down_white.svg);
  width: 14px;
  height: 12px;
  margin-left: 10px;
  display: inline-block;
}
.ui-select-search-sortby .ui-select-match .ui-select-toggle .ui-select-placeholder {
  color: white;
  padding-right: 0px;
}
.ui-select-search-sortby .ui-select-match .ui-select-toggle .ui-select-match-text {
  color: white;
  padding-right: 0px;
}
.ui-select-search-sortby .ui-select-match .ui-select-toggle .ui-select-match-text.pull-left {
  float: none !important;
}
.ui-select-search-sortby .ui-select-match .ui-select-toggle i.caret {
  display: none;
}

.ui-select-bootstrap .ui-select-choices-row > span {
  font-family: "Raleway-Medium", sans-serif;
  padding-top: 11px;
  padding-bottom: 11px;
}

.ui-select-bootstrap .ui-select-choices-row.active > span {
  background-color: rgba(230, 237, 240, 0.8);
  color: #000000;
}

.ui-select-bootstrap .ui-select-choices-row > span:hover,
.ui-select-bootstrap .ui-select-choices-row > span:focus {
  background-color: rgba(230, 237, 240, 0.8);
}

@font-face {
  font-family: "Raleway-Regular";
  src: url('Raleway-Regular.eot'); /* IE9 Compat Modes */
  src: url('Raleway-Regular.eot?#iefix') format("embedded-opentype"), url('Raleway-Regular.woff') format("woff"), url('Raleway-Regular.woff2') format("woff2"), url('Raleway-Regular.ttf') format("truetype"), url('Raleway-Regular.svg#52bc9fd504b621176d57f308965c98a4') format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Raleway-Medium";
  src: url('Raleway-Medium.eot'); /* IE9 Compat Modes */
  src: url('Raleway-Medium.eot?#iefix') format("embedded-opentype"), url('Raleway-Medium.woff') format("woff"), url('Raleway-Medium.woff2') format("woff2"), url('Raleway-Medium.ttf') format("truetype"), url('Raleway-Medium.svg#52bc9fd504b621176d57f308965c98a4') format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Raleway-Semibold";
  src: url('Raleway-SemiBold.eot'); /* IE9 Compat Modes */
  src: url('Raleway-SemiBold.eot?#iefix') format("embedded-opentype"), url('Raleway-SemiBold.woff') format("woff"), url('Raleway-SemiBold.woff2') format("woff2"), url('Raleway-SemiBold.ttf') format("truetype"), url('Raleway-SemiBold.svg#52bc9fd504b621176d57f308965c98a4') format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Raleway-Bold";
  src: url('Raleway-Bold.eot'); /* IE9 Compat Modes */
  src: url('Raleway-Bold.eot?#iefix') format("embedded-opentype"), url('Raleway-Bold.woff') format("woff"), url('Raleway-Bold.woff2') format("woff2"), url('Raleway-Bold.ttf') format("truetype"), url('Raleway-Bold.svg#52bc9fd504b621176d57f308965c98a4') format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Martel Sans ", sans-serif;
  src: url('MartelSans-ExtraBold.eot'); /* IE9 Compat Modes */
  src: url('MartelSans-ExtraBold.eot?#iefix') format("embedded-opentype"), url('MartelSans-ExtraBold.woff') format("woff"), url('MartelSans-ExtraBold.woff2') format("woff2"), url('MartelSans-ExtraBold.ttf') format("truetype"), url('MartelSans-ExtraBold.svg#52bc9fd504b621176d57f308965c98a4') format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: 800;
}
/*
@font-face {
    font-family: 'Raleway-Italic';
    src: url($fontpath + $fontItalic+'.eot'); // IE9 Compat Modes 
    src: url($fontpath + $fontItalic+'.eot?#iefix') format('embedded-opentype'), // IE6-IE8 
        url($fontpath + $fontItalic+'.woff') format('woff'), // Modern Browsers 
        url($fontpath + $fontItalic+'.woff2') format('woff2'), // Modern Browsers 
        url($fontpath + $fontItalic+'.ttf') format('truetype'), // Safari, Android, iOS 
        url($fontpath + $fontItalic+'.svg#52bc9fd504b621176d57f308965c98a4') format('svg'); // Legacy iOS 
    font-style: italic;
    font-weight: 400;
}
*/
