@charset "UTF-8";
@import url("css/fa/fontawesome.min.css");
@import url("css/fa/light.css");
@import url("css/fa/regular.css");
html {
  overflow-y: scroll;
  scroll-behavior: smooth;
  font-size: 100%;
}

body {
  padding: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}
body.focus-active *:focus {
  box-shadow: 0 0 0 3px #327D8F !important;
  text-decoration: none !important;
}
body.customize-support .popup {
  top: 46px;
}
@media (min-width: 992px) {
  body.customize-support .popup {
    top: 32px;
  }
}

* {
  outline: none !important;
}

h1, h2, h3, h4 {
  font-weight: 600;
  color: #333;
  line-height: 1.25;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1rem;
}

a {
  color: #327D8F;
}

p {
  margin-bottom: 1.25rem;
}

.rte-content h1 strong, .rte-content h2 strong, .rte-content h3 strong {
  font-weight: inherit;
}
.rte-content h2 {
  margin: 2rem 0 0.75rem;
}
.rte-content h3 {
  margin: 1.5rem 0 0.75rem;
}
.rte-content img.alignleft {
  max-width: 50% !important;
  margin: 0 2rem 2rem 0;
}
.rte-content p strong {
  color: #333;
  font-weight: 600;
}
.rte-content a[target=_blank] {
  margin-right: 1.5rem;
  position: relative;
}
.rte-content a[target=_blank]:after {
  content: "\f061";
  position: absolute;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  margin-right: -1.25rem;
  transform: rotate(-45deg);
}
.rte-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
}
.rte-content ul li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 0.25rem;
}
.rte-content ul li:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border: 0.5rem solid transparent;
  border-left-color: #fbc500;
  position: absolute;
  left: 1rem;
  top: 0.25rem;
}
.rte-content ul li a {
  border-bottom: 1px solid rgba(50, 125, 143, 0.25);
}
.rte-content ul li a:hover {
  color: #327D8F;
  border-color: #327D8F;
  text-decoration: none;
}
.rte-content ol {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
}
.rte-content ol li {
  margin-bottom: 0.25rem;
  position: relative;
  padding-left: 2.25rem;
  margin-bottom: 0.5rem;
  counter-increment: inst;
}
.rte-content ol li:before {
  content: counter(inst);
  position: absolute;
  left: 0;
  font-weight: 600;
  color: #000;
  font-size: 0.85rem;
  text-align: center;
  display: block;
  border-radius: 100%;
  width: 1.5rem;
  line-height: 1.5rem;
  background: rgba(251, 197, 0, 0.25);
}

.link:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  margin-left: 0.25rem;
  position: relative;
  right: 0;
  transition: right 0.25s;
}
.link:hover {
  text-decoration: none;
}
.link:hover:after {
  right: -0.125rem;
}

.color-red {
  color: #f54f00;
}

.color-yellow {
  color: #ffc120;
}

.color-grey {
  color: #556670;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

#cookie-notice {
  min-width: auto !important;
  right: 0;
  background: transparent !important;
  padding: 0 1rem 1rem;
}
#cookie-notice .cookie-notice-container {
  text-align: left;
  padding: 1.25rem;
  font-size: 0.85rem;
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  #cookie-notice .cookie-notice-container {
    max-width: 22rem !important;
    margin-left: auto;
  }
}
#cookie-notice .cookie-notice-container .cn-text-container {
  margin: 0 1.5rem 1rem 0;
}
#cookie-notice .cookie-notice-container .cn-buttons-container {
  display: flex !important;
  gap: 0.5rem;
  text-align: center;
}
#cookie-notice .cookie-notice-container .cn-buttons-container #cn-more-info {
  padding: 0.5rem 1rem;
  background: #e2e4e8;
  color: #000;
  margin: 0;
  flex: 1;
}
#cookie-notice .cookie-notice-container .cn-buttons-container #cn-accept-cookie {
  background: #fbc500;
  padding: 0.5rem 1rem;
  color: #000;
  margin: 0;
  flex: 1;
}
#cookie-notice .cookie-notice-container .cn-close-icon {
  top: 0.5rem;
  right: 0.5rem;
  margin: 0;
  transform: scale(0.85);
}
#cookie-notice .cookie-notice-container .cn-close-icon:before, #cookie-notice .cookie-notice-container .cn-close-icon:after {
  background: #000;
}

.container {
  width: 100%;
  max-width: 1170px;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: auto;
}
.container.container-xs {
  max-width: 740px;
}
.container.container-sm {
  max-width: 840px;
}
.container.container-md {
  max-width: 900px;
}
.container.container-lg {
  max-width: 970px;
}

.row.row-sm {
  margin-left: -5px;
  margin-right: -5px;
}
.row.row-sm > [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.row-md {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.row.row-md > [class*=col] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.row.row-lg {
  margin-left: -2rem;
  margin-right: -2rem;
}
.row.row-lg > [class*=col] {
  padding-left: 2rem;
  padding-right: 2rem;
}

.btn.btn-dark {
  background: #556670;
  border-color: transparent;
  color: #fff;
  transition: background 0.25s;
}
.btn.btn-dark:hover {
  background: #60737e;
}
.btn:active:focus, .btn:active:focus, .btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(50, 125, 143, 0.5);
}

.skip-link {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.25);
}
.skip-link:focus {
  opacity: 1;
  pointer-events: all;
  text-decoration: none;
}
.skip-link:hover {
  text-decoration: none;
}

