/* Theme Name: WP KCG */
/* Global Font Styles */
html,
body {
  height: 100%;
}
body {
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #1e4e5b;
  background: #fff;
  padding: 0;
}
.noscroll {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
dt,
th {
  margin-bottom: 1em;
}
h1 {
  font-size: 28px;
  font-weight: 700;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 11px;
}
ul {
  padding: 0 1em;
  margin-bottom: 1.5em;
}
ul li {
  margin-bottom: 0em;
}
dl dd {
  margin-bottom: 0em;
}
p {
  font-size: 18px;
  margin: 0 0 1.5em;
  font-weight: 400;
  line-height: 1.5em;
}
p.intro {
  font-size: 15px;
  font-weight: 400;
  color: #575757;
}
p.ul-prefix {
  margin-bottom: 0;
}
a {
  color: #f6c360;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

a.link-green {
  color: #15c832;
}

a:hover,
a:focus,
a:active {
  color: #9ac886;
  text-decoration: none;
}
h2 > .callout-link {
  display: block;
  padding-left: 30px;
  position: relative;
}
h2 > .callout-link:before {
  position: absolute;
  left: 0px;
  top: 2px;
  content: " ";
  height: 20px;
  width: 20px;
  background: #9ac886;
  border-radius: 10px;
}
.main-content h1 {
  font-weight: 900;
  color: #6bb3cf;
}
.main-content h2,
.main-content h1#page-title {
  padding: 0;
}
th {
  text-align: center;
}
tbody tr:first-child td {
  font-weight: bold;
}
table tr.break td {
  background: #ffe8f7;
  padding: 10px 20px;
}
table tr.session td {
  background: #b7e2ba;
  color: #333;
  padding: 20px;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px 20px;
}
/* Container Styles */
.main-container {
  /*min-height: 100%;*/
  /*margin-bottom: -200px;*/
  /* set equal to footer height */
}
/* .footer, .main-container:after {
     height: 200px;
}*/
/* Footer height must match bottom margin of main container */
.main-content {
  padding: 20px 0;
  z-index: 1;
  background: #fff;
}
.main-container:after {
  content: "";
  display: block;
}
.container {
  max-width: 1200px;
  border: none;
  margin-top: 60px;
}
.container.main {
  min-height: 500px;
}
.navbar > .row,
.footer > .row {
  margin: 0;
}
/* Image Styles */
.container img {
  max-width: 100%;
}
img.border {
  border: 1px solid;
  width: 100%;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
img.border.yellow {
  border-color: #fba927;
}
.thumbnail {
  display: inline-block;
  border-radius: 0;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
  margin: 0;
}
/* Button Styles */
.btn-primary {
  border: none;
  border-radius: 6px;
  border-bottom: 3px solid #0091d3;
  background: #00a7dc;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #0091d3;
  border-bottom: 3px solid #0a79ab;
}
.btn-danger {
  background-image: none;
  border: none;
  border-radius: 6px;
  border-bottom: 3px solid #111;
  background: #444;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  white-space: normal;
  padding-top: 12px;
  text-align: left;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #fff;
  border-bottom: 3px solid #111;
}
.btn-danger:hover {
  background: #222;
}
button.btn.btn-default.dropdown-toggle {
  border: none;
  box-shadow: none;
  background: #fff;
  color: #555;
}
.open > .dropdown-menu {
  border: none;
}
/* Well Styles */
.well .title {
  margin: 0;
}
.well.home {
  text-align: left;
  background: transparent;
  border: none;
  box-shadow: none;
}
.well.home .title {
  padding: 0;
}
.well.home .title a {
  padding: 0;
}
.bread {
  display: none;
}
.row.well {
  margin: 0;
  padding: 0;
}
.row.well .col-sm-6 {
  padding: 20px;
}
.row.well .col-sm-6:nth-child(2) {
  background: #7e7e7e;
}
.row.content {
  padding: 80px 0;
}
.row.content {
  padding: 0 0 40px 0;
}
.row.content h3 {
  margin-top: 30px;
}
.row.alternate {
  background: #e2e2e2;
}
/* Navbar Styles */
.container > .navbar-header {
  margin: 0;
}
#site-title {
  position: relative;
  width: 100%;
  color: #555;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #1e4e5b;
  margin-bottom: 20px;
}
#site-title .container {
  /*background-image: url(/Content/images/global/logo.png), url(/Content/images/global/shire.svg);
    */
  /*background-position: center left 15px, center right 20px;
    */
  /*background-repeat: no-repeat no-repeat;
    */
  /*background-size: 50px auto, 100px;
    */
  /*padding-left: 76px;
    */
  background-image: url(/Content/images/new/takeda.png);
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-size: 100px;
  padding-left: 15px;
  padding-right: 170px;
}
#site-title h2 {
  color: #1e4e5b;
  font-size: 12px;
  margin: 8px 0 4px 0;
  font-weight: 200;
}
#site-title h1 {
  color: #1e4e5b;
  font-size: 24px;
  margin: 4px 0 8px 0;
}
.nav-row {
  background: #f6f6f8;
  z-index: -1;
}
.navbar {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 20px solid #1e4e5b;
  background: #e6e6e6 url(/Content/images/hero/hero.jpg) center no-repeat;
  background-size: cover;
  min-height: 360px;
  -webkit-box-shadow: inset 0 10px 20px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 10px 20px -2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 10px 20px -2px rgba(0, 0, 0, 0.25);
}
.navbar .tools {
  display: none;
}
.navbar-right {
  margin-right: 0;
}
.navbar-toggle {
  background: transparent;
  border: 1px solid #fff;
  padding: 9px;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-collapse {
  border: none;
  padding: 0;
}
.main-nav {
  margin-top: 8px;
}
.main-nav .nav-tabs {
  border: none;
  padding: 0;
}
.main-nav ul li {
  border: none;
}
.main-nav ul li a {
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  border: none;
  font-weight: 700;
  font-size: 18px;
  border-radius: 0;
  text-transform: uppercase;
  padding: 8px 15px;
  text-align: center;
  color: #555;
}
.main-nav ul li a:focus,
.main-nav ul li a:hover {
  background: #6bb3cf;
  color: #fff;
  text-decoration: none;
}
.main-nav ul li.current-menu-item a {
  background: #fff;
  color: #6bb3cf;
}
.nav-tabs {
  border: none;
}
.nav-tabs > li {
  margin: 0;
}
.nav-tabs > li > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
}
.tab-content {
  border-top: 1px solid #ddd;
  border-bottom: 5px solid #ddd;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.5);
}
.footer-nav {
  display: inline-block;
}
.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-nav ul li {
  display: inline;
  font-weight: 400;
}
.footer-nav ul li a {
  text-decoration: underline;
}
.footer-nav ul li:after {
  content: "|";
  padding: 0 10px;
}
.footer-nav ul li:last-child:after {
  content: "";
  padding: 0;
}
.hero {
  background: #f7f8fc;
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #d7d7d7;
  min-height: 250px;
}
.hero .content {
  padding: 40px 0 0;
  margin: 0;
  color: #000;
  border-radius: 10px;
}
.hero .content dt {
  color: #3b063a;
  font-weight: 600;
  font-size: 24px;
}
.hero .content dl {
  font-size: 21px;
  font-weight: 400;
  color: #3b063a;
}
.hero .content dl dd:last-child {
  font-size: 14px;
  margin-top: 33px;
  font-style: italic;
}
.hero .content .inner {
  /* background: rgba(0,0,0,.4);
     */
  color: #fff;
  padding: 1em 0;
  margin: 0 auto;
}
.hero .content a {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 0 auto;
  display: block;
}
.resources div {
  font-size: 9px;
  margin-top: 75px;
  margin-bottom: 30px;
  padding-top: 24px;
  border-top: 1px solid #acacad;
}
/* Footer Styles */
.footer {
  width: 100%;
  background: #f3f4f4;
  font-size: 12px;
  font-weight: 100;
  color: #000;
  padding: 50px 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  /* Do not specify height for footer here */
}
.footer .container {
  width: 100%;
  margin-top: 0;
  /*background: url(/Content/images/new/logo_takeda.png) bottom 20px right 20px no-repeat;*/
  padding-right: 170px;
  padding-left: 50px;
  background-size: 150px;
  position: relative;
}
.footer p {
  margin: 10px 0px;
  font-size: 12px;
}
.footer p.copyright {
  display: inline-block;
  margin-right: 20px;
}

