@charset "UTF-8";
/*
Theme Name: Disruptive Pharma AB
Theme URI: https://www.disruptivepharma.com/
Description: Disruptive Pharma AB
Version: 2.0
Author: Plucera Webbyrå
Author URI: https://www.plucera.se/
*/
BODY {
  color: #2c3f57;
  font-family: "aptos", sans-serif;
  font-weight: 300;
  line-height: normal;
}

TABLE {
  display: block;
  width: 100% !important;
  height: auto !important;
  overflow-x: scroll;
  font-size: 16px !important;
}
TABLE TH, TABLE TD {
  padding: 8px 0;
  border-top: 1px solid rgba(44, 63, 87, 0.2);
  text-align: right;
}
TABLE TH:first-child, TABLE TD:first-child {
  text-align: left;
}
TABLE THEAD,
TABLE TBODY,
TABLE TFOOT {
  display: table;
  width: 100%;
  min-width: 672px;
  max-width: 855px;
}
TABLE TR:first-child TH, TABLE TR:first-child TD {
  border-top: none;
}

#main_menu {
  width: 100%;
  text-align: center;
}
#main_menu LI {
  list-style-type: none;
}
#main_menu UL.top-menu {
  display: inline-block;
  padding: 0;
}
#main_menu UL.top-menu LI {
  position: relative;
  float: left;
  min-height: 23px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 18px;
  font-weight: 400;
}
#main_menu UL.top-menu LI.current-menu-item, #main_menu UL.top-menu LI.current-menu-ancestor, #main_menu UL.top-menu LI.current-menu-parent {
  font-weight: 700;
}
#main_menu UL.top-menu LI.menu-item-has-children:hover {
  min-height: 50px;
}
#main_menu UL.top-menu LI:hover {
  border-color: #f0915d;
}
#main_menu UL.top-menu LI:hover .sub-menu {
  display: block;
}
#main_menu UL.top-menu LI A {
  display: inline-block;
  padding: 0px 30px 0;
  color: #fff;
  text-decoration: none;
}
#main_menu UL.top-menu LI A:hover {
  color: #f0915d;
}
#main_menu UL.sub-menu {
  position: absolute;
  left: -31px;
  top: 50px;
  display: none;
  margin: 0;
  padding: 38px 90px 40px 30px;
  background-color: #2c3f57;
  border-radius: 10px;
  text-align: left;
}
#main_menu UL.sub-menu LI {
  float: none;
  padding-bottom: 24px;
  border-color: #f0915d;
  white-space: nowrap;
}
#main_menu UL.sub-menu LI:first-child {
  margin-top: -38px;
  padding-top: 38px;
}
#main_menu UL.sub-menu LI:last-child {
  padding-bottom: 0;
}
#main_menu UL.sub-menu LI A {
  padding: 0 30px;
  color: #81aab5;
}
#main_menu UL.sub-menu LI A:hover {
  color: #f0915d;
  text-decoration: underline;
}
#main_menu UL.sub-menu LI.current-menu-item A, #main_menu UL.sub-menu LI.current-menu-ancestor A, #main_menu UL.sub-menu LI.current-menu-parent A {
  color: #fff;
}
#main_menu UL.sub-menu LI.current-menu-item A:hover, #main_menu UL.sub-menu LI.current-menu-ancestor A:hover, #main_menu UL.sub-menu LI.current-menu-parent A:hover {
  color: #f0915d;
}

.wpml-ls {
  position: absolute;
  right: 215px;
}
.wpml-ls UL {
  margin: 0;
  padding: 0;
}
.wpml-ls UL LI {
  float: left;
  list-style-type: none;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #fff;
}
.wpml-ls UL LI:first-child {
  margin-left: 0;
  padding-left: 0;
  border: none;
}
.wpml-ls UL LI A {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}
.wpml-ls UL LI A:hover {
  text-decoration: underline;
}
.wpml-ls UL LI.wpml-ls-current-language A {
  color: #f0915d;
  font-weight: 700;
}

.contact-menu {
  position: absolute;
  right: 90px;
  margin: 0;
  padding: 0;
}
.contact-menu LI {
  float: left;
  list-style-type: none;
}
.contact-menu A {
  display: block;
  height: 42px;
  padding: 9px 20px 0;
  background-color: #fff;
  border-radius: 21px;
  color: #2c3f57;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.contact-menu A:hover {
  color: #fff;
  background-color: #f0915d;
}

#quick_links UL {
  width: 100%;
  max-width: 326px;
  margin: 0;
  padding: 0;
}
#quick_links LI {
  border-top: 1px solid #f0915d;
  list-style-type: none;
}
#quick_links LI A {
  display: block;
  padding: 14px 0 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}
#quick_links LI A:hover {
  color: #f0915d;
}
#quick_links LI:first-child {
  border-top: none;
}

#newsroom-menu {
  margin: 5px 0 110px !important;
  padding: 0;
  border-top: 1px solid rgba(44, 63, 87, 0.4);
}
#newsroom-menu LI {
  margin: 0 !important;
  border-bottom: 1px solid rgba(44, 63, 87, 0.4);
  list-style-type: none !important;
}
#newsroom-menu LI A {
  display: block;
  padding: 24px 0 20px;
  color: #2c3f57;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}
#newsroom-menu LI.current-menu-item A, #newsroom-menu LI.current_page_item A {
  font-weight: 700;
}

/* #sticky-header */
#sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#sticky-header .logo {
  position: absolute;
  left: 90px;
}

