/**** **** FONT FAMILY **** ****/
/* font name */
@font-face {
    font-family: "opensans";
    src: url("../../../fonts/opensans/opensans-regular-webfont.woff2") format("woff2"), url("../../../fonts/opensans/opensans-regular-webfont.woff") format("woff"), url("../../../fonts/opensans/opensans-regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: "opensans-bold";
    src: url("../../../fonts/opensans/opensans-bold-webfont.woff2") format("woff2"), url("../../../fonts/opensans/opensans-bold-webfont.woff") format("woff"), url("../../../fonts/opensans/opensans-bold-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: "opensans-semibold";
    src: url("../../../fonts/opensans/opensans-semibold-webfont.woff2") format("woff2"), url("../../../fonts/opensans/opensans-semibold-webfont.woff") format("woff"), url("../../../fonts/opensans/opensans-semibold-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }

  /*====== BOOTSTRAP MIXIN ======= */
  [class*="grid-"] {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
  }
  
  [class*="grid-"] > .container {
    width: 100%;
  }
  
  [class*="grid-"] > [class*="grid-"] {
    padding-top: 0 !important;
  }
  
  [class*="grid-"].grid-no-pad {
    padding-left: 0;
  }

  [class*="grid-"]:not(.grid-1-1) {
    padding-right: 10px;
  }
  
  @media screen and (max-width: 767px) {
    [class*="grid-"]:not(.grid-1-1) {
      padding-right: 0;
    }
  }
  
  @media screen and (min-width: 1200px) {
    .grid-1-2 {
      width: 48.75%;
    }
  }
  
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .grid-1-2 {
      width: 48.75%;
    }
  }
  
  @media screen and (min-width: 1200px) {
    .grid-1-3 {
      width: 33%;
    }
  }
  
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .grid-1-3 {
      width: 33%;
    }
  }
  
  @media screen and (min-width: 1200px) {
    .grid-2-3 {
      width: 65.8333333%;
    }
  }
  
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .grid-2-3 {
      width: 65.8333333%;
    }
  }
  
  @media screen and (min-width: 1200px) {
    .grid-3-4 {
      width: 75%;
    }
  }
  
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .grid-3-4 {
      width: 100%;
    }
  }
  
  @media screen and (min-width: 1200px) {
    .grid-1-4 {
      width: 22.5%;
    }
  }
  
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .grid-1-4 {
      width: 48.75%;
    }
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    font-size: 16px;
    font-family: "opensans", serif;
    line-height: 1.428;
    color: #252525;
    margin: 0 auto;
    overflow-x: hidden;
  }

  .link-forgot-password{
    padding-bottom: 10px;
    font-size: 15px;
  }
  
  @media screen and (max-width: 767px) {
    body {
      font-size: 14px;
    }
  }
  
  body > main {
    min-height: 75vh;
  }
  
  @media screen and (min-width: 1200px) {
    .container {
      max-width: 1280px;
    }
  }
  
  button:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  input:focus {
    outline: none;
  }
  
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    margin-bottom: 16px;
  }
  
  ul li {
    margin: 0;
    padding: 0;
    border: 0;
  }
  
  main ul li {
    position: relative;
  }
  
  main ul li::before {
    content: "";
    font-weight: bold;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: red;
    border-radius: 50%;
    margin-right: 16px;
    position: absolute;
    left: -20px;
    top: 6px;
  }
  
  @media screen and (max-width: 1023px) {
    main ul li::before {
      top: 6px;
    }
  }
  
  @media only screen and (min-width: 1024px) {
    .mobile-only {
      display: none;
    }
  }
  
  @media only screen and (max-width: 1023px) {
    .desktop-only {
      display: none;
    }
  }
  
  a:not(.order-status):hover, a:not(.order-status):focus, a:not(.order-status):active {
    text-decoration: none;
    color: #000000;
  }
  
  button:focus, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  
  a {
    display: inline-block;
    color: #000000;
    cursor: pointer;
  }
  
  img {
    max-width: 100%;
  }
  
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
  }
  
  p:last-child {
    margin-bottom: 0;
  }
  
  .cta-link {
    position: relative;
    padding-right: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .cta-link::after {
    content: "";
    width: 10px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 2px;
    height: 10px;
    background-image: url("../../../img/arrow-right-red.svg");
    background-repeat: no-repeat;
  }
  
  .breadcrumb, .breadcrumbs {
    background-color: transparent;
    margin-bottom: 0;
    font-size: 12px;
    padding: 16px 0;
  }
  
  .breadcrumb .breadcrumb-inner, .breadcrumbs .breadcrumbs-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  
  .breadcrumb .breadcrumb-inner .breadcrumb-item.active,
  .breadcrumbs .breadcrumbs-inner .breadcrumbs-item.active {
    font-family: "opensans-bold", serif;
  }
  
  @media screen and (max-width: 767px) {
    .breadcrumb, .breadcrumbs {
      font-size: 8px;
    }
  }
  
  .bg-image {
    background-color: #F4F4F4;
  }

  .bg-image .right {
    margin-bottom: 40px;
  }
  
  [cssclass="container mainarea desktop-bg"], [cssclass="container mainarea mobile-bg"] {
    display: none;
  }

  /*hide x from search*/
  input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
  }
  
  input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
  }
  
  input[type="search"]::-webkit-search-decoration,
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-results-button,
  input[type="search"]::-webkit-search-results-decoration {
    display: none;
  }
  
  @media screen and (max-width: 1023px) {
    .custom-modal {
      top: 0;
      left: 0;
      width: 100vw;
      height: auto;
      background-color: #000000;
      opacity: .5;
    }
  }
  
  strong {
    font-family: "opensans-bold", serif;
  }
  
  .btn-primary:active {
    background-color: #ee1000 !important;
  }
  
  .page-logo {
    max-width: 310px;
  }
  
  @media only screen and (max-width: 1023px) {
    .custom-overlay {
      position: relative;
    }
    .custom-overlay.overlay-show {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 0;
      width: 100vw;
      opacity: 0.5;
      height: 100vh;
      background-color: #000000;
    }
  }
  
  ol li::marker {
    font-family: "opensans-bold", serif;
  }
  
  .global-header {
    position: -webkit-sticky;
    position: sticky;
    background: #fff;
    top: 0;
    z-index: 1;
  }
  
  @media screen and (min-width: 1200px) {
    .global-header {
      width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
    }
  }
  
  .global-header .before-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .global-header .before-login .logo-url {
    width: 125px;
    height: 42px;
    margin: 16px 0;
  }

  .global-header header {
    border-top: 16px solid #ee1000;
  }
  
  .global-header header .grid-1-1 {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  
  .p-header-wrapper {
    min-height: 60px;
  }
  
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .p-header-wrapper {
      height: 60px;
    }
  }
  
  .logo-image-takeda {
    width: 100px;
    height: 35px;
    margin-right: 30px;
  }
  
  @media screen and (max-width: 1023px) {
    .logo-image-takeda {
      width: 125px;
      height: 42px;
      margin-right: 0;
    }
  }
  
  .logo-image-site {
    padding-left: 30px;
    position: relative;
    cursor: default;
    font-family: 'opensans', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  
  @media screen and (max-width: 1023px) {
    .logo-image-site {
      font-size: 14px;
      padding-left: 0;
    }
  }
  
  .logo-image-site:before {
    content: '';
    width: 1px;
    height: 14px;
    background: #999999;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
  }
  
  @media screen and (max-width: 1023px) {
    .logo-image-site:before {
      content: none;
    }
  }
  
  .hamburger, .search-box, .submenu {
    display: none;
    padding-left: 0;
  }
  
  .has-submenu {
    position: relative;
  }
  
  .submenu {
    position: absolute;
    top: 100%;
    z-index: 1;
    background-color: white;
    padding: 10px 0px 10px 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-shadow: 0 2px 5px 0 rgba(174, 174, 174, 0.5);
            box-shadow: 0 2px 5px 0 rgba(174, 174, 174, 0.5);
  }
  
  @media screen and (max-width: 1199px) {
    .has-submenu.open .submenu {
      display: block;
    }
  }
  
  .navigation, .navigation-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  @media screen and (min-width: 1200px) {
    .navigation, .navigation-menu {
      padding: 0;
    }
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1199px) {
    .navigation, .navigation-menu {
      padding: 0;
    }
  }
  
  .navigation-menu li::before {
    content: none;
  }
  
  .navigation-menu {
    padding-left: 0;
    margin-bottom: 0;
  }
  
  .navigation-menu li a {
    padding: 8px 32px 8px 0;
    display: inline-block;
    width: 100%;
    position: relative;
  }
  
  @media screen and (max-width: 767px) {
    .navigation-menu li a {
      padding: 10px 32px 10px 0;
      font-size: 14px;
    }
  }
  
  li.active a {
    color: #ee1000;
    font-family: "opensans-bold", serif;
  }
  
  li.active a:focus {
    color: #ee1000;
  }
  
  ul.submenu a {
    color: #000000;
    font-size: 14px;
    font-family: "opensans", serif;
  }
  
  ul.submenu a:focus {
    color: #000000;
  }
  
  ul.submenu li.active a {
    color: #ee1000;
    font-family: "opensans-bold", serif;
  }
  
  ul.submenu li.active a:focus {
    color: #ee1000;
  }
  
  .logout {
    color: #ee1000;
  }
  
  .logout:hover {
    color: #ee1000;
  }
  
  .logout:focus {
    color: #ee1000;
  }
  
  .desktop-only .navigation-menu .navbar__parent-lvl {
    padding: 10px 0;
  }
  
  .desktop-only .search-form {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
  }
  
  .desktop-only .search-form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #dad2d2;
  }
  
  .desktop-only .search-form form .mb-searchbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .desktop-only .search-form form .mb-searchbar .search__submit {
    border: none;
    background: none;
    padding-top: 0px;
    padding-right: 0;
    height: 16px;
  }
  
  .desktop-only .search-form form .mb-searchbar .search-button {
    width: 16px;
    height: 16px;
    margin-right: 2px;
    background: url("../../../img/search-icon-grey.svg");
    border: none;
    background-repeat: no-repeat;
    display: inline-block;
  }
  
  .desktop-only .search-form form .mb-searchbar .search-input {
    border: none;
    width: 180px;
  }
  
  @media screen and (max-width: 1023px) {
    .mobile-only {
      border-bottom: 1px solid #d8d8d8;
    }
    .mobile-only .m-header-height {
      height: 85px;
    }
    .mobile-only .m-header-height .logo-wrapper .logo-url {
      display: block;
      padding: 6px 0;
    }
  }
  
  @media screen and (max-width: 1023px) and (max-width: 767px) {
    .mobile-only .m-header-height .logo-wrapper .logo-url {
      padding: 8px 0;
    }
  }
  
  @media screen and (max-width: 1023px) {
    .mobile-only .logout {
      font-size: 14px;
      line-height: 40px;
      padding: 20px 0 0px 0;
      color: #000000;
    }
    .mobile-only .logout:hover {
      color: #000000;
    }
    .mobile-only .search-button {
      width: 24px;
      height: 24px;
      display: block;
      background: url("../../../img/search-icon-grey.svg");
      background-repeat: no-repeat;
    }
    .mobile-only .mobile-search-form-button {
      border: none;
      background: none;
    }
    .mobile-only .mobile-search-form-button .mobile-form-icon-search {
      position: absolute;
      top: 10px;
      right: 20px;
      width: 20px;
      height: 20px;
      background: url(../../../img/search-icon-grey.svg);
      border: none;
      background-repeat: no-repeat;
    }
    .mobile-navigation, .mobile-search {
      display: none;
    }
    .mobile-navigation.show {
      display: block;
      position: absolute;
      background: #fff;
      top: 100px;
      left: 0;
      z-index: 99;
      width: 100%;
      padding: 0 15px 30px 15px;
      border-top: 1px solid #d8d8d8;
    }
    .mobile-navigation.show .navigation-menu > li {
      border-bottom: 2px solid #d8d8d8;
    }
    .mobile-navigation.show .navigation {
      display: block;
    }
    .mobile-search.show {
      display: block;
      position: absolute;
      background: #fff;
      top: 100px;
      left: 0;
      z-index: 98;
      width: 100%;
      padding: 16px 0 0 0;
      border-top: 1px solid #d8d8d8;
    }
    .mobile-search.show .search-input {
      line-height: 34px;
      width: 100%;
      border: 1px solid #dddddd;
    }
    .mobile-only .hamburger {
      display: block;
    }
    .mobile-only .submenu {
      position: relative;
      top: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 0px 0px 10px 0px;
    }
    .mobile-only .has-submenu {
      width: 100%;
    }
    .mobile-only .navigation-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
    }
    .mobile-only .has-submenu > a::after {
      content: "";
      display: inline-block;
      position: absolute;
      right: 16px;
      top: 50%;
      padding: 4px;
      border: 2px solid #ee1000;
      width: 0;
      height: 0;
      border-top: 0;
      border-right: 0;
      -webkit-transform: translate(0, -50%) rotate(225deg);
              transform: translate(0, -50%) rotate(225deg);
    }
    .mobile-only .has-submenu.open > a::after {
      -webkit-transform: translate(0, -80%) rotate(315deg);
              transform: translate(0, -80%) rotate(315deg);
    }
  }
  
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .mobile-navigation.show, .mobile-search.show {
      top: 96px;
      padding: 30px 36px 20px 36px;
    }
    .mobile-navigation.show .search-form, .mobile-search.show .search-form {
      padding: 0;
    }
    .m-header-height {
      height: 80px !important;
    }
  }
  
  /*fix for redirection*/
  @media screen and (max-width: 1199px) {
    li.has-submenu.navbar__parent-lvl > a {
      pointer-events: none !important;
    }
  }
  
  @media screen and (min-width: 1200px) {
    li.has-submenu:hover .submenu {
      display: block;
    }
  }
  
  /* footer styles*/
  footer {
    border-left: 16px solid #ee1000;
    padding: 40px 20px 10px 20px;
    position: relative;
    background-color: #f9f9f9;
    color: #000000;
  }
  
  @media screen and (min-width: 1200px) {
    footer {
      width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      border-left: 24px solid #ee1000;
    }
  }
  
  @media screen and (max-width: 767px) {
    footer {
      padding: 16px 15px 0px 12px;
    }
  }
  
  footer .container {
    padding: 0 75px;
  }
  
  @media screen and (max-width: 767px) {
    footer .container {
      padding: 0;
    }
  }
  
  footer .container .footer-text {
    margin-bottom: 10px;
  }
  
  footer .container .footer-text p {
    font-family: "opensans-bold", serif;
  }
  
  @media screen and (max-width: 767px) {
    footer .container .footer-text {
      margin-bottom: 6px;
    }
  }
  
  footer .container .copyright-text {
    margin-bottom: 0;
  }
  
  @media screen and (max-width: 767px) {
    footer .container .copyright-text {
      width: 100%;
    }
  }
  
  footer .container .footer-link-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom:14px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-left: 0;
  }
  
  @media screen and (max-width: 767px) {
    footer .container .footer-link-list {
      margin-bottom: 12px;
    }
  }
  
  footer .container .footer-link-list li {
    padding-right: 6px;
  }
  
  @media not all and (min-resolution: 0.001dpcm) {
    footer .container .footer-link-list li {
      padding-right: 12px;
    }
  }
  
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    footer .container .footer-link-list li {
      padding-right: 12px;
    }
  }
  
  footer .container .footer-link-list li a {
    color: #000000;
  }
  
  footer .container .footer-link-list li a:hover {
    color: #ee1000;
    text-decoration: underline;
  }
  
  footer .container .footer-link-list li:not(:last-child)::after {
    content: '';
    border-left: 1px solid #999999;
    font-size: 14px;
    margin-left: 6px;
    position: relative;
    top: -1px;
    color: #000000;
  }
  
  @media screen and (max-width: 767px) {
    footer .container .footer-link-list li:not(:last-child)::after {
      font-size: 10px;
      top: -2px;
    }
  }
  
  footer #scroll {
    position: absolute;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    width: 90px;
    height: 45px;
    background-color: rgba(119, 119, 119, 0.75);
  }
  
  @media screen and (min-width: 1200px) {
    footer #scroll {
      right: 10px;
      margin-bottom: 41px;
      height: 40px;
    }
  }
  
  footer #scroll span.arrow {
    display: inline-block;
    top: 23%;
    position: relative;
    margin-top: -12px;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #fff transparent;
  }
  
  @media screen and (max-width: 767px) {
    footer #scroll span.arrow {
      top: 30%;
    }
  }
  
  footer #scroll span.text {
    display: inline-block;
    top: 23%;
    position: relative;
    margin-left: 28px;
    margin-right: 6px;
    font-size: 12px;
    color: #fff;
  }
  
  @media screen and (max-width: 767px) {
    footer #scroll span.text {
      top: 30%;
    }
  }
  
  footer #scroll:hover {
    opacity: 1;
  }
  
  .spotbutton {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    cursor: pointer;
    outline: solid 1px #99a19c;
    border: solid 1px #fbfbfb;
    margin: 0 0.313rem 0.313rem 0;
    background-size: contain;
  }
  
  .spotbutton-color1 {
    background: #f7e7dc;
  }
  
  .spotbutton-color2 {
    background: #e5e4e4;
  }
  
  .spotbutton-color3 {
    background: #d9e8f1;
  }
  
  .spotbutton-color4 {
    background: #bdbbbb;
  }
  
  .spotbutton-color5, .spotbutton-color6 {
    display: none;
  }
  
  .spotbutton-transparent {
    display: none;
  }
  
  .spotbutton-topimage {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAIAAABL1vtsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAExJREFUeNpivP/gPgNlgAWI7z16gCzkZOuAzN13+AAe2QcPHzAxUAyGjRGMwBhRkFcgPvzQZJXkFEaDEzU4R1PnaOocvMFJoREAAQYAogIrQIgLBOgAAAAASUVORK5CYII=") no-repeat 100%;
  }
  
  .spotbutton-topheading {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAIAAABL1vtsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAExJREFUeNpivP/gPgNlgAWI7z16gCzkZOuAzN13+AAe2QcPHzAxUAyGjRGMwBhRkFcgPvzQZJXkFEaDEzU4R1PnaOocvMFJoREAAQYAogIrQIgLBOgAAAAASUVORK5CYII=") no-repeat 100%;
  }
  
  .spotbutton-normal {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAIAAABL1vtsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAExJREFUeNpivP/gPgNlgAWI7z16gCzkZOuAzN13+AAe2QcPHzAxUAyGjRGMwBhRkFcgPvzQZJXkFEaDEzU4R1PnaOocvMFJoREAAQYAogIrQIgLBOgAAAAASUVORK5CYII=") no-repeat 100%;
  }
  
  .spotbutton-layout1, .spotbutton-layout2, .spotbutton-layout3, .spotbutton-layout4, .spotbutton-layout5, .spotbutton-layout6 {
    width: 6.25rem;
    height: 2.625rem;
  }
  
  .spotbutton-layout1 {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAIAAABL1vtsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAExJREFUeNpivP/gPgNlgAWI7z16gCzkZOuAzN13+AAe2QcPHzAxUAyGjRGMwBhRkFcgPvzQZJXkFEaDEzU4R1PnaOocvMFJoREAAQYAogIrQIgLBOgAAAAASUVORK5CYII=") no-repeat 100%;
  }
  
  .spotbutton-layout2 {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAIAAABL1vtsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAExJREFUeNpivP/gPgNlgAWI7z16gCzkZOuAzN13+AAe2QcPHzAxUAyGjRGMwBhRkFcgPvzQZJXkFEaDEzU4R1PnaOocvMFJoREAAQYAogIrQIgLBOgAAAAASUVORK5CYII=") no-repeat 100%;
  }
  
  .spotbutton-layout3 {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAIAAABL1vtsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAExJREFUeNpivP/gPgNlgAWI7z16gCzkZOuAzN13+AAe2QcPHzAxUAyGjRGMwBhRkFcgPvzQZJXkFEaDEzU4R1PnaOocvMFJoREAAQYAogIrQIgLBOgAAAAASUVORK5CYII=") no-repeat 100%;
  }
  
  .spotbutton-layout4, .spotbutton-layout5, .spotbutton-layout6 {
    display: none;
  }
  
  .selected {
    outline: 0.125rem solid red;
  }
  
  .iconbutton {
    width: 2em;
    height: 2em;
  }
  
  .hamburger {
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity,-webkit-filter;
    transition-property: opacity,-webkit-filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    -webkit-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }
  
  .hamburger:hover {
    opacity: .7;
  }
  
  .hamburger.is-active:hover {
    opacity: .7;
  }
  
  .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
    background-color: #d8d8d8;
  }
  
  .hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
  }
  
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  
  .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 30px;
    height: 4px;
    background-color: #d8d8d8;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  
  .hamburger-inner::after, .hamburger-inner::before {
    content: "";
    display: block;
  }
  
  .hamburger-inner::before {
    top: -10px;
  }
  
  .hamburger-inner::after {
    bottom: -10px;
  }
  
  .hamburger--squeeze .hamburger-inner {
    -webkit-transition-duration: 75ms;
            transition-duration: 75ms;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  .hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 75ms .12s ease,opacity 75ms ease;
    transition: top 75ms .12s ease,opacity 75ms ease;
  }
  
  .hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 75ms 0.12s ease, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms 0.12s ease, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms 0.12s ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms 0.12s ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  .hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition-delay: .12s;
            transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 75ms ease,opacity 75ms .12s ease;
    transition: top 75ms ease,opacity 75ms .12s ease;
  }
  
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 75ms ease, -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms ease, -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms ease, transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms ease, transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  
  .footer__additional-blocks .fade.in {
    opacity: 1;
  }
  
  .footer__additional-blocks .modal-dialog {
    top: 20%;
  }
  
  @media screen and (min-width: 1200px) {
    .footer__additional-blocks .modal-dialog {
      max-width: 910px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .footer__additional-blocks .modal-dialog {
      margin: 16px;
      max-width: 100%;
    }
  }
  
  .footer__additional-blocks .modal-content {
    border: none;
    border-radius: 2px;
  }
  
  .footer__additional-blocks .modal-content .modal-header {
    border-bottom: 0;
    padding: 50px 40px 30px 40px;
    display: block;
  }
  
  @media screen and (max-width: 767px) {
    .footer__additional-blocks .modal-content .modal-header {
      padding: 20px 20px 15px 20px;
    }
  }
  
  .footer__additional-blocks .modal-content .modal-header button {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 24px;
    border: 1px solid #fff;
    BORDER-RADIUS: 50%;
    padding: 0;
    font-size: 15px;
    opacity: 1;
  }
  
  .footer__additional-blocks .modal-content .modal-header button span {
    color: #fff;
    font-weight: 100;
    margin: 5px;
    font-size: 22px;
  }
  
  .footer__additional-blocks .modal-content .modal-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 40px 50px 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  
  .footer__additional-blocks .modal-content .modal-body .btn {
    height: 35px;
    padding: 0px 75px;
    margin: 0 12px;
    border-radius: 0;
    font-size: 15px;
  }
  
  .footer__additional-blocks .modal-content .modal-body .btn.ok {
    background-color: #ee1000;
    color: #fff;
  }
  
  .footer__additional-blocks .modal-content .modal-body .btn.cancel {
    background-color: #fff;
    border: 1px solid #ee1000;
    color: #ee1000;
  }
  
  @media screen and (max-width: 767px) {
    .footer__additional-blocks .modal-content .modal-body {
      padding: 15px 20px 20px 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .footer__additional-blocks .modal-content .modal-body .btn {
      margin: 8px 0;
    }
  }
  
  .modal-backdrop.fade {
    opacity: 0.5;
  }
  
  .spotbutton {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    cursor: pointer;
    outline: solid 1px #99a19c;
    border: solid 1px #fbfbfb;
    margin: 0 0.313rem 0.313rem 0;
    background-size: contain;
  }
  
  .spotbutton-color1 {
    background: #f7e7dc;
  }
  
  .spotbutton-color2 {
    background: #e5e4e4;
  }
  
  .spotbutton-color3 {
    background: #d9e8f1;
  }
  
  .spotbutton-color4 {
    background: #bdbbbb;
  }
  
  .spotbutton-color5, .spotbutton-color6 {
    display: none;
  }
  
  .spotbutton-transparent {
    display: none;
  }
  
  .spotbutton-topimage {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAIAAABL1vtsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAExJREFUeNpivP/gPgNlgAWI7z16gCzkZOuAzN13+AAe2QcPHzAxUAyGjRGMwBhRkFcgPvzQZJXkFEaDEzU4R1PnaOocvMFJoREAAQYAogIrQIgLBOgAAAAASUVORK5CYII=") no-repeat 100%;
  }
  
  .spotbutton-topheading {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAIAAABL1vtsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAExJREFUeNpivP/gPgNlgAWI7z16gCzkZOuAzN13+AAe2QcPHzAxUAyGjRGMwBhRkFcgPvzQZJXkFEaDEzU4R1PnaOocvMFJoREAAQYAogIrQIgLBOgAAAAASUVORK5CYII=") no-repeat 100%;
  }
  
  .spotbutton-normal {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAIAAABL1vtsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAExJREFUeNpivP/gPgNlgAWI7z16gCzkZOuAzN13+AAe2QcPHzAxUAyGjRGMwBhRkFcgPvzQZJXkFEaDEzU4R1PnaOocvMFJoREAAQYAogIrQIgLBOgAAAAASUVORK5CYII=") no-repeat 100%;
  }
  
  .spotbutton-layout1, .spotbutton-layout2, .spotbutton-layout3, .spotbutton-layout4, .spotbutton-layout5, .spotbutton-layout6 {
    width: 6.25rem;
    height: 2.625rem;
  }
  
  .spotbutton-layout1 {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAIAAABL1vtsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAExJREFUeNpivP/gPgNlgAWI7z16gCzkZOuAzN13+AAe2QcPHzAxUAyGjRGMwBhRkFcgPvzQZJXkFEaDEzU4R1PnaOocvMFJoREAAQYAogIrQIgLBOgAAAAASUVORK5CYII=") no-repeat 100%;
  }
  
  .spotbutton-layout2 {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAIAAABL1vtsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAExJREFUeNpivP/gPgNlgAWI7z16gCzkZOuAzN13+AAe2QcPHzAxUAyGjRGMwBhRkFcgPvzQZJXkFEaDEzU4R1PnaOocvMFJoREAAQYAogIrQIgLBOgAAAAASUVORK5CYII=") no-repeat 100%;
  }
  
  .spotbutton-layout3 {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAIAAABL1vtsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAExJREFUeNpivP/gPgNlgAWI7z16gCzkZOuAzN13+AAe2QcPHzAxUAyGjRGMwBhRkFcgPvzQZJXkFEaDEzU4R1PnaOocvMFJoREAAQYAogIrQIgLBOgAAAAASUVORK5CYII=") no-repeat 100%;
  }
  
  .spotbutton-layout4, .spotbutton-layout5, .spotbutton-layout6 {
    display: none;
  }
  
  .selected {
    outline: 0.125rem solid red;
  }
  
  .iconbutton {
    width: 2em;
    height: 2em;
  }
  
  .contentpage .input {
    display: block;
  }
  
  form.EPiServerForms .success {
    color: #83a95c;
    display: none !important;
  }
  
  form.EPiServerForms .error, form.EPiServerForms .field-validation-error, form.EPiServerForms .Form__Element__ValidationError {
    color: #ee1000;
    display: none !important;
    font-size: 0.8em;
  }
  
  form.EPiServerForms.ValidationFail .error, form.EPiServerForms.ValidationFail .field-validation-error, form.EPiServerForms.ValidationFail .Form__Element__ValidationError {
    display: block !important;
  }
  
  form.EPiServerForms.ValidationFail section.form__fieldset {
    display: block;
  }
  
  form.EPiServerForms.ValidationSuccess .Form__MainBody {
    display: block !important;
  }
  
  form.EPiServerForms.submitted .Form__MainBody {
    display: block !important;
  }
  
  form.EPiServerForms.submitted section.form__fieldset {
    display: none;
  }
  
  form.EPiServerForms .Form__Element.hidden {
    margin: 0;
    padding: 0;
    visibility: hidden;
  }
  
  form.EPiServerForms .Form__Element {
    margin: 0 0 1rem 0;
    position: relative;
  }
  
  form.EPiServerForms .Form__Element.FormChoice {
    margin-bottom: 0;
    color: #000000;
  }
  
  form.EPiServerForms .Form__Element.FormChoice p {
    margin-bottom: 0;
  }
  
  form.EPiServerForms .Form__Element.FormChoice p a {
    color: #ee1000;
    text-decoration: underline;
  }
  
  form.EPiServerForms .Form__Element.FormChoice p a:hover {
    color: theme-red;
  }
  
  form.EPiServerForms .form__select, form.EPiServerForms .FormTextbox__Input.form__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 0;
    color: #777777;
    padding: 0.3em;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    position: relative;
  }
  
  form.EPiServerForms .form__select:focus, form.EPiServerForms .FormTextbox__Input.form__input:focus {
    outline: none;
  }

  form.EPiServerForms .form__select__wrapper {
    position: relative;
  }
  
  form.EPiServerForms .form__select__wrapper::after {
    right: 1em !important;
    content: "";
    position: absolute;
    top: 45%;
    pointer-events: none;
    border: solid #777777;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
  }
  
  form.EPiServerForms h2.Form__Title {
    padding: 0 0 16px 0;
    text-align: center;
    font-size: 26px;
    font-family: "opensans-bold", serif;
  }
  
  @media screen and (max-width: 767px) {
    form.EPiServerForms h2.Form__Title {
      font-size: 20px;
    }
  }
  
  form.EPiServerForms aside.Form__Description {
    text-align: center;
  }
  
  form.EPiServerForms div.Form__Status {
    text-align: center;
    margin-bottom: 2em;
  }
  
  form.EPiServerForms div.Form__Status span.Form__Status__Message {
    display: block;
    padding: 0;
    margin: 0rem 0 0 0;
    background-color: #ffffff !important;
  }
  
  form.EPiServerForms div.Form__MainBody {
    padding: 30px;
    margin-top: -10px;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    float: inherit;
    position: relative;
  }
  
  form.EPiServerForms div.Form__MainBody section.Form__Element {
    margin: 0;
  }
  
  form.EPiServerForms div.Form__MainBody section.Form__Element div.Form__Element label.Form__Element__Caption {
    color: #777777;
  }
  
  form.EPiServerForms div.Form__MainBody section.Form__Element div.Form__Element label.Form__Element__Caption span.form__required {
    color: #ee1000;
  }
  
  form.EPiServerForms div.Form__MainBody section.Form__Element div.Form__Element.FormChoice .form__input__wrapper {
    margin: 0 16px;
  }
  
  form.EPiServerForms div.Form__MainBody section.Form__Element button.Form__Element {
    width: 100%;
    background-color: #ee1000;
    color: #fff !important;
    font-size: 15px !important;
    border-radius: 0;
    height: 35px;
    padding: 0 0 2px 0 !important;
    margin-bottom: 0;
    margin-top: 20px;
  }

  form.EPiServerForms div.Form__MainBody .form__label__inner {
    margin-left: 0;
    margin-top: 0;
  }
  
  form.EPiServerForms div.Form__MainBody .ConfirmationField .password-icon {
    display: block;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    cursor: pointer;
    right: 0;
    background-position: center;
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 0;
  }
  
  form.EPiServerForms div.Form__MainBody .ConfirmationField .icon-eye {
    background-image: url(../../../img/icon-eye-closed.svg);
    top: -16px;
  }
  
  form.EPiServerForms div.Form__MainBody .ConfirmationField .icon-eye-closed {
    background-image: url(../../../img/icon-eye.svg);
    top: -16px;
  }
  
  form.EPiServerForms div.Form__MainBody:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6) url(../../../../Themes/ShellPortal/ui/img/icons/loader.gif) 50% 50% no-repeat;
    background-size: 100px;
    display: none;
  }
  
  form.EPiServerForms.loading div.Form__MainBody:after {
    display: block;
  }
  
  /*takedaid login styles*/
  .takeda-login-block {
    background: #fff;
    border-radius: 2px;
  }
  
  .takeda-login-block a {
    color: #252525;
  }
  
  .takeda-login-block a:hover {
    color: #ee1000;
  }
  
  .takeda-login-block .login-panel-tl h2 {
    font-size: 26px;
    font-family: "opensans-bold", serif;
    color: #252525;
    margin-bottom: 16px;
  }
  
  @media screen and (max-width: 767px) {
    .takeda-login-block .login-panel-tl h2 {
      font-size: 20px;
      margin-bottom: 20px;
    }
  }
  
  .takeda-login-block .login-panel-tl .form-group-input {
    margin-bottom: 16px;
  }
  
  .takeda-login-block .login-panel-tl .form-group-input label {
    color: #777777;
  }
  
  .takeda-login-block .login-panel-tl .form-group-input .form-control {
    font-size: 14px;
    border-radius: 0;
    color: #777777;
  }
  
  .takeda-login-block .btn.btn-login {
    background: #ee1000;
    border-radius: 0;
    color: #fff;
    width: 100%;
    font-size: 15px;
  }
  
  .takeda-login-block .field-validation-valid {
    display: none;
  }
  
  .takeda-login-block form {
    padding: 2em;
  }
  
  @media screen and (max-width: 767px) {
    .takeda-login-block form {
      padding: 1em;
    }
  }
  
  .takeda-login-block p, .takeda-login-block label {
    font-size: 15px;
  }
  
  .takeda-login-block p .required, .takeda-login-block label .required {
    color: #ee1000;
  }
  
  .takeda-login-block.show {
    display: block;
  }
  
  .takeda-login-block .invalid {
    border-color: #ee1000;
  }
  
  .takeda-login-block .field-validation-error {
    color: #ee1000;
    font-size: 12px;
  }
  
  .takeda-login-block .buttons {
    margin-top: 1em;
  }
  
  .takeda-login-block .form-group-input input {
    color: #777777;
  }
  
  .takeda-login-block .form-group-input input::-webkit-input-placeholder {
    color: #777777;
  }
  
  .takeda-login-block .form-group-input input::-moz-placeholder {
    color: #777777;
  }
  
  .takeda-login-block .form-group-input input::-ms-input-placeholder {
    color: #777777;
  }
  
  .takeda-login-block .form-group-input input::placeholder {
    color: #777777;
  }
  
  .takeda-login-block .btnClose {
    position: absolute;
    right: 0.3em;
    top: 0em;
    font-size: 2em;
    line-height: normal;
    color: #ee1000;
    cursor: pointer;
  }
  
  .takeda-login-block-overlay {
    background: rgba(0, 0, 0, 0.3);
  }
  
  .takeda-login-block #Password-error, .takeda-login-block #Username-error {
    color: #ee1000;
    font-size: 0.9em;
    padding-top: 0.3em;
  }
  
  .takeda-login-block .red-error-summary {
    color: #ee1000;
    text-align: center;
  }
  
  .takeda-login-block .forgot-password-link {
    display: block;
    margin: 20px 0 10px 0;
  }
  
  .takeda-login-block .register-link {
    display: block;
    margin: 10px 0 30px 0;
    background: #ee1000;
    padding: 8px;
    font-size: 15px;
    color: #fff;
    text-align: center;
  }
  
  .takeda-login-block .register-link:hover {
    color: #fff;
  }
  
  @media screen and (max-width: 767px) {
    .takeda-login-block .register-link {
      font-size: 16px;
    }
  }
  
  .form-group-input {
    position: relative;
  }
  
  #pswd_info {
    position: absolute;
    bottom: unset;
    top: -60px;
    left: -325px;
    width: 275px;
    padding: 15px;
    background: #fff;
    font-size: .875em;
    border-radius: 5px;
    z-index: 99;
    display: none;
  }

  .account-reset-pwd #pswd_info {
    top: 69px;
    left: -296px;
  }

  @media screen and (max-width: 1024px) {
    #pswd_info {
      top: 90px;
      bottom: unset;
      left: 0;
      border: 1px solid #dddddd;
    }

    .account-reset-pwd #pswd_info {
      top: 202px;
      left: 20px;
    }
  }
  
  #pswd_info h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
  }
  
  #pswd_info ul {
    padding-left: 0;
    margin: 0;
  }
  
  #pswd_info ul li:before {
    content: none !important;
  }
  
  #pswd_info::after, #pswd_info::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    line-height: 0px;
    position: absolute;
  }
  
  @media screen and (min-width: 1024px) {
    #pswd_info::after, #pswd_info::before {
      border-width: 15px 0 15px 20px;
      border-color: transparent transparent transparent #fff;
      top: 100px;
      right: -19px;
    }
  }
  
  @media screen and (min-width: 1024px) and (-ms-high-contrast: active) {
    #pswd_info::after, #pswd_info::before {
      right: -18px;
    }
  }
  
  @media screen and (max-width: 1024px) {
    #pswd_info::after, #pswd_info::before {
      border-width: 0 15px 20px 15px;
      border-color: transparent transparent #fff transparent;
      top: -20px;
      left: 20px;
    }
  }
  
  #pswd_info::before {
    right: -21px;
  }
  
  @media screen and (max-width: 1024px) {
    #pswd_info::before {
      border-color: transparent transparent #dddddd transparent !important;
      top: -21px;
    }
  }
  
  @media screen and (max-width: 1024px) and (-ms-high-contrast: active) {
    #pswd_info::before {
      top: -20px;
    }
  }
  
  body #pswd_info .icon-invalid {
    background: url("../../../img/icon-invalid.png") no-repeat -4px 0 !important;
    padding-left: 30px;
    line-height: 30px;
    background-size: 30px;
  }
  
  body #pswd_info .icon-valid {
    background: url("../../../img/icon-valid.png") no-repeat -4px 0 !important;
    padding-left: 30px;
    line-height: 30px;
    background-size: 30px;
  }
  
  .match-password.success, .notmatch-password.success {
    color: green;
  }
  
  .match-password.error, .notmatch-password.error {
    color: #ee1000;
  }
  
  .match-password, .notmatch-password {
    display: none;
  }
  
  .password-icon {
    display: none;
  }
  
  #successModal .modal-content .modal-body, #errorModal .modal-content .modal-body, #changePasswordSuccessModal .modal-content .modal-body {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  #successModal .modal-content .modal-body p, #errorModal .modal-content .modal-body p, #changePasswordSuccessModal .modal-content .modal-body p {
    margin-bottom: 0;
  }
  
  #successModal .modal-content .modal-body .status-icon, #errorModal .modal-content .modal-body .status-icon, #changePasswordSuccessModal .modal-content .modal-body .status-icon {
    padding: 15px;
    width: 15%;
  }
  
  #successModal .modal-content .modal-body .status-icon button.cross-btn, #errorModal .modal-content .modal-body .status-icon button.cross-btn, #changePasswordSuccessModal .modal-content .modal-body .status-icon button.cross-btn {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    width: 100%;
    min-height: 60px;
  }
  
  #successModal .modal-content .modal-body .success-text, #successModal .modal-content .modal-body .error-text, #errorModal .modal-content .modal-body .success-text, #errorModal .modal-content .modal-body .error-text, #changePasswordSuccessModal .modal-content .modal-body .success-text, #changePasswordSuccessModal .modal-content .modal-body .error-text {
    width: 85%;
    padding: 20px;
  }
  
  #successModal .status-icon, #changePasswordSuccessModal .status-icon {
    background: green;
  }
  
  #successModal .status-icon button.cross-btn, #changePasswordSuccessModal .status-icon button.cross-btn {
    background-image: url(../../../../Themes/ShellPortal/ui/img/icons/white-check.svg);
  }
  
  #errorModal .status-icon {
    background: #ee1000;
  }
  
  #errorModal .status-icon button.cross-btn {
    background-image: url(../../../../Themes/ShellPortal/ui/img/icons/wrong.svg);
  }
  
  @media screen and (min-width: 1200px) {
    .takedaid-reg-form {
      min-width: 590px;
    }
    .takedaid-reg-form .Form__Element.FormStep.Form__Element--NonData.form__fieldset > .Form__Element:nth-child(1) {
      display: inline-block;
      width: 21%;
      margin-right: 30px;
    }
    .takedaid-reg-form .Form__Element.FormStep.Form__Element--NonData.form__fieldset > .Form__Element:nth-child(2) {
      width: 33%;
      display: inline-block;
      margin-right: 30px;
    }
    .takedaid-reg-form .Form__Element.FormStep.Form__Element--NonData.form__fieldset > .Form__Element:nth-child(3) {
      width: 33%;
      display: inline-block;
    }
  }

  .takedaid-reg-form .checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  @media screen and (max-width: 767px) {
    .takedaid-reg-form .checkbox-container {
      font-size: 14px;
    }
  }
  
  .takedaid-reg-form .checkbox-container input {
    position: absolute;
    opacity: 0;
    left: 0;
    cursor: pointer;
    height: 18px;
    width: 18px;
    top: 0;
    z-index: 1;
  }
  
  .takedaid-reg-form .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: white;
    border: 1px solid #dddddd;
  }
  
  .takedaid-reg-form .checkmark.hide {
    display: none;
  }
  
  .takedaid-reg-form .checkbox-container:hover input ~ .checkmark {
    background-color: white;
  }
  
  .takedaid-reg-form .checkbox-container input:checked ~ .checkmark {
    background-color: white;
  }
  
  .takedaid-reg-form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .takedaid-reg-form .checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }
  
  .takedaid-reg-form .checkbox-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid red;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  /*hiding hidden fields*/
  .takedaid-reg-form input[type=hidden] + .checkmark {
    visibility: hidden;
  }
  
  .registration .btnLogout {
    padding: 0.5em 4em;
  }
  
  .registration .btnGoToHome {
    padding: 0.5em 5em;
  }
  
  @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .registration .btnGoToHome {
      padding: 0.5em 2em;
    }
  }
  
  @media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .registration .btnGoToHome {
      padding: 0.5em 2em;
    }
  }
  
  @media screen and (max-width: 767px) {
    .registration li.menu-group__item {
      text-align: center;
      width: 100%;
    }
  }
  
  .takeda-id-activation-block {
    position: relative;
  }
  
  .takeda-id-activation-block .loading {
    display: none;
  }
  
  .takeda-id-activation-block.loading .loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  @media screen and (max-width: 767px) {
    .takeda-id-activation-block.loading .loading {
      position: fixed;
      border: none;
    }
  }
  
  .takeda-id-activation-block.loading .loading > svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: transparent;
  }
  
  .takeda-id-activation-block h1, .takeda-id-activation-block h2, .takeda-id-activation-block h3, .takeda-id-activation-block h4, .takeda-id-activation-block h5, .takeda-id-activation-block h6 {
    font-family: "opensans-bold", serif;
  }
  
  .takeda-id-activation-block .btn {
    background: #ee1000;
    border: none !important;
    text-align: left;
  }
  
  .takeda-id-activation-block #tw-target-text {
    display: none;
  }
  
  @media screen and (min-width: 1200px) {
    .takeda-id-activation-block .btn-primary {
      min-width: 400px !important;
    }
  }
  
  .btnGoToHome {
    display: none !important;
  }
  
  main .btnLogout {
    background: transparent;
    border: 1px solid #fff;
    margin-right: 0.7em;
  }
  
  main .btnGoToHome {
    display: inline-block !important;
    background: #ee1000;
    border: 1px solid #ee1000;
  }
  
  main .btnLogout, main .btnGoToHome {
    list-style: none;
    display: inline-block;
    padding: 0.5em 6em;
    margin: 0.4em;
  }
  
  @media screen and (max-width: 767px) {
    main .btnLogout, main .btnGoToHome {
      margin: 0.4em 0;
    }
  }
  
  main .btnLogout > a, main .btnGoToHome > a {
    color: #fff;
  }
  
  .forgot-pass-block, .accounts-reset-password {
    outline: none !important;
    font-family: "opensans", serif;
    margin: 0 auto;
    background: #fff;
  }
  
  .forgot-pass-block .login-panel-tl, .accounts-reset-password .login-panel-tl {
    background: #fff;
    position: relative;
    border-radius: 2px;
    padding: 2em;
  }
  
  .forgot-pass-block .login-panel-tl .login-panel-tl-description, .accounts-reset-password .login-panel-tl .login-panel-tl-description {
    text-align: center;
    color: #000000;
  }
  
  .forgot-pass-block .login-panel-tl .login-panel-tl-header, .accounts-reset-password .login-panel-tl .login-panel-tl-header {
    text-align: center;
  }
  
  .forgot-pass-block .login-panel-tl .login-panel-tl-header h2, .accounts-reset-password .login-panel-tl .login-panel-tl-header h2 {
    font-family: "opensans-bold", serif;
    font-size: 26px;
  }
  
  @media screen and (max-width: 767px) {
    .forgot-pass-block .login-panel-tl .login-panel-tl-header h2, .accounts-reset-password .login-panel-tl .login-panel-tl-header h2 {
      font-size: 20px;
    }
  }
  
  .forgot-pass-block .login-panel-tl .inner-login-panel, .accounts-reset-password .login-panel-tl .inner-login-panel {
    padding: 0;
    background-color: #fff;
    float: inherit;
  }
  
  .forgot-pass-block .login-panel-tl .inner-login-panel .red-error-summary, .accounts-reset-password .login-panel-tl .inner-login-panel .red-error-summary {
    color: #ee1000;
  }
  
  .forgot-pass-block .login-panel-tl .inner-login-panel form, .accounts-reset-password .login-panel-tl .inner-login-panel form {
    width: 100%;
  }
  
  .forgot-pass-block .login-panel-tl .inner-login-panel .forgot-pass-descriptiontext, .accounts-reset-password .login-panel-tl .inner-login-panel .forgot-pass-descriptiontext {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
  }
  
  .forgot-pass-block .login-panel-tl .inner-login-panel .forgot-pass-descriptiontext p, .accounts-reset-password .login-panel-tl .inner-login-panel .forgot-pass-descriptiontext p {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
  }
  
  .forgot-pass-block .login-panel-tl .inner-login-panel .form-group-input, .accounts-reset-password .login-panel-tl .inner-login-panel .form-group-input {
    position: relative;
    margin: 0 0 20px 0;
  }
  
  .forgot-pass-block .login-panel-tl .inner-login-panel .form-group-input label, .accounts-reset-password .login-panel-tl .inner-login-panel .form-group-input label {
    font-size: 15px !important;
    color: #777777;
  }
  
  .forgot-pass-block .login-panel-tl .inner-login-panel .form-group-input label .required, .accounts-reset-password .login-panel-tl .inner-login-panel .form-group-input label .required {
    color: #ee1000;
  }
  
  .forgot-pass-block .login-panel-tl .inner-login-panel .form-group-input input, .accounts-reset-password .login-panel-tl .inner-login-panel .form-group-input input {
    width: 100%;
    height: 35px;
    padding: 7px 14px 8px 14px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    border-radius: 0;
    margin-bottom: 0;
    border: 1px solid #dddddd;
  }
  
  .forgot-pass-block .login-panel-tl .inner-login-panel .form-group-input input::-webkit-input-placeholder, .accounts-reset-password .login-panel-tl .inner-login-panel .form-group-input input::-webkit-input-placeholder {
    color: #777777;
    opacity: 1;
  }
  
  .forgot-pass-block .login-panel-tl .inner-login-panel .form-group-input input::-moz-placeholder, .accounts-reset-password .login-panel-tl .inner-login-panel .form-group-input input::-moz-placeholder {
    color: #777777;
    opacity: 1;
  }
  
  .forgot-pass-block .login-panel-tl .inner-login-panel .form-group-input input::-ms-input-placeholder, .accounts-reset-password .login-panel-tl .inner-login-panel .form-group-input input::-ms-input-placeholder {
    color: #777777;
    opacity: 1;
  }
  
  .forgot-pass-block .login-panel-tl .inner-login-panel .form-group-input input::placeholder, .accounts-reset-password .login-panel-tl .inner-login-panel .form-group-input input::placeholder {
    color: #777777;
    opacity: 1;
  }
  
  .forgot-pass-block .login-panel-tl .inner-login-panel .form-group-input .field-validation-error, .accounts-reset-password .login-panel-tl .inner-login-panel .form-group-input .field-validation-error {
    font-size: 11px;
    line-height: normal;
    letter-spacing: 0.12px;
    color: #ee1000;
  }
  
  .forgot-pass-block .login-panel-tl .inner-login-panel .form-group-button, .accounts-reset-password .login-panel-tl .inner-login-panel .form-group-button {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 1rem 0;
  }
  
  .forgot-pass-block .login-panel-tl .inner-login-panel .form-group-button .btn-primary, .accounts-reset-password .login-panel-tl .inner-login-panel .form-group-button .btn-primary {
    width: 48%;
    padding: 10px 12px 10px 12px;
    border: 1px solid #ee1000;
    background-color: #ee1000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.17px;
    font-size: 15px;
    line-height: 1;
    border-radius: 0;
  }
  
  @media screen and (max-width: 767px) {
    .forgot-pass-block .login-panel-tl .inner-login-panel .form-group-button .btn-primary, .accounts-reset-password .login-panel-tl .inner-login-panel .form-group-button .btn-primary {
      width: 100%;
    }
  }
  
  .forgot-pass-block .login-panel-tl .inner-login-panel .form-group-button .btn.cancel, .accounts-reset-password .login-panel-tl .inner-login-panel .form-group-button .btn.cancel {
    width: 48%;
    padding: 10px 12px 10px 12px;
    border-color: #dddddd;
    background-color: #fff;
    color: #dddddd;
    text-transform: uppercase;
    letter-spacing: 0.17px;
    font-size: 15px;
    line-height: 1;
    border-radius: 0;
  }
  
  @media screen and (max-width: 767px) {
    .forgot-pass-block .login-panel-tl .inner-login-panel .form-group-button .btn.cancel, .accounts-reset-password .login-panel-tl .inner-login-panel .form-group-button .btn.cancel {
      width: 100%;
    }
  }
  
  .forgot-pass-block .email.input-validation-error, .accounts-reset-password .email.input-validation-error {
    border-color: rgba(245, 51, 63, 0.7);
  }
  
  .forgot-pass-block .inner-login-panel, .accounts-reset-password .inner-login-panel {
    width: 100%;
  }
  
  .forgot-pass-block .forgot-pass-submit, .accounts-reset-password .forgot-pass-submit {
    margin: 1em 0;
  }
  
  .forgot-pass-block *, .accounts-reset-password * {
    outline: none !important;
    font-family: "opensans", serif;
  }
  
  .forgot-pass-block *:is(h1, h2, h3, h4, h5, h6), .accounts-reset-password *:is(h1, h2, h3, h4, h5, h6) {
    font-family: "opensans-bold", serif;
  }
  
  .forgot-pass-block .d-none, .accounts-reset-password .d-none {
    display: none;
  }
  
  .forgot-pass-block .field-validation-error, .accounts-reset-password .field-validation-error {
    color: #ee1000;
  }
  
  .forgot-pass-block #forgotPasswordSuccess, .accounts-reset-password #forgotPasswordSuccess {
    display: none;
    font-family: "opensans", serif;
    padding: 2em 0;
  }
  
  .forgot-pass-block #forgotPasswordSuccess *, .accounts-reset-password #forgotPasswordSuccess * {
    font-family: inherit;
  }
  
  .forgot-pass-block #changePasswordSuccess, .accounts-reset-password #changePasswordSuccess {
    display: none;
    padding: 2em;
  }
  
  .forgot-pass-block .btn, .accounts-reset-password .btn {
    margin: 1em 0;
  }
  
  .forgot-pass-block input, .accounts-reset-password input {
    width: 100%;
    height: 35px;
    padding: 7px 14px 8px 14px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    border-radius: 0;
    margin-bottom: 0;
    border: 1px solid #dddddd;
  }
  
  .forgot-pass-block .btn, .accounts-reset-password .btn {
    background: #ee1000;
    color: #fff;
    border-radius: 0;
    border: none;
    min-width: 10em;
  }
  
  .forgot-pass-block form, .accounts-reset-password form {
    width: 100%;
  }
  
  .forgot-pass-block #ResetPasswordError, .accounts-reset-password #ResetPasswordError {
    color: #ee1000;
    margin: 1em 0;
  }
  
  .forgot-password-form .forgot-pass-submit {
    width: 100% !important;
  }
  
  /* Used for Styling of the Cookie Disclaimer component */
  /* Please avoid theme-specific settings (rem etc.)*/
  .cookie {
    visibility: hidden;
    bottom: -500px;
    position: fixed;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    z-index: 50;
    -webkit-transition: visibility 0.5s, bottom 1s ease-in-out;
    transition: visibility 0.5s, bottom 1s ease-in-out;
  }
  
  .cookie > .container {
    padding: 30px;
  }
  
  .cookie-container {
    padding-left: 0;
    font-size: 16px;
    color: white;
  }
  
  @media screen and (max-width: 767px) {
    .cookie-container {
      padding-top: 15px;
      font-size: 14px;
    }
  }
  
  .cookie-container a, .cookie-container p {
    text-decoration: none;
  }
  
  .cookie-container .btn {
    position: relative;
    padding: 13px 40px;
    font-size: 17px;
    text-decoration: none;
    cursor: pointer;
    border-width: 1px;
    border-radius: 2px;
    font-family: "opensans-semibold", serif;
  }
  
  .cookie-container .btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .cookie-container .btn.full-width {
    width: 100%;
  }
  
  .cookie-container .btn.half-width {
    width: 50%;
  }
  
  .cookie-container .btn.half-width.full-width-mobile {
    width: 100%;
  }
  
  .cookie-container .btn-primary {
    margin-top: 0;
    color: #fff !important;
    text-transform: none !important;
    border-color: #ee1000;
    background-color: #ee1000;
  }
  
  .cookie-container .btn-primary:visited {
    color: #fff;
  }
  
  .cookie-container .btn-primary:hover, .cookie-container .btn-primary:focus {
    background-color: #fff !important;
    color: #ee1000 !important;
  }
  
  .cookie-container .btn-secondary {
    background-color: transparent !important;
    color: #ee1000;
    border-color: #ee1000;
  }
  
  .cookie-container .btn-secondary:hover, .cookie-container .btn-secondary:focus {
    color: #fff !important;
    background-color: #ee1000 !important;
  }
  
  .cookie-header {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 25px;
    line-height: 27.5px;
    color: #fff;
    font-family: "opensans-bold", serif;
  }
  
  @media screen and (max-width: 767px) {
    .cookie-header {
      padding: 5px 0;
      margin-bottom: 12px;
    }
  }
  
  .cookie-learn-more {
    color: #fff;
    text-decoration: underline !important;
  }
  
  .cookie-learn-more:hover {
    color: #ee1000;
  }
  
  .cookie.open {
    visibility: visible;
    min-height: 110px;
    bottom: 0;
  }
  
  .cookie-button-container {
    position: absolute;
    bottom: 10px;
    right: 0;
    text-align: right;
  }
  
  @media screen and (max-width: 767px) {
    .cookie-button-container {
      position: relative;
      text-align: left;
      padding-top: 15px;
      padding-bottom: 15px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .cookie .btn {
      padding: 8px 20px;
      margin-top: 8px;
    }
  }
  
  .spotblock {
    -webkit-box-shadow: 0 0 7px 4px rgba(239, 239, 239, 0.67);
            box-shadow: 0 0 7px 4px rgba(239, 239, 239, 0.67);
    background: #fff;
  }
  
  .spotblock .spot-wrapper.layout-1 img {
    width: 100%;
  }
  
  .spotblock .spot-wrapper.layout-1 .spot__data {
    padding: 10px;
    background: #fff;
  }
  
  .spotblock .spot-wrapper.layout-1 .spot__data .spotblock__title {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 8px;
    color: #000000;
    font-family: "opensans-bold", serif;
  }
  
  .spotblock .spot-wrapper.layout-1 .spot__data .spotblock__title p {
    margin-bottom: 8px;
    color: #000000;
    font-family: "opensans-bold", serif;
  }
  
  .spotblock .spot-wrapper.layout-1 .spot__data .spotblock__content {
    margin-bottom: 8px;
    font-size: 14px;
  }
  
  .spotblock .spot-wrapper.layout-1 .spot__data .spotblock__content p {
    margin-bottom: 8px;
    font-size: 14px;
  }
  
  .spotblock .spot-wrapper.layout-1 .spot__data .cta-link {
    font-family: "opensans-semibold", serif;
    font-size: 14px;
  }
  
  .spotblock .spot-wrapper.layout-2 {
    background-color: #fff;
    border-radius: 2px;
  }
  
  .spotblock .spot-wrapper.layout-2:nth-child(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  
  .spotblock .spot-wrapper.layout-2 .spot-image {
    width: 100%;
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1199px) {
    .spotblock .spot-wrapper.layout-2 .spot-image {
      height: 100%;
    }
  }
  
  .spotblock .spot-wrapper.layout-2 .spot-content {
    padding: 60px 50px 60px 30px;
  }
  
  .spotblock .spot-wrapper.layout-2 .spot-content h2 {
    font-family: "opensans-bold", serif;
    color: #000000;
  }
  
  .spotblock .spot-wrapper.layout-2 .spot-content p:first-of-type {
    margin-bottom: 4px;
    color: #000000;
    font-family: "opensans-bold", serif;
  }
  
  @media screen and (max-width: 767px) {
    .spotblock .spot-wrapper.layout-2 .spot-content {
      padding: 10px 10px 20px 10px;
    }
    .spotblock .spot-wrapper.layout-2 .spot-content h2, .spotblock .spot-wrapper.layout-2 .spot-content p {
      font-size: 14px;
    }
    .spotblock .spot-wrapper.layout-2 .spot-content p {
      margin-bottom: 10px;
    }
    .spotblock .spot-wrapper.layout-2 .spot-content p:first-of-type {
      margin-bottom: 4px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .spotblock .spot-wrapper.layout-2 {
      margin-bottom: 16px;
    }
  }
  
  .spotblock .cta-link {
    font-family: "opensans-semibold", serif;
  }
  
  .accordion .accordion-wrapper {
    background: #fff;
    padding: 15px 20px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(180, 180, 180, 0.5);
            box-shadow: 0 3px 4px 0 rgba(180, 180, 180, 0.5);
  }
  
  .accordion .accordion-wrapper button {
    width: 100%;
    position: relative;
    text-align: left;
    padding: 0;
    padding-right: 30px;
  }
  
  .accordion .accordion-wrapper button h2 {
    margin-bottom: 0;
    color: #ee1000;
  }
  
  @media screen and (max-width: 767px) {
    .accordion .accordion-wrapper button h2 {
      font-size: 16px;
    }
  }
  
  .accordion .accordion-wrapper button:hover, .accordion .accordion-wrapper button:focus, .accordion .accordion-wrapper button:active {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .accordion .accordion-wrapper button:after {
    content: '';
    position: absolute;
    right: 0;
    padding: 8px;
    border: 2px solid #f00;
    border-top: 0;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    top: 50%;
    border-right: 0;
  }
  
  @media screen and (max-width: 767px) {
    .accordion .accordion-wrapper button:after {
      padding: 4px;
    }
  }
  
  .accordion .accordion-wrapper button.collapsed:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    top: 40%;
  }
  
  .accordion .accordion-wrapper section *:last-child {
    margin-bottom: 0;
  }
  
  .accordion .accordion-wrapper section *:first-child {
    padding-top: 10px;
  }
  
  .bc-player-default_default {
    width: 100%;
    height: 510px;
  }
  
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .bc-player-default_default {
      height: 350px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .bc-player-default_default {
      height: 310px;
    }
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1199px) {
    .bc-player-default_default {
      height: 450px;
    }
  }

  .modal-dialog .modal-body {
    padding: 0;
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1199px) {
    .modal-dialog {
      max-width: 800px;
    }
  }
  
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .modal-dialog {
      max-width: 600px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .modal-dialog {
      max-width: 290px;
      margin: 0 auto;
    }
  }
  
  .video-popup {
    width: 100%;
  }
  
  .video-popup .video-close {
    position: absolute;
    opacity: 1 !important;
    right: -40px;
    top: -40px;
    cursor: pointer;
    z-index: 8888;
    width: 28px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
    padding: 0 0 1px 1px;
    font-weight: 100;
  }
  
  @media screen and (max-width: 767px) {
    .video-popup .video-close {
      top: -70px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
    }
  }
  
  .video-popup .vjs-poster {
    background-size: cover;
  }

  .spot-wrapper.video .video-thumbnail {
    position: relative;
  }
  
  .spot-wrapper.video .video-thumbnail img {
    width: 100%;
  }
  
  .spot-wrapper.video .video-thumbnail .play-button {
    position: absolute;
    top: 50%;
    left: 48%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-image: url("../../../img/play-button.png");
  }
  
  .spot-wrapper.video .spot__data {
    padding: 10px;
    background: #fff;
  }
  
  .spot-wrapper.video .spot__data .spotblock__title {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 8px;
    color: #000000;
    font-family: "opensans-bold", serif;
  }
  
  .spot-wrapper.video .spot__data .spotblock__title p {
    margin-bottom: 8px;
    color: #000000;
    font-family: "opensans-bold", serif;
  }
  
  .spot-wrapper.video .spot__data .spotblock__content {
    margin-bottom: 8px;
    font-size: 14px;
  }
  
  .spot-wrapper.video .spot__data .spotblock__content p {
    margin-bottom: 8px;
    font-size: 14px;
  }
  
  .spot-wrapper.video .spot__data .cta-link {
    font-family: "opensans-semibold", serif;
    font-size: 14px;
  }
  
  .spot-wrapper {
    word-break: break-word;
  }
  
  .vjs-player-info {
    width: 100%;
    height: 510px;
  }
  
  @media screen and (max-width: 767px) {
    .vjs-player-info {
      height: 310px;
    }
  }
  
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .vjs-player-info {
      height: 350px;
    }
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1199px) {
    .vjs-player-info {
      height: 450px;
    }
  }
  
  .bg-image {
    background-size: 100%;
    background-repeat: no-repeat;
  }
  
  .postgate-container {
    padding: 50px 0 0;
  }

  .postgate-container p {
    margin-bottom: 16px;
  }

  .postgate-container h1, .postgate-container h2, .postgate-container h3, .postgate-container h4, .postgate-container h5, .postgate-container h6 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "opensans-bold", serif;
    color: #000000;
  }
  
  .postgate-container [class*="grid-"]:not(.grid-1-1) {
    margin-right: 20px;
    padding-right: 0;
  }
  
  @media screen and (max-width: 767px) {
    .postgate-container [class*="grid-"]:not(.grid-1-1) {
      margin-right: 0;
    }
  }
  
  .postgate-container .grid-1-3:nth-of-type(3n) {
    margin-right: 0;
  }
  
  .postgate-container .grid-1-3 {
    width: 31%;
  }
  
  @media screen and (max-width: 767px) {
    .postgate-container .grid-1-3 {
      width: 100%;
    }
  }
  
  @media screen and (max-width: 767px) {
    .postgate-container {
      padding: 40px 0;
    }
    .postgate-container h2 {
      font-size: 20px;
    }
    .postgate-container .grid-1-1:first-child .richtext {
      width: 75%;
    }
  }
  
  /* WEBSITE MAIN CONTAINER */
  .pregate-wrapper {
    padding-bottom: 5em;
  }

  .pregate-wrapper .pregate-container {
    padding-top: 80px;
  }
  
  @media screen and (max-width: 1023px) {
    .pregate-wrapper .pregate-container {
      padding-top: 0;
    }
  }
  
  @media screen and (min-width: 1200px) {
    .pregate-wrapper .pregate-container .right {
      padding: 0;
    }
  }
  
  .pregate-wrapper .pregate-container .login-title {
    font-size: 36px;
    font-family: "opensans-bold", serif;
    color: #fff;
    padding-top: 100px;
  }
  
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .pregate-wrapper .pregate-container .login-title {
      margin-bottom: 50px;
    }
  }
  
  @media screen and (max-width: 767px) {
      .pregate-wrapper .pregate-container .login-title {
          padding: 40px 0 30px 0;
          font-size: 20px;
          font-family: "opensans-bold", serif;
      }
  }
  
  .brandsectionpage .bg-image {
    background-size: 100%;
    background-repeat: no-repeat;
  }
  
  .brandsectionpage .breadcrumb, .brandsectionpage .breadcrumbs {
    display: none !important;
  }
  
  .brandsectionpage .brandsection-container {
    padding: 50px 0 0;
  }
  
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .brandsectionpage .brandsection-container {
      width: 85%;
    }
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1199px) {
    .brandsectionpage .brandsection-container {
      width: 85%;
    }
  }
  
  .brandsectionpage .brandsection-container p {
    margin-bottom: 16px;
  }
  
  .brandsectionpage .brandsection-container p:last-child {
    margin-bottom: 0;
  }
  
  .brandsectionpage .brandsection-container h1, .brandsectionpage .brandsection-container h2, .brandsectionpage .brandsection-container h3, .brandsectionpage .brandsection-container h4, .brandsectionpage .brandsection-container h5, .brandsectionpage .brandsection-container h6 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "opensans-bold", serif;
    color: #000000;
  }
  
  .brandsectionpage .brandsection-container [class*="grid-"]:not(.grid-1-1) {
    margin-right: 20px;
    padding-right: 0;
  }
  
  @media screen and (max-width: 767px) {
    .brandsectionpage .brandsection-container [class*="grid-"]:not(.grid-1-1) {
      margin-right: 0;
    }
  }
  
  .brandsectionpage .brandsection-container .grid-1-3:nth-of-type(3n) {
    margin-right: 0;
  }
  
  .brandsectionpage .brandsection-container .grid-1-3 {
    width: 31%;
  }
  
  @media screen and (max-width: 767px) {
    .brandsectionpage .brandsection-container .grid-1-3 {
      width: 100%;
    }
  }
  
  @media screen and (max-width: 767px) {
    .brandsectionpage .brandsection-container {
      padding: 16px 0;
    }
    .brandsectionpage .brandsection-container h2 {
      font-size: 20px;
    }
  }
  
  .brandsectionpage .container.mainarea {
    padding: 0;
  }
  
  .brandcontentpage .bg-image {
    background-size: 100%;
    background-repeat: no-repeat;
  }
  
  .brandcontentpage .brandcontent-container {
    padding: 0 0 24px;
  }
  
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .brandcontentpage .brandcontent-container {
      width: 85%;
    }
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1199px) {
    .brandcontentpage .brandcontent-container {
      width: 85%;
    }
  }
  
  .brandcontentpage .brandcontent-container p {
    margin-bottom: 16px;
  }
  
  .brandcontentpage .brandcontent-container p:last-child {
    margin-bottom: 0;
  }
  
  .brandcontentpage .brandcontent-container h1, .brandcontentpage .brandcontent-container h2, .brandcontentpage .brandcontent-container h3, .brandcontentpage .brandcontent-container h4, .brandcontentpage .brandcontent-container h5, .brandcontentpage .brandcontent-container h6 {
    margin-top: 0;
    font-family: "opensans-bold", serif;
    color: #000000;
    margin-bottom: 10px;
  }
  
  .brandcontentpage .brandcontent-container [class*="grid-"]:not(.grid-1-1) {
    margin-right: 20px;
    padding-right: 0;
  }
  
  @media screen and (max-width: 767px) {
    .brandcontentpage .brandcontent-container [class*="grid-"]:not(.grid-1-1) {
      margin-right: 0;
    }
  }
  
  .brandcontentpage .brandcontent-container .grid-1-3:nth-of-type(3n) {
    margin-right: 0;
  }
  
  .brandcontentpage .brandcontent-container .grid-1-3 {
    width: 31%;
  }
  
  @media screen and (max-width: 767px) {
    .brandcontentpage .brandcontent-container .grid-1-3 {
      width: 100%;
    }
  }
  
  @media screen and (max-width: 767px) {
    .brandcontentpage .brandcontent-container,
    body .brandcontentpage .views-element-container,
    body .views-element-container {
      padding: 16px 0;
    }
  }
  
  .brandcontentpage .container.mainarea {
    padding: 0;
  }
  
  .grouping-container {
    width: 100%;
    margin: 10px 0;
  }
  
  .grouping-container .category-header {
    color: #000000;
    font-family: "opensans-bold", serif;
    margin-bottom: 16px;
  }
  
  .grouping-container .grouping-container-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  
  .grouping-container .grouping-container-content .grid-1-3 {
    -webkit-box-shadow: 0 0 7px 4px #efefef;
            box-shadow: 0 0 7px 4px #efefef;
    background: #fff;
  }
  
  .landing.comm .grouping-container h2 {
    margin-bottom: 0;
  }
  
  .sectionpage .section-container {
    padding: 16px 0;
  }
  
  @media screen and (min-width: 1200px) {
    .sectionpage .section-container .grouping-container-content .spotblock:nth-child(2n+2) .row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
    }
  }
  
  .sectionpage .section-container .grouping-container-content .spotblock {
    margin-bottom: 80px;
  }
  
  .sectionpage .section-container .grouping-container-content .spotblock:last-child {
    margin-bottom: 0;
  }
  
  @media screen and (max-width: 767px) {
    .sectionpage .section-container .grouping-container-content .spotblock {
      margin-bottom: 16px;
    }
  }
  
  .sectionpage .privacy-page p {
    margin-bottom: 2px;
  }
  
  .sectionpage .privacy-page p img {
    margin-bottom: 12px;
  }
  
  .search-results h1 {
    font-family: "opensans-bold", serif;
    font-size: 32px;
  }
  
  .search-results .search__submit__image {
    width: 1.5em;
    height: 1.5em;
    fill: #c8c5c5;
    margin-bottom: -10px;
    margin-right: 5px;
  }
  
  .search-results .search__input {
    font-size: 1em;
    padding: 0.5em 0;
    border-style: solid;
    border-color: #cccccc;
    border-width: 0 0 1px 0;
    border-radius: 0;
    outline: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 3em;
        -ms-flex: 1 0 3em;
            flex: 1 0 3em;
  }
  
  .search-results .search__submit {
    border: 0;
    background: none;
    text-transform: uppercase;
    font-family: "opensans-bold", serif;
    font-size: 1em;
    margin: 0 0 0 1em;
    border-bottom: 2px solid transparent;
    cursor: pointer;
  }
  
  .search-results .search__submit:after {
    content: "";
    background-image: url("../../../img/arrow__right.svg");
    background-size: contain;
    width: .7em;
    height: .7em;
    display: inline-block;
    vertical-align: baseline;
    margin-left: .35em;
  }
  
  .search-results .search-results__text {
    margin: 20px 0;
  }
  
  .search-results .search-results__text .keyword {
    color: #f00;
  }
  
  .search-results .search-results__result-text {
    font-family: "opensans-bold", serif;
    text-transform: uppercase;
    padding-bottom: 1em;
    border-bottom: 2px solid #999;
  }
  
  .search-results .search-results__text .keyword, .search-results .search-results__text .help {
    color: #999;
    font-weight: bold;
  }
  
  .search-results__result {
    padding-top: 35px;
    display: block;
  }
  
  @media (min-width: 640px) {
    .search-results__result {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }
  
  .search-results__result .url {
    color: #999;
    text-decoration: underline;
  }
  
  .search-results__result__img {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 25%;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    margin-right: 1em;
  }
  
  .search-results__result__img:after {
    content: '';
    display: block;
    padding-bottom: 56.25%;
  }
  
  .search-results__result__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .search-results__result__content {
    padding-top: 10px;
  }
  
  @media (min-width: 640px) {
    .search-results__result__content {
      padding-top: 0;
    }
  }
  
  .search-results__result__content__headline {
    margin-bottom: 0;
    text-decoration: underline;
    font-size: 18px;
  }
  
  .search-results__result__content__headline a {
    color: red;
    text-decoration: underline;
  }
  
  .search-results__result__content__headline > a[data-action="External"]::after {
    display: none;
  }
  
  .search-results__text {
    margin: 20px 0;
  }
  
  .search-results__options, .search-results__result-text {
    padding-top: 1em;
  }
  
  .search-results__result-text {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 1em;
    border-bottom: 2px solid #999;
  }
  
  .search-results__text .keyword,
  .search-results__text .help {
    color: #999;
    font-weight: bold;
  }
  
  .search-results__pagination {
    text-align: center;
    margin-top: 24px;
  }
  
  .search-results__pagination__page {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 1.2em;
    padding: .4em;
  }
  
  .search-results__pagination__page a {
    text-decoration: none;
  }
  
  .search-results__pagination__page a:hover {
    color: #ee1000;
  }
  
  .search-results__pagination__page [rel="prev"],
  .search-results__pagination__page [rel="next"] {
    color: #f00;
    display: inline-block;
    vertical-align: baseline;
    width: 0.7em;
    height: 0.7em;
    border-top: 2px solid #f00;
    border-right: 2px solid #f00;
  }
  
  .search-results__pagination__page [rel="prev"] {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  
  .search-results__pagination__page [rel="next"] {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .search-results__pagination__page:hover {
    color: #f00;
  }
  
  .search-results__pagination__page--current {
    padding: .2em .4em;
    background: #ccc;
  }
  
  .search-results__pagination__page::before {
    content: none;
  }
  
  .search-results .validationRequired .form__required {
    display: inline;
  }
  
  .search-results .search {
    width: 100%;
    padding-top: 10px;
    display: block;
  }
  
  .search-results .search .icon {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    background-image: url("../../../img/search-icon-grey.svg");
  }
  
  .search-results .search__fieldset {
    float: none;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  
  @media (min-width: 640px) {
    .search-results .search__fieldset {
      width: 50%;
    }
  }
  
  .search-results .search__input {
    padding: 0 0.5em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  @media (min-width: 640px) {
    .search-results .search__input {
      min-width: 35%;
    }
  }
  
  .search-results .search__submit {
    top: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    margin: 0 0 0 1em;
    border-bottom: 2px solid transparent;
  }
  
  .search-results .search__submit::after {
    content: "";
    background-size: contain;
    width: .7em;
    height: .7em;
    display: inline-block;
    vertical-align: baseline;
    margin-left: .35em;
  }
  
  @media (hover: hover) {
    .search-results .search__submit:hover {
      color: #e10;
    }
  }
  
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .search-results .search__submit:hover {
      color: #e10;
    }
  }
  
  @supports (-moz-appearance: none) and (display: flex) {
    .search-results .search__submit:hover {
      color: #e10;
    }
  }
  
  .search-results .search__submit__image {
    width: 1.2em;
    height: 1.2em;
  }
  
  .search-results .search .keyword {
    color: #f00;
  }
  
  /* WEBSITE MAIN CONTAINER */
  .contentpage .contentpage-wrapper section {
    min-height: 30rem;
  }
  
  .contentpage .contentpage-wrapper .contentpage-container {
    padding-top: 80px;
  }
  
  @media screen and (max-width: 1023px) {
    .contentpage .contentpage-wrapper .contentpage-container {
      padding-top: 0;
    }
  }
  
  @media screen and (min-width: 1200px) {
    .contentpage .contentpage-wrapper  .right {
      padding: 0;
    }
  }
  
  .contentpage .contentpage-wrapper  .login-title {
    color: #fff;
    padding-top: 40px;
  }

  .contentpage .contentpage-wrapper .login-title-text {
    padding: 20px !important;
    margin-top: 20px !important;
    background: #1A1A1A80 !important;
    text-align: center;
  }
  
  .contentpage .contentpage-wrapper  .login-title h2 {
    font-size: 32px;
    font-family: "opensans-bold", serif;
  }
  
  @media screen and (max-width: 767px) {
    .contentpage .contentpage-wrapper  .login-title h2 {
      font-size: 20px;
    }
  }
  
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .contentpage .contentpage-wrapper .login-title {
      margin-bottom: 50px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .contentpage .contentpage-wrapper  .login-title {
      padding: 40px 0 30px 0;
    }
  }
  
  .contentpage .contentpage-wrapper .login-title .btn {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    min-width: 250px;
    margin-right: 30px;
    text-align: center;
  }
  
  @media screen and (max-width: 767px) {
    .contentpage .contentpage-wrapper  .login-title .btn {
      min-width: 100%;
      margin-right: 0;
      margin-bottom: 30px;
    }
  }
  
  .contentpage .contentpage-wrapper .login-title .btn.btn-cancel {
    border: 1px solid #ee1000;
    background-color: #ee1000;
  }
  
  @media screen and (min-width: 1200px) {
    .contentpage .contentpage-wrapper.registration .left {
      max-width: 45%;
    }
    .contentpage .contentpage-wrapper.registration .right {
      margin-left: 4.33%;
    }
  }

  .login-panel-tl #block-takeda-breadcrumbs {display: none;}

#user-login-form label,
#user-form label,
#user-pass label {
  color: #777;
}

#user-login-form input,
#user-pass input,
#user-form input,
#user-register-form input[type="text"],
#user-register-form input[type="password"],
#user-register-form input[type="email"] {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  font-size: 14px;
}

#user-login-form .form-submit,
#user-form .form-submit,
#user-pass .form-submit,
#user-login-form .link-register,
#user-register-form .form-submit {
  background: #ee1000;
  color: #fff;
  width: 100%;
  font-size: 15px;
  text-transform: uppercase;
  outline: 0;
  border: 0;
  border-radius: 0;
  line-height: 1.5rem;
}

#user-login-form .form-submit,
#user-form .form-submit,
#user-pass .form-submit,
#user-login-form .link-register {
  margin-bottom: 1rem;
  margin-left: 0;
}

