/* Theme Name: WP KCG */
/* Global Font Styles */
 html, body {
     height: 100%;
}
body {
    font-family: 'Noto Serif Thai', 'Karla', sans-serif;
    font-weight: 400;
    color: #000;
    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: 16px;
}
 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 .2s;
     -moz-transition: all ease-out .2s;
     transition: all ease-out .2s;
}
 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 {
     padding: 0;
}
 th {
     text-align: center;
}

tbody:not('.primary-centers') 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;
}

table.table-clinics a{
    color: #2C8CCC;
}


/* 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 .2s;
     -moz-transition: all ease-in-out .2s;
     transition: all ease-in-out .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 .2s;
     -moz-transition: all ease-in-out .2s;
     transition: all ease-in-out .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/th-TH/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: 14px;
     margin: 8px 0 4px 0;
     font-weight: 400;
}
 #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 .2s;
     -moz-transition: all ease-in-out .2s;
     transition: all ease-in-out .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,.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: 16px;
     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: 14px;
     font-weight: 400;
     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/th-TH/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: 14px;
}
 .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;
}

.footer .footer-logo span {
    max-width: 150px;
    display: inline-block;
    text-align: center;
    word-break: keep-all;
}

 .footer a {
     color: #000;
}

 .footer .nav ul {
     list-style-type: none;
     padding: 35px 0 0 0;
     clear: both;
     overflow: hidden;
     font-size: 14px;
     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 .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: 14px;
}
 .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 .3s;
     -moz-transition: all ease-out .3s;
     transition: all ease-out .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: 16px;
     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: 16px;
     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: .5em 0;
     font-size: 14px;
     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: 16px;
    color: #FFFFFF;
    letter-spacing: 2.34px;
    line-height: 19.99px;
    position: fixed;
    top: 15px;
    left: 80px;
}

body.zh-TW .menu-text,
body.zh-CN .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: 10px;
    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: 155px;
    display: block;
}

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

body.zh-CN .symptom-matcher-button {
    right: 130px;
}

.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/th-TH/Fabry_Diagnosis.jpg');
    background-size: auto 100%;
}
.heading-background-container.heading-faqs{
    background-image: url('../../Content/images/th-TH/Fabry_FAQs.jpg');
    background-size: auto 100%;
}
.heading-background-container.heading-genetics{
    background-image: url('../../Content/images/th-TH/Fabry_Genetics.jpg');
    background-size: auto 100%;
}
.heading-background-container.heading-learnmore{
    background-image: url('../../Content/images/th-TH/Fabry_LearnMore.jpg');
    background-size: auto 100%;
}
.heading-background-container.heading-signs{
    background-image: url('../../Content/images/th-TH/Fabry_Signs.jpg');
    background-size: auto 100%;
}
.heading-background-container.heading-treatment{
    background-image: url('../../Content/images/th-TH/Fabry_Treatment.jpg');
    background-size: auto 100%;
}
.heading-background-container.heading-terms{
    background-image: url('../../Content/images/th-TH/Fabry_Terms.png');
    background-size: auto 100%;
}
.heading-background-container.heading-privacy{
    background-image: url('../../Content/images/th-TH/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.00) 100%);
    background-image: -o-linear-gradient(left, #1D2D27 46%, rgba(44,44,44,0.00) 100%);
    background-image: linear-gradient(to right, #1D2D27 46%, rgba(44,44,44,0.00) 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;
}


.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{
    transform: rotate(-90deg);
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
    position: absolute;
    left: 27%;
    top: 10px;
}

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

#heading-container .heading-title-block h1{
    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-treatment #heading-container .heading-title-block h1{
    font-size: 38px;
}

#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/th-TH/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/th-TH/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: 14px;
    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/th-TH/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: 400;
    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 {
    font-size: 36px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 0;
    line-height: 42px;
}

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: 'Noto Serif Thai', '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: 16px;
    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: 'Noto Serif Thai', '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;

}
.faqs-panel .reference-block ol {
    padding-inline-start: 12px;
}


.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;
}

.zh-TW .reference-block p,
.zh-CN .reference-block p{
    font-size: 14px;
    margin-bottom: 5px;
}

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

p {
    font-weight: 400;
    font-size: 16px;
    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: 400;
    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/th-TH/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;
    width: 100%;
    margin-top: 80px;
    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: 16px;
    letter-spacing: 0;
    line-height: 15.75px;
    margin-bottom: 5px;
}

.symptom-block p {
    font-size: 16px;
    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 h2{
    padding-top: 50px;
    padding-bottom: 5px;
}

#faqs-container h2:first-child{
   padding-top: 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 .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,
body.zh-CN .menu-overlay .menu-title,
body.th .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;
}

body.th .menu-overlay .menu-item p{
    font-size: min(7vw, 30px);
    line-height: 1.3;
    margin-bottom: 1.3em;
}

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


.treatment-block-container {
    margin-bottom: 20px;
}

.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: 16px;
    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: 16px;
    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 {
    display: inline-block;
    width: 100%;
    margin: 5px;
    padding: 15px 25px;
    border-bottom: 35px solid #2C8CCC;
    font-size: 16px;
    line-height: 21px;
    background: #F6F6F6;
}

.organisation-block img {
    float: left;
    width: 240px;
    margin: 30px 40px;
}

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

.organisation-block p {
    margin: 30px 30px;
}

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

p.organisation-block-border-text{
    text-align: right;
    margin-top: 150px;
    margin-bottom: -45px;
    margin-right: 0;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}

.organisation-block.wide p.organisation-block-border-text{
    margin-top: 50px;
}

.zh-TW p.organisation-block-border-text,
.zh-CN p.organisation-block-border-text {
    margin-top: 175px;
}

.symptom-matcher-block {
    display: block;
    width: 80%;
    max-width: 295px;
    padding: 15px 20px;
    margin-left: auto;
    margin-right: auto;
    border-top: 13.5px solid #15C832;
    font-size: 16px;
    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: 14px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 21px;
}

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

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

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

.privacy-page ol, .terms-page ol {
     padding: 0;
     margin-bottom: 1.5em;
     list-style-position: inside;
}
.privacy-page ol li, .terms-page ol li {
     margin-bottom: 0em;
}

/* 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){

}
 @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;
    }
    .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: 14px;
    }
/*    .footer, .main-container:after {
        height: 320px;
    }*/
    .video-block {
        padding: 10px;
    }
    #heading-container .heading-title-block {
        width: 80%;
    }

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

    #heading-container .heading-title-block h3{
        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: .8em;
    }
}
 @media only screen and (max-width : 800px){
     body.page-template-interior-contact dd.email {
    }
     .hero .content {
         max-width: 100%;
         width: 100%;
         margin: 0;
    }
    .organisation-block img {
        margin: 40px auto 10px auto;
        display: block;
        float: none;
    }
     .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: .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 */
    }