/* Header */
#site-header {
  background: #fbc500;
}
#site-header .navbar .container {
  padding: 0;
}
#site-header .navbar-inner {
  position: relative;
  padding: 0 15px;
}
#site-header .navbar-header {
  float: none;
  display: flex;
  align-items: center;
  padding: 0;
}
#site-header .navbar-header .navbar-brand {
  padding-left: 0;
  margin-left: 0;
}
#site-header .navbar-header .navbar-menu-toggle {
  text-align: right;
  flex-grow: 1;
  vertical-align: middle;
}
#site-header .navbar-header .navbar-menu-toggle .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  justify-content: flex-end;
}
#site-header .navbar-header .navbar-menu-toggle .nav .nav-item {
  display: list-item;
}
#site-header .navbar-header .navbar-menu-toggle .nav .nav-item.search-toggle {
  padding-top: 0.25rem;
}
#site-header .navbar-header .navbar-menu-toggle .menu-toggle {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 3rem;
  height: 4rem;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: 100%;
  border: none;
  cursor: pointer;
  background: transparent;
}
#site-header .navbar-header .navbar-menu-toggle .menu-toggle span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  right: 0.5rem;
  height: 3px;
  background: #000;
  transition: background 0.25s;
}
#site-header .navbar-header .navbar-menu-toggle .menu-toggle span::after, #site-header .navbar-header .navbar-menu-toggle .menu-toggle span::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  content: "";
}
#site-header .navbar-header .navbar-menu-toggle .menu-toggle span::before {
  top: -8px;
  transition: background 0.25s, transform 0.25s, width 0.25s, top 0.25s;
}
#site-header .navbar-header .navbar-menu-toggle .menu-toggle span::after {
  bottom: -8px;
  transition: background 0.25s, transform 0.25s, width 0.25s, bottom 0.25s;
}
#site-header .navbar-header .navbar-menu-toggle .menu-toggle.toggled span {
  background: transparent;
}
#site-header .navbar-header .navbar-menu-toggle .menu-toggle.toggled span:before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
#site-header .navbar-header .navbar-menu-toggle .menu-toggle.toggled span:after {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
#site-header .navbar-header .navbar-menu-toggle .search-toggle {
  display: none;
}
#site-header .navbar-header .navbar-menu-toggle .search-toggle button {
  font-size: 18px;
  color: #000;
  width: 3.8rem;
  height: 3.8rem;
  margin-left: auto;
  background: transparent;
  border-width: 0;
}
#site-header .site-navigation {
  position: absolute;
  left: 0;
  z-index: 100;
  width: 100%;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.25);
}
#site-header .site-navigation.open {
  display: block;
}
#site-header .site-navigation a {
  color: #111;
  transition: all 0.25s;
}
#site-header .site-navigation > .menu-item {
  position: relative;
  border-bottom: 1px solid #eee;
}
#site-header .site-navigation > .menu-item.search-toggle {
  display: none;
}
#site-header .site-navigation > .menu-item .sub-menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  border-width: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  background-color: transparent;
  padding: 0 2.5rem;
  background-image: url("img/plus@2x.png");
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
}
#site-header .site-navigation > .menu-item .sub-menu-toggle:focus {
  outline: none;
}
#site-header .site-navigation > .menu-item .sub-menu-toggle.toggled {
  background-image: url("img/minus@2x.png");
}
#site-header .site-navigation > .menu-item > a {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 60px;
  padding: 0 20px;
}
#site-header .site-navigation > .menu-item > a:focus {
  text-decoration: none;
  outline: none;
}
#site-header .site-navigation > .menu-item > .sub-menu {
  list-style: none;
  background: #f2f4f8;
  padding: 0;
  display: none;
}
#site-header .site-navigation > .menu-item > .sub-menu.open {
  display: block;
}
#site-header .site-navigation > .menu-item > .sub-menu > li {
  padding: 0;
  flex-basis: 0;
  flex-grow: 1;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#site-header .site-navigation > .menu-item > .sub-menu > li.parent {
  display: none;
}
#site-header .site-navigation > .menu-item > .sub-menu > li > a {
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding: 1rem 1rem 1rem 2rem;
}
#site-header .site-navigation > .menu-item > .sub-menu > li > a[href="#"] {
  pointer-events: none;
}
#site-header .site-navigation > .menu-item > .sub-menu > li > a[href="#"]:after {
  display: none;
}
#site-header .site-navigation > .menu-item > .sub-menu > li > .sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #f2f2f2;
}
#site-header .site-navigation > .menu-item > .sub-menu > li > .sub-menu.open {
  display: block;
}
#site-header .site-navigation > .menu-item > .sub-menu > li > .sub-menu > li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#site-header .site-navigation > .menu-item > .sub-menu > li > .sub-menu > li a {
  background: rgba(0, 0, 0, 0.025);
  display: block;
  font-size: 0.85rem;
  padding: 15px 40px;
}
#site-header .site-navigation > .menu-item > .sub-menu > li.teaser-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#site-header .site-navigation > .menu-item > .sub-menu > li.teaser-column ul li a {
  display: block;
  padding: 1rem 1rem 1rem 2rem;
}
#site-header .site-navigation > .menu-item > .sub-menu > li.teaser-column ul li a .title {
  margin: 0;
  font-weight: 600;
}
#site-header .site-navigation > .menu-item > .sub-menu > li.teaser-column ul li a .desc {
  display: none;
}
#site-header .site-navigation > .menu-item > .sub-menu > li.teaser-column ul li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#site-header .site-navigation > .menu-item > .sub-menu > li.menu-item-object-menubox .menu-item-text .title {
  margin: 0;
}
#site-header .site-navigation > .menu-item > .sub-menu > li.menu-item-object-menubox .menu-item-text .desc {
  display: none;
}
@media (min-width: 992px) {
  #site-header .navbar-inner {
    padding: 0 20px;
  }
  #site-header .navbar-header {
    float: left;
  }
  #site-header .navbar-header .navbar-menu-toggle {
    display: none;
  }
  #site-header .navbar-menu {
    float: right;
    margin-top: 30px;
  }
  #site-header .site-navigation {
    position: static;
    text-align: right;
    display: block;
    background: transparent;
    box-shadow: none;
  }
  #site-header .site-navigation > .menu-item {
    display: inline-block;
    position: static;
    border-width: 0 !important;
  }
  #site-header .site-navigation > .menu-item.search-toggle {
    display: inline-block;
  }
  #site-header .site-navigation > .menu-item.search-toggle a {
    text-align: center;
  }
  #site-header .site-navigation > .menu-item > .sub-menu-toggle {
    display: none;
  }
  #site-header .site-navigation > .menu-item > a {
    font-size: 0.85rem;
    line-height: normal;
    padding: 0.75rem 0.5rem;
    border-radius: 0.25rem;
    position: relative;
  }
  #site-header .site-navigation > .menu-item > a.active, #site-header .site-navigation > .menu-item > a:active {
    text-decoration: underline;
  }
  #site-header .site-navigation > .menu-item > a.active {
    position: relative;
    box-shadow: none;
  }
  #site-header .site-navigation > .menu-item > a.active:after {
    content: "";
    position: absolute;
    z-index: 1000;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
    width: 1rem;
    height: 1rem;
    border: 1rem solid transparent;
    border-bottom-color: #fff;
    display: none;
    display: block;
    top: 48px;
  }
  #site-header .site-navigation > .menu-item > .sub-menu {
    text-align: left;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 98px;
    width: 100%;
    flex-wrap: wrap;
    padding: 0 2rem 2rem;
    background: #fff;
    box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.25);
    border-radius: 0 0 0.25rem 0.25rem;
    max-height: none;
  }
  #site-header .site-navigation > .menu-item > .sub-menu.open {
    display: flex;
  }
  #site-header .site-navigation > .menu-item > .sub-menu > li {
    flex: 0 0 50%;
    max-width: 50%;
    border-width: 0;
    padding: 0 2rem 0 0;
  }
  #site-header .site-navigation > .menu-item > .sub-menu > li .sub-menu-toggle {
    display: none;
  }
  #site-header .site-navigation > .menu-item > .sub-menu > li.parent {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 1rem;
  }
  #site-header .site-navigation > .menu-item > .sub-menu > li.parent a {
    font-size: 1.2rem;
    padding: 1.5rem 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  }
  #site-header .site-navigation > .menu-item > .sub-menu > li.parent a:after {
    position: relative;
    top: -2px;
  }
  #site-header .site-navigation > .menu-item > .sub-menu > li > a {
    padding: 10px 0;
  }
  #site-header .site-navigation > .menu-item > .sub-menu > li > a:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("img/small-arrow-black@2x.png");
    background-size: 10px;
    opacity: 0.85;
    margin-left: 0.25rem;
    transition: all 0.25s;
  }
  #site-header .site-navigation > .menu-item > .sub-menu > li > a:hover:after {
    opacity: 1;
    margin-left: 0.5rem;
  }
  #site-header .site-navigation > .menu-item > .sub-menu > li > .sub-menu {
    display: block;
  }
  #site-header .site-navigation > .menu-item > .sub-menu > li > .sub-menu li a {
    background: transparent;
    padding: 8px 0;
  }
  #site-header .site-navigation > .menu-item > .sub-menu > li.teaser-column {
    padding: 0;
    margin-left: auto;
  }
  #site-header .site-navigation > .menu-item > .sub-menu > li.teaser-column ul {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-width: 0;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #site-header .site-navigation > .menu-item > .sub-menu > li.teaser-column ul li {
    padding: 0;
    flex: 1;
    border-width: 0;
  }
  #site-header .site-navigation > .menu-item > .sub-menu > li.teaser-column ul li:not(:last-child) {
    padding-bottom: 0.5rem;
  }
  #site-header .site-navigation > .menu-item > .sub-menu > li.teaser-column ul li a {
    display: flex;
    border-radius: 0.25rem;
    overflow: hidden;
    position: relative;
    height: 100%;
    flex-direction: column;
    padding: 0;
  }
  #site-header .site-navigation > .menu-item > .sub-menu > li.teaser-column ul li a .menu-item-text {
    background: #cce1eb;
    position: relative;
    z-index: 1;
    color: #222;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 7.5%;
    transition: all 0.25s;
  }
  #site-header .site-navigation > .menu-item > .sub-menu > li.teaser-column ul li a .menu-item-text .title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.25rem;
  }
  #site-header .site-navigation > .menu-item > .sub-menu > li.teaser-column ul li a .menu-item-text .desc {
    display: block;
    font-size: 0.75rem;
    opacity: 0.875;
  }
  #site-header .site-navigation > .menu-item > .sub-menu > li.teaser-column ul li a .menu-item-text:after {
    content: "\f061";
    position: relative;
    z-index: 1;
    font-family: "Font Awesome 5 Pro";
    font-size: 0.75rem;
    margin-top: auto;
    margin-left: auto;
    width: 2.25rem;
    line-height: 2.25rem;
    border-radius: 100%;
    box-shadow: 0 0 0 1px;
    text-align: center;
    transition: all 0.25s;
  }
  #site-header .site-navigation > .menu-item > .sub-menu > li.teaser-column ul li a .menu-item-text--dark {
    background: rgba(0, 0, 0, 0.675);
    color: #fff;
  }
  #site-header .site-navigation > .menu-item > .sub-menu > li.teaser-column ul li a .menu-item-bg {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  #site-header .site-navigation > .menu-item > .sub-menu > li.teaser-column ul li a:hover {
    text-decoration: none;
  }
  #site-header .site-navigation > .menu-item > .sub-menu > li.teaser-column ul li a:hover .menu-item-text:after {
    background: #222;
    box-shadow: 0 0 0 1px #222;
    color: #fff;
  }
  #site-header .site-navigation > .menu-item > .sub-menu > li.teaser-column ul li a:hover .menu-item-text--dark {
    background: rgba(0, 0, 0, 0.75);
  }
  #site-header .site-navigation > .menu-item > .sub-menu > li.teaser-column ul li a:hover .menu-item-text--dark:after {
    background: #fff;
    box-shadow: 0 0 0 1px #fff;
    color: #222;
  }
}
@media (min-width: 1100px) {
  #site-header .site-navigation > .menu-item > a {
    padding: 0.75rem 0.5rem;
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  #site-header .navbar-menu {
    float: right;
    margin-top: 40px;
  }
  #site-header .site-navigation > .menu-item > a.active:after {
    top: 55px;
  }
  #site-header .site-navigation > .menu-item > .sub-menu {
    top: 120px;
  }
  #site-header .site-navigation > .menu-item > .sub-menu > li {
    flex: 1;
    max-width: 50%;
  }
  #site-header .site-navigation > .menu-item > .sub-menu > li a {
    font-size: 1rem;
  }
  #site-header .site-navigation > .menu-item.multirow > .sub-menu > li:not(.parent) {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.site-search {
  background: #f2f4f8;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: all 0.25s;
}
.site-search .search-form {
  opacity: 0;
  transition: opacity 0.5s;
}
.site-search .search-form .label {
  font-size: 1.2rem;
  margin: 0 0 1rem;
}
.site-search .search-form .input {
  font-size: 1.2rem;
}
.site-search.open {
  visibility: visible;
  padding: 1.5rem 0 2rem;
  max-height: 20rem;
  border-top-width: 1px;
}
.site-search.open .search-form {
  opacity: 1;
}

.search-toggle a,
.search-toggle button {
  font-size: 0 !important;
  width: 4rem;
}
.search-toggle a:active,
.search-toggle button:active {
  text-decoration: none !important;
}
.search-toggle a:before,
.search-toggle button:before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.25rem;
  font-weight: bold;
}
.search-toggle a:hover,
.search-toggle button:hover {
  text-decoration: none;
}
.search-toggle.toggled a:before,
.search-toggle.toggled button:before {
  content: "\f00d";
}

.search-form .input {
  position: relative;
}
.search-form .input .search-icon {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}
.search-form .input input {
  border-width: 0;
  box-shadow: none;
  padding: 1rem 1.5rem 1rem 3.5rem;
  height: auto;
  font-size: inherit;
  border: 1px solid rgba(85, 102, 112, 0.25);
}
.search-form .input input:focus {
  border-color: #556670;
}
.search-form .input button {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 100%;
  background: transparent;
  border-width: 0;
  color: #999;
  font-size: 18px;
}
.search-form .input button:hover {
  color: #222;
}

/*--- COMPONENT ---*/
.hero {
  display: block;
  position: relative;
  min-height: 50vh;
  background: #000;
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  padding: 15rem 0 2.5rem;
}
.hero:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
}
.hero .hero-bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.9;
  transition: opacity 0.25s;
}
.hero .hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero-content {
  width: 100%;
  position: relative;
  z-index: 1;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.hero .hero-content .hero-content-inner .col-text h1 {
  color: inherit;
  font-size: 1.75rem;
  line-height: 1.4;
  letter-spacing: -1px;
  font-weight: bold;
  margin: 0 0 10px;
}
.hero .hero-content .hero-content-inner .col-text h1 a {
  color: inherit;
  display: inline-block;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 0.125rem;
  margin-bottom: 0.75rem;
}
.hero .hero-content .hero-content-inner .col-text h1 a:hover {
  border-color: #fff;
  text-decoration: none !important;
}
.hero .hero-content .hero-content-inner .col-text p {
  font-size: 1.2rem;
  opacity: 0.85;
  font-weight: normal;
}
.hero .hero-content .hero-content-inner .col-text .hero-link {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  margin-top: 0.5rem;
}
.hero .hero-content .hero-content-inner .col-text .hero-link:hover {
  text-decoration: none;
}
.hero[href]:hover, .hero[href]:focus {
  text-decoration: none;
}
.hero[href]:hover .hero-content .hero-content-inner .hero-button, .hero[href]:focus .hero-content .hero-content-inner .hero-button {
  background: #fff;
  color: #333;
}
.hero[href]:hover .hero-bg, .hero[href]:focus .hero-bg {
  opacity: 0.65;
}
@media (min-width: 992px) {
  .hero {
    min-height: 60vh;
  }
  .hero .hero-content .hero-content-inner .col-text h1 {
    font-size: 2.4rem;
  }
}

.card {
  display: block;
  color: inherit;
  margin-bottom: 4rem;
  position: relative;
}
.card .card-image {
  background: #556670;
  padding-bottom: 50%;
  border-radius: 3px;
  background-image: url(http://localhost:8888/rtog/wp-content/uploads/2016/06/deltidare_bildspel.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card .card-content {
  color: #626262;
  padding: 2rem 0 0;
}
.card .card-content .card-title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  transition: color 0.25s;
}
.card .card-content p {
  font-size: 14px;
  font-weight: normal;
}
.card .card-content .link {
  color: #327D8F;
  font-weight: bold;
  text-transform: uppercase;
}
.card .card-content .link:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  margin-left: 0.5rem;
  transition: margin 0.25s;
}
.card[href]:hover, .card[href]:focus {
  text-decoration: none;
}
.card[href]:hover .card-content .card-title, .card[href]:focus .card-content .card-title {
  color: #327D8F;
}
.card[href]:hover .card-content .link:after, .card[href]:focus .card-content .link:after {
  margin-left: 0.75rem;
}
@media (min-width: 992px) {
  .card {
    margin-bottom: 0;
  }
}

.section {
  padding: 4rem 0;
}
.section .section-top {
  margin-bottom: 1.5rem;
}
.section .section-top h2 {
  font-size: 2rem;
  margin: 0;
}
.section .section-footer a {
  font-size: 1rem;
  font-weight: 600;
}
.section.section-light {
  background: #f2f4f8;
}
.section.pb-0 {
  padding-bottom: 0;
}

.thumb {
  display: block;
  position: relative;
  padding-bottom: 60%;
  background: #000;
  color: #fff;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.thumb .thumb-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s, opacity 0.5s;
}
.thumb .thumb-content {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 2rem;
}
.thumb .thumb-content .thumb-content-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  color: inherit;
}
.thumb .thumb-content:after {
  content: "\f105";
  position: absolute;
  z-index: 2;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 3rem;
  opacity: 0.5;
  transition: opacity 0.25s;
}
.thumb:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(rgba(0, 0, 0, 0), #000);
  opacity: 0.5;
}
.thumb:hover, .thumb:focus {
  color: #fff;
}
.thumb:hover .thumb-bg, .thumb:focus .thumb-bg {
  transform: scale(1.085);
  opacity: 0.85;
}
.thumb:hover .thumb-content:after, .thumb:focus .thumb-content:after {
  opacity: 1;
}

.news-row .column {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .news-row {
    display: flex;
  }
  .news-row .column {
    flex-grow: 1;
    margin-bottom: 2rem;
  }
}