#user-register-form .field--name-field-title {
  display: inline-block;
  width: 21%;
  margin-right: 30px;
}

#user-register-form {
  min-width: 590px;
  padding: 30px;
  margin-top: -10px;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  float: inherit;
  position: relative;
}

#user-register-form input[id^="edit-submit"] {
  margin: auto;
}

@media screen and (min-width: 1200px) {
  #user-register-form div[class*="field-title"].form-item {
    width: 21%;
    display: inline-block;
    margin-right: 30px
  }

  #user-register-form div[class*="field-first-name"].form-item,
  #user-register-form div[class*="field-preferred-name"].form-item {
    width: 33%;
    display: inline-block;
  }

  #user-register-form div[class*="field-first-name"].form-item {
    margin-right: 30px;
  }
}

#user-register-form .form-select {
  width: calc(100% - 2.25em);
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #777777;
  padding: 0.3em;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  margin: 0em;
  position: relative;
}

#user-register-form .form-select {
  position: relative;
}

#user-register-form .form-select::after {
  right: 1em !important;
  content: "";
  position: absolute;
  top: 45%;
  pointer-events: none;
  border: solid #777777;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
}

#user-register-form .form-type-password-confirm .form-type-password{
  position: relative;
  overflow: inherit;
}

.password-suggestions {
  display: none!important;
}