/*    .footer, .main-container:after {
        height: 370px;
    }*/

    .organisation-block {
        padding: 0;
    }
    p.organisation-block-border-text {
        margin-top: 100px;
        margin-bottom: -30px;
        padding-right: 20px;
    }

    .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;
    }

    .menu-overlay .menu-item p {
        margin-left: 1.4em;
    }
    #heading-container .heading-title-block {
        width: 100%;
        -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);
    }

    #heading-container .heading-title-block h3 {
        left: -60px;
    }
    #heading-container .heading-title-block h1 {
        padding-left: 20%;
    }
    .symptom-matcher-block {
        width: 100%;
        top: 0;
    }
    .treatment-block {
        width: 100%;
    }
    .organisation-block img {
        margin-bottom: 50px;
    }
    .organisation-block p.organisation-lead-p {
        width: 90%;
    }
    .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: 100%;
        margin: 5px;
        margin-left: 0;
    }
    .symptom-block img {
        width: 50px;
        margin-top: 20px;
        margin-right: 20px;
    }
    .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;
    }
 }

 /* Extra Small Devices, Phones */
  @media only screen and (max-width : 430px){
     .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){

    
    .container{
        margin-top: 10px;
    }

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

    body.th .menu-overlay .menu-heading, 
    body.th .menu-overlay .title{
        padding-left: 0;
        font-size: 27px;
        margin-left: 1.3em;
        margin-top: 1.3em;
    }

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

@media only screen and (max-height : 740px){
    .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;
    }

    body.th .menu-overlay .menu-title{
        padding-left: 1.3em;
        padding-top: 1em;
    }

    body.th .menu-overlay .menu-item p{
        font-size: min(7vw, 23px);
        line-height: 1.1em;
        padding-left: 0.1em;
        margin-bottom: 0.8em;
    }

    .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;
    }
}