.footer .footer-logo {
  color: #979ea6;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 20px;
  font-size: 11px;
  line-height: 35px;
  text-align: center;
}

.footer a {
  color: #000;
}

.footer .nav ul {
  list-style-type: none;
  padding: 35px 0 0 0;
  clear: both;
  overflow: hidden;
  font-size: 12px;
  text-transform: uppercase;
}
.footer .nav ul li {
  float: left;
  margin-right: 2em;
}
.footer .nav a {
  display: block;
  padding: 8px 0 8px 40px;
  text-transform: none;
}
footer .pull-left {
  margin-top: 20px;
}
/* Callout Styles */
.callout {
  display: none;
  /* Hide by default, show manually by ID per page */
  padding: 10px;
  border: 1px solid #d6d6d6;
  margin: 20px 0;
}
.callout:first-child {
  margin: 0 0 20px 0;
}
.callout .title {
  color: #f6c360;
  margin: 0 0 0.5em 0;
  font-size: 18px;
  font-weight: 700;
}
.callout .content img {
  margin-bottom: 1em;
  width: 100%;
}
.callout .content img:last-child {
  margin-bottom: 0;
}
.callout .content p {
  font-size: 12px;
}
.callout .content p:last-child {
  margin-bottom: 0;
}
.callout .content p:before {
  display: none;
}
.callout.clipboard-icon {
  background: url(/Content/images/global/icon-clipboard.png) left 6px top 10px
    no-repeat;
  background-size: 57px 80px;
  padding-left: 80px;
  min-height: 100px;
}
.callout.brochure-icon {
  background: url(/Content/images/global/icon-brochure.png) left 6px top 10px
    no-repeat;
  background-size: 63px 62px;
  padding-left: 80px;
  min-height: 100px;
}
.callout.brochure-icon2 {
  background: url(/Content/images/global/icon-brochure2.jpg) left 6px top 10px
    no-repeat;
  background-size: 63px 85px;
  padding-left: 80px;
  min-height: 100px;
}
/* Accordion Styles */
.accordion {
  margin-bottom: 40px;
}
.accordion .panel {
  border: 1px solid #e8e8e8;
  border-radius: 0;
}
.accordion .panel .panel-body {
  border: none;
  padding-top: 0;
}
.accordion .panel .panel-heading {
  padding: 0;
  background: none;
}
.accordion .panel .panel-heading .panel-title a {
  padding: 18px 42px;
  text-decoration: none;
}
.accordion .panel .panel-heading .panel-title {
  font-weight: 300;
  font-size: 18px;
  padding: 18px 0;
  font-variant: normal;
}
.accordion .panel .panel-heading .panel-title [data-toggle="collapse"] {
  /*background: url(/Content/images/accordion-open-new.png) 8px 14px no-repeat;
    */
  background-size: 28px 28px;
  overflow: hidden;
  margin: 0 0 10px 0;
}
.accordion .panel-heading .panel-title [data-toggle="collapse"].collapsed {
  /*background: url(/Content/images/accordion-closed-new.png) 8px 14px no-repeat;
    */
  background-size: 28px 28px;
}
.accordion .thumb {
  border: 1px solid #d7d7d7;
  padding: 4px;
  float: right;
  margin: 0 0em 1em 2em;
  width: 180px;
}
.accordion .item {
  /*background: #f8f8f8 url(/Content/images/accordion-closed.png) 12px 18px no-repeat;
    */
  background-size: 20px 20px;
  -webkit-border-radius: 3px;
  overflow: hidden;
  border-radius: 10px;
  border-bottom: 3px solid #e5e6e6;
  margin: 0 0 10px 0;
  padding: 0;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.accordion .item.multiLine {
  background-position: 10px 25px;
}
.accordion .item .title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #5f1b7b;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 20px 1em 20px 45px;
  margin: 0;
}
.accordion .item .title span {
  display: block;
  font-size: 14px;
  color: #363636;
  font-weight: 400;
  margin-top: 3px;
}
.accordion .item .title:hover {
  cursor: pointer;
}
.accordion .item .content {
  height: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
  font-size: 14px;
  padding-bottom: 2em;
}
.accordion .bio img {
  margin: 5px 2em 1em 0;
  float: left;
}
/*.accordion .item.active {
     background: #fff url(/Content/images/accordion-open.png) 12px 18px no-repeat;
     background-size: 20px 20px;
}
*/
.accordion .item.active .title {
  color: #3c3f43;
}
/*.accordion .item.active.multiLine {
     background: #f4f2f2 url(/Content/images/accordion-open.png) right 25px no-repeat;
}
*/
.accordion .item.active .content {
  height: auto;
  opacity: 1;
  visibility: visible;
  display: block;
  padding: 0px 30px 30px;
}
.media img {
  max-width: 160px;
  padding: 20px;
  border: 1px solid #d6d6d6;
  margin: 20px 20px 0 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.09);
}
/* BXSlider Styles */
.bxslider {
  padding: 0;
}
.bxslider img {
  width: 98%;
  height: auto;
  margin: 1%;
}
.bx-wrapper .bx-next {
  right: 14px;
}
.bx-wrapper .bx-prev {
  left: 14px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #739600;
}
.contact-us {
  background-color: #fbfbfc;
}
.content .caption p {
  padding: 0;
  margin-bottom: 10px;
}
#country-intended {
  background: #333;
  color: #fff;
  text-align: center;
}
#country-intended p {
  margin: 0.5em 0;
  font-size: 12px;
  font-weight: bold;
}