#sticky-header.header {
  height: 175px;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s;
}
#sticky-header.header .logo {
  top: 65px;
  transition: all 0.5s;
}
#sticky-header.header .logo IMG {
  width: auto;
  height: 45px;
  transition: all 0.5s;
}
#sticky-header.header #main_menu UL.top-menu {
  margin: 87px 0 0;
  transition: all 0.5s;
}
#sticky-header.header .wpml-ls {
  top: 90px;
  transition: all 0.5s;
}
#sticky-header.header .contact-menu {
  top: 78px;
  transition: all 0.5s;
}

#sticky-header.header_alt {
  height: 100px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}
#sticky-header.header_alt .logo {
  top: 30px;
  transition: all 0.5s;
}
#sticky-header.header_alt .logo IMG {
  width: auto;
  height: 40px;
  transition: all 0.5s;
}
#sticky-header.header_alt #main_menu UL.top-menu {
  margin-top: 47px;
  transition: all 0.5s;
}
#sticky-header.header_alt .wpml-ls {
  top: 48.5px;
  transition: all 0.5s;
}
#sticky-header.header_alt .contact-menu {
  top: 36.5px;
  transition: all 0.5s;
}

/* #sticky-header */
/* HEADER */
HEADER {
  height: 700px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
HEADER H1 {
  margin: 330px auto 0;
  max-width: 900px;
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  line-height: 1.1;
}
HEADER #page-label {
  margin: 354px 0 0;
  color: #f0915d;
  font-size: 54px;
  font-weight: 700;
  line-height: 0.85;
  text-align: center;
  text-transform: uppercase;
}

.home HEADER {
  height: 1000px;
}
.home HEADER #partner-link {
  display: block;
  position: absolute;
  width: 190px;
  height: 52px;
  right: -68px;
  top: 50%;
  margin-top: -26px;
  padding-top: 13px;
  background-color: #81aab5;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  transform: rotate(270deg);
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
.home HEADER #partner-link:hover {
  background-color: #f0915d;
}
.home HEADER .col-12 {
  text-align: center;
}
.home HEADER H1 {
  margin: 355px auto 80px;
  max-width: 1180px;
}
.home HEADER H1 SPAN {
  display: block;
  margin-bottom: 7px;
  color: #81aab5;
  font-size: 60px;
  font-weight: 700;
}
.home HEADER .icon-box {
  display: inline-block;
  position: relative;
  width: 215px;
  min-height: 118px;
  vertical-align: top;
}
.home HEADER .icon-box .left-side,
.home HEADER .icon-box .right-side {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100%;
  min-height: 118px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.home HEADER .icon-box .left-side {
  left: 0;
  border-right: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.home HEADER .icon-box .right-side {
  right: 0;
  border-left: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.home HEADER .icon-box .icon-box-icon {
  position: absolute;
  width: auto;
  height: 45px;
  top: -22px;
  left: 50%;
}
.home HEADER .icon-box:nth-child(1) .icon-box-icon {
  margin-left: -21.25px;
}
.home HEADER .icon-box:nth-child(2) {
  width: 175px;
  margin: 0 65px;
}
.home HEADER .icon-box:nth-child(2) .left-side,
.home HEADER .icon-box:nth-child(2) .right-side {
  width: 55px;
}
.home HEADER .icon-box:nth-child(2) .icon-box-icon {
  margin-left: -18.25px;
}
.home HEADER .icon-box:nth-child(3) .icon-box-icon {
  margin-left: -17px;
}
.home HEADER .icon-box P {
  margin: 0;
  padding: 35px 25px 0;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.12;
}
.home HEADER .icon-box A {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 41px;
  height: 41px;
  margin-left: -20.5px;
  background: url("img/bg/icon-box-link.webp") center top no-repeat;
  background-size: 41px 82px;
  border: 1px solid #f0915d;
  border-radius: 50%;
  color: transparent;
  text-decoration: none;
  text-indent: -10000px;
}
.home HEADER .icon-box A:hover {
  background-position: center -41px;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: #81aab5;
}
.home HEADER #news-flash {
  margin-top: 140px;
}
.home HEADER #news-flash #news-flash-type {
  min-height: 26px;
  margin: 0 0 22px;
  padding: 3px 0 0 45px;
  background: url("https://www.disruptivepharmacom.hemsida.eu/wp-content/uploads/news-type-video.webp") left top no-repeat;
  background-size: 25px 26px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.home HEADER #news-flash #news-flash-exerpt {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
}
.home HEADER #news-flash #news-flash-exerpt A {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.home HEADER #news-flash #news-flash-exerpt A SPAN {
  color: #f0915d;
  font-weight: 600;
}
.home HEADER #news-flash #news-flash-exerpt A:hover {
  text-decoration: underline;
}
.home HEADER #news-flash #news-flash-exerpt A:hover SPAN {
  color: #fff;
  text-decoration: none;
}

/* HEADER */
#main.default {
  padding: 26px 0 115px;
}
#main.default .col-lg-9 STRONG,
#main.default .col-lg-8 STRONG {
  font-weight: 700;
}
#main.default .col-lg-9 A,
#main.default .col-lg-8 A {
  display: inline-block;
  color: #f0915d;
}
#main.default .col-lg-9 A:hover,
#main.default .col-lg-8 A:hover {
  color: #81aab5;
}
#main.default H2 {
  margin: 0 0 36px;
  color: #81aab5;
  font-size: 30px;
  font-weight: 700;
}
#main.default H3 {
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 9px;
  font-size: 24px;
  font-weight: 600;
}
#main.default H3:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #f0915d;
  content: "";
}
#main.default P, #main.default UL, #main.default OL, #main.default TABLE, #main.default FORM {
  max-width: 855px;
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.35;
}
#main.default UL, #main.default OL {
  padding: 0;
}
#main.default UL LI, #main.default OL LI {
  margin-left: 16px;
  list-style-type: disc;
}
#main.default IMG {
  display: block;
  width: 100%;
  height: auto;
  margin: 9px 0 34px;
  border-radius: 10px;
}
#main.default P IMG {
  margin-top: 0;
  margin-bottom: 0;
}
#main.default #content-label {
  margin: 80px 0;
  padding-bottom: 23px;
  border-bottom: 1px solid #2c3f57;
  font-size: 50px;
  font-weight: 700;
}