.news-item {
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  padding: 0;
  position: relative;
  height: 100%;
  transition: box-shadow 0.25s;
}
.news-item .news-item-image {
  position: relative;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center;
}
.news-item .news-item-image img {
  width: 100%;
}
.news-item .news-item-image .news-item-date {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #556670;
  padding: 6px 22px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.news-item .news-item-text {
  color: #626262;
  padding: 1.25rem;
}
.news-item .news-item-text .news-item-title {
  font-size: 1.25rem;
  margin: 0;
  color: #333;
}
.news-item .news-item-text .news-item-excerpt {
  font-size: 0.85rem;
  margin: 0.5rem 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-item .news-item-bottom-link {
  background: #556670;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  color: #fff;
  z-index: 20;
  font-weight: bold;
  text-transform: uppercase;
}
.news-item:hover, .news-item:focus {
  background: #fff;
  text-decoration: none;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
}
.news-item:hover .news-item-text .news-item-title, .news-item:focus .news-item-text .news-item-title {
  color: #556670;
  text-decoration: underline;
}
.news-item:hover .news-item-bottom-link, .news-item:focus .news-item-bottom-link {
  background: #ffc120;
  text-decoration: none;
}

.page-header {
  border-width: 0;
  margin: 0 0 0.75rem;
  padding: 0;
}

.featured-image-wrapper {
  margin-bottom: 1rem;
}
.featured-image-wrapper .featured-caption {
  font-style: italic;
}

/* Breadcrumbs */
.breadcrumbs-container {
  border-bottom: 1px solid #f2f4f8;
  padding: 0.75rem 0;
  white-space: nowrap;
  overflow: auto;
}
.breadcrumbs-container .breadcrumbs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  font-size: 0.85rem;
}
.breadcrumbs-container .breadcrumbs li {
  display: inline-block;
}
.breadcrumbs-container .breadcrumbs li:not(:first-child) {
  margin-left: 0.5rem;
}
.breadcrumbs-container .breadcrumbs li a {
  color: #000;
}
.breadcrumbs-container .breadcrumbs li .current {
  color: #556670;
}
.breadcrumbs-container .breadcrumbs li .start-icon {
  width: 12px;
  margin-right: 8px;
}
.breadcrumbs-container .breadcrumbs li .separator {
  color: #ddd;
}

#site-header-top,
#site-header-top-mobile {
  background-color: #000;
  min-height: 20px;
  padding: 10px 0;
  color: #828282;
}

#site-header .nav > li > a:focus,
#site-header .nav > li > a:hover {
  background: #fbc500;
  text-decoration: underline;
}

#site-header .navbar {
  margin-bottom: 0;
  border: none;
}

#site-header .navbar-brand {
  height: auto;
}

#site-header .navbar-toggle {
  margin-top: 27px;
}

#site-header .navbar-toggle .icon-bar {
  background: #000;
}

#site-header .navbar-collapse {
  padding: 0;
}

#site-header .top-menu-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#site-header .top-menu-list li {
  display: inline;
}

#site-header .top-menu-list.menu-left li:last-child {
  margin-right: 0;
}

#site-header .top-menu-list.menu-right li:first-child {
  margin-left: 0;
}

#site-header .top-menu-list li a {
  color: #aaa;
  font-size: 13px;
  white-space: nowrap;
}

#site-header .top-menu-list li.menu-item-has-children {
  position: relative;
}

#site-header .top-menu-list li.menu-item-has-children > a:after {
  content: "";
  width: 8px;
  height: 4px;
  display: inline-block;
  background: url("img/arrow-down-grey@2x.png");
  background-size: 8px 4px;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  top: -1px;
}

#site-header .top-menu-list li .sub-menu {
  display: none;
  position: absolute;
  left: -5px;
  top: 30px;
  width: auto;
  background: #000;
  z-index: 20;
  padding: 5px 0;
}

#site-header .top-menu-list li .sub-menu li {
  display: block;
  margin: 0;
}

#site-header .top-menu-list li .sub-menu li a {
  padding: 5px 50px 5px 15px;
  display: block;
}

#site-header .top-menu-list li .sub-menu.open {
  display: block;
}

#site-header .top-menu-list li a img {
  width: 18px;
  height: auto;
  vertical-align: text-bottom;
}

/* Main menu */
#site-header #main-menu-wrapper {
  float: right;
}

/* --- TOP LINK END --- */
#site-header #mobile-search-wrapper {
  float: right;
  font-size: 24px;
  cursor: pointer;
}

#site-header #mobile-search-wrapper .fa-search {
  color: #000;
}

#site-header #mobile-search-form {
  background: #fff;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 20;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  clip: rect(0px, 5000px, 5000px, -5000px);
}

#site-header #mobile-search-form .ubermenu-search {
  display: none;
}

#site-header #mobile-search-form .ubermenu-searchform {
  margin: 15px auto;
  background: #f9f9f9;
  width: 100%;
  position: relative;
  font-size: 14px;
}

#site-header #mobile-search-form .ubermenu-searchform .ubermenu-search-input {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #333;
  height: 100%;
  padding: 14px 50px 14px 25px;
  width: 100%;
  border: medium none;
}

#site-header #mobile-search-form .ubermenu-searchform .ubermenu-search-submit {
  -moz-osx-font-smoothing: grayscale;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  color: #666;
  cursor: pointer;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}

/* Subpage */
body.page-template-default #site-content h4,
body.single-news #template-main h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 25px 0 8px;
}

#main-title-container {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

.home #main-title-container {
  display: block;
}

#main-title-container h1 {
  color: #959595;
  font-size: 14px;
  margin: 0 !important;
  font-weight: 600;
  padding: 12px 0;
}

#main-title-container h1 img {
  width: 16px;
  margin-right: 15px;
  position: relative;
  top: -1px;
}

#site-content {
  position: relative;
}

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

.wpb_single_image .vc_single_image-wrapper {
  max-width: 100%;
}

.page-content-wrapper {
  margin-top: 2rem;
}

.vc_section.vc_section-has-fill {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.vc_section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#post-content-wrapper a, #template-main a {
  color: #327D8F;
  border-bottom: 1px solid rgba(50, 125, 143, 0.25);
  transition: border-color 0.25s;
}
#post-content-wrapper a:hover, #post-content-wrapper a:focus, #template-main a:hover, #template-main a:focus {
  text-decoration: none;
  border-color: rgba(50, 125, 143, 0.75);
}
#post-content-wrapper a[href*=".doc"], #post-content-wrapper a[href*=".docx"], #post-content-wrapper a[href*=".pdf"], #template-main a[href*=".doc"], #template-main a[href*=".docx"], #template-main a[href*=".pdf"] {
  margin-left: 1.5rem;
}
#post-content-wrapper a[href*=".doc"]:before, #post-content-wrapper a[href*=".docx"]:before, #post-content-wrapper a[href*=".pdf"]:before, #template-main a[href*=".doc"]:before, #template-main a[href*=".docx"]:before, #template-main a[href*=".pdf"]:before {
  content: "";
  background-image: url("img/word-icon@2x.png");
  width: 16px;
  height: 18px;
  background-size: 16px 18px;
  margin-left: -1.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  position: relative;
  top: 0.125rem;
}
#post-content-wrapper a[href*=".doc"]:after, #post-content-wrapper a[href*=".docx"]:after, #post-content-wrapper a[href*=".pdf"]:after, #template-main a[href*=".doc"]:after, #template-main a[href*=".docx"]:after, #template-main a[href*=".pdf"]:after {
  content: "";
  background: none;
  width: 0;
  height: 0;
}
#post-content-wrapper a[href*=".pdf"]:before, #template-main a[href*=".pdf"]:before {
  background-image: url("img/pdf-icon@2x.png");
}

#post-content-wrapper a.vc_single_image-wrapper[target=_blank]:after,
.single-news #template-main a.vc_single_image-wrapper[target=_blank]:after {
  display: none;
}

#post-content-wrapper.content-rtl {
  text-align: right;
}

#post-content-wrapper.content-rtl ol li,
#post-content-wrapper.content-rtl ul li {
  background-image: url("img/bullet-left@2x.png");
  background-repeat: no-repeat;
  background-position: right 5px;
  background-size: 10px 15px;
  padding-left: 0;
  padding-right: 20px;
  margin-bottom: 10px;
}

/* Footer */
#site-footer {
  color: #fff;
  padding: 55px 0;
  background: #000;
  font-size: 16px;
}
#site-footer .footer-logo {
  display: inline-block;
  margin-bottom: 35px;
  max-width: 190px;
}
#site-footer .footer-logo img {
  width: 100%;
}
@media (min-width: 992px) {
  #site-footer .footer-logo {
    max-width: 250px;
  }
}

.page-template-default #site-footer,
.page-template-page-rtl #site-footer,
.single-news #site-footer,
.single-slideshow #site-footer {
  margin-top: 55px;
}

#site-footer p a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transition: border-color 0.25s;
}
#site-footer p a:hover {
  text-decoration: none;
  border-color: #fff;
}

#site-footer-left p {
  margin-bottom: 7px;
}

#site-footer-right p a {
  display: inline-block;
  margin-right: 15px;
  border-width: 0;
}

#site-footer-right img {
  width: 28px;
  opacity: 0.5;
}

#site-footer-right img:hover {
  opacity: 1;
}

#site-footer-right strong {
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
}

#site-footer-right > div:first-child {
  margin-top: 52px;
}

#site-footer-right > div:last-child {
  margin-top: 30px;
}

/* Content */
#site-content .wpb_row {
  margin-top: 0;
  margin-bottom: 0;
}

#site-content .wpb_row.boxed {
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding: 3rem calc(2rem - 15px);
}
#site-content .wpb_row.boxed .container {
  padding: 0;
}

/* Sidebars */
#template-sidebar .widget {
  margin-bottom: 50px;
}

.widget_latest_news h3 {
  margin: 0 0 1.75rem 0;
  color: #f54f00;
}

.widget_latest_news ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget_latest_news ul li {
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.widget_latest_news ul h4 {
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
}

.widget_latest_news ul a {
  color: #556670;
}

.widget_latest_news ul p.item-date {
  color: #556670;
  font-size: 0.85rem;
}

.post-type-archive-news .latest-news-more-link {
  display: none;
}

.latest-news-more-link img {
  margin-right: 5px;
  vertical-align: baseline;
  width: 12px;
}

.widget_share_news h3 {
  margin: 5px 0 25px;
  color: #f54f00;
}

.widget_share_news ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.widget_share_news ul a {
  color: #556670;
  font-weight: 600;
}

.widget_share_news ul img {
  width: 25px;
  margin-right: 10px;
}

.widget_share_news ul li {
  margin-bottom: 15px;
}

#related-links ul {
  margin: 1rem 0;
  padding: 0;
  list-style-type: none;
}

#related-links ul li {
  margin-bottom: 5px;
  font-size: 1rem;
}

#related-links a img {
  margin-right: 5px;
  vertical-align: baseline;
  width: 12px;
}

/* Submenu */
.submenu-wrapper {
  margin-top: 10px;
}

.submenu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.submenu-wrapper ul a {
  display: block;
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
  color: #000;
}