/*New design added*/
#heading-menu-bar {
  background: #343d46;
  height: 50px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
}

.menu-btn-block {
  height: 50px;
  width: 100px;
  position: fixed;
}

.menu-btn {
  position: fixed;
  left: 22px;
  top: 17px;
  width: 18px;
}

.menu-text {
  font-weight: bold;
  font-size: 11.7px;
  color: #ffffff;
  letter-spacing: 2.34px;
  line-height: 19.99px;
  position: fixed;
  top: 15px;
  left: 80px;
}

body.zh-TW .menu-text {
  font-size: 21px;
  line-height: 21px;
}

.menu-btn-div {
  position: fixed;
  left: 60px;
  height: 50px;
  border-color: #ff7267;
  border-width: 1px;
  opacity: 50%;
}

#heading-menu-bar p {
  font-size: 9.75px;
  color: #c0c0c0;
  letter-spacing: 0;
  text-align: center;
  line-height: 21px;
  display: block;
  margin-top: 15px;
}

.symptom-matcher-button {
  height: 35px;
  position: fixed;
  top: 8px;
  right: 100px;
  display: block;
}

body.zh-TW .symptom-matcher-button {
  right: 120px;
}

.faqs-button {
  height: 35px;
  position: fixed;
  top: 8px;
  right: 10px;
  display: block;
}

/*index heading*/
.index-heading-background-container {
  width: 100%;
  margin-top: 50px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hero-slider {
  max-height: 405px;
  overflow: hidden;
}

.hero-slider.slick-initialized {
  height: auto;
  max-height: none;
}

.hero-slider .slide {
  max-height: 405px;
  background-color: #f6f6f6;
  background: -webkit-linear-gradient(left, #2b8ccb 40%, #f6f6f6 40%);
  background: -o-linear-gradient(left, #2b8ccb 40%, #f6f6f6 40%);
  background: linear-gradient(to right, #2b8ccb 40%, #f6f6f6 40%);
}

.hero-slider .slide a {
  display: block;
  margin: 0 auto;
  height: 405px;
  text-align: center;
}

@media screen and (max-width: 1070px) {
  .hero-slider .slide a {
    height: auto;
  }
}

.hero-slider .slide img {
  height: auto;
  max-width: 100%;
  max-height: 405px;
  display: inline-block;
}

#index-heading {
  display: block;
  height: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  /*background: yellow;*/
  background: #f6f6f6;
  overflow: visible;
}

.heading-left {
  width: 260px;
  height: 530px;
  z-index: 0;
  background: #8dc63f;
  float: left;
}

.index-heading-left-container {
  display: block;
  width: 100%;
  height: 397.5px;
  margin-left: -15px;
  /*background: red;*/
}

.index-heading-left-container img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.index-heading-right-container {
  padding-top: 20px;
  padding-bottom: 10px;
}

#index-heading .progress-img {
  width: 295px;
  padding-left: 55px;
  padding-top: 60px;
}

.heading-text {
  float: right;
  height: 365px;
}

#index-heading .heading-text-left {
  font-weight: bold;
  font-size: 40.5px;
  color: #c0c0c0;
  width: 410px;
  letter-spacing: -2px;
}

#index-heading .heading-text-right {
  font-weight: bold;
  font-size: 40px;
  width: 445px;
  color: #c81575;
  letter-spacing: -2px;
}
#index-heading h1 {
  font-size: 55px;
  font-weight: normal;
  color: #000000;
  letter-spacing: -1px;
  line-height: 65.25px;
  width: 510px;
}

/*heading for pages other than index*/
#heading-container {
  height: 410px;
  max-width: 1200px;
  position: relative;
}

.heading-background-container {
  width: 100%;
  height: 100%;
  background-color: #1d2d27;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  margin-top: 50px;
}

.heading-background-container.heading-diagnosis {
  background-image: url("../../Content/images/new/Fabry_Diagnosis.jpg");
  background-size: auto 100%;
}
.heading-background-container.heading-faqs {
  background-image: url("../../Content/images/new/Fabry_FAQs.jpg");
  background-size: auto 100%;
}
.heading-background-container.heading-genetics {
  background-image: url("../../Content/images/new/Fabry_Genetics.jpg");
  background-size: auto 100%;
}
.heading-background-container.heading-learnmore {
  background-image: url("../../Content/images/new/Fabry_LearnMore.jpg");
  background-size: auto 100%;
}
.heading-background-container.heading-signs {
  background-image: url("../../Content/images/new/Fabry_Signs.jpg");
  background-size: auto 100%;
}
.heading-background-container.heading-treatment {
  background-image: url("../../Content/images/new/Fabry_Treatment.jpg");
  background-size: auto 100%;
}
.heading-background-container.heading-terms {
  background-image: url("../../Content/images/new/Fabry_Terms.png");
  background-size: auto 100%;
}
.heading-background-container.heading-privacy {
  background-image: url("../../Content/images/new/Fabry_Privacy.png");
  background-size: auto 100%;
}

.container#heading-container {
  margin-top: 0;
}