#main #breadcrumbs {
  margin: 0;
  color: #2c3f57;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
}
#main #breadcrumbs STRONG {
  display: inline-block;
  font-weight: 700;
}
#main #breadcrumbs A {
  display: inline-block;
  color: #2c3f57;
  text-decoration: none;
}
#main #breadcrumbs A:hover {
  text-decoration: underline;
}
#main #breadcrumbs SPAN SPAN {
  display: inline-block;
  margin: 0 6px;
}
#main #breadcrumbs SPAN SPAN:first-child {
  margin-left: 0;
}

#latest-press {
  padding: 150px 0;
}
#latest-press .col-12 {
  overflow: hidden;
}
#latest-press H2 {
  float: left;
  margin: 0;
  font-size: 45px;
  font-weight: 700;
}
#latest-press #press-archive-links {
  float: right;
}
#latest-press #press-archive-links A {
  display: block;
  float: left;
  height: 70px;
  margin: 0 0 65px 40px;
  padding: 20px 30px 0;
  background-color: #fff;
  border: 1px solid #2c3f57;
  border-radius: 35px;
  color: #2c3f57;
  font-size: 20px;
  text-decoration: none;
}
#latest-press #press-archive-links A:hover {
  border-color: #f0915d;
  color: #f0915d;
}
#latest-press #press-archive-links A:first-child {
  margin-left: 0;
  background-color: #2c3f57;
  color: #fff;
}
#latest-press #press-archive-links A:first-child:hover {
  background-color: #f0915d;
  color: #fff;
}
#latest-press .news-item {
  position: relative;
  display: block;
  padding: 25px 30px 26px;
  background: transparent url("img/bg/read-more.webp") calc(100% - 30px) 184px no-repeat;
  background-size: 26px 500px;
  color: #2c3f57;
  text-decoration: none;
}
#latest-press .news-item:hover {
  background-color: #f0915d;
  background-position: calc(100% - 30px) -290px;
  border-radius: 10px;
  color: #fff;
}
#latest-press .news-item:hover SPAN#border {
  background-color: transparent !important;
}
#latest-press .news-item:hover SPAN.news-date STRONG {
  color: #fff !important;
}
#latest-press .news-item SPAN {
  display: block;
}
#latest-press .news-item SPAN#border {
  position: absolute;
  left: 0;
  top: 29px;
  width: 1px;
  height: calc(100% - 60px);
  background-color: #81aab5;
}
#latest-press .news-item SPAN.news-date {
  display: inline-block;
  margin: -5px 0 29px;
  padding: 0 0 8px;
  font-size: 16px;
  font-weight: 300;
}
#latest-press .news-item SPAN.news-date STRONG {
  color: #81aab5;
  font-weight: 700;
}
#latest-press .news-item SPAN.news-head {
  min-height: 74px;
  margin: 0 0 34px;
  font-size: 19px;
  font-weight: 600;
}
#latest-press .news-item SPAN.news-label {
  min-height: 22px;
  margin: 0;
  padding: 0 0 0 30px;
  background: url("img/bg/dot-green.webp") left top no-repeat;
  background-size: 21.5px 21.5px;
  font-size: 15px;
  font-weight: 400;
}
#latest-press .news-item.regulatory SPAN#border {
  background-color: #f0915d;
}
#latest-press .news-item.regulatory SPAN.news-date STRONG {
  color: #f0915d;
}
#latest-press .news-item.regulatory SPAN.news-label {
  background-image: url("img/bg/dot-orange.webp");
}

#about-us {
  position: relative;
  padding: 140px 0;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
}
#about-us H3 {
  margin: 36px 0 30px;
  font-size: 17px;
}
#about-us P {
  margin: 0 0 0;
  font-size: 25px;
}
#about-us P STRONG {
  font-weight: 700;
}
#about-us #bg-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 77.5%;
  height: 100%;
  background: url("img/bg/home-about-us.webp") left center no-repeat;
  background-size: cover;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  z-index: -1;
}
#about-us .cta-img {
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#about-us IMG + A {
  display: block;
  height: 80px;
  padding: 18px 30px 0;
  background: #fff url("img/bg/cta-arrow.webp") calc(100% - 30px) center no-repeat;
  background-size: 44px 44px;
  color: #2c3f57;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
}
#about-us IMG + A:hover {
  color: #f0915d;
}

#investor-home {
  padding: 150px 0 0;
}

#main.index {
  padding: 145px 0 150px;
}
#main.index .col-lg-9 {
  padding-left: 111px;
}
#main.index #sticky-box {
  position: sticky;
  top: 165px;
  overflow: hidden;
}
#main.index #ir-contact H2 {
  margin: 0 0 35px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.05;
}
#main.index #ir-contact IMG.profile {
  width: 100%;
  height: auto;
  margin: 0 0 25px;
  border-radius: 10px;
}
#main.index #ir-contact P {
  position: relative;
  margin: 0 0 25px;
  font-size: 19px;
  line-height: 1.1;
}
#main.index #ir-contact P STRONG {
  font-size: 21px;
  font-weight: 700;
}
#main.index #ir-contact A {
  display: inline-block;
  color: #f0915d;
  text-decoration: none;
}
#main.index #ir-contact A:hover {
  color: #81aab5;
  text-decoration: underline;
}
#main.index #ir-contact A#linkedin {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  opacity: 0.8;
}
#main.index #ir-contact A#linkedin:hover {
  opacity: 1;
  text-decoration: none;
}
#main.index #ir-contact A#linkedin IMG {
  width: 100%;
  height: auto;
}
#main.index H1 {
  margin: 0 0 27px;
  font-size: 50px;
  font-weight: 700;
}
#main.index #mfn-filter-form {
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(44, 63, 87, 0.4);
}
#main.index .mfn-filter-container LABEL {
  display: block;
  margin: 0 0 15px;
  font-size: 17px;
  font-weight: 700;
}
#main.index .mfn-filter-container SELECT {
  height: 56px;
  margin-bottom: 50px;
  padding: 0 25px;
  border: none;
  border-radius: 28px;
  background-image: url("img/bg/arrow.webp");
  background-position: calc(100% - 25px) center;
  background-size: auto 13px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