#user-register-form .form-checkbox {
  cursor: pointer;
  height: 18px;
  width: 18px;
  background-color: white;
  border: 1px solid #ddd;
  margin-right: 17px;
}

@media only screen and (max-width: 1200px) {
  .brandcontentpage main {
    background-image: url('../../../img/entyvio-mobile-2.0.jpg')!important;
  }
}

@media only screen and (max-width: 1024px) {
  .bg-image.login {
    background-image: url('../../../img/homepage-background-login-mobile.png')!important;
  }

}

.path-search .region.region-content h2,
.path-search .region.region-content > #search-form {
  display: none;
}
.search-results .item-list ol, .search-results .item-list ol li {
  padding-left: 0;
  margin-left: 0;
}

.register-title {
  padding: 0 0 16px 0;
  text-align: center;
  font-size: 26px;
  font-family: "opensans-bold", serif;
}

/* Register form */
#edit-field-title-wrapper select#edit-field-title::after {
  right: 1em !important;
  content: "";
  position: absolute;
  top: 45%;
  pointer-events: none;
  border: solid #777777;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
}

.icon-eye {
  background-image: url('../../../img/icon-eye-close.svg');
  top: -16px;
}

.icon-eye-closed {
  background-image: url('../../../img/icon-eye.svg');
  top: -16px;
}