#heading-container .left-gradient {
  position: absolute;
  width: 800px;
  height: 460px;
  padding-top: 50px;
  background-image: -webkit-linear-gradient(
    left,
    #1d2d27 46%,
    rgba(44, 44, 44, 0) 100%
  );
  background-image: -o-linear-gradient(
    left,
    #1d2d27 46%,
    rgba(44, 44, 44, 0) 100%
  );
  background-image: linear-gradient(
    to right,
    #1d2d27 46%,
    rgba(44, 44, 44, 0) 100%
  );
}

#heading-container img {
  display: inline-block;
  height: 460px;
  padding-top: 50px;
  margin-left: 250px;
  margin-right: auto;
}

#heading-container .heading-title-block {
  display: block;
  width: 860px;
  height: 195px;
  top: 50%;
  margin-top: -65px;
  left: 0;
  position: absolute;
  transition: all 0.5s ease-in-out;
}

.signs-page .heading-title-block {
  background-color: #2c8ccc;
}

.diagnosis-page .heading-title-block {
  background-color: #15c832;
}

.treatment-page .heading-title-block {
  background-color: #15c832;
}

.genetics-page .heading-title-block {
  background-color: #c81575;
}

.learn-more-page .heading-title-block {
  background-color: #2c8ccc;
}

.terms-page .heading-title-block {
  background-color: #c81575;
}

.privacy-page .heading-title-block {
  background-color: #15c832;
}

.faq-page .heading-title-block {
  background-color: #2c8ccc;
}

.home .colour-highlight {
  color: #15c832;
}

.signs-page .colour-highlight {
  color: #2c8ccc;
}

.diagnosis-page .colour-highlight {
  color: #15c832;
}

.treatment-page .colour-highlight {
  color: #15c832;
}

.genetics-page .colour-highlight {
  color: #c81575;
}

.learn-more-page .colour-highlight {
  color: #2c8ccc;
}

.faq-page .colour-highlight {
  color: #2c8ccc;
}

.treatment-page .content-block {
  width: 100%;
}

.testing-page h3 {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  line-height: 32px;
}

#heading-container .heading-title-block h3,
#heading-container .heading-title-block span#heading-url {
  transform: rotate(-90deg);
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
  position: absolute;
  left: 27%;
  top: 40px;
  transition: all 0.2s ease-in-out;
}

body.zh-TW #heading-container .heading-title-block h3,
body.zh-TW #heading-container .heading-title-block span#heading-url {
  top: 20px;
}

#heading-container .heading-title-block h1,
#heading-container .heading-title-block span#heading-title {
  font-size: 49px;
  font-weight: normal;
  color: #000000;
  letter-spacing: -1px;
  line-height: 52px;
  padding-left: 48%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#heading-container .heading-title-block h1.long,
#heading-container .heading-title-block span#heading-title.long {
  font-size: 36px;
  line-height: 45px;
}

#symptom-matcher-bar {
  background: #15c832;
  color: #fff;
  height: 75px;
  text-align: center;
  cursor: pointer;
  transition: all ease-out 0.2s;
}

#symptom-matcher-bar:hover {
  background: #8bc53e;
}