ul.submenu > li.top-ancestor > a {
  background: #fbc500;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}

/*
ul.submenu > li.top-ancestor > a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
*/
ul.submenu > li.top-ancestor > ul > li > a {
  border-bottom: 1px solid #f0f0f0;
}

ul.submenu > li.top-ancestor > ul > li > ul,
ul.submenu > li.top-ancestor > ul > li > ul > li > ul,
ul.submenu > li.top-ancestor > ul > li > ul > li > ul > li > ul {
  display: none;
}

ul.submenu > li.top-ancestor > ul > li.current_page_ancestor > ul,
ul.submenu > li.top-ancestor > ul > li.current_page_item > ul {
  display: block;
}

ul.submenu > li.top-ancestor > ul > li.current_page_ancestor > ul > li.current_page_ancestor > ul,
ul.submenu > li.top-ancestor > ul > li.current_page_ancestor > ul > li.current_page_item > ul {
  display: block;
}

ul.submenu > li.top-ancestor > ul > li.current_page_ancestor > ul > li.current_page_ancestor > ul > li.current_page_ancestor > ul,
ul.submenu > li.top-ancestor > ul > li.current_page_ancestor > ul > li.current_page_ancestor > ul > li.current_page_item > ul {
  display: block;
}

ul.submenu > li.top-ancestor > ul > li.current_page_ancestor > a,
ul.submenu > li.top-ancestor > ul > li.current_page_item > a {
  font-weight: 600;
}

ul.submenu > li.top-ancestor > ul > li.current_page_ancestor > ul > li > a,
ul.submenu > li.top-ancestor > ul > li.current_page_item > ul > li > a {
  background: #f6f7f8;
  padding-left: 25px;
}

ul.submenu > li.top-ancestor > ul > li > ul > li.current_page_item > a {
  font-weight: 600;
}

ul.submenu > li.top-ancestor > ul > li.current_page_ancestor > ul > li > ul > li > a {
  background: #e6e8ea;
  padding-left: 40px;
  position: relative;
}

ul.submenu > li.top-ancestor > ul > li.current_page_ancestor > ul > li > ul > li.current_page_item > a {
  font-weight: 600;
}

ul.submenu > li.top-ancestor > ul > li.current_page_ancestor > ul > li > ul > li > ul > li > a {
  background: #d5d7d9;
  padding-left: 50px;
}

ul.submenu > li.top-ancestor > ul > li.current_page_ancestor > ul > li > ul > li > ul > li.current_page_item > a {
  font-weight: 600;
}

/* Frontpage flexslider */
#site-content .wpb_flexslider {
  border: 0;
  margin: 0;
  box-shadow: none;
}

#site-content .wpb_flexslider .slides li {
  text-align: center;
}

#site-content .wpb_flexslider .flex-caption {
  margin: 0 auto;
  background: #fff;
  padding: 25px 0;
  position: relative;
  display: inline-block;
  text-align: left;
  width: 100%;
}

#site-content .wpb_flexslider .flex-caption:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  position: absolute;
  top: -12px;
}

#site-content .wpb_flexslider .flex-caption p {
  margin: 0;
  font-weight: 300;
}

#site-content .wpb_flexslider .flex-caption .post-title {
  margin: 0;
  font-weight: 300;
}

#site-content .wpb_flexslider .flex-next {
  opacity: 1;
  width: 40px;
  height: 40px;
  background: url("img/icon-arrow-right@2x.png");
  background-size: 40px;
}

#site-content .wpb_flexslider .flex-prev {
  opacity: 1;
  width: 40px;
  height: 40px;
  background: url("img/icon-arrow-left@2x.png");
  background-size: 40px;
}

#site-content .wpb_flexslider .flex-direction-nav {
  left: 0;
  right: 0;
  top: 20px;
  width: 100%;
  margin: 0 auto !important;
  position: absolute;
  display: none;
}

#site-content .wpb_flexslider .flex-direction-nav a {
  margin: 0 !important;
}

#site-content .wpb_flexslider .flex-direction-nav a:before {
  content: "";
}

#site-content .flexslider .slides img {
  height: auto;
}

/* Single news template */
.single-news .featured-image-wrapper img,
.single-slideshow .featured-image-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

a.news-archive-link {
  margin-top: 30px;
  font-size: 14px;
  display: inline-block;
}

a.news-archive-link img {
  margin-right: 5px;
  vertical-align: baseline;
  width: 12px;
}

.featured-caption {
  font-size: 14px;
  margin: 5px 0 0;
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 0;
}

/* News archive template */
#rtog-archive-wrapper .page-header a {
  border-width: 2px;
}
#rtog-archive-wrapper .featured-image-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#rtog-archive-wrapper .news-item-excerpt {
  margin: 0.75rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#rtog-archive-wrapper .publish-date {
  color: #626262;
  font-size: 0.85rem;
  margin: 0;
}

body.archive #site-content h2 {
  border: none;
  padding: 0;
}

body.archive #site-content h2 a {
  font-size: 24px;
  color: inherit;
}

body.archive #site-content h1 {
  margin-bottom: 30px;
}

div#rtog-archive-pagination {
  padding: 15px 0 0 0 !important;
  text-align: left;
  margin-top: 30px;
  border-top: 1px solid #eee;
}

div#rtog-archive-pagination .page-numbers:not(.next):not(.prev):not(.dots) {
  color: #556670;
  width: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  border-width: 0;
}
div#rtog-archive-pagination .page-numbers:not(.next):not(.prev):not(.dots).current, div#rtog-archive-pagination .page-numbers:not(.next):not(.prev):not(.dots).current:hover {
  background: #556670;
  color: #fff;
}
div#rtog-archive-pagination .page-numbers:not(.next):not(.prev):not(.dots):hover {
  background: #eee;
}

body.error404 #content-404 {
  margin-top: 15px;
  margin-bottom: 150px;
  text-align: center;
}

body.error404 #content-404 img {
  margin-bottom: 30px;
}

body.error404 #content-404 #searchform {
  position: relative;
  max-width: 500px;
  margin: 60px auto 0;
}
body.error404 #content-404 #searchform .form-control {
  border: 1px solid #ddd;
}

body.error404 #content-404 #searchform #searchsubmit {
  background: url("img/icon-magnifier@2x.png") no-repeat scroll center center/18px auto rgba(0, 0, 0, 0);
  border: medium none;
  border-radius: 0;
  top: 0;
  color: transparent;
  height: 34px;
  margin: 0;
  opacity: 0.5;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  width: 45px;
}

#searchform #searchsubmit:hover {
  opacity: 1;
  color: transparent;
  background-color: transparent;
  border-color: transparent;
}

/* TablePress tables */
.rtog-table {
  font-size: 0.85rem;
  margin-bottom: 1rem !important;
}

table.rtog-table tfoot th,
table.rtog-table thead th {
  background: #fbc500;
  vertical-align: middle;
  border: none;
}

table.rtog-table tr.odd td {
  background: #f6f7f8;
}

table.rtog-table td {
  border-color: #e4e5e6 !important;
}

#tablepress-7 .column-1 {
  display: none;
}

#tablepress-7 .row-highlight-heading td {
  background-color: #ccd1d4;
  color: #000;
}

/* Custom Visual Composer Elements */
.puff-3-table {
  width: 100%;
}

.puff-3-wrapper .puff {
  padding: 30px 15px;
  float: none;
}

.puff-3-wrapper .puff-arrow {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.puff-3-wrapper a.puff:hover {
  text-decoration: none;
  opacity: 0.85;
}

.puff-3-wrapper .puff-1 {
  background: #f54f00;
}

.puff-3-wrapper .puff-2 {
  background: #ffc120;
}

.puff-3-wrapper .puff-3 {
  background: #556670;
}

.puff-3-wrapper .puff img {
  display: block;
  height: 110px;
  width: 120px;
  margin: 0 auto;
  padding: 10px 0;
}

.puff-3-wrapper .puff span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
}

/* Newsfeed */
.newsfeed-table {
  width: 100%;
  height: 100%;
}

.newsfeed-wrapper {
  padding: 5rem 0;
}
.newsfeed-wrapper h2 {
  margin: 0 0 20px;
  font-weight: 600;
}

.newsfeed-wrapper .news-item-arrow {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffc120;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}

.newsfeed-wrapper .news-item-arrow-top {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}

.newsfeed-wrapper .news-item-image-holder:hover .news-item-arrow-top {
  display: block;
}

.newsfeed-wrapper .link-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsfeed-wrapper .link-text-arrow {
  width: 12px;
  vertical-align: baseline;
  margin-right: 5px;
}

.newsfeed-archive-link img {
  width: 12px;
  vertical-align: baseline;
  margin-right: 5px;
}

.newsfeed-wrapper .news-item .wp-post-image {
  height: auto;
}

/* Warnings */
.warnings-wrapper .warning-item {
  background: #fbc500;
  width: 100%;
}

.warnings-wrapper .warning-item:last-child {
  margin-bottom: 0;
}

.warnings-wrapper .warning-item.type-information {
  background-color: #e0eef8;
  border: 2px solid #c0dcf0;
}

.warnings-wrapper .warning-item.type-information .warning-info {
  border-color: #c0dcf0;
}

.warnings-wrapper .warning-item.type-information .warning-icon {
  background-image: url("img/information@2x.png");
}

.warnings-wrapper .warning-item .warning-icon {
  width: 50px;
  height: 50px;
  background-image: url("img/varning@2x.png");
  background-size: 50px;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: center;
}

.warnings-wrapper .warning-item .warning-title {
  font-size: 16px;
  font-weight: 600;
  margin: 3px 0 5px;
}

.warnings-wrapper .warning-item .warning-description {
  margin: 0;
}

.warnings-wrapper .warning-item .warning-areas {
  margin: 10px 0 0;
}

.warnings-wrapper .warning-item .warning-contactperson {
  margin: 10px 0 0;
}

/* Media news */
.media-news-wrapper .media-news-title {
  border-bottom: 2px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 1rem;
  margin: 1.5rem 0 0.75rem;
}

.media-news-wrapper .medianews-list-ul {
  list-style-type: none;
  margin: 1rem 0;
  padding: 0;
}
.media-news-wrapper .medianews-list-ul li {
  margin-bottom: 1.5rem;
}
.media-news-wrapper .medianews-list-ul li .item-title {
  margin: 0 0 0.25rem;
}
.media-news-wrapper .medianews-list-ul li p:empty {
  display: none;
}

.media-news-wrapper ul li,
.media-news-wrapper ul li a {
  color: #556670;
}

.media-news-wrapper ul li .item-date,
.media-news-wrapper ul li .item-source {
  font-size: 0.85rem;
  margin: 0;
}

.media-news-more-link {
  display: none;
}

.media-news-more-link img {
  width: 12px;
  vertical-align: baseline;
  margin-right: 5px;
}

/* Alarm feed */
.alarm-feed-wrapper .alarm-feed-title {
  border-bottom: 2px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 1rem;
  margin: 1.5rem 0 0.75rem;
}
.alarm-feed-wrapper .alarms-list-ul {
  list-style-type: none;
  margin: 1.5rem 0;
  padding: 0;
}
.alarm-feed-wrapper .alarms-list-ul li {
  margin-bottom: 1.5rem;
}
.alarm-feed-wrapper .alarms-list-ul li .item-title {
  margin: 0 0 0.25rem;
}

.alarm-feed-wrapper ul li,
.alarm-feed-wrapper ul li a {
  color: #556670;
}

.alarm-feed-wrapper ul li.is-sticky .item-title {
  background-image: url("img/important-alarm.png");
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 21px;
}

.alarm-feed-wrapper ul li .item-date {
  font-size: 0.85rem;
  margin: 0;
  color: #626262;
}

.alarm-feed-wrapper ul li .item-place {
  font-size: 0.85rem;
  margin: 0;
}

.loading-gif {
  margin-bottom: 20px;
  margin-top: 10px;
  width: 40px;
}

#alarms-table {
  color: #556670;
  margin-bottom: 40px;
  font-size: 1rem;
}

.alarms-list-wrapper > .table-wrapper {
  margin-top: 30px;
}

#alarms-table tbody > tr:nth-child(2n+1) {
  background: #f6f7f8;
}

#alarms-table tbody td {
  border: none;
  padding: 12px;
}

#alarms-table .alarm-date {
  width: 200px;
}

#alarms-table tr.is-sticky .alarm-heading {
  background-image: url("img/important-alarm.png");
  background-size: 16px;
  background-position: 11px 14px;
  background-repeat: no-repeat;
  padding-left: 34px;
}

#alarms-table .alarm-heading a {
  font-weight: 600;
  color: #556670;
}

.single-alarm-more-link {
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  border-width: 0 !important;
}
.single-alarm-more-link .icon {
  margin-right: 0.25rem;
}

.maps-directions-row {
  margin-top: 25px !important;
}