.password-icon {
  display: block;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  cursor: pointer;
  right: 0;
  background-position: center;
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 0;
}

input[readonly] {
  background-color: #e9ecef!important;
  opacity: 1;
}

#pswd_info .icon-invalid {
  background: url("../../img/icon-invalid.png") no-repeat -4px 0 !important;
  padding-left: 30px;
  line-height: 30px;
  background-size: 30px;
}

#pswd_info .icon-valid {
  background: url("../../img/icon-valid.png") no-repeat -4px 0 !important;
  padding-left: 30px;
  line-height: 30px;
  background-size: 30px;
}

nav.navigation a:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #ee1000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

nav.navigation a:hover:before , nav.navigation a.active:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

nav.navigation a {
  display: inline-block;
  position: relative;
}

#edit-field-agree-contact-wrapper {
  padding-left: 40px;
  text-align: left;
  position: relative;
}

#user-register-form #edit-field-agree-contact-wrapper label,
#user-register-form .form-item-field-accept-term-policy-value label {
  color: #000000;
}

#edit-field-agree-contact-value {
  position: absolute;
  left: 0;
}

.form-item-field-last-name-0-value {
  margin-top: 0;
}

#user-register-form label {
  color: #777;
}


@media screen and (max-width: 1200px) {
  #user-register-form {
      min-width: inherit!important;
  }

  #user-register-form .field--name-field-title,
  #user-register-form .field--name-field-first-name,
  #user-register-form .field--name-field-preferred-name {
      width: 100%;
      display: block;
      margin-right: 0;
  }
}