#main.index .mfn-newsfeed-category-selector {
  margin-right: 34px;
}
#main.index .mfn-newsfeed-category-selector SELECT {
  width: 240px;
  background-color: #2c3f57;
}
#main.index .mfn-newsfeed-year-selector {
  margin-right: 0;
}
#main.index .mfn-newsfeed-year-selector SELECT {
  width: 130px;
  background-color: #f0915d;
}
#main.index H4.mfn-feed-year-header {
  margin: 0 0 65px;
  color: #f0915d;
  font-size: 50px;
  font-weight: 700;
}
#main.index .mfn-item {
  margin: 0 0 40px;
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(44, 63, 87, 0.4);
}
#main.index .mfn-item .mfn-item-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#main.index .mfn-item .mfn-date {
  order: 1;
  flex-basis: auto;
  margin: 0 4px 30px 0;
  font-size: 17px;
  font-weight: 400;
}
#main.index .mfn-item .mfn-title {
  order: 3;
  flex-basis: 100%;
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
#main.index .mfn-item .mfn-title A {
  display: inline-block;
  color: #2c3f57;
  text-decoration: none;
}
#main.index .mfn-item .mfn-title A:hover {
  color: #f0915d;
}
#main.index .mfn-item .mfn-tags {
  order: 2;
  flex-basis: auto;
  margin: 0 0 25px;
  color: #f0915d;
  font-size: 17px;
  font-weight: 700;
}
#main.index .mfn-item .mfn-tags .mfn-tag {
  margin: 0;
  padding: 0;
}
#main.index .mfn-item .mfn-tags .mfn-tag:first-child:before {
  content: "- ";
  color: #2c3f57;
  font-weight: 600;
}
#main.index .mfn-item .mfn-preview {
  margin: 0;
  font-size: 19px;
  font-weight: 300;
}
#main.index .mfn-newsfeed-pagination {
  display: block;
}
#main.index .mfn-newsfeed-pagination A {
  display: block;
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 28px;
  background-size: 13px auto;
  background-repeat: no-repeat;
  background-color: #2c3f57;
  background-position: center center;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  text-indent: -10000px;
}
#main.index .mfn-newsfeed-pagination A:hover {
  background-color: #f0915d;
}
#main.index .mfn-newsfeed-pagination A.mfn-page-link-prev {
  float: left;
  background-image: url("img/bg/arrow-prev.webp");
}
#main.index .mfn-newsfeed-pagination A.mfn-page-link-next {
  float: right;
  background-image: url("img/bg/arrow-next.webp");
}

#main.single .news-date {
  float: left;
  margin: 0 4px 30px 0;
  font-size: 17px;
  font-weight: 400;
}
#main.single .news-label {
  float: left;
  margin: 0 0 25px;
  color: #81aab5;
  font-size: 17px;
  font-weight: 700;
}
#main.single .news-label:before {
  content: "- ";
  color: #2c3f57;
  font-weight: 600;
}
#main.single .news-label.press-release {
  color: #f0915d;
}
#main.single H1 {
  width: 100%;
  clear: both;
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
#main.single .mfn-preamble P, #main.single .mfn-preamble UL, #main.single .mfn-preamble OL, #main.single .mfn-preamble TABLE, #main.single .mfn-preamble FORM,
#main.single .mfn-body P,
#main.single .mfn-body UL,
#main.single .mfn-body OL,
#main.single .mfn-body TABLE,
#main.single .mfn-body FORM,
#main.single .mfn-footer P,
#main.single .mfn-footer UL,
#main.single .mfn-footer OL,
#main.single .mfn-footer TABLE,
#main.single .mfn-footer FORM,
#main.single .mfn-attachments-container P,
#main.single .mfn-attachments-container UL,
#main.single .mfn-attachments-container OL,
#main.single .mfn-attachments-container TABLE,
#main.single .mfn-attachments-container FORM {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.3;
}
#main.single .mfn-preamble STRONG,
#main.single .mfn-body STRONG,
#main.single .mfn-footer STRONG,
#main.single .mfn-attachments-container STRONG {
  font-weight: 700;
}
#main.single .mfn-preamble A,
#main.single .mfn-body A,
#main.single .mfn-footer A,
#main.single .mfn-attachments-container A {
  display: inline-block;
  color: #f0915d;
}
#main.single .mfn-preamble A:hover,
#main.single .mfn-body A:hover,
#main.single .mfn-footer A:hover,
#main.single .mfn-attachments-container A:hover {
  color: #81aab5;
}
#main.single .mfn-attachments-container {
  padding: 30px;
  background-color: rgba(44, 63, 87, 0.05);
  border-radius: 10px;
}
#main.single .navigation {
  margin-top: 40px;
  overflow: hidden;
}
#main.single .navigation A {
  display: block;
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 28px;
  background-size: 13px auto;
  background-repeat: no-repeat;
  background-color: #2c3f57;
  background-position: center center;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}