.maps-directions-row .wpb_text_column {
  margin-bottom: 25px;
}

/* Factsbox */
.factsbox {
  margin-top: 20px;
  margin-bottom: 20px;
}

.factsbox .factsbox-header {
  padding: 0.85rem 1.25rem;
  font-size: 1.2rem;
}

.factsbox .factsbox-header p {
  margin: 0;
  font-weight: 600;
}

.factsbox .factsbox-heading-arrow {
  margin-right: 5px;
  vertical-align: baseline;
  width: 12px;
}

.factsbox .factsbox-body {
  padding: 1rem 1.25rem;
}
.factsbox .factsbox-body p:last-child {
  margin-bottom: 0;
}

.factsbox.factsbox-color-red .factsbox-header {
  color: #fff;
  background: #f54f00;
}

.factsbox.factsbox-color-red .factsbox-body {
  background: #fff;
  border-left: 3px solid #f54f00;
  border-bottom: 3px solid #f54f00;
  border-right: 3px solid #f54f00;
}

.factsbox.factsbox-color-yellow .factsbox-header {
  color: #000;
  background: #ffc120;
}

.factsbox.factsbox-color-yellow .factsbox-body {
  background: #fff;
  border-left: 3px solid #ffc120;
  border-bottom: 3px solid #ffc120;
  border-right: 3px solid #ffc120;
}

.factsbox.factsbox-color-grey .factsbox-header {
  color: #fff;
  background: #556670;
}
.factsbox.factsbox-color-grey .factsbox-header p {
  color: inherit;
}

.factsbox.factsbox-color-grey .factsbox-body {
  background: #fff;
  border-left: 3px solid #556670;
  border-bottom: 3px solid #556670;
  border-right: 3px solid #556670;
}

/* Messagebox */
.messagebox {
  padding: 25px 25px 25px 90px;
  margin-bottom: 40px;
  position: relative;
}

.messagebox p {
  margin: 0;
  font-weight: 400;
}

.messagebox.messagebox-color-yellow {
  background-color: #ffc120;
  color: #fff;
}

.messagebox.messagebox-color-red {
  background-color: #f54f00;
  color: #fff;
}

.messagebox.messagebox-color-grey {
  background-color: #556670;
  color: #fff;
}

.messagebox.messagebox-no-icon {
  padding-left: 25px;
}

.messagebox.messagebox-icon-triangle {
  background-image: url("img/varning-white@2x.png");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 20px center;
}

.messagebox.messagebox-icon-exclamationmark {
  background-image: url("img/exclamationmark@2x.png");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 20px center;
}

.messagebox.messagebox-icon-bell {
  background-image: url("img/bell@2x.png");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 20px center;
}

/* International link list */
.linklist-wrapper {
  margin-bottom: 45px;
}

.linklist-wrapper .linklist-title {
  color: #333;
  border-bottom: 2px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 1rem;
}

/* Google translate form */
.google-translate-form select {
  margin-top: 15px;
}

.google-translate-form .translate-submit {
  margin-top: 20px;
  padding: 10px 15px;
  background: #556670;
  display: inline-block;
  color: #FFF;
}

.google-translate-form .translate-submit:after {
  content: "" !important;
  background-image: none !important;
  height: 0 !important;
  width: 0 !important;
}

.google-translate-form .translate-submit .link-arrow {
  width: 12px;
  vertical-align: baseline;
  margin-right: 5px;
}

.google-translate-form .translate-submit:hover {
  background: #fbc500;
  color: #FFF;
  text-decoration: none;
}

/* Moviebox */
.moviebox-header {
  width: 100%;
  height: 500px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.moviebox-content {
  padding: 30px 0 70px;
}

.moviebox-content .moviebox-link {
  color: #333;
  font-weight: 300;
  font-size: 16px;
}

.moviebox-content .moviebox-link img {
  margin-right: 5px;
  vertical-align: baseline;
  width: 12px;
}

.moviebox-content h2 {
  font-size: 60px;
  font-weight: 300;
  margin: 0 0 15px;
}

.moviebox-color-yellow {
  background: #ffe957;
}

.moviebox-play img {
  height: 208px;
  width: 208px;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.moviebox-play img:hover {
  opacity: 0.9;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
  background-size: 16px;
  background-position: center;
}

/* Search page */
#search-result-content {
  margin-bottom: 140px;
}

#search-result-content .search-item {
  padding: 1rem 2rem;
}

#search-result-content .search-item.post-odd {
  background: #F6F7F8;
}

.search-no-results #template-main #s {
  max-width: 240px;
  display: inline;
}

.search-no-results #template-main #searchsubmit {
  font-family: "FontAwesome";
  color: #333;
  background: none;
  border: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  font-size: 20px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

/* Google map */
ul.map-stationtypes-list {
  padding: 0 !important;
  margin: 0 0 10px 0 !important;
}

ul.map-stationtypes-list li {
  padding: 0 !important;
  margin: 0 20px 0 0 !important;
  background-image: none !important;
  display: inline-block;
}

ul.map-stationtypes-list li img {
  width: 14px;
  height: 12px;
  margin-right: 7px;
}

.google-map img {
  max-width: none !important;
}

.google-map .info-window-content {
  padding: 10px;
}

.google-map .info-window-content img {
  width: 100%;
  margin-bottom: 15px;
}

.google-map .info-window-content h3.info-window-title {
  font-size: 18px !important;
  margin: 10px 0 18px !important;
  font-weight: 400 !important;
}

.google-map .info-window-content .info-window-description,
.google-map .info-window-content .info-window-designation {
  font-size: 14px;
  margin-bottom: 7px;
}

.google-map .info-window-content .info-window-shield {
  width: 20px;
  margin: 0 7px 0 0;
}

.gm-style-iw {
  width: 350px !important;
  top: 15px !important;
  left: 0 !important;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 2px 2px 0 0;
}

/* Single registration */
.single-registration h1.page-header {
  margin-top: 10px;
  margin-bottom: 10px !important;
}

.single-registration .featured-image-wrapper img {
  margin-bottom: 15px;
}

.single-registration #template-main {
  padding-bottom: 50px;
}

/* Contact form 7 */
.wpcf7-form label {
  font-weight: 300;
  margin-bottom: 2px;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=number] {
  padding: 5px 10px 6px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.wpcf7-form input[type=number] {
  max-width: 100px;
}

.wpcf7-form input[type=submit] {
  margin-top: 10px;
  padding: 10px 25px 10px 40px;
  background-color: #556670;
  display: inline-block;
  color: #FFF;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  font-weight: 400;
  font-size: 15px;
  background-image: url("img/small-arrow-white@2x.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 16px center;
}

.wpcf7-form input[type=submit]:hover {
  background-color: #fbc500;
  color: #FFF;
  text-decoration: none;
}

.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 400;
  margin-top: 2px;
}

.wpcf7-form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 15px 20px;
}

.wpcf7-form textarea {
  height: 100px;
  min-height: 60px;
  width: 100%;
  padding: 5px 10px 6px;
  border-radius: 4px;
  border: 1px solid #ccc;
  resize: vertical;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.wpcf7-form .wpcf7-radio {
  display: flex;
  gap: 16px;
}

span.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-list-item input[type=radio],
.wpcf7-list-item input[type=checkbox] {
  margin-right: 5px;
}

#wpcf7-f3592-p3596-o1 span.wpcf7-list-item {
  display: block;
}

.place-template-alarms-archive .widget_black_studio_tinymce a.rss-icon img {
  margin: -2px 10px 0 0;
}

.place-template-alarms-archive .widget_black_studio_tinymce p {
  font-size: 14px;
}

.place-template-alarms-archive .widget_black_studio_tinymce a {
  font-size: 14px;
  font-weight: 400;
}

.calendar_main_container {
  margin-top: -20px;
}

.tb-frontend-calendar {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.tb-calendar-line > .tbk-column > .tb-weekline-day,
.tb-frontend-calendar .sixteen.wide,
.tb-frontend-calendar .tbk-main-calendar-navigation,
.tb-frontend-calendar .tbk-schedule-list-navigation,
.tb-frontend-calendar .tbk-schedule-slot > .tbk-slot-container > .tbk-header-row,
.tb-frontend-calendar .ten.wide,
.tb-frontend-calendar .ui.tb-day {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}

.tb-frontend-calendar .tbk-tickets-price-section {
  visibility: hidden;
}

.tbk-filters {
  margin-top: 10px;
}

.tbk-field-description {
  margin-bottom: 10px !important;
}

.tbk-setting-button.tbk-coworkers {
  display: none !important;
}

@media only screen and (min-width: 1200px) {
  #footer-logo,
#site-logo {
    width: 250px;
  }

  #site-header #main-menu-wrapper {
    width: 840px;
    margin-top: 41px;
  }

  #site-header #main-menu-wrapper > nav.ubermenu > ul > li {
    margin-left: 0;
  }

  #site-header #main-menu-wrapper .ubermenu-nav > li > ul.ubermenu-submenu {
    top: 120px;
  }

  #site-header #main-menu-wrapper .ubermenu-nav > li > ul.ubermenu-submenu > li {
    max-width: 1150px;
    background: #fff;
    position: relative;
    /* background: #f2f4f8; */
  }

  #site-content .wpb_row.boxed {
    max-width: 1170px;
  }

  #site-content .wpb_flexslider .flex-caption {
    max-width: 1140px;
  }

  #site-content .wpb_flexslider .flex-direction-nav {
    max-width: 1140px;
  }

  #site-content .wpb_flexslider .flex-caption p {
    font-size: 18px;
    padding: 20px 0 15px 40px;
  }

  #site-content .wpb_flexslider .flex-caption .post-title {
    font-size: 56px;
    padding: 10px 50px 10px 0;
  }

  #site-content .wpb_flexslider .flex-caption:before {
    left: 260px;
  }

  .newsfeed-wrapper .news-item .wp-post-image {
    width: 360px;
  }

  .newsfeed-table-wrapper {
    margin-top: 30px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  #footer-logo,
#site-logo {
    width: 190px;
  }

  #main-title-container {
    position: static;
    background-color: #000;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #site-header #main-menu-wrapper {
    width: 710px;
    margin-top: 30px;
  }

  #site-header #main-menu-wrapper > nav.ubermenu > ul > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }

  #site-header #main-menu-wrapper .ubermenu-nav > li > ul.ubermenu-submenu {
    top: 98px;
  }

  #site-header #main-menu-wrapper .ubermenu-nav > li > ul.ubermenu-submenu > li {
    max-width: 950px;
  }

  #site-content .wpb_flexslider .flex-caption {
    max-width: 940px;
  }

  #site-content .wpb_flexslider .flex-direction-nav {
    max-width: 940px;
  }

  #site-content .wpb_flexslider .flex-caption p {
    font-size: 17px;
    padding: 10px 0 15px 40px;
  }

  #site-content .wpb_flexslider .flex-caption .post-title {
    font-size: 44px;
    padding: 10px 40px 10px 0;
  }

  #site-content .wpb_flexslider .flex-caption:before {
    left: 200px;
  }

  .newsfeed-wrapper .news-item .wp-post-image {
    width: 293px;
  }

  .newsfeed-table-wrapper {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #site-header #main-menu-wrapper {
    margin-top: 36px;
  }

  #site-header #main-menu-wrapper > nav.ubermenu {
    top: 98px;
  }

  #site-header #main-menu-wrapper > nav.ubermenu > ul {
    margin: 15px auto;
  }

  #site-header #main-menu-wrapper .ubermenu-nav > li > ul.ubermenu-submenu > li {
    max-width: 720px;
    margin: 0 auto;
    float: none;
  }

  #site-header .top-menu-list .menu-item a ._mi {
    display: none;
  }

  #site-header #mobile-search-form .ubermenu-searchform {
    max-width: 720px;
  }

  #site-content .wpb_flexslider .flex-caption {
    max-width: 720px;
  }

  #site-content .wpb_flexslider .flex-direction-nav {
    max-width: 720px;
  }

  #site-content .wpb_flexslider .flex-caption p {
    font-size: 15px;
    padding: 10px 0 15px 40px;
  }

  #site-content .wpb_flexslider .flex-caption .post-title {
    font-size: 34px;
    padding: 10px 30px 10px 0;
  }

  #site-content .wpb_flexslider .flex-caption:before {
    left: 150px;
  }

  .newsfeed-wrapper .news-item .wp-post-image {
    width: 220px;
  }

  .newsfeed-wrapper .news-item-title {
    font-size: 18px;
  }

  .newsfeed-wrapper .news-item-date {
    font-size: 14px;
  }

  .newsfeed-table-wrapper {
    margin-top: 15px;
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 992px) {
  #site-header .top-menu-list.menu-left li {
    margin-right: 15px;
  }

  #site-header .top-menu-list.menu-right li {
    margin-left: 15px;
  }

  #site-header #main-menu-wrapper > nav.ubermenu {
    position: static;
  }

  #site-header #main-menu-wrapper .ubermenu-nav > li > ul.ubermenu-submenu > li {
    width: 100%;
    margin: 0 auto;
    float: none;
    padding: 15px 0 40px;
  }

  #site-header #main-menu-wrapper .ubermenu-nav > li > ul.ubermenu-submenu > li > ul > li {
    padding: 0;
  }

  #site-header #mobile-search-form {
    display: none;
  }

  #site-header #main-menu-wrapper .ubermenu-nav > li > ul.ubermenu-submenu > li > ul > li > ul > li > a.ubermenu-target.ubermenu-target-with-image {
    width: 100%;
  }

  #template-sidebar {
    padding: 1rem 0 0 3rem;
    margin-bottom: 2rem;
  }

  #rtog-archive-wrapper {
    margin: 25px 0 150px;
  }

  body.archive #site-content h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    margin: -10px 0 0;
  }

  body.archive #site-content h2 a {
    white-space: nowrap;
  }

  #site-footer-left {
    border-right: 2px solid #808080;
  }

  ul.submenu > li.top-ancestor > ul > li.current_page_ancestor > a,