.pregate-wrapper .pregate-container .login-title {
  padding: 20px !important;
  margin-top: 20px !important;
  background: #1A1A1A80 !important;
  text-align: center;
  height: 100%;
}
.contentpage .contentpage-wrapper .contentpage-container .login-title .takeda-id-activation-block {
  padding: 10px; 
  margin: 0;
  background: rgba(200,200,200,0.5) !important;
  text-align: center;
}
.contentpage .contentpage-wrapper .contentpage-container .login-title .takeda-id-activation-block .btn {
  margin-right: 0 !important;
}
body > main{
min-height: 60vh !important;
}

.postgate-container .grid-1-1:first-child .richtext{
width: 100% !important;
}

.video-popup .vjs-poster{
  background-size: contain !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .events-page .grouping-container-content{
       display: inline !important;
   }
}

main ul li::before{
  background-color: #252525;
  width: 8px;
  height: 8px;
  left: -16px;
  top: 7px !important;
}

.views-element-container {
  padding: 24px 0;
}

.path-search .region.region-content h2,
.path-search .region.region-content > #search-form {
  display: none;
}
.search-results .item-list ol, .search-results .item-list ol li {
  padding-left: 0;
  margin-left: 0;
}

.node-pages .region-content #block-takeda-breadcrumbs {
  display: none;
}