#main.single .navigation A:hover {
  background-color: #f0915d;
}
#main.single .navigation DIV.left A {
  float: left;
  background-image: url("img/bg/arrow-prev.webp");
}
#main.single .navigation DIV.right A {
  float: right;
  background-image: url("img/bg/arrow-next.webp");
}

#main.investors {
  position: relative;
}
#main.investors #breadcrumbs {
  position: absolute;
  top: 26px;
}

/* Rapportarkiv via MFN */
.mfn-archive {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
}
.mfn-archive .mfn-archive-year {
  float: left;
  width: calc(50% - 25px);
  min-height: 360px;
  margin: 0 0 50px 50px;
  padding: 32px 40px 30px;
  background-color: #81aab5;
  border-radius: 7px;
}
.mfn-archive .mfn-archive-year .mfn-archive-year-header {
  margin: 0 0 7px;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
}
.mfn-archive .mfn-archive-year:nth-child(2n+1) {
  margin-left: 0px;
  clear: left;
}
.mfn-archive .mfn-archive-year:first-child {
  background-color: #2c3f57;
}
.mfn-archive .mfn-archive-year:first-child A {
  background-image: url("img/bg/pdf-alt.webp");
}
.mfn-archive .mfn-archive-year:first-child A:hover {
  color: #f0915d !important;
}
.mfn-archive .mfn-archive-year A {
  display: block !important;
  padding: 11px 0 12px;
  background: url("img/bg/pdf.webp") right center no-repeat;
  background-size: 22px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff !important;
  font-size: 20px;
  text-decoration: none;
}
.mfn-archive .mfn-archive-year A:hover {
  color: #2c3f57 !important;
}
.mfn-archive .mfn-archive-item:first-child A {
  border-top: none;
}

/* Rapportarkiv via MFN */
#main.management P, #main.management UL, #main.management OL, #main.management TABLE, #main.management FORM {
  max-width: none;
}
#main.management H2 {
  max-width: 410px;
  margin: 48px 0 53px;
  color: #f0915d;
  font-size: 49px;
  font-weight: 300;
  line-height: 1.15;
}
#main.management H2 + P {
  position: relative;
  max-width: 410px;
  margin: 0 0 53px;
  padding: 0 0 0 30px;
  font-size: 22px;
  font-weight: 300;
}
#main.management H2 + P:before {
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  width: 1px;
  height: calc(100% - 13px);
  background-color: #f0915d;
}
#main.management .profile-image {
  position: relative;
}
#main.management .profile-image A {
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 35px;
  height: 35px;
  background: url("img/bg/management-linkedin.webp") left top no-repeat;
  background-size: 35px 70px;
  text-indent: -10000px;
}
#main.management .profile-image A:hover {
  background-position: left bottom;
}
#main.management .profile-image IMG {
  margin: 0;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
#main.management .info-toggle-box {
  position: relative;
  margin-bottom: 60px;
}
#main.management .name-position {
  padding: 25px 40px 30px;
  background-color: #f4f5f6;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#main.management .name-position .management-name {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
}
#main.management .name-position .management-position {
  max-width: 290px;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}
#main.management .toggle-btn {
  position: absolute;
  top: 30px;
  right: 40px;
  display: block;
  width: 44px;
  height: 44px;
  background: url("img/bg/toggle-btn.webp") left top no-repeat;
  background-size: 44px 88px;
  border: none;
  cursor: pointer;
}
#main.management .toggle-btn.open {
  background-position: left bottom;
}
#main.management .infoContainer {
  display: none;
  margin: -10px 0 0;
  padding: 10px 40px 20px;
  background-color: #f4f5f6;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#main.management .infoContainer P {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 300;
}
#main.management .infoContainer STRONG {
  font-weight: 700;
}
#main.management .infoContainer HR {
  margin: 0 0 20px;
  color: rgba(44, 63, 87, 0.3);
}

#pre-footer {
  min-height: 600px;
  padding: 182px 0 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}
#pre-footer H2 {
  max-width: 480px;
  margin: 0 0 0 40px;
  font-size: 60px;
  font-weight: 700;
}
#pre-footer A {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
#pre-footer A:hover {
  text-decoration: underline;
}
#pre-footer P {
  max-width: 480px;
  margin: 0 0 30px 30px;
}
#pre-footer P:first-child {
  margin-top: 12px;
}
#pre-footer P#cta-btn {
  margin-bottom: 0;
  font-size: 21px;
}
#pre-footer P#cta-btn A {
  height: 70px;
  padding: 22px 35px 0;
  background-color: #2c3f57;
  border-radius: 35px;
}
#pre-footer P#cta-btn A:hover {
  background-color: #f0915d;
  text-decoration: none;
}

FOOTER {
  padding: 110px 0 35px;
  background-color: #2c3f57;
}
FOOTER .logo {
  display: block;
  margin-bottom: 160px;
}
FOOTER .logo IMG {
  display: block;
  width: auto;
  height: 45px;
}
FOOTER .contact-col P {
  margin: 0 0 13px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}
