@charset "utf-8";
/* CSS Document */
/* CSS Font Face */
@import url('https://fonts.googleapis.com/css2?family=Pridi:wght@200;300;400;500;600&display=swap');
.material-symbols-outlined {
    vertical-align: sub;
}
.font_w200 {
    font-weight: 200;
}
.font_w300 {
    font-weight: 300;
}
.font_w400 {
    font-weight: 400;
}
.font_w500 {
    font-weight: 500;
}
.font_bold {
    font-weight: 600;
}
.font_blue {
    color: #5A8BCA;
}
.center {
    text-align: center;
}
.st0 {
    fill: #D9A18F;
}
.st1 {
    fill: #5A8BCA;
    /*fill: #57B1B9;*/
}
.st2 {
    fill: #FFFFFF;
}
styl1 {
    color: #5A8BCA;
}
styl2 {
    color: #D9A18F;
}
* {
    box-sizing: border-box;
}
body {
    margin: 0px;
    font-family: 'Pridi', serif;
    font-weight: 300;
    font-size: 18px;
}
nav {
    position: fixed;
    z-index: 10;
}
.acontent a {
    text-decoration: underline;
}
h1 {
    font-size: 36px;
    line-height: 38px;
    margin: 10px 0px;
}
.acontent h2 {
    font-size: 24px;
    line-height: 26px;
    /*margin: 15px 0px -20px 0px;*/
}
.acontent h3 {
    font-size: 22px;
    line-height: 26px;
    /*margin: 15px 0px -22px 0px;*/
}
.acontent h4 {
    font-size: 20px;
    line-height: 24px;
    /*margin: 15px 0px -20px 0px;*/
}
.acontent h5 {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    /*margin: 15px 0px -18px 0px;*/
    color: #5A8BCA;
}
.acontent h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 15px 0px 15px 0px;
    padding: 10px 0px;
    color: #C97A61;
    border-top: dashed thin #C97A61;
    border-bottom: dashed thin #C97A61;
}
.acontent span {
    border-bottom: 3px dotted yellowgreen;
}
hr.dotted {
    border-top: thin dotted #5A8BCA;
}
p {
    margin: 10px 0px;
}
a {
    text-decoration: none;
    display: inline-block;
    color: black;
}
a:hover {
    color: #D9A18F;
}
nav a {
    text-decoration: none;
    display: inline-block;
    color: black;
}
form {
    margin: 0 auto;
}
form .grid_item {
    margin: 10px 0px;
}
input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: thin solid #CCC;
    font-family: 'Pridi', serif;
    font-size: 18px;
}
input[type=radio] {
    width: auto;
    padding: 0px;
    box-sizing: border-box;
    border: thin solid #CCC;
}
select {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: thin solid #CCC;
    font-family: 'Pridi', serif;
    font-size: 18px;
}
textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: thin solid #CCC;
    font-family: 'Pridi', serif;
    font-size: 18px;
}
.img_ar {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: grid;
}
.img_ar img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s;
}
.img_in {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: grid;
}
.img_ar a img:hover {
    transform: scale(1.1);
}
.img_in img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .2s;
}
.img_in a img:hover {
    transform: scale(1.1);
}
.img_caption {
    position: absolute;
    background-color: white;
    right: 0;
    bottom: 0;
    padding: 0px 5px;
    text-align: center;
    font-size: 16px;
}
.img_home_1 {
    /*padding-top: 75%;*/
	padding-top: 56.25%;
}
.img_home_2 {
    padding-top: 56.25%;
}
.img_1_1 {
    padding-top: 100%;
}
.img_4_3 {
    padding-top: 75%;
}
.img_3_4 {
    padding-top: 133.34%;
}
.img_16_9 {
    padding-top: 56.25%;
}
.img_9_16 {
    padding-top: 177.78%;
}
.img_h400 {
	padding-top: 400px;
}
.resp-container {
    background-color: #FFF;
    position: relative;
    width: 100%;
    padding-top: 56.15%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.mainnav_ham {
    position: fixed;
    top: 0;
    left: 0;
}
#mainnav_ham_l {
    display: block;
}
#mainnav_ham_s {
    display: none;
}
#mainnav_logo {
    margin: 10px;
}
#mainnav_symptom_floaticon {
    display: none;
    position: fixed;
    bottom: 12px;
    right: 20px;
}
#mainnav_symptom_floaticon img {
    width: 110px;
    height: 110px;
}
#mainnav_float_poll {
	position: fixed;
    bottom: 0px;
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	background-color: beige;
	box-shadow: 0px 0px 8px #999;
}
#mainnav_float_poll input[type=button] {
	margin-top: 10px;
	padding: 5px 15px;
	width: min-content;
    border-radius: 20px;
	cursor: pointer;
}
#mainnav_backweb_floaticon {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    font-size: 16px;
    background-color: greenyellow;
}
#mainnav_backweb_floaticon container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#mainnav_backweb_floaticon left {
    display: flex;
    justify-content: flex-start;
}
#mainnav_backweb_floaticon left {
    display: flex;
    justify-content: flex-end;
}
#mainnav_backweb_floaticon .item {
    padding: 5px 10px;
}
#backweb_texttool {
    position: fixed;
    bottom: 34px;
    left: 0px;
    width: 100%;
    font-size: 16px;
    display: none;
    padding: 0px 10px;
    background-image: linear-gradient(#DDD, #AAA);
}
#backweb_texttool container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#backweb_texttool left {
    display: flex;
    justify-content: flex-start;
}
#backweb_texttool left {
    display: flex;
    justify-content: flex-end;
}
#backweb_texttool .item {
    padding: 5px 10px;
}
.tt_item {
    cursor: pointer;
}
.mainnav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: white;
    box-shadow: 0px 0px 8px #999;
}
.mainnav_content {
    background-color: #FFF;
    margin: auto;
    width: auto;
    max-width: 1200px;
    height: 50px;
}
.mainnav_item {
    margin: 10px 9px;
    font-size: 18px;
}
#mainnav_content_sec {
    display: block;
}
.mainnav_left {
    float: left;
    clear: left;
}
.mainnav_right {
    float: right;
    clear: right;
}
#emergency {
    display: inline-block;
}
#mainnav_m_container {
    position: fixed;
    top: 50px;
    width: 100%;
    height: 100%;
    display: none;
    background-color: white;
    overflow-x: hidden;
    overflow-y: auto;
}
.mainnav_m {
    margin: auto;
    max-width: 1200px;
    display: grid;
    grid-template-columns: auto;
}
.mainnav_m a {
    text-decoration: none;
    color: black;
    display: block;
    font-size: 20px;
    padding: 10px;
}
.mainnav_m a:hover {
    color: #D9A18F;
}
.mainnav_pri_m {
    padding: 0px 10px;
    display: grid;
    grid-template-columns: max-content auto;
    border-top-color: lightgray;
    border-top-style: dotted;
    border-top-width: thin;
}
.mainnav_sec_m {
    display: none;
    background-color: #D8E2F3;
}
.mainnav_tag {
    margin-top: 10px;
    padding-top: 10px;
}
.mainnav_tag a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 3px 3px;
    padding: 3px 10px;
    border: solid thin #5A8BCA;
    border-radius: 30px;
    text-decoration: none;
    color: black;
}
.mainnav_tag a:hover {
    color: #FFF;
    background-color: #D9A18F;
    border: solid thin #D9A18F;
}
.caregiverconner {
    padding-left: 30px;
    background-image: url('../images-ui/icon_care.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-origin: padding-box;
}
.caregiverconner_m {
    margin-left: 5px;
    background-image: url('../images-ui/icon_care.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-origin: padding-box;
}
.footernav {
    width: 100%;
    min-height: 200px;
    margin-top: 20px;
    padding: 20px 0px;
    background-color: #BAD0EC;
}
.footernav a {
    font-weight: 400;
}
.footernav .grid_item {
    display: inline-block;
    margin-left: 0px;
}
.footernav .right {
    text-align: right;
}
#hotline {
    text-align: right;
}
.nav_breadcrumb {
    color: #5A8BCA
}
.nav_breadcrumb a {
    color: #000;
}
.nav_breadcrumb a:hover {
    color: #D9A18F;
}
.content {
    margin-top: 100px;
    width: 100%;
}
.content_section {
    width: 100%;
    padding: 10px 0px;
}
.content_sectiontag {
    margin-top: 0px;
    padding: 3px 0px;
    text-align: center;
    color: #5A8BCA;
    font-size: 24px;
    font-weight: 600;
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: #5A8BCA;
}
.content_row {
    margin: auto;
    width: 96%;
    max-width: 1200px;
}
.content_article {
    padding: 10px 0px;
}
main {
    margin: auto;
    max-width: 1200px;
}
.content_side {
    border-left: dotted #5A8BCA thin;
    margin: 10px;
    padding: 10px;
}
.grid_highlight_2 {
    display: grid;
    grid-template-columns: 60% 39%;
    grid-gap: 10px;
}
.grid_highlight_pri_2 {
    display: grid;
    grid-auto-columns: 100%;
    grid-auto-rows: min-content;
    grid-gap: 10px;
}
.grid_highlight_sec_2 {
    display: grid;
    grid-template-columns: 100%;
    grid-template-row: auto auto;
    grid-gap: 10px;
}
.grid-vcenter {
    align-items: center;
}
.grid_1 {
    display: grid;
    grid-template-columns: 100%;
}
.grid_1_wtl {
    display: grid;
    grid-template-columns: 65% 35%;
}
.span3 {
    grid-area: 1 / span 3;
}
.grid_2 {
    display: grid;
    grid-template-columns: 49.5% 49.5%;
    grid-row-gap: 10px;
    grid-column-gap: 1%;
    align-items: start;
}
.grid_2_fix {
    display: grid;
    grid-template-columns: 49.5% 49.5%;
    grid-row-gap: 10px;
    grid-column-gap: 1%;
}
.grid_2_p25 {
    display: grid;
    grid-template-columns: 69% 25%;
    grid-row-gap: 10px;
    grid-column-gap: 1%;
}
.grid_2_p25_fix {
    display: grid;
    grid-template-columns: 69% 25%;
    grid-row-gap: 10px;
    grid-column-gap: 1%;
}
.grid_1_2 {
    display: grid;
    grid-template-columns: 49% 24.5% 24.5%;
    grid-row-gap: 10px;
    grid-column-gap: 1%;
}
.grid_2_1 {
    display: grid;
    grid-template-columns: 24.5% 24.5% 49%;
    grid-row-gap: 10px;
    grid-column-gap: 1%;
}
.grid_3 {
    display: grid;
    grid-template-columns: 32.66% 32.66% 32.66%;
    grid-row-gap: 10px;
    grid-column-gap: 1%;
}
.grid_4 {
    display: grid;
    grid-template-columns: 24.25% 24.25% 24.25% 24.25%;
    grid-row-gap: 10px;
    grid-column-gap: 1%;
}
.grid_4_fix {
    display: grid;
    grid-template-columns: 24.25% 24.25% 24.25% 24.25%;
    grid-row-gap: 10px;
    grid-column-gap: 1%;
}
.grid_2x2 {
    display: grid;
    grid-template-columns: auto auto;
}
.grid_2_footer {
    display: grid;
    grid-template-columns: auto 100px;
    grid-row-gap: 10px;
    grid-column-gap: 1%;
}
.grid_item {
    /*padding: 5px;*/
    width: 100%;
}
.flex_container {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.flex_item {
    width: 100%;
}
.hilight_content {
    position: relative;
    margin-top: -28px;
    z-index: 2;
}
#hilight_img1 {
    text-align: right;
}
#hilight_img1 > img {
    width: 80%;
}
#hilight_img2 {
    text-align: left;
}
#hilight_img2 > img {
    width: 80%;
}
#hilight_content_2 {
    margin-left: 40px;
}
.hilight_sectiontag {
    position: relative;
    width: fit-content;
    padding: 3px 6px;
    background-color: #5A8BCA;
    font-size: 13px;
    font-weight: 500;
    color: white;
}
.hilight_head_1 {
    width: fit-content;
    padding: 10px 20px;
    background-color: #BAD0EC;
    font-size: 38px;
    font-weight: 500;
	line-height: 46px;
}
.hilight_head_2 {
    width: fit-content;
    max-width: 80%;
    padding: 8px 20px 4px;
    background-color: white;
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
}
.hilight_pretext {
    padding: 10px 20px;
    background-color: white;
    font-size: 18px;
    margin-right: 10px;
}
.hilight_sectiontag_s {
    width: fit-content;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #5A8BCA;
}
.hilight_head_s {
    background-color: white;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
}
.hilight_head_sq {
    /*float: left;
    clear: both;*/
    width: 100%;
    margin-top: -35%;
    background-color: white;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}