#user-login-form input,
#user-form input,
#user-pass input,
#user-register-form input[type="text"],
#user-register-form input[type="password"],
#user-register-form input[type="email"]{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.event.sectionpage .views-element-container.contextual-region .view-header {
  display: none!important;
}

.events-page .views-element-container .view-header .grid-1-1{
  margin-bottom: 0;
}

.events-page .views-element-container .view-header {
  display: none;
}

.event.sectionpage .events-page .section-container {
  padding-top: 0px;
}

.taxonomy.term-3 {
  background-position: right top !important;
  background-size: cover !important;
  background-color: #fff;
}
h1.page-title {
  font-family: 'opensans-bold', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #262626;
}
.item-wrapper {
  box-shadow: 0px 0px 7px #BBBBBB;;
  background: #fff;
  height: 100%;
}

.item-wrapper a {
  display: block;
}

.item-wrapper p {
  color: grey;
  margin-bottom: 1.5em;
}
.image-wrapper {
  padding: 49px;
  text-align: center;
  background: #F0F0F0;
}

@media screen and (max-width: 768px){
  .image-wrapper {
    padding: 41px;
  }
}

.item-wrapper .item-sub-wrapper {
  padding: 15px 20px 20px;
}
.item-wrapper .click-btn {
  color: red;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "opensans-bold", serif;
  font-size: 16px;
}
.main-description {
  width: 65%;
}
@media screen and (min-width: 992px) and (max-width: 1255px) {
  .block-title {
    min-height: 58px;
  }
  .item-wrapper p.description {
    margin-bottom: 0;
    min-height: 84px;
  }
}
@media screen and (max-width: 768px) {
  .main-description {
    width: 100%;
  }
}