FOOTER .contact-col P:last-child {
  margin-bottom: 0;
}
FOOTER .contact-col P STRONG {
  color: #f0915d;
}
FOOTER .contact-col P A {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
FOOTER .contact-col P A:hover {
  color: #f0915d;
}
FOOTER .quicklinks-col P,
FOOTER .subscription-col P {
  margin: -5px 0 42px;
  color: #f0915d;
  font-size: 16px;
  font-weight: 400;
}
FOOTER .quicklinks-col P SPAN,
FOOTER .subscription-col P SPAN {
  display: block;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
}
FOOTER #subscribe-module P {
  margin: 0;
  color: #fff;
}
FOOTER #subscribe-module .mfn-info:first-child,
FOOTER #subscribe-module .mfn-info.mfn-languages {
  display: none;
}
FOOTER #subscribe-module UL {
  margin: 0 0 16px;
  padding: 0;
  overflow: hidden;
  color: #fff;
}
FOOTER #subscribe-module UL LI {
  float: left;
  width: 50%;
  list-style-type: none;
}
FOOTER #subscribe-module {
  /* Speciallösning för styling av checkboxar */
}
FOOTER #subscribe-module input[type=checkbox] {
  width: 19px;
  height: 19px;
  margin: 0 8px 12px 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  float: left;
}
FOOTER #subscribe-module input[type=checkbox]:checked {
  background-color: #f0915d;
  border: 1px solid #f0915d;
}
FOOTER #subscribe-module input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 7px;
  height: 12px;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  border-color: #fff;
  border-style: solid;
}
FOOTER #subscribe-module LABEL {
  float: left;
  font-size: 15px;
  font-weight: 600;
}
FOOTER #subscribe-module #policy-text {
  margin-top: 10px;
  padding: 0 !important;
  border: none !important;
}
FOOTER #subscribe-module #policy-text.alert {
  color: #f0915d;
  font-style: italic;
}
FOOTER #subscribe-module #policy-text LABEL {
  float: none;
  margin-top: 3px;
}
FOOTER #subscribe-module #policy-text INPUT[type=checkbox] {
  margin-top: 3px;
  margin-bottom: 0;
}
FOOTER #subscribe-module #email-bad-input,
FOOTER #subscribe-module #email-success {
  float: left;
  margin: -5px 0 10px;
  width: 100%;
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-style: italic;
}
FOOTER #subscribe-module {
  /* Speciallösning för styling av checkboxar */
}
FOOTER #subscribe-module .subscription-wrapper INPUT#sub-email {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 14px;
  color: #2c3f57;
  font-size: 20px;
  font-weight: 300;
}
FOOTER #subscribe-module .subscription-wrapper INPUT#sub-email:hover, FOOTER #subscribe-module .subscription-wrapper INPUT#sub-email:active, FOOTER #subscribe-module .subscription-wrapper INPUT#sub-email:focus {
  border-color: #f0915d;
}
FOOTER #subscribe-module .subscription-wrapper BUTTON {
  width: 100%;
  height: 60px;
  margin: 15px 0 0;
  background-color: #f0915d;
  border: 1px solid transparent;
  border-radius: 14px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}
FOOTER #subscribe-module #policy-text A {
  color: #fff;
}
FOOTER .btm {
  margin-top: 80px;
  color: #fff;
  font-size: 11px;
}
FOOTER .btm HR {
  width: calc(100% - 48px);
  margin: 0 24px 0;
  padding: 23px 0 0;
  border-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
FOOTER .btm P {
  margin: 11px 0 0;
}
FOOTER .btm P SPAN {
  display: inline-block;
  margin: 0 15px;
}
FOOTER .btm A {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
FOOTER .btm A:hover {
  text-decoration: underline;
}
FOOTER .btm .col-lg-4 {
  text-align: center;
}
FOOTER .btm .col-lg-4:first-child {
  text-align: left;
}
FOOTER .btm .col-lg-4:last-child {
  text-align: right;
}
FOOTER .btm #social-icons {
  overflow: hidden;
}
FOOTER .btm #social-icons A {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 0 0 14px;
}
FOOTER .btm #social-icons A:first-child {
  margin-left: 0;
}
FOOTER .btm #social-icons A IMG {
  width: 100%;
  height: auto;
}

/* Bootstrap XXX-Large container */
@media (min-width: 1508px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1428px;
  }
}
/* Bootstrap XXX-Large container */
/* Responsive iframes */
.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.iframe-container IFRAME {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#map_box .iframe-container {
  margin: 0 0 120px;
  padding-top: 36%;
  border-radius: 20px;
}

/* Responsive iframes */
/* Responsive menu */
.rmp-container .rmp-menu-title {
  padding: 0 24px !important;
}

.rmp-container .rmp-menu-wrap {
  padding-top: 25px;
}

.rmp-container .rmp-menu-title .rmp-menu-title-image {
  width: auto !important;
  height: 38px !important;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}

#sticky-header.header .rmp-container .rmp-menu-title .rmp-menu-title-image {
  margin-top: 82.5px;
  transition: all 0.5s;
}

#sticky-header.header_alt .rmp-container .rmp-menu-title .rmp-menu-title-image {
  margin-top: 43.5px;
  transition: all 0.5s;
}

#rmp-menu-wrap-161 .rmp-menu-item-link {
  padding: 0 24px !important;
}

#rmp-menu-wrap-161 .rmp-submenu .rmp-menu-item-link {
  padding: 0 40px !important;
}

.rmp-menu-subarrow {
  height: 40px !important;
  margin-top: 1px !important;
  padding-top: 1px !important;
  right: 8.5px !important;
  font-size: 10px !important;
}