ul.submenu > li.top-ancestor > ul > li.current_page_item > a {
    background: #ffe957;
  }

  ul.submenu .submenu-trigger {
    display: none;
  }

  #site-footer-right {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 991px) {
  #site-header .top-menu-list.menu-left li {
    margin-right: 12px;
  }

  #site-header .top-menu-list.menu-right li {
    margin-left: 12px;
  }

  #site-header #main-menu-wrapper {
    width: 100px;
  }

  #site-header #main-menu-wrapper a.ubermenu-responsive-toggle {
    padding: 0;
    float: right;
  }

  #site-header #main-menu-wrapper a.ubermenu-responsive-toggle i {
    margin: 0;
    color: #000;
    font-size: 28px;
  }

  #site-header #main-menu-wrapper > nav.ubermenu {
    position: absolute;
    left: 0;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    clip: rect(0px, 5000px, 5000px, -5000px);
  }

  #site-header #main-menu-wrapper .ubermenu-nav > li {
    width: 100%;
  }

  #site-header #main-menu-wrapper > nav.ubermenu > ul {
    max-width: 720px;
  }

  #site-header #main-menu-wrapper > nav.ubermenu > ul > li a {
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
  }

  #site-header #main-menu-wrapper > nav.ubermenu .ubermenu-retractor-mobile:hover {
    background: #fbc500;
  }

  #site-header #main-menu-wrapper > nav.ubermenu .ubermenu-submenu {
    display: none;
  }

  #site-header .ubermenu-submenu {
    background: #eee !important;
    max-height: none !important;
  }

  #template-sidebar {
    margin-top: 35px;
  }

  #template-sidebar > .widget:first-child {
    border-top: 1px solid #ddd;
    padding-top: 40px;
  }

  #rtog-archive-wrapper {
    margin: 25px 0;
  }

  body.archive #site-content h2 {
    margin: 10px 0;
  }

  /* submenu */
  .submenu-wrapper {
    margin-top: 0;
    margin-bottom: 20px;
  }

  ul.submenu > li.top-ancestor {
    position: relative;
  }

  ul.submenu > li.top-ancestor a {
    position: relative;
  }

  ul.submenu > li.top-ancestor .submenu-trigger {
    display: block;
    width: 52px;
    height: 52px;
    position: absolute !important;
    top: 0;
    right: 0;
    padding: 0;
    bottom: 0;
    border-width: 0;
    border-left: 1px solid #f0f0f0;
    background-color: transparent;
    background-image: url("img/plus@2x.png");
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
  }

  ul.submenu > li.top-ancestor > .submenu-trigger {
    border-color: #deae00;
    display: block;
  }

  ul.submenu > li.top-ancestor.open > .submenu-trigger,
ul.submenu > li.top-ancestor.open > ul li.current_page_parent.open > a > .submenu-trigger,
ul.submenu > li.top-ancestor.open > ul li.page_item_has_children.open > a > .submenu-trigger {
    background-image: url("img/minus@2x.png");
  }

  ul.submenu > li.top-ancestor.open li.page_item_has_children > a .submenu-trigger {
    display: block;
  }

  ul.submenu > li.top-ancestor > ul {
    display: none;
  }

  ul.submenu > li.top-ancestor > ul li.page_item_has_children {
    position: relative;
  }

  ul.submenu ul.children {
    background: #f6f7f8;
  }

  ul.submenu a {
    outline: none;
  }

  .moviebox-content h2 {
    font-size: 44px;
  }

  #site-footer-right > div:first-child {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }

  #site-header #mobile-search-wrapper {
    margin-right: 20px;
  }

  #site-header #mobile-search-form {
    top: 98px;
  }

  #site-content .wpb_flexslider .flex-caption {
    padding-left: 0;
    padding-right: 0;
  }

  #site-content .wpb_flexslider .flex-caption p {
    width: 50%;
    float: left;
  }

  #site-content .wpb_flexslider .flex-caption .post-title {
    width: 50%;
    float: left;
    border-right: 2px solid #fbc500;
  }

  #site-content .wpb_flexslider .flex-next {
    right: 0;
  }

  #site-content .wpb_flexslider .flex-prev {
    left: 0;
  }

  .puff-3-table {
    display: table;
    margin: 0 0 35px;
  }

  .puff-3-wrapper {
    display: table-row;
  }

  .puff-3-wrapper .puff {
    display: table-cell;
    vertical-align: middle;
  }

  .newsfeed-archive-link {
    margin-right: 15px;
    margin-top: 15px;
  }

  #rtog-archive-wrapper > div {
    padding: 25px;
  }

  #rtog-archive-wrapper > .post-odd {
    background: #f6f7f8;
  }

  .warnings-wrapper {
    margin-top: 15px;
  }

  .warnings-wrapper .warning-item {
    display: table;
    padding: 45px 20px 50px 40px;
    margin-bottom: 25px;
  }

  .warnings-wrapper .warning-item .warning-icon {
    display: table-cell;
  }

  .warnings-wrapper .warning-item .warning-content {
    display: table-cell;
    vertical-align: top;
    padding-left: 35px;
    padding-right: 15px;
  }

  .warnings-wrapper .warning-item .warning-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
    width: 250px;
    border-left: 2px solid #deae00;
  }

  .warnings-wrapper .warning-item .warning-info ul {
    padding-left: 30px;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
  }

  .google-map .info-window-content {
    width: 350px;
  }

  .tbk-reservation-form label[for^=tbk-studiebesok_terms],
.tbk-reservation-form label[for^=tbk-brandutbildning_terms],
.tbk-reservation-form label[for^=tbk-brandutbildning_conditions] {
    float: right;
    width: calc(100% - 32px);
  }

  .tbk-checkbox {
    float: left;
    top: 3px;
  }

  .tbk-field-description a {
    display: inline-block;
    clear: both;
    padding-left: 31px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    margin-bottom: 10px !important;
    margin-top: 10px;
  }

  #site-header #main-menu-wrapper {
    margin-top: 30px;
  }

  #site-header #main-menu-wrapper > nav.ubermenu {
    top: 88px;
  }

  #site-header #main-menu-wrapper > nav.ubermenu > ul {
    margin: 15px;
  }

  #site-header #main-menu-wrapper .ubermenu-nav > li > ul.ubermenu-submenu > li {
    padding-left: 15px;
    padding-right: 15px;
  }

  #site-header #main-menu-wrapper > nav.ubermenu .ubermenu-retractor-mobile {
    margin: 0 15px;
  }

  #site-header .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #site-header #mobile-search-wrapper {
    margin-right: 10px;
  }

  #site-header #mobile-search-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  #site-header #mobile-search-form .ubermenu-searchform {
    max-width: 100%;
  }

  #site-header #mobile-search-form {
    top: 88px;
  }

  #site-content .wpb_flexslider .flex-caption {
    padding-left: 15px;
    padding-right: 15px;
  }

  #site-content .wpb_flexslider .flex-caption p {
    font-size: 15px;
  }

  #site-content .wpb_flexslider .flex-caption .post-title {
    font-size: 30px;
    margin-bottom: 10px;
  }

  #site-content .wpb_flexslider .flex-next {
    right: 15px;
  }

  #site-content .wpb_flexslider .flex-prev {
    left: 15px;
  }

  #site-content .wpb_flexslider .flex-caption:before {
    left: 100px;
  }

  .puff-3-table {
    padding: 15px;
  }

  .puff-3-wrapper .puff {
    display: block;
  }

  .puff-3-wrapper .puff:not(:last-child) {
    margin-bottom: 15px;
  }

  .newsfeed-table {
    margin: 15px 0;
  }

  .newsfeed-wrapper .news-item {
    display: block;
  }

  .newsfeed-wrapper .news-item:not(:last-child) {
    margin-bottom: 15px;
  }

  .newsfeed-wrapper .news-item .wp-post-image {
    width: 100%;
  }

  .newsfeed-archive-link {
    margin-top: 10px;
    margin-bottom: 25px;
  }

  #site-content .alarm-feed-wrapper {
    margin-bottom: 40px;
  }

  #site-content .media-news-wrapper {
    margin-bottom: 40px;
  }

  #site-content .linklist-international-wrapper {
    margin-bottom: 40px;
  }

  #rtog-archive-wrapper > div.status-publish {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
  }

  #rtog-archive-wrapper > div.status-publish:last-of-type {
    border-bottom: none;
  }

  .warnings-wrapper {
    margin-top: 15px;
  }

  .warnings-wrapper .warning-item {
    padding: 15px;
    margin-bottom: 15px;
  }

  .warnings-wrapper .warning-item .warning-icon {
    margin: 0 auto 15px;
  }

  .warnings-wrapper .warning-item .warning-content {
    text-align: center;
  }

  .warnings-wrapper .warning-item .warning-info {
    text-align: center;
  }

  .warnings-wrapper .warning-item .warning-info .warning-title {
    margin-top: 15px;
  }

  .warnings-wrapper .warning-item .warning-info ul {
    padding: 0;
    list-style-type: none;
  }

  .moviebox-content h2 {
    font-size: 30px;
  }

  .moviebox-header {
    height: 200px;
  }

  .moviebox-play img {
    height: 100px;
    width: 100px;
  }

  body.error404 #content-404 {
    margin-bottom: 60px;
  }

  body.error404 #content-404 img {
    margin-bottom: 15px;
  }

  body.error404 #content-404 #searchform {
    margin-top: 30px;
  }

  .google-map .info-window-content {
    width: 250px !important;
  }

  .google-map .info-window-content h3.info-window-title {
    font-size: 15px !important;
    margin-bottom: 15px !important;
  }

  .google-map .info-window-content img {
    margin-bottom: 10px;
  }

  .google-map .info-window-content .info-window-shield {
    width: 12px;
    margin-right: 5px;
  }

  .google-map .info-window-content .info-window-description,