.hilight_pretext_s {
    font-size: 17px;
    margin: 5px 10px 0px 0px;
}
.hilight_link {
    /*float: left;
    clear: both;*/
    font-size: 17px;
    margin: 5px 10px 0px 0px;
}
.hilight_feature_content {
    position: relative;
    /* float: left;*/
    width: 92%;
    margin: 4%;
    margin-top: -30px;
    padding: 5%;
    color: #FFFFFF;
    background-color: #5A8BCA;
}
.hilight_feature_content_side {
    position: relative;
    /*float: left;*/
    width: 104%;
    margin: 4% 0% 4% -4%;
    padding: 5%;
    color: #FFFFFF;
    background-color: #5A8BCA;
    font-weight: 400;
}
.hilight_feature_sectiontag_s {
    /*float: left;
    clear: both;*/
    font-size: 13px;
    font-weight: 500;
    /*color: #FFFFFF;
    background-color: #5A8BCA;*/
}
.hilight_feature_head_s {
    /*float: left;
    clear: both;*/
    /*color: #FFFFFF;
    background-color: #5A8BCA;*/
    font-size: 26px;
    font-weight: 500;
    line-height: 28px;
}
.hilight_feature_head_s a {
    color: #FFF;
}
.hilight_feature_head_s a:hover {
    color: #D9A18F;
}
.hilight_more {
    text-align: center;
}
.hilight_more a {
    color: #5A8BCA;
    font-weight: 400;
    margin: 20px 0px 10px 0px;
    padding: 10px 0px;
    border-bottom: 4px solid #5A8BCA;
}
.hilight_more a:hover {
    color: #D9A18F;
    border-bottom: 4px solid #D9A18F;
}
.link_todetail {
    font-size: 14px;
    font-weight: 400;
    color: #5A8BCA;
    border-bottom: 2px solid #5A8BCA;
    margin-bottom: 5px;
}
.link_todetail:hover {
    color: #D9A18F;
    border-bottom: 2px solid #D9A18F;
}
.link_todetail_w {
    font-size: 14px;
    font-weight: 400;
    color: white;
    border-bottom: 2px solid white;
}
.link_todetail_w:hover {
    color: #D9A18F;
    border-bottom: 2px solid #D9A18F;
}
.hilight_socialicon_container {
    display: block;
    margin: 10px;
    padding: 10px;
    border-top-style: solid;
    border-top-color: #5A8BCA;
    border-top-width: thin;
    color: #5A8BCA;
}
#banner_symptom_grid {
    display: grid;
    grid-template-columns: auto auto;
}
#banner_symptom {
    background-color: #F9E3DF;
}
#banner_symptom_img {
    max-height: 160px;
    margin-top: -15px;
}
#banner_symptom_text_container {
    padding: 30px;
}
.banner_symptom_text {
    display: inline-block;
    border-radius: 10px;
    padding: 2px 5px;
    margin-bottom: 6px;
    background-color: white;
}
#banner_symptom_more {
    display: inline-block;
    border-radius: 10px;
    padding: 2px 5px;
    margin-bottom: 6px;
    color: white;
    background-color: #DCA594;
}
.section_content {
    width: 100%;
    background-position: center;
    background-size: cover;
    height: auto;
}
.section_head {
    margin-top: -10px;
    display: grid;
    grid-template-rows: 200px auto;
}
.section_ptitle {
    margin: auto auto -15px auto;
    width: auto;
    background-color: white;
    font-size: 20px;
    text-align: center;
}
.section_ptitle a {
    padding-bottom: 3px;
    text-decoration: none;
    border-bottom: dotted thin #5A8BCA;
}
.section_title {
    margin: auto auto 0 auto;
    padding: 5px 50px;
    width: auto;
    background-color: white;
    color: #5A8BCA;
    font-size: 38px;
    text-align: center;
}
.section_title_2 {
    margin: 23px 10px 10px;
    color: #5A8BCA;
    font-size: 38px;
    line-height: 42px;
    text-align: center;
}
.section_submenu {
    margin: auto;
    width: 95%;
    max-width: 1200px;
    text-align: center;
    /*text-align: center;
    background-color: white;*/
}
.section_submenu a {
    display: inline-block;
    line-height: 30px;
    margin: 3px 0px;
    padding: 10px;
    border: solid thin #5A8BCA;
    border-radius: 30px;
    text-decoration: none;
    color: black;
}
.section_submenu a:hover {
    color: white;
    background-color: #DCA594;
    border: solid thin white;
}
.section_desc {
    margin: auto;
    width: 95%;
    max-width: 1200px;
    text-align: center;
    font-size: 19px;
}
.caregiver_connect_grid {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.caregiver_connect_item {
    width: 100%;
    text-align: center;
    background-color: white;
    color: black;
    font-size: 18px;
    line-height: 26px;
}
.caregiver_connect_item img {
    width: 75%;
    border-radius: 50%;
}
.caregiver_connect_item img:hover {
    border: 5px solid #DCA594;
}
.banner_section {
    /*border-top: dotted #5A8BCA thin;*/
    margin: 20px 0px;
}
.banner {
    margin: 20px 0px;
    height: 200px;
}
.maxw_1000 {
    max-width: 1000px;
}
.article_img {
    margin: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.article_img_caption {
    width: 100%;
    margin: 10px 0px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #5A8BCA;
    /*background-color: #D4E1F1*/
}
.article_quote {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    color: #5A8BCA;
    padding: 15px 0px;
    border-top: solid 5px #CADAEE;
    border-bottom: solid 5px #CADAEE;
}
.article_social {
    margin-top: 10px;
    padding-top: 10px;
    border-top: dotted 1px #CADAEE;
}
.article_tag {
    margin-top: 10px;
    padding-top: 10px;
    border-top: dotted 1px #CADAEE;
}
.article_tag a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 3px 3px;
    padding: 3px 10px;
    border: solid thin #5A8BCA;
    border-radius: 30px;
    text-decoration: none;
    color: black;
}
.article_tag a:hover {
    background-color: #5A8BCA;
    color: white;
}
.symptom_gtitle {
    font-size: 26px;
    line-height: 26px;
    color: red;
    padding: 10px;
    border-bottom: dotted thin red;
}
.symptom_title {
    font-size: 20px;
    padding: 10px;
    border-bottom: dotted thin lightgray;
    cursor: pointer;
}
.symptom_title:hover {
    color: #D9A18F;
}
.symptom_detail {
    display: none;
    padding: 10px 15px;
    border-bottom: dotted thin lightgray;
    background-color: #F1DDD7;
}
.v_center {
    display: table-cell;
    vertical-align: middle;
}
.assessment_row {
    padding: 10px 0px;
    border-bottom: thin dotted #5A8BCA;
}
.assessment_question {
    padding: 0px 10px;
    width: 100%;
    font-size: 22px;
    font-weight: 400;
}
.assessment_send {
    width: 100%;
    text-align: center;
}
.assessment_send a {
    color: #5A8BCA;
    font-weight: 500;
    width: 300px;
    text-align: center;
    border: thin solid #5A8BCA;
    border-radius: 30px;
    margin: 20px auto;
    padding: 10px;
}
.assessment_send a:hover {
    color: white;
    background-color: #5A8BCA;
}
.assessment_result {
    text-align: center;
}
.assessment_result_score {
    font-size: 26px;
    color: #5A8BCA;
}
.assessment_result_desc {
    font-size: 50px;
    line-height: 60px;
}
.assessment_result_detail {
    font-size: 18px;
}
.assessment_recommend_desc {
    font-size: 18px;
    margin-top: 20px;
}
.event_cate {
    margin: 10px auto 0px auto;
    width: 95%;
    max-width: 1200px;
    text-align: center;
}
.event_cate a {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    margin: 3px 0px;
    padding: 10px;
    border: solid thin #CCC;
    border-radius: 30px;
    text-decoration: none;
    color: black;
}
.event_item {
    position: relative;
    cursor: pointer;
    width: 100%;
    padding: 12px;
    border-radius: 14px;
    box-sizing: border-box;
}
.event_color {
    width: 100%;
    height: 5px;
    background-color: brown;
}
.event_date {
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 18px;
}
.event_title {
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
}
.event_sdesc {
    font-size: 16px;
}
.event_location_0 {
    margin-top: 20px;
    font-size: 16px;
    visibility: hidden;
}
.event_location {
    position: absolute;
    bottom: 10px;
    margin-top: 20px;
    font-size: 16px;
}
.help_dispmode {
    margin: 10px auto 0px auto;
    width: 95%;
    max-width: 1200px;
    text-align: center;
}
.help_dispmode a {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    margin: 3px 0px;
    padding: 10px;
    border: solid thin #CCC;
    border-radius: 30px;
    text-decoration: none;
    color: black;
}
.help_prov {
    margin: 20px 0px 10px;
    border-top: thin dotted #5A8BCA;
    font-size: 30px;
    font-weight: 200;
    color: #5A8BCA;
    text-align: center;
}
.help_item {
    border-top: thin dotted #5A8BCA;
    margin: 10px 0px;
    padding: 10px 0px;
}
.help_title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}
.help_address {
    margin: 5px 0px;
    font-weight: 400;
    color: #5A8BCA;
}
.download_container {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.download_item {
    width: 25%;
    margin: 10px;
    min-width: 250px;
    text-align: center;
}
.download_sectiontag {
    font-size: 14px;
    font-weight: 300;
    color: #5A8BCA;
}
.download_head {
    font-size: 18px;
    font-weight: 400;
}
.download_pretext {
    font-size: 16px;
}
.download_link {
    padding: 10px;
}
.download_link a {
    min-width: 50px;
    padding: 3px 10px;
    border: thin solid #D9A18F;
    border-radius: 30px;
    color: #D9A18F;
}
.download_link a:hover {
    color: white;
    background-color: #D9A18F;
}
.poll_container {
    padding: 10px;
    height: 100%;
}
.poll_question {
	margin-left: 5px;
	font-size: 26px;
	font-weight: 400;
}
.overlay_container {
    display: none;
    position: fixed;
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
    /*text-align: center;*/
    background-color: white;
}
#overlay_search {
    display: none;
}
#overlay_backweb {
    position: fixed;
    display: none;
    z-index: 20;
}
.overlay_content {
    overflow: scroll;
}
.backweb_component {
    display: block;
    margin: 5px 0px;
    padding: 5px 10px;
    text-align: center;
    color: #222;
    /*background-color: greenyellow;*/
    background-image: linear-gradient(greenyellow, white);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.backweb_component_sub {
    display: block;
    margin: 5px 0px;
    padding: 5px 10px;
    text-align: center;
    color: #222;
    /*background-color: greenyellow;*/
    background-image: linear-gradient(white, greenyellow);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.backweb_component_inline {
    display: inline;
    padding: 5px;
}
.overlay_content {
    position: fixed; /* Sit on top of the page content */
    width: 80%; /* Full width (cover the whole page) */
    height: 80%; /* Full height (cover the whole page) */
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
    background-color: #FFF; /* Black background with opacity */
    z-index: 22; /* Specify a stack order in case you're using a different order for other elements */
}
.overlay_close {
    position: fixed;
    width: 40px;
    height: 40px;
    padding: 8px;
    font-size: 15px;
    top: 10%;
    left: 90%;
    background-color: greenyellow;
    z-index: 23;
    align-content: center;
    text-align: center;
    cursor: pointer;
}
.overlay_bg {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
    z-index: 21; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
.gcsc-find-more-on-google-root {
    display: none;
}
.gcsc-more-maybe-branding-root {
    display: none;
}
.audiocontrol-container {
	margin-top: 10px;
	width: 100%;
}
.audiocontrol {
	height: 54px;
	width: max-content;
	border-radius: 50px;
	padding: 0px 20px;
	line-height: 54px;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #000;
	background-color: #FBBC00;
}
audio {
	width: 100%;
}