.symptom-matcher-bar-container {
  height: 100%;
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.symptom-matcher-bar-container:before {
  content: "";
  display: block;
  position: absolute;
  width: 33px;
  height: 33px;
  left: -40px;
  top: 50%;
  margin-top: -16px;

  background: url("../../Content/images/new/search.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.symptom-matcher-bar-container:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: -40px;
  top: 50%;
  margin-top: -15px;

  background: url("../../Content/images/new/right-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.symptom-matcher-bar-container span {
  vertical-align: middle;
  line-height: 75px;
  padding: 0 10px;
}

span.symptom-matcher-bar-title {
  font-size: 29px;
  letter-spacing: -1.27px;
}

span.symptom-matcher-bar-title-alternative {
  display: none;
}

span.symptom-matcher-bar-description {
  font-size: 12px;
  letter-spacing: 0;
  display: inline-block;
  padding-top: 1px;
}

@media screen and (max-width: 670px) {
  .symptom-matcher-bar-container {
    margin-left: 10%;
  }
  span.symptom-matcher-bar-description {
    display: none;
  }
  .symptom-matcher-bar-container:after {
    display: none;
  }
}

.continue-block {
  display: block;
  margin-top: 50px;
  padding-left: 50px;
  background: url("../../Content/images/new/continue-arrow.png") no-repeat left
    top;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.continue-block * {
  transition: all 0.2s ease-out;
}
.continue-block:hover {
  background-position: 5px top;
}
.continue-block:hover * {
  color: #8dc63f;
}
.continue-block h3 {
  margin-bottom: 5px;
}

.continue-block p {
  font-size: 18px;
  font-weight: 200;
  color: #979ea6;
}

.takeda-logo {
  width: 130px;
  position: absolute;
  top: 35px;
  right: 35px;
}

/*.footer {
    bottom:0;
    left:0;
    height: 300px;
}*/

.footer p {
  line-height: 15px;
}

.main-content {
  padding-top: 0 !important;
}

h2,
h1#page-title {
  font-size: 36px;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 42px;
}

h2 {
  color: #000000;
}

h3 {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  line-height: 29px;
}

.hereditary-block-container {
  width: 100%;
  text-align: center;
}

.hereditary-block-container col {
  vertical-align: top;
}

.hereditary-block {
  display: inline-block;
  margin: 20px 25px;
  padding: 15px 25px;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  line-height: 21px;
  width: 40%;
  max-width: 295px;
  height: auto;
}

.hereditary-block:first-child {
  margin-left: 0;
  vertical-align: top;
}

.hereditary-block:last-child {
  margin-right: 0;
}

.hereditary-father {
  border-top: 15px solid #15c832;
}

.hereditary-mother {
  border-top: 15px solid #c81575;
}

.hereditary-block p {
  margin-top: 0;
  font-size: 13.5px;
  color: #000000;
  letter-spacing: 0;
  line-height: 21px;
}

.hereditary-block p.lead {
  font-weight: 700;
  margin-bottom: 0;
}

.hereditary-img {
  width: 45%;
}

.patient-quotation-block {
  display: inline-block;
  margin: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 25px;
  border-top: 15px solid #15c832;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  line-height: 21px;
  /*width: 200px;*/
  width: 80%;
  max-width: 295px;
}
.patient-quotation-block p {
  margin-top: 0;
}
.patient-quotation-block p.lead {
  font-weight: 700;
  margin-bottom: 0;
}

.carer-quotation {
  border-top-color: #2c8ccc;
}

.bubble {
  position: relative;
  background: #f1f1f1;
}

.bubble:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #f1f1f1;
  border-bottom: 0;
  margin-right: -20px;
  margin-bottom: -20px;
}

.bubble.bubble-bottom-center:after {
  right: auto;
  left: 42%;
}

.bubble.bubble-bottom-left:after {
  right: auto;
  left: 15%;
}

.bubble.bubble-bottom-right:after {
  right: 30%;
  left: auto;
}

.reference-block {
  margin: 20px;
  height: auto;
  padding: 15px 15px;
}

.col-sm-4 .reference-block {
  width: 80%;
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}

.reference-block ol {
  padding-inline-start: 5px;
}

.reference-block p,
.reference-block li,
.reference-block li a {
  margin-top: 0;
  font-size: 10px;
  letter-spacing: -0.4px;
  color: #979ea6;
  text-decoration: none;
  line-height: 12px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.lead {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
}

p {
  font-weight: 200;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left;
}

.video-block {
  width: 80%;
  margin: 10px;
  max-width: 295px;
  height: auto;
  padding: 20px;
  position: relative;
  background: #f1f1f1;
}

.sidebar .video-block {
  margin-left: auto;
  margin-right: auto;
}

.video-line {
  width: 50px;
  padding-top: 20px;
}

.video-block p {
  font-weight: 100;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
  width: 190px;
  padding-top: 20px;
}

.type-block {
  padding-top: 15px;
}

.type-block p {
  font-weight: normal;
  font-size: 15px;
  color: #000000;
  letter-spacing: 0;
  line-height: 21px;
  padding-left: 25px;
  border-left: 5px solid #000000;
}

.content-block {
  /*margin-top: 70px;*/
}

.diagnose-delay-block {
  display: inline-block;
  margin-top: 20px;
  background: #f6f6f6;
  background-image: url("../../Content/images/new/disgnosis-delay.png");
  background-repeat: no-repeat;
  background-size: 90px;
  background-position: 50px center;
  padding-left: 120px;
}

.diagnose-delay-block p {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 25.5px;
  margin: 60px;
}

.diagnose-block {
  display: inline-block;
  margin-top: 80px;
  width: 100%;
  padding: 15px 90px;
  border-radius: 10.5px;
}

@media (max-width: 480px) {
  .diagnose-block {
    padding: 15px 20px;
  }
}

.diagnose-block p {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0;
  color: #ffffff;
  text-align: center;
  margin: 12px auto 10px;
}

.diagnose-block-clock {
  background: #15c832;
}

.diagnose-block-blood {
  background: #2c8ccc;
}

.diagnose-block-male {
  background: #2c8ccc;
}

.diagnose-block-female {
  background: #c81575;
}

.diagnose-block-gene {
  background: #c81575;
}

.diagnose-block img {
  position: relative;
  width: 92px;
  margin-top: -60px;
  left: 50%;
  margin-left: -46px;
}

.inheritance-img-block {
  margin-top: 70px;
}

.inheritance-img-block h3 {
  font-size: 20px;
}

.inheritance-img-block img {
  width: 500px;
}

.genetics-block {
  margin-top: 40px;
}

.genetics-col {
  float: left;
  width: 50%;
  padding: 10px;
}

#signs-symptom-block {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

#signs-symptom-block h3 {
  font-size: 18px;
  text-align: left;
}

.symptom-block-container {
  margin-left: -10px;
  margin-right: 10px;
}

.symptom-block {
  display: inline-block;
  width: 45%;
  margin: 10px;
  margin-left: 0;
  vertical-align: top;
}

.symptom-block img {
  width: 76px;
  vertical-align: top;
  margin: 10px 10px;
}

.symptom-block .symptom-block-text {
  display: inline-block;
  width: 60%;
  margin-top: 20px;
}

.symptom-block p.symptom-lead-p {
  font-weight: 800;
  font-size: 13.5px;
  letter-spacing: 0;
  line-height: 15.75px;
  margin-bottom: 5px;
}

.symptom-block p {
  font-size: 13.5px;
  color: #000000;
  letter-spacing: 0;
  line-height: 15.75px;
  text-align: left;
}

#faqs-container .reference-block {
  display: inline-block;
  margin: 0;
  width: 100%;
  padding: 0;
}

#faqs-container h1,
#faqs-container h2 {
  padding-top: 50px;
  padding-bottom: 5px;
}

#faqs-container h2#Overview {
  padding-top: 0;
  margin: 0;
}

.chevron::before {
  border-style: solid;
  border-width: 0.2em 0.2em 0 0;
  content: "";
  display: inline-block;
  height: 0.8em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.8em;
  margin-top: 0;
  margin-right: 1em;
}

.chevron.right:before {
  left: 0;
  transform: rotate(45deg);
}

.chevron.bottom:before {
  top: 0;
  transform: rotate(135deg);
}

.faqs-accordion {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  background-color: white;
  transition: 0.4s;
}

.active,
.faqs-accordion h3:hover {
  color: #9ac886;
  background-color: white;
}

.faqs-panel {
  padding: 0 18px;
  max-height: 0;
  background-color: white;
  overflow: hidden;
}

@media (min-width: 768px) {
  .side-links {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    margin-top: 30px;
  }
}

.side-links ul li {
  list-style: none;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}

.side-links ul li a {
  color: #2c8ccc;
  border-left: 0px solid #2c8ccc;
  padding-left: 10px;
  transition: all ease-out 0.2s;
  display: inline-block;
}

.side-links ul li a:hover {
  color: #9ac886;
  border-left: 5px solid #9ac886;
  padding-left: 10px;
}

.menu-overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  background-color: #333333;
  overflow-x: hidden;
  transition: 0.5s;
}

.menu-overlay .menu-heading {
  margin-left: 4.8em;
  margin-top: 8em;
}

.menu-overlay .menu-heading .menu-heading-text {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -0.8px;
}

.menu-overlay .menu-heading .menu-heading-text-left {
  color: #c0c0c0;
}

.menu-overlay .menu-heading .menu-heading-text-right {
  color: #c81575;
}