.postgate-container h4.block-title {
  font-size: 20px;
  color: #262626
}

@media screen and (min-width: 1200px) {
  .content-wrapper .card-content {
    padding-bottom: 80px !important;
  }
}

.content-wrapper .click-btn img {
  margin-bottom: 4px;
}

.content-wrapper p.main-description {
  color: #262626;
  font-size: 16px;
  line-height: 23px;
  font-family: 'opensans', serif;
}

hr.header-hr {
  margin-top: unset;
}

@media screen and (min-width: 1024px) {
  .icon-icon-notification {
    margin-right: 55px;
  }

  .navigation-menu li a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -11px;
    left: 0;
    background-color: #ee1000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
  }

  .navigation-menu li a:hover:before , .navigation-menu li a.active:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .navigation-menu li a {
    display: inline-block;
    position: relative;

  }

  .navigation-menu li a {
    padding: unset;
  }

  .navigation-menu li {
    margin-right: 41px;
  }
}
.navigation-menu li a {
  font-family: "opensans", serif;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color:#262626;
}
.navigation-menu li.active a {
  font-family: "opensans-bold", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #EE1000;
}

.global-footer div.container {
  font-family: 'opensans', serif;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  color: #262626;
  font-size: 16px;
}

.ui-dialog-buttonpane {
  display: none !important;
}