.google-map .info-window-content .info-window-designation {
    font-size: 13px;
  }

  .gm-style-iw {
    width: 250px !important;
  }

  ul.map-stationtypes-list li {
    display: block;
  }

  #main-title-container h1 {
    font-size: 13px;
    padding: 10px 0;
  }

  #main-title-container h1 img {
    display: none;
  }

  .table-wrapper {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    overflow-y: hidden;
    width: 100%;
    min-height: 0.01%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #alarms-table td.alarm-date {
    min-width: 115px;
  }
}
@media only screen and (max-width: 480px) {
  #site-header #main-menu-wrapper > nav.ubermenu > ul > li {
    padding-right: 0 !important;
  }

  body.error404 #content-404 {
    text-align: left;
  }

  #alarms-table .alarm-date {
    width: 95px;
  }

  #alarms-table tbody td {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media only screen and (max-width: 360px) {
  .google-map .info-window-content {
    width: 180px !important;
  }

  .gm-style-iw {
    width: 180px !important;
  }
}
@media only screen and (max-width: 319px) {
  #footer-logo,
#site-logo {
    width: 120px;
  }

  #site-header #main-menu-wrapper {
    margin-top: 17px;
  }
}
.campaign-container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.campaign-container-full.vc_section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.campaign-container.vc_section {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.campaign-container h1.p1 {
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  .campaign-container h1.p1 {
    font-size: 30px;
  }
}
.campaign-container p.p1 {
  font-size: 18px;
}

.campaign-cover-image .vc_column-inner {
  height: 70vh;
  background-position-x: 70% !important;
}

@media only screen and (max-width: 768px) {
  .campaign-cover-image .vc_column-inner {
    height: 60vh;
    background-position-x: center !important;
  }
}
/*--- RÄDDA ETT LIV ---*/
.page-cover {
  background: #333;
  color: #fff;
  padding: 4rem 0;
  position: relative;
  min-height: 30vh;
}
.page-cover .cover-content {
  position: relative;
  z-index: 1;
}
.page-cover .cover-content .cover-content-inner {
  background: rgba(41, 49, 54, 0.75);
  padding: 4rem 2.5rem 5rem;
  text-align: center;
  max-width: 40rem;
  margin: auto;
  font-size: 1rem;
}
.page-cover .cover-content .cover-content-inner img {
  display: block;
  width: 10rem;
  margin: 0 auto 2rem;
}
.page-cover .cover-content .cover-content-inner h1 {
  color: inherit;
  font-size: 1.75rem;
}
@media (min-width: 992px) {
  .page-cover .cover-content .cover-content-inner {
    margin: 0;
    max-width: 25rem;
  }
}
.page-cover .cover-content .cover-logo {
  width: 14rem;
}
.page-cover .cover-image {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
@media (min-width: 992px) {
  .page-cover {
    padding: 6rem 0;
    min-height: 50vh;
  }
}

.page-content {
  padding: 4rem 0;
  line-height: 1.6;
}
.page-content h1, .page-content h2, .page-content h3 {
  font-weight: 600;
}
.page-content * {
  line-height: inherit;
}
.page-content .page-intro {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 4rem;
}
.page-content .page-intro h1 {
  font-weight: 600;
  letter-spacing: -0.05rem;
  font-style: italic;
  line-height: 1.4;
}
.page-content .page-section {
  border-top: 1px solid #eee;
  padding: 4rem 0;
}
.page-content .page-section .page-section_icon {
  max-width: 5rem !important;
  max-height: 5rem !important;
  transform: translateY(-25%);
}
.page-content .page-section .icon-content h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .page-content .page-section .icon-content h2 {
    text-align: left;
  }
}
.page-content .page-section h2 {
  margin-top: 0;
  font-size: 26px;
}
.page-content .page-section p a {
  border-bottom: 1px solid rgba(50, 125, 143, 0.5);
}
.page-content .page-section p a:hover {
  text-decoration: none;
  border-color: #327D8F;
}
.page-content .page-section ul, .page-content .page-section ol {
  font-size: 1rem;
}
.page-content .page-section .list {
  padding: 0;
  margin: 0 0 1rem;
  border-top: 1px solid #eee;
  list-style: none;
}
.page-content .page-section .list .list_item {
  border-top: 1px solid #eee;
}
.page-content .page-section .list .list_item .list_item_link {
  display: block;
  padding: 1.5rem 3rem 1.5rem 0;
  font-weight: normal;
  position: relative;
}
.page-content .page-section .list .list_item .list_item_link:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.page-content .page-section.page-section--video {
  padding: 0;
  border-top: 0;
}
.page-content .page-section.page-section--video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  background: #eee;
}
.page-content .page-section.page-section--video .video-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-content .page-section.page-section--video + .page-section {
  border-top: 0;
}

.note {
  font-size: 0.85rem;
  border-radius: 0;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
}
.note p:last-child {
  margin: 0;
}
.note.note-warning {
  background: #fcf8e3;
  color: #8a6d3b;
  border-width: 0;
  border-left: 3px solid #fbc500;
}

.select-container {
  position: relative;
  margin-bottom: 2rem;
}
.select-container label {
  position: absolute;
  top: 0.25rem;
  left: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  color: #686868;
}
.select-container:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.select-container select {
  width: 100%;
  border-width: 0;
  background: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 1.375rem 2.5rem 0.375rem 1rem;
  border-radius: 0.25rem;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: border-color 0.25s;
}
.select-container select:hover, .select-container select:focus {
  cursor: pointer;
  border-color: #c0c0c0;
}