.menu-overlay .menu-heading .menu-sm-button {
  text-align: right;
  margin: 6px auto;
  position: relative;
  z-index: 0;
}

.menu-overlay .menu-heading .matcher-button {
  height: 40px;
}

.menu-overlay .menu-close-button {
  width: 4em;
}

.menu-overlay .menu-title {
  font-weight: bold;
  font-size: 11px;
  color: #acacac;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  padding-top: 5em;
  padding-left: 6em;
}

body.zh-TW .menu-overlay .menu-title {
  font-size: 27px;
  padding-top: 2.3em;
  padding-left: 2.3em;
}

.menu-overlay .menu-item {
  padding-top: 50px;
}

.menu-overlay .menu-item p {
  font-weight: bold;
  font-size: min(7vw, 35px);
  color: #ffffff;
  letter-spacing: -1.5px;
  line-height: 0.7;
  padding-left: 0.8em;
  margin-left: 1em;
}

.menu-overlay .menu-item p:hover {
  color: #8dc63f;
  border-left: 6px solid #8dc63f;
}

.treatment-block-container {
  /*margin-top: 40px;*/
}

.treatment-block {
  display: inline-block;
  width: 80%;
  /*max-width: 325px;*/
  /*margin: 10px;*/
  margin-bottom: 10px;
  padding: 15px 25px;
  border-top: 13.5px solid;
  font-size: 13.5px;
  line-height: 21px;
  position: relative;
  background: #f6f6f6;
  vertical-align: top;
}

.green-border {
  border-color: #15c832;
}

.red-border {
  border-color: #c81575;
}

.treatment-block p,
.treatment-block li {
  font-size: 13.5px;
  color: #000000;
  letter-spacing: 0;
  line-height: 21px;
  margin-left: 15px;
}

.treatment-block p.treatment-lead-p {
  font-weight: bold;
  font-size: 17.25px;
  color: #000000;
  letter-spacing: -0.63px;
  line-height: 22.5px;
}

.organisation-block-container {
  margin-top: 30px;
}

.organisation-block-container {
  display: flex;
  flex-direction: row;
  /*margin-top: 100px;*/
}

.organisation-block {
  display: inline-block;
  width: 80%;
  margin: 5px;
  padding: 15px 25px;
  border-bottom: 35px solid #2c8ccc;
  font-size: 13.5px;
  line-height: 21px;
  position: relative;
  background: #f1f1f1;
}

.organisation-block.flex {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 674px;
}

.organisation-block.flex > div:first-child {
  display: flex;
  align-items: center; /* Center image vertically */
  justify-content: center; /* Center image horizontally */
}

.organisation-block.wide {
  width: 100%;
  max-width: 674px;
}

.organisation-block-qr {
  border-bottom: none;
}