/* Responsive menu */
@media (max-width: 1507px) {
  /* HEADER */
  #sticky-header .logo {
    left: 64px;
  }
  #sticky-header .wpml-ls {
    right: 197px;
  }
  #sticky-header .contact-menu {
    right: 72px;
  }
  /* HEADER */
  /* MODULES */
  #pre-footer H2,
  #pre-footer P {
    margin-left: 0;
  }
  /* MODULES */
  /* FOOTER */
  FOOTER #subscribe-module #policy-text INPUT[type=checkbox] {
    float: none;
  }
  /* FOOTER */
}
@media (max-width: 1399px) {
  /* HEADER */
  #sticky-header .logo {
    left: 54px;
  }
  #sticky-header #rmp_menu_trigger-161 {
    right: 54px;
  }
  #sticky-header .wpml-ls {
    right: 54px;
  }
  #sticky-header .contact-menu {
    display: none;
  }
  #sticky-header .rmp_menu_trigger .rmp-trigger-box {
    width: 55px !important;
    height: 55px !important;
  }
  #sticky-header .rmp_menu_trigger .rmp-trigger-box IMG {
    width: 55px !important;
    height: 55px !important;
  }
  #sticky-header.header #rmp_menu_trigger-161 {
    top: 74px;
    transition: all 0.5s;
  }
  #sticky-header.header .wpml-ls {
    top: 46px;
    transition: all 0.5s;
  }
  #sticky-header.header_alt #rmp_menu_trigger-161 {
    top: 35px;
    transition: all 0.5s;
  }
  #sticky-header.header_alt .wpml-ls {
    top: 10px;
    transition: all 0.5s;
  }
  HEADER {
    height: 600px;
  }
  HEADER H1,
  HEADER #page-label {
    margin-top: 260px;
  }
}
.home HEADER H1 {
  max-width: calc(100% - 48px);
  margin-top: 300px;
}
.home HEADER #news-flash #news-flash-exerpt {
  font-size: 17px;
}

/* HEADER */
/* MODULES */
#pre-footer H2 {
  font-size: 50px;
}

/* MODULES */
/* FOOTER */
FOOTER #subscribe-module UL {
  margin-bottom: 12px;
}
FOOTER #subscribe-module UL LI {
  float: none;
  width: 100%;
  overflow: hidden;
}
FOOTER #subscribe-module INPUT[type=checkbox] {
  margin-bottom: 7px;
}
FOOTER .btm P SPAN {
  display: block;
  width: 0;
  height: 2px;
  opacity: 0;
  text-indent: -10000px;
}