.form-actions .btn-submit {
  display: block !important;
}
@media screen and (max-width: 1023px) {
  .mobile-only .m-header-height {
    height: unset;
  }
  .mobile-only {
    border-bottom: unset;
  }
}

@media screen and (max-width: 728px) {
  .global-footer div.container {
    line-height: 20px;
    color: #262626;
    font-size: 14px;
    font-family: 'opensans', serif;
  }

  footer .container .footer-link-list li:not(:last-child)::after {
    border-left: unset;
  }

  .page-node-type-page .item-wrapper h4.block-title {
    font-size: 18px;
  }
}

.path-frontpage.page-node-type-page main{
  background-image: url(../../../img/background-index.jpeg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.path-node.page-node-type-page .page-container {
  background: #fff;
}
#modalError .modal-content {
  padding: 30px;
  box-shadow: 0px 30.8626px 38.5783px -7.71565px rgba(0, 0, 0, 0.05);
  border-radius: 12.345px;
}

#modalError .modal-content .title-success-address {
  margin-top: 20px;
}

#modalError .modal-content .title-success-address h5 {
  font-weight: 600;
  font-size: 27.7764px;
  line-height: 40px;
  text-align: center;
  color: #000000;
}

#modalError .modal-content .description-success-address p {
  text-align: center;
  margin: 0;
  font-weight: 400;
  color: #9fa8b9;
}

#modalError .modal-content .finish-success-address {
  background: #EE1000;
  border: 1.29607px solid #EE1000;
  box-sizing: border-box;
  border-radius: 1.29607px;
  padding: 12px 18px;
  margin-top: 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

#modalError .modal-content .back-form-address{
  padding: 12px 18px;
  border-radius: 5px;
  margin-top: 16.97px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #252525;
}

.messages.messages--error {
  display: none !important;
}

.form-item--error-message {
  color: #EE1000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
}

.form-item--error-message strong {
  font-family: 'opensans', serif!important;
}

.form-item--error-message::before {
  content: none;
}

.page-node-type-page .item-wrapper p.click-btn {
  font-size: inherit;
}

.captcha {
  margin-bottom: 20px;
}