.organisation-block img {
  height: 165px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.organisation-block.wide img,
.organisation-block.flex img {
  width: 100%;
  height: auto;
  margin: 0;
  float: none;
}

.image-container {
  background: white;
  width: 100%;
}

.image-container img {
  height: 190px;
}

.organisation-block .qr-container {
  display: flex;
  align-items: center;
}

.organisation-block .qr-container > div {
  margin-right: 20px;
}

.organisation-block .qr-container > img {
  height: 115px;
}

.organisation-block p.organisation-lead-p {
  font-weight: 700;
  margin-top: 30px;
  font-size: 16.5px;
  letter-spacing: -0.6px;
  line-height: 27px;
  width: 100%;
}

.organisation-block p.organisation-lead-p a {
  color: #000;
}

.organisation-block p.organisation-lead-p a:hover {
  color: #2c8ccc;
}

.organisation-block p.organisation-sub-p {
  display: inline-block;
  min-height: 40px;
}

.organisation-block a {
}

p.organisation-block-border-text {
  text-align: right;
  margin: 0;
  margin-bottom: -30px;
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 21px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.symptom-matcher-block {
  display: block;
  width: 80%;
  max-width: 295px;
  padding: 15px 20px 35px;
  margin-left: auto;
  margin-right: auto;
  border-top: 13.5px solid #15c832;
  font-size: 13.5px;
  line-height: 21px;
  position: relative;
  background: #f1f1f1;
}

.symptom-matcher-block img {
  width: 33px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 20px;
}

.symptom-matcher-block img.begin-button {
  margin-top: 50px;
  width: 95px;
}

.symptom-matcher-block .symptom-screener-button {
  margin: 0 auto;
  display: block;
}

.symptom-matcher-block p {
  font-size: 12px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 21px;
}

.symptom-matcher-block p.symptom-matcher-lead-p {
  font-weight: 100;
  font-size: 24.55px;
  color: #000000;
  letter-spacing: -1.09px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 20px;
}

.terms-page .main-container .container {
  padding: 0 50px;
}

.privacy-page .main-container .container {
  padding: 0 50px;
}

/* Responsive Queries */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1440px) {
  .symptom-matcher-bar-container {
    width: 80%;
  }

  span.symptom-matcher-bar-title {
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 1200px) {
  .organisation-block {
    width: 45%;
    vertical-align: top;
  }
}
@media only screen and (max-width: 1024px) {
  .main-nav ul li a {
    padding: 8px;
    font-size: 13px;
  }
  .treatment-block {
    width: 100%;
    margin: 10px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .treatment-block {
    width: 100%;
  }
  /*    .footer, .main-container:after {
        height: 270px;
    }*/
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
  .main-nav ul li a {
    padding: 8px;
  }

  #heading-container .heading-title-block {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }

  .signs-page .heading-title-block {
    background-color: rgba(44, 140, 204, 0.7);
  }

  .diagnosis-page .heading-title-block {
    background-color: rgba(21, 200, 50, 0.7);
  }

  .treatment-page .heading-title-block {
    background-color: rgba(21, 200, 50, 0.7);
  }

  .genetics-page .heading-title-block {
    background-color: rgba(200, 21, 117, 0.7);
  }

  .learn-more-page .heading-title-block {
    background-color: rgba(44, 140, 204, 0.7);
  }

  .terms-page .heading-title-block {
    background-color: rgba(200, 21, 117, 0.7);
  }

  .privacy-page .heading-title-block {
    background-color: rgba(21, 200, 50, 0.7);
  }

  .faq-page .heading-title-block {
    background-color: rgba(44, 140, 204, 0.7);
  }

  .organisation-block img {
    margin: 40px 10px 120px 0;
  }
  p.organisation-block-border-text {
    margin-top: 172px;
  }
  /*    .footer, .main-container:after {
        height: 290px;
    }*/
}
@media only screen and (min-width: 992px) {
  .container {
    width: 97%;
  }
  /* .main-nav ul li a {
         min-width: 120px;
    }
     */
}
@media only screen and (max-width: 858px) {
  .main-nav ul li a {
    padding: 8px;
    font-size: 12px;
  }
  /*    .footer, .main-container:after {
        height: 320px;
    }*/
  .video-block {
    padding: 10px;
  }
  #heading-container .heading-title-block {
    width: 80%;
  }

  #heading-container .heading-title-block h1,
  #heading-container .heading-title-block span#heading-title {
    padding-left: 30%;
  }

  #heading-container .heading-title-block h3,
  #heading-container .heading-title-block span#heading-url {
    left: -20px;
  }
  .symptom-block img {
    width: 65px;
  }
}
@media only screen and (min-width: 824px) {
}
@media only screen and (max-width: 802px) {
  .main-nav ul li a {
    padding: 8px;
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-interior-contact dd.email {
  }
  .hero .content {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .footer .pull-left {
    width: 100%;
  }
  .footer .navbar-right {
    float: left !important;
  }
  .footer .nav li {
    margin: 0 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .treatment-block {
    width: 100%;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 767px) {
  #site-title .container {
    /*background-image: url(/Content/images/global/logo.png);
        */
    /*background-position: center left 15px;
        */
    /*background-repeat: no-repeat;
        */
    /*background-size: 50px auto;
        */
    background-image: none;
  }
  .stay-updated {
    display: none;
  }
  .util {
    display: none;
  }
  .navbar-toggle {
    float: right;
    height: 40px;
    margin: 0 5px;
    background: transparent;
    border: none;
    padding: 6px 9px;
  }
  .navbar-toggle .icon-bar,
  .navbar-toggle .icon-bar + .icon-bar {
    height: 5px;
    width: 30px;
    border-radius: 0;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .navbar-toggle .icon-bar {
    background: #1e4e5b;
  }
  .navbar-collapse {
    padding: 0;
    -webkit-transform: translateZ(0);
  }
  .navbar-collapse form input {
    width: 90%;
  }
  .main-nav {
    margin: 0;
    padding: 0px;
  }
  .main-nav ul {
    margin: 0 0 15px 0;
    padding: 0;
  }
  .main-nav ul li {
    float: none;
  }
  .main-nav ul li a {
    display: block;
    text-transform: none;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px;
    width: 100%;
  }
  .main-nav ul li.current-menu-item a {
    background: none;
  }
  .main-nav ul li a:hover {
    opacity: 0.75;
  }
  .main-nav ul li a span {
    display: inline-block;
    font-size: 16px;
    top: 2px;
    margin-left: 6px;
  }
  .main-nav ul li ul li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
  }
  .main-nav ul li ul li a:hover {
    color: white;
  }
  .main-nav ul li ul li a span {
    display: none;
  }
  .logo {
    min-width: 160px;
    min-height: 0;
  }
  .hero {
    background-position: 100% -70px;
    background-size: auto 100%;
  }
  .hero .content {
    max-width: 100%;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 23px;
  }
  .side {
    padding-left: 15px;
  }
  .bxslider img {
    margin-bottom: 1em;
  }
  .accordion .item.active .content {
    padding-bottom: 20px;
  }
  .accordion .content ul {
    margin-bottom: 0;
  }
  .main-container {
    /*margin-bottom: -370px;*/
    /* set equal to footer height */
  }

  .organisation-block-container {
    flex-direction: column;
  }

  .organisation-block {
    width: 100%;
    max-width: unset;
    margin: 10px 0;
  }

  .organisation-block.flex {
    flex-direction: column; /* Stack the divs vertically */
  }

  .organisation-block.flex > div {
    width: 100%; /* Make the divs take up the full width */
  }

  .footer .container {
    width: 100%;
    padding: 0 15px;
    background-position: center bottom 40px;
    /*padding-bottom: 110px;*/
  }
  .footer p {
    text-align: center;
  }
  .footer p.copyright {
    display: block;
    margin-right: 0;
    margin-top: 50px;
  }

  .footer .footer-id {
    position: static;
    text-align: center;
  }

  .footer .footer-logo {
    position: static;
    text-align: center;
    margin: 30px auto 10px;
  }

  .footer-nav {
    display: block;
    text-align: center;
  }
  .symptom-matcher-block {
    max-width: unset;
    width: 100%;
    top: 0;
    margin-bottom: 50px;
  }
  .treatment-block {
    width: 100%;
    max-width: unset;
  }

  .video-block {
    padding: 10px;
    max-width: unset;
    width: 100%;
  }

  .col-sm-4 .reference-block {
    width: 100%;
    max-width: unset;
    height: auto;
  }

  .reference-block {
    padding: 15px 0;
  }

  .terms-page .main-container .container {
    padding: 0 15px;
  }

  .privacy-page .main-container .container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 680px) {
  .hero .content {
    max-width: 100%;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 23px;
  }
  .symptom-matcher-bar-container {
    width: 90%;
  }
  span.symptom-matcher-bar-title {
    font-size: 2.9vw;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 650px) {
  .tablet {
    display: none;
  }
  .tabletshow {
    visibility: hidden;
    display: block;
    height: 0;
  }
  .mobile {
    display: block;
  }
  .diagnose-delay-block p {
    margin-top: 25px;
    margin-right: 30px;
  }
  .symptom-block img {
    width: 55px;
  }
}

/* @media only screen and (max-width : 540px){
    .footer {
        height: 350px;
    }
 }*/

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .hero {
    background-position: 70% 0;
    background-size: auto 400px;
    min-height: 150px;
  }
  .hero .content {
    max-width: 100%;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 23px;
  }
  h1,
  .hero .content h1.title {
    font-size: 1.6em;
  }

  .diagnose-delay-block {
    background-size: 60px;
    background-position: center 20px;
    padding: 110px 20px 25px;
  }

  .diagnose-delay-block p {
    text-align: center;
    margin: 0;
  }
  h2 {
    font-size: 2.3em;
  }
  .genetics-col {
    width: 100%;
  }
  table {
    font-size: 10px;
  }
  table td {
    padding: 2px;
  }
  table td.green {
    font-weight: normal;
  }
  table td.yellow {
    font-weight: normal;
  }
  th span.glyphicon-chevron-left {
    position: absolute;
    left: 0;
    font-size: 30px;
    margin-left: -10px;
    margin-top: 10px;
  }
  th span.glyphicon-chevron-right {
    position: absolute;
    font-size: 30px;
    right: 80%;
  }

  .menu-overlay .menu-heading {
    margin-left: 2.8em;
    margin-top: 2em;
  }
  .menu-overlay .menu-title {
    padding-top: 5em;
    padding-left: 6em;
  }
  .menu-overlay .menu-item {
    padding-top: 30px;
  }
  .menu-overlay .menu-heading .matcher-button {
    height: 30px;
  }
  .menu-overlay .menu-close-button {
    width: 2em;
  }

  body.zh-TW .menu-overlay .menu-title {
    margin-left: 1.9em;
  }

  .menu-overlay .menu-item p {
    margin-left: 1.4em;
  }

  #heading-container .heading-title-block {
    width: 100%;
  }

  #heading-container .heading-title-block h3,
  #heading-container .heading-title-block span#heading-url {
    left: -40px;
    top: 80px;
  }
  #heading-container .heading-title-block h1,
  #heading-container .heading-title-block span#heading-title {
    padding-left: 20%;
  }

  #heading-container .heading-title-block h1.long,
  #heading-container .heading-title-block span#heading-title.long {
    font-size: 32px;
    line-height: 36px;
  }

  .symptom-matcher-block {
    width: 100%;
    top: 0;
  }
  .treatment-block {
    width: 100%;
  }
  .organisation-block {
    width: 100%;
    margin-bottom: 5%;
    max-width: none;
  }
  .footer {
    margin-top: 0;
    /*height: 340px;*/
  }
  .footer-nav ul li,
  .footer p {
    font-size: 9px;
    text-align: center;
  }
  .footer .container {
    background-position: center bottom 40px;
  }
  .footer p.copyright {
    display: block;
    margin-right: 0;
    margin-top: 50px;
  }
  .footer-nav {
    display: block;
    text-align: center;
  }
  .symptom-block {
    width: 46%;
    margin: 5px;
    margin-left: 0;
  }
  .symptom-block img {
    width: 50px;
  }
  .symptom-block .symptom-block-text {
    width: 50%;
  }

  .symptom-matcher-bar-container {
    width: 80%;
    margin-left: 10%;
  }
  span.symptom-matcher-bar-title {
    display: none;
  }
  span.symptom-matcher-bar-title-alternative {
    display: block;
    font-size: 7.5vw;
    letter-spacing: -1.27px;
    padding-left: 10%;
  }

  .symptom-matcher-bar-container:before {
    left: 0;
  }
}