/* FOOTER */
@media (max-width: 1199px) {
  /* HOME - LATEST PRESS */
  #latest-press .col-12 {
    overflow: visible;
  }
  #latest-press H2 {
    margin-bottom: 25px;
  }
  #latest-press .news-item {
    padding: 25px 75px 26px 30px;
    background-position: calc(100% - 30px) 60px;
  }
  #latest-press .news-item:hover {
    background-position: calc(100% - 30px) -414px;
  }
  #latest-press .news-item SPAN.news-date {
    margin-bottom: 0;
  }
  #latest-press .news-item SPAN.news-head {
    min-height: 0;
    margin-bottom: 20px;
  }
  #latest-press .news-item SPAN#border {
    height: calc(100% - 57px);
  }
  #latest-press #press-archive-links {
    margin-top: -70px;
  }
  #latest-press #press-archive-links A {
    float: none;
    height: 50px;
    margin: 0 0 15px;
    padding: 12px 15px 0;
    font-size: 17px;
    text-align: center;
  }
  #latest-press #press-archive-links A:last-child {
    margin: 0;
  }
  /* HOME - LATEST PRESS */
  /* HOME - ABOUT US */
  #about-us #bg-box {
    width: 100%;
    border-radius: 0;
  }
  #about-us .col-lg-6 {
    margin-top: 48px;
  }
  #about-us H3 {
    margin-top: 0;
  }
  #about-us .cta-img IMG {
    width: 100%;
    height: auto;
  }
  #about-us IMG + A {
    padding-top: 20px;
  }
  /* HOME - ABOUT US */
  /* HOME - LEADERSHIP */
  #main.management H2, #main.management H2 + P {
    width: calc(50% - 24px);
    max-width: none;
    float: left;
    margin-top: 0;
  }
  #main.management H2 + P {
    float: right;
  }
  /* HOME - LEADERSHIP */
  /* NEWSROOM */
  #main.index .col-lg-9 {
    padding-left: 24px;
  }
  /* NEWSROOM */
  /* MODULES */
  #pre-footer {
    text-align: center;
  }
  #pre-footer H2,
  #pre-footer P {
    margin: 0 auto 30px;
  }
  #pre-footer H2 {
    font-size: 60px;
    line-height: 1;
  }
  /* MODULES */
  /* REPORTS ARCHIVE */
  .mfn-archive .mfn-archive-year {
    float: none;
    width: 100%;
    min-height: auto;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 50px;
  }
  .mfn-archive .mfn-archive-year:first-child {
    margin-top: 0;
  }
  /* REPORTS ARCHIVE */
}
@media (max-width: 991px) {
  /* HEADER */
  #sticky-header .logo {
    left: 47px;
  }
  #sticky-header #rmp_menu_trigger-161 {
    right: 47px;
  }
  #sticky-header .wpml-ls {
    right: 47px;
  }
  HEADER {
    height: 500px;
  }
  HEADER H1 {
    font-size: 42px;
  }
  HEADER H1,
  HEADER #page-label {
    margin-top: 220px;
  }
  .home HEADER {
    height: auto;
  }
  .home HEADER H1 {
    margin-top: 250px;
  }
  .home HEADER H1 SPAN {
    margin-bottom: 0;
    font-size: 55px;
  }
  .home HEADER .icon-box {
    display: block;
    width: 215px !important;
    margin: 0 auto 75px !important;
  }
  .home HEADER #news-flash {
    margin: 0 0 75px;
  }
  /* HEADER */
  /* NEWSROOM */
  #main.index .col-lg-9 {
    order: 1;
  }
  #main.index .col-lg-3 {
    order: 2;
    margin-top: 80px;
  }
  #main.index #sticky-box {
    position: static;
  }
  #main.index #newsroom-menu {
    display: none;
  }
  /* NEWSROOM */
  /* FOOTER */
  FOOTER .logo {
    margin-bottom: 48px;
  }
  FOOTER #quick_links UL {
    max-width: none;
  }
  FOOTER .quicklinks-col P,
  FOOTER .subscription-col P {
    margin-bottom: 25px;
  }
  FOOTER .subscription-col P {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  FOOTER #subscribe-module UL {
    float: left;
  }
  FOOTER #subscribe-module .mfn-languages + UL {
    margin-left: 50px;
  }
  FOOTER #subscribe-module #policy-text INPUT[type=checkbox] {
    float: none;
  }
  /* FOOTER */
}
@media (max-width: 767px) {
  /* HEADER */
  #sticky-header .logo {
    left: 42px;
  }
  #sticky-header #rmp_menu_trigger-161 {
    right: 42px;
  }
  #sticky-header .wpml-ls {
    right: 42px;
  }
  HEADER H1 {
    font-size: 31px;
  }
  .home HEADER H1 {
    margin-top: 200px;
  }
  .home HEADER H1 SPAN {
    font-size: 45px;
  }
  .home HEADER .icon-box {
    max-width: 100% !important;
  }
  /* HEADER */
  /* HOME - LATEST PRESS */
  #latest-press {
    padding: 100px 0 90px;
  }
  #latest-press #press-archive-links {
    float: left;
    margin-top: 0;
  }
  #latest-press #press-archive-links A {
    float: left;
    margin: 0 15px 15px 0 !important;
  }
  #latest-press #press-archive-links A:last-child {
    margin-right: 0 !important;
  }
  /* HOME - LATEST PRESS */
  /* HOME - LEADERSHIP */
  #main.management {
    padding-bottom: 55px;
  }
  #main.management H2 {
    margin-bottom: 30px;
    font-size: 42px;
  }
  #main.management H2, #main.management H2 + P {
    width: 100%;
    float: none;
  }
  /* HOME - LEADERSHIP */
  /* NEWSROOM */
  #main.index H1 {
    font-size: 40px;
  }
  #main.index .mfn-filter-container LABEL {
    margin-bottom: 5px;
  }
  #main.index .mfn-newsfeed-category-selector SELECT {
    margin-bottom: 15px;
  }
  #main.single H1 {
    font-size: 25px;
  }
  /* NEWSROOM */
  /* FOOTER */
  FOOTER {
    padding-top: 70px;
  }
  FOOTER .logo {
    margin-bottom: 31px;
  }
  FOOTER .quicklinks-col P {
    margin-bottom: 15px;
  }
  FOOTER .btm {
    margin-top: 50px;
  }
  FOOTER .btm .col-sm-3 {
    order: 2;
    text-align: right;
  }
  FOOTER .btm .col-sm-9 {
    order: 1;
    text-align: left;
  }
  FOOTER .btm .col-sm-12 {
    order: 3;
    text-align: left !important;
  }
  FOOTER .btm .col-sm-12 P {
    margin-top: 6px;
  }
  FOOTER .btm #social-icons {
    float: right;
  }
  FOOTER .btm P {
    margin-top: -3px;
  }
  FOOTER .btm P SPAN {
    height: 7px;
  }
  #quick_links LI A {
    padding: 6px 0 9px;
    font-size: 18px;
  }
  /* FOOTER */
}
@media (max-width: 575px) {
  /* HEADER */
  #sticky-header .logo {
    left: 24px;
  }
  #sticky-header #rmp_menu_trigger-161 {
    right: 24px;
  }
  #sticky-header .wpml-ls {
    right: 24px;
  }
  HEADER {
    height: auto;
    padding-bottom: 130px;
  }
  HEADER H1,
  HEADER #page-label {
    margin-top: 190px;
  }
  HEADER H1 {
    max-width: 100%;
    font-size: 28px;
  }
  HEADER #page-label {
    font-size: 42px;
  }
  .home HEADER {
    padding-bottom: 0;
  }
  .home HEADER H1 {
    margin-top: 175px;
    margin-bottom: 60px;
    font-size: 22px;
  }
  .home HEADER H1 SPAN {
    font-size: 40px;
  }
  .home HEADER .icon-box {
    max-width: 100% !important;
  }
  .home HEADER #partner-link {
    width: 160px;
    height: 44px;
    right: -58px;
    padding: 13px 0 0;
    font-size: 18px;
  }
  /* HEADER */
  /* HOME - LATEST PRESS */
  #latest-press H2 {
    font-size: 40px;
  }
  /* HOME - LEADERSHIP */
  #main.management H2 {
    font-size: 36px;
  }
  #main.management H2 + P {
    font-size: 20px;
    line-height: 1.3;
  }
  #main.management .name-position {
    padding: 20px 30px 25px;
  }
  #main.management .name-position .management-position {
    max-width: calc(100% - 55px);
  }
  #main.management .toggle-btn {
    top: 28px;
    right: 25px;
  }
  /* HOME - LEADERSHIP */
  /* MODULES */
  #pre-footer {
    padding: 132px 0 120px;
  }
  #pre-footer H2 {
    font-size: 46px;
  }
  /* MODULES */
  /* FOOTER */
  FOOTER .quicklinks-col P {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  FOOTER .btm #social-icons {
    margin-top: -32px;
  }
  FOOTER .btm #social-icons A {
    float: none;
    margin: 0 0 10px;
  }
  FOOTER .btm .col-sm-12 P {
    margin-top: -22px;
  }
  /* FOOTER */
}
@supports (-webkit-touch-callout: none) {
  /* MODULES */
  #pre-footer H2 {
    font-size: 40px;
  }
  #pre-footer P {
    font-weight: 400;
    line-height: 1.15;
  }
  #pre-footer P#cta-btn A {
    padding-top: 23px;
  }
  /* MODULES */
}/*# sourceMappingURL=style.css.map */