.ui.calendar_main_container .tb-frontend-calendar .tbk-main-calendar-navigation,
.ui.calendar_main_container .tb-frontend-calendar .tbk-schedule-list-navigation,
.ui.calendar_main_container .tb-frontend-calendar .tbk-reservation-form-navigation {
  display: flex;
  align-items: center;
}
.ui.calendar_main_container .tb-frontend-calendar .tbk-main-calendar-navigation .tb-change-month span.dashicons, .ui.calendar_main_container .tb-frontend-calendar .tbk-main-calendar-navigation .tbk-back-to span.dashicons,
.ui.calendar_main_container .tb-frontend-calendar .tbk-schedule-list-navigation .tb-change-month span.dashicons,
.ui.calendar_main_container .tb-frontend-calendar .tbk-schedule-list-navigation .tbk-back-to span.dashicons,
.ui.calendar_main_container .tb-frontend-calendar .tbk-reservation-form-navigation .tb-change-month span.dashicons,
.ui.calendar_main_container .tb-frontend-calendar .tbk-reservation-form-navigation .tbk-back-to span.dashicons {
  height: 100%;
  padding: 1.25rem 0;
}
.ui.calendar_main_container .tb-frontend-calendar .tbk-calendar-view-header .tb-fast-selector-month-panel .tbk-month-selector {
  text-transform: uppercase;
}
.ui.calendar_main_container .tb-frontend-calendar .tbk-calendar-view-content .ui.tbk-grid .tbk-row.tb-days > .tbk-column {
  padding: 1px;
  background: #fafafc;
}
.ui.calendar_main_container .tb-frontend-calendar .tbk-calendar-view-content .tb-weekline-day {
  text-transform: uppercase;
  letter-spacing: 0.025rem;
}
.ui.calendar_main_container .tb-frontend-calendar .tbk-calendar-view-content .tb-day {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.ui.calendar_main_container .tb-frontend-calendar .tbk-calendar-view-content .tb-day:not(.today):not(.slots) {
  background: #fff;
}
.ui.calendar_main_container .tb-frontend-calendar .tbk-schedule-slots {
  padding-bottom: 2rem;
}
.ui.calendar_main_container .tb-frontend-calendar .tbk-schedule-slots .tbk-schedule-slot {
  padding: 0.75rem;
}
.ui.calendar_main_container .tb-frontend-calendar .tbk-schedule-slots .tbk-schedule-slot:after {
  display: none;
}
.ui.calendar_main_container .tb-frontend-calendar .tbk-content {
  padding: 0 1.5rem;
  font-size: 1rem;
}
.ui.calendar_main_container .tb-frontend-calendar .tbk-content .tbk-field {
  margin-bottom: 1.5rem;
}
.ui.calendar_main_container .tb-frontend-calendar .tbk-content .tbk-field label {
  font-weight: 600;
}
.ui.calendar_main_container .tb-frontend-calendar .tbk-content .tbk-field input[type=text],
.ui.calendar_main_container .tb-frontend-calendar .tbk-content .tbk-field input[type=email],
.ui.calendar_main_container .tb-frontend-calendar .tbk-content .tbk-field textarea,
.ui.calendar_main_container .tb-frontend-calendar .tbk-content .tbk-field .tbk-dropdown {
  border-radius: 0.125rem;
  padding: 0.75rem 1rem;
}
.ui.calendar_main_container .tb-frontend-calendar .tbk-content .tbk-field textarea {
  height: 45px;
}
.ui.calendar_main_container .tb-frontend-calendar .tbk-content .tbk-field a {
  text-decoration: underline;
  border-width: 0 !important;
}
.ui.calendar_main_container .tb-frontend-calendar .tbk-content .tbk-field a:after {
  display: none;
}
.ui.calendar_main_container .tb-frontend-calendar .tbk-content .tbk-field.tbk-field-checkbox label {
  font-weight: normal;
}

.section-group .section {
  padding: 2rem 0;
  color: #555;
}
.section-group .section + .section {
  padding-top: 0;
}
.section-group .section:last-child {
  padding-bottom: 8rem;
}
.section-group .section .section-content strong {
  color: #333;
}
.section-group .section .section-content.section-content-well {
  padding: 2rem;
  background: #f2f4f8;
  border-radius: 0.25rem;
}
@media (min-width: 992px) {
  .section-group .section .section-content.section-content-well {
    padding: 4rem;
  }
}
.section-group .section .section-content .section-content-inner {
  max-width: 45rem;
  margin: auto;
}
.section-group .section .column:not(:last-child) {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .section-group .section .column:not(:last-child) {
    margin-bottom: 0;
  }
}
.section-group .section .image-container {
  position: relative;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1.5rem;
  border-radius: 0.25rem;
}
.section-group .section .image-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.section-group .section .video-container {
  position: relative;
  padding-bottom: 56.25%;
  border-radius: 0.25rem;
  overflow: hidden;
}
.section-group .section .video-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.section-group .section h1 {
  font-size: 1.75rem;
  margin: 0 0 1rem;
}
.section-group .section h2 {
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
}
.section-group .section h3 {
  font-size: 1rem;
  margin: 0 0 0.5rem;
}
.section-group .section h1:not(:first-child), .section-group .section h2:not(:first-child), .section-group .section h3:not(:first-child) {
  margin-top: 1.5rem;
}
.section-group .section p {
  margin-bottom: 0.75rem;
}
.section-group .section .lead {
  font-weight: normal;
  font-size: 1.25rem;
  line-height: inherit;
}
.section-group .section a {
  border-bottom: 1px solid rgba(50, 125, 143, 0.5);
  text-decoration: none;
}
.section-group .section .list {
  padding: 0;
  margin: 0 0 1rem;
  list-style: none;
}
.section-group .section .list .list_item {
  margin: 0.25rem 0;
}
.section-group .section .list .list_item .list_item_link {
  display: block;
  background: #f2f4f4;
  border-radius: 0.25rem;
  border-width: 0;
  padding: 0.75rem 1.5rem;
  font-weight: normal;
  position: relative;
  border-radius: 0.25rem;
}
.section-group .section .list .list_item .list_item_link:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
.section-group .section .list .list_item .list_item_link:hover {
  color: #000;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
.section-group .section.section-divider hr {
  margin: 0;
}
@media (min-width: 992px) {
  .section-group .section {
    padding: 5rem 0;
  }
  .section-group .section h1 {
    font-size: 2rem;
  }
  .section-group .section h2 {
    font-size: 1.6rem;
    margin: 0 0 0.75rem;
  }
  .section-group .section h3 {
    font-size: 1.25rem;
    margin: 0 0 0.75rem;
  }
  .section-group .section .lead.x-lead {
    font-size: 1.375rem;
  }
}
.section-group.section-group--dark {
  background: #000;
  border-bottom: 2px solid #111;
}
.section-group.section-group--dark .section {
  color: #aaa;
}
.section-group.section-group--dark .section h1, .section-group.section-group--dark .section h2, .section-group.section-group--dark .section h3, .section-group.section-group--dark .section h3 {
  color: #fff;
}
.section-group.section-group--dark .section a {
  color: #73bcce;
  border-bottom-color: rgba(115, 188, 206, 0.5);
}
.section-group.section-group--dark .section a:hover {
  border-color: #60b3c7;
  border-bottom-width: 2px;
}
.section-group.section-group--dark .section .section-content {
  background: rgba(255, 255, 255, 0.085);
}

.page-template-grid {
  position: relative;
}
.page-template-grid .breadcrumbs-container-alt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  border-color: rgba(0, 0, 0, 0.075);
  background: rgba(0, 0, 0, 0.25);
  overflow: visible;
}
.page-template-grid .breadcrumbs-container-alt:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 150%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
}
.page-template-grid .breadcrumbs-container-alt .breadcrumbs {
  position: relative;
  z-index: 1;
}
.page-template-grid .breadcrumbs-container-alt .breadcrumbs li a {
  color: #fff;
}
.page-template-grid .breadcrumbs-container-alt .breadcrumbs li .separator {
  color: rgba(255, 255, 255, 0.25);
}
.page-template-grid .breadcrumbs-container-alt .breadcrumbs li .current {
  color: rgba(255, 255, 255, 0.75);
}
.page-template-grid .page-top-image {
  display: block;
  height: 40vh;
  background-size: cover;
  background-position: center;
}
.page-template-grid .page-intro {
  padding: 2.5rem 0 0;
  text-align: center;
}
.page-template-grid .page-intro h1 {
  margin: 0;
}
.page-template-grid .page-intro h1 + .lead {
  margin-top: 1rem;
}
.page-template-grid .page-intro .lead {
  font-weight: normal;
  margin: 0;
  color: #626262;
}
.page-template-grid .page-intro .button-container {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 3rem;
  display: flex;
  align-items: center;
}
.page-template-grid .page-intro .button-container:before {
  content: "";
  display: block;
  height: 1px;
  background: #f2f4f8;
  flex: 1;
  margin-right: 1.5rem;
}
.page-template-grid .page-intro .button-container:after {
  content: "";
  display: block;
  height: 1px;
  background: #f2f4f8;
  flex: 1;
  margin-left: 1.5rem;
}
.page-template-grid .page-intro .button-container button {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.75rem;
  border-radius: 10rem;
  transition: all 0.25s;
  background: #fff;
  border: 1px solid #e0e4e8;
}
.page-template-grid .page-intro .button-container button:before {
  content: "Läs mer";
}
.page-template-grid .page-intro .button-container button:after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  color: #e77f31;
  font-weight: normal;
  margin-left: 0.5rem;
  transition: transform 0.25s;
}
.page-template-grid .page-intro .button-container button:hover {
  box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.075);
}
.page-template-grid .page-intro .button-container button[aria-expanded=true]:before {
  content: "Dölj";
}
.page-template-grid .page-intro .button-container button[aria-expanded=true]:after {
  transform: rotate(-45deg);
}
.page-template-grid .page-intro .intro-collapse {
  padding: 2.5rem 0 0;
  text-align: left;
}
.page-template-grid .page-intro .intro-collapse p:last-child {
  margin: 0;
}
@media (min-width: 992px) {
  .page-template-grid .page-intro {
    padding: 4rem 0 0;
  }
  .page-template-grid .page-intro .lead {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.page-template-grid .page-content {
  padding: 2.5rem 0;
}
.page-template-grid .page-content .grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.page-template-grid .page-content .grid .grid-cell {
  width: 100%;
  padding: 0 1.25rem;
  margin: 0.5rem 0;
}
.page-template-grid .page-content .grid .grid-cell .grid-item {
  display: flex;
  flex-direction: column;
  background: #fff6ed;
  padding: 1.75rem 2rem;
  height: 100%;
  color: inherit;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 0.25s;
  min-height: 15rem;
}
.page-template-grid .page-content .grid .grid-cell .grid-item .grid-item-title {
  font-size: 1.25rem;
  line-height: 1.25;
  margin: 0 0 0.5rem;
  transition: all 0.25s;
}
.page-template-grid .page-content .grid .grid-cell .grid-item p {
  opacity: 0.875;
}
.page-template-grid .page-content .grid .grid-cell .grid-item .grid-item-link {
  display: block;
  font-size: 1rem;
  padding-top: 2rem;
  margin-top: auto;
  color: #e77f31;
  font-weight: 600;
}
.page-template-grid .page-content .grid .grid-cell .grid-item .grid-item-link .icon {
  margin-left: 0.25rem;
  position: relative;
  right: 0;
  transition: all 0.25s;
}
.page-template-grid .page-content .grid .grid-cell .grid-item:hover {
  background: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.125);
}
.page-template-grid .page-content .grid .grid-cell .grid-item:hover .grid-item-title {
  color: #cd6618;
}
.page-template-grid .page-content .grid .grid-cell .grid-item:hover .grid-item-link .icon {
  right: -0.5rem;
}
@media (min-width: 768px) {
  .page-template-grid .page-content .grid .grid-cell {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 1.25rem 0;
  }
}
@media (min-width: 992px) {
  .page-template-grid .page-content .grid .grid-cell {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 992px) {
  .page-template-grid .page-content .grid.grid-lg .grid-cell {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-template-grid .page-content .grid.grid-lg .grid-cell .grid-item {
    font-size: 1.125rem;
    padding: 8% 10%;
    min-height: 17.5rem;
  }
  .page-template-grid .page-content .grid.grid-lg .grid-cell .grid-item .grid-item-title {
    font-size: 1.5rem;
  }
}
.page-template-grid .page-content .page-content-text {
  padding-top: 3rem;
}
@media (min-width: 992px) {
  .page-template-grid .page-content {
    padding: 4rem 0;
  }
}

.accordion {
  margin-bottom: 3rem;
}
.accordion .accordion-item {
  border-bottom: 1px solid #eee;
  border-radius: 0.25rem;
}
.accordion .accordion-item:first-child {
  border-top: 1px solid #eee;
}
.accordion .accordion-item button {
  width: 100%;
  background: transparent;
  border-width: 0;
  padding: 1rem 0;
  font-weight: 600;
  color: #111;
  text-align: left;
  display: flex;
  align-items: center;
}
.accordion .accordion-item button:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  pointer-events: none;
  margin-left: auto;
  font-weight: normal;
  text-align: center;
  color: #fbc500;
  border-radius: 100%;
  transition: all 0.25s;
  padding: 0 1rem;
}
.accordion .accordion-item button[aria-expanded=true]:after {
  transform: rotate(-180deg);
}
.accordion .collapse-text {
  padding: 0 0 2rem;
}

.popup {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #fff6ed;
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
  transition: all 0.5s;
}
.popup .popup-dialog {
  height: 100vh;
  overflow: auto;
}
.popup .popup-header .popup-header-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem 0;
}
.popup .popup-header .popup-header-content img {
  max-width: 2.5rem;
}
.popup .popup-header .popup-header-content .popup-header-title {
  flex: 1;
  font-size: 0.85rem;
  margin: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-weight: bold;
  color: #000;
}
.popup .popup-header .popup-header-content .aside {
  max-width: 3rem;
}
.popup .popup-header .popup-header-content .popup-close {
  display: block;
  background: transparent;
  border-width: 0;
  padding: 0;
  font-size: 1.75rem;
  margin-left: auto;
}
.popup .popup-title {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 1.5rem 0;
  margin: 0 2rem;
}
.popup .popup-title h2 {
  font-size: 1.25rem;
  margin: 0;
  text-align: center;
}
.popup .popup-content {
  padding: calc(2.5rem + 1vw) 0 10rem;
}
.popup .popup-content .rte-content a {
  text-decoration: underline;
}
.popup .popup-content h3 {
  font-size: 2rem;
  margin: 0 0 1rem;
}
.popup .popup-content .popup-content-question {
  text-align: center;
}
.popup .popup-content .popup-content-question h3 {
  margin: 1rem 0 1.5rem;
}
.popup .popup-content .popup-content-question .popup-content-btn {
  display: block;
  padding: 1rem 3rem;
  text-transform: uppercase;
  letter-spacing: 0.0125rem;
  font-weight: bold;
  margin: 0.25rem auto;
  border-width: 0;
  border-radius: 0.25rem;
  background: transparent;
  font-size: 0.75rem;
}
.popup .popup-content .popup-content-question .popup-content-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.popup .popup-content .popup-content-question .popup-content-btn.btn-proceed {
  background: #556670;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.125);
  font-size: 1rem;
}
.popup .popup-content .radio-list {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 3rem 0;
}
.popup .popup-content .radio-list li input[type=radio] {
  position: absolute;
  opacity: 0;
}
.popup .popup-content .radio-list li input[type=radio]:checked + label {
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.125);
}
.popup .popup-content .radio-list li input[type=radio]:checked + label:before {
  content: "\f192";
  color: #e77f31;
}
.popup .popup-content .radio-list li label {
  display: flex;
  align-items: center;
  padding: 1.25rem 1.75rem;
  margin: 0 0 0.75rem;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.25s;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 0.25rem;
  cursor: pointer;
}
.popup .popup-content .radio-list li label:before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  color: #ccc;
  font-size: 1.25rem;
  margin-right: 1rem;
}
.popup .popup-content .radio-list li label:hover {
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.125);
}
.popup .popup-content .radio-list--locked {
  margin: 0;
}
.popup .popup-content .radio-list--locked li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.popup .popup-content .radio-list--locked li label {
  pointer-events: none;
  padding: 0.25rem 0;
  margin: 0;
  font-weight: normal;
  font-size: 0.85rem;
  background: transparent;
  box-shadow: none;
  opacity: 0.675;
}
.popup .popup-content .radio-list--locked li label:before {
  margin-right: 0.75rem;
  font-size: 1rem;
}
.popup .popup-content .radio-list--locked li .small {
  display: none;
  margin-bottom: 1rem;
}
.popup .popup-content .radio-list--locked li .small a {
  text-decoration: underline;
}
.popup .popup-content .radio-list--locked li input[type=radio] {
  pointer-events: none;
}
.popup .popup-content .radio-list--locked li input[type=radio]:checked + label {
  box-shadow: none;
  background: transparent;
  opacity: 1;
}
.popup .popup-content .radio-list--locked li input[type=radio]:checked ~ .small {
  display: block;
}
.popup .popup-content .result-item {
  border-left: 3px solid #ea9f3d;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}
.popup .popup-content .result-item--success {
  border-color: #498b5a;
}
.popup .popup-content .result-item--success .radio-list li input[type=radio]:checked + label {
  box-shadow: none;
  background: transparent;
}
.popup .popup-content .result-item--success .radio-list li input[type=radio]:checked + label:before {
  color: #498b5a;
}
.popup .popup-content .result-item p {
  margin-bottom: 0.75rem;
}
.popup .popup-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 2.5rem 0;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.popup .popup-footer .progress-line {
  border-radius: 10rem;
  background: rgba(0, 0, 0, 0.125);
}
.popup .popup-footer .progress-line .progress-line-fill {
  background: #556670;
  height: 0.5rem;
  border-radius: 10rem;
  width: 25%;
  transition: width 0.25s;
}
.popup.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.jumbotron-container {
  margin-top: 2.5rem;
}
.jumbotron-container .jumbotron {
  background: #e4eff7;
  text-align: center;
  padding: calc(3rem + 2vw) 1.5rem;
}
.jumbotron-container .jumbotron .top-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.jumbotron-container .jumbotron h2 {
  font-size: 1.75rem;
  line-height: 1.5;
  max-width: 30rem;
  margin: auto;
}
.jumbotron-container .jumbotron .jumbotron-button {
  display: inline-block;
  padding: 1rem 3rem;
  text-transform: uppercase;
  letter-spacing: 0.0125rem;
  font-weight: bold;
  margin-top: 1.75rem;
  border-width: 0;
  border-radius: 0.25rem;
  background: #556670;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.125);
  font-size: 1rem;
}