/* @media only screen and (max-width : 410px){
    .footer {
        height: 350px;
    }
}
*/
/* Extra Small Devices, Phones */
@media only screen and (max-width: 380px) {
  .diagnose-delay-block img {
    margin: 100px 15px;
  }
  .diagnose-delay-block p {
    margin-top: 30px;
    margin-right: 20px;
  }

  .col-sm-4 .reference-block {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .footer .container {
    width: 100%;
    background-position: center bottom 40px;
  }
  .hereditary-block {
    padding: 10px 15px;
    margin: 20px 15px;
  }
  .symptom-block img {
    width: 40px;
  }
  /*     .footer {
        height: 360px;
    }*/

  .symptom-matcher-bar-container:before {
    left: -3vw;
  }

  .menu-text {
    display: none;
  }
}

@media only screen and (max-width: 344px) {
  .footer .container {
    width: 100%;
    background-position: center bottom 55px;
  }
  /*    .footer {
        height: 380px;
    }*/
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /*    .footer {
        height: 400px;
    }*/
  .footer .container {
    background-position: center bottom 55px;
  }
}

@media only screen and (max-height: 840px) {
  .menu-overlay .menu-heading {
    margin-left: 4.8em;
    margin-top: 3em;
  }

  .menu-overlay .menu-item {
    padding-top: 3em;
  }
}

@media only screen and (max-height: 720px) {
  .menu-overlay .menu-item {
    padding-top: 2.5em;
  }
  .menu-overlay .menu-item p {
    font-size: min(7vw, 30px);
    line-height: 0.5;
    padding-left: 1.2em;
  }
  .menu-overlay .menu-title {
    padding-top: 2em;
  }
}

@media only screen and (max-height: 600px) {
  .menu-overlay .menu-item p {
    font-size: min(7vw, 25px);
    padding-left: 1.4em;
    line-height: 0.3;
  }
}

@media only screen and (max-height: 480px) {
  .menu-overlay .menu-heading {
    margin-top: 2em;
    margin-left: 10em;
  }
  .menu-overlay .menu-close-button {
    width: 3em;
  }
  .menu-overlay .menu-title {
    padding-top: 2em;
    line-height: 10px;
    margin-left: 7em;
  }
  .menu-overlay .menu-item {
    padding-top: 2.5em;
  }
  .menu-overlay .menu-item p {
    font-size: 20px;
    padding-left: 2.4em;
    margin-left: 4.7em;
  }
}

@media only screen and (max-height: 400px) {
  .menu-overlay .menu-heading {
    margin-top: 3em;
  }
  .menu-overlay .menu-heading .matcher-button {
    height: 25px;
  }
  .menu-overlay .menu-heading .menu-heading-text {
    font-size: 15px;
  }
  .menu-overlay .menu-item p {
    font-size: min(7vw, 18px);
    padding-left: 2em;
    line-height: 0.3;
    margin-left: 5.8em;
  }
  .menu-overlay .menu-item {
    padding-top: 1.5em;
  }
  .menu-overlay .menu-close-button {
    width: 2em;
  }
}

@media only screen and (max-height: 360px) {
  .menu-overlay .menu-heading {
    margin-top: 2em;
  }
  .menu-overlay .menu-title {
    padding-top: 1em;
  }
  .menu-overlay .menu-title {
    font-size: 10px;
    padding-left: 7em;
  }
  .menu-overlay .menu-item {
    padding-top: 2em;
  }
  .menu-overlay .menu-item p {
    padding-left: 2em;
    font-size: 15px;
    margin-left: 7.3em;
  }
}
