/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */


<style>
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Poppins:wght@400;700&family=Roboto:wght@400;700&display=swap');
</style>













.dnd-section > .row-fluid {
  max-width: 1200px;
}

.dnd-section {
  padding-bottom: 40px;
  padding-top: 40px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #4d4f52;
}




html {
  font-size: 18;
}

body {
  color: #4d4f52;
  font-family: Roboto,Noto Sans TC,Helmet,Freesans,verdana,sans-serif;
  font-size: 18px;
  font-weight: 400
}

a {
  color: rgba(14, 7, 30, 1.0);
}

a:hover {
  color: #0e071e;
}

a:active {
  color: rgba(54, 47, 70, 1.0);
}

h1 {
  color: #492582;
  font-family:Poppins,Noto Sans TC,sans-serif;
  font-size: 48px;
  font-weight: 700;
}

h2 {
  color: #000000;
  font-family: Roboto,Noto Sans TC,Helmet,Freesans,verdana,sans-serif;
  font-size: 36px;
  font-weight: 400;
}

h3 {
  color: #492582;
  font-family: Roboto,Noto Sans TC,Helmet,Freesans,verdana,sans-serif;
  font-size: 24px;
  font-weight: 700;
}

h4 {
  color: #492582;
  font-family: Roboto,Noto Sans TC,Helmet,Freesans,verdana,sans-serif;
  font-size: 22px;
  font-weight: 500;
}

h5 {
  color: #492582;
  font-family: Roboto,Noto Sans TC,Helmet,Freesans,verdana,sans-serif;
  font-size: 18px;
  font-weight: 500;
}

h6 {
  color: #492582;
  font-family: Roboto,Noto Sans TC,Helmet,Freesans,verdana,sans-serif;
  font-size: 18px;
  font-weight: 700;
}

blockquote {
  border-color: #4d4f52;;
}

@media (max-width: 800px) {
  body {
    font-size: 3vw;
    letter-spacing: .1px;
  }
  
  h1 {
    font-size: 32px;
  }
}

@media (max-width: 800px) {
  body {
    font-size: 16px;
  }
}



.body-container .custom_error_message form,
.body-container .widget-type-form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription,
.body-container #comment-form, 
.body-container .hs-search-field__bar form,
.blog-comments form,
form#email-prefs-form,
.systems-page .form-container form,
.systems-page #hs_cos_wrapper_password_prompt form {
  background-color: rgba(#null, 0.0); 
}

form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: Roboto,Noto Sans TC,Helmet,Freesans,verdana,sans-serif;
}


h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(73, 37, 130, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(73, 37, 130, 1.0);
  border-color: rgba(73, 37, 130, 1.0);
  border-radius: 0px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hs-button:hover,
.button--primary:hover {
  background-color: rgba(73, 37, 130, 1.0);
  border-color: #492582;
  color: #ffffff;
}

.hs-button:focus {
  background-color: rgba(73, 37, 130, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(113, 77, 170, 1.0);
  border-color: rgba(113, 77, 170, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.hs-form{
margin:0,auto;
}
.hs-form label {
  color: rgba(77, 79, 82, 1.0);
}

.hs-form legend {
  color: rgba(77, 79, 82, 1.0);
}

form input,
form select,
form textarea,
.hs-input,
input[type="password"] {
  border-width: 1px;
  border-color: rgba(221, 221, 221, 1.0);
  color: rgba(14, 7, 30, 1.0);
  border-radius: 0px;        
  background-color: rgba(255, 255, 255, 1.0);
}

form input:hover,
form select:hover,
form textarea:hover,     
.hs-input:hover,
input[type="password"]:hover {
  border-color: rgba(#null, 0.0);
  background-color: rgba(#null, 0.0);
}

form input:focus,
form select:focus,
form textarea:focus,     
.hs-input:focus,
input[type="password"]:focus {
  border-color: rgba(221, 221, 221, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

form input.hs-input.error,
textarea.hs-input.error {
  border: 1.5px solid #F04124;
}

.hs-error-msgs label {
  color: #F04124;
  font-size: 12.6px;
  font-family: Roboto,Noto Sans TC,Helmet,Freesans,verdana,sans-serif;
  line-height: 1.5;
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #4d4f52;
}

.hs-richtext {
  font-size: 18;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Roboto,Noto Sans TC,Helmet,Freesans,verdana,sans-serif;
}

.fn-date-picker td.is-today .pika-button {
  color: #4d4f52;
}

.fn-date-picker td.is-selected .pika-button {
  background: #4d4f52;
}

.fn-date-picker td .pika-button:hover {
  background-color: #4d4f52 !important;
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(77, 79, 82, 1.0);
  color: rgba(77, 79, 82, 1.0);
}

thead th,
thead td {
  background-color: rgba(77, 79, 82, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(77, 79, 82, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(77, 79, 82, 1.0);
}





body .header {
  background-color: rgba(238, 238, 238, 1.0);
  border-top-color: rgba(73, 37, 130, 1.0);
}

.header__container {
  max-width: 1220px;
}

.header a {
  color: rgba(14, 7, 30, 1.0);
}

.header a:hover {
  color: rgba(14, 7, 30, 1.0);
}


@media (min-width: 801px) {
  body .custom-menu-primary .submenu.level-1 > li > a,
  .header__logo .logo-company-name,
  .header__language-switcher-label-current,
  .header__language-switcher .lang_list_class li a {
    color: rgba(51, 51, 51, 1.0);
  }

  body .custom-menu-primary .submenu.level-1 > li:hover > a {
  color: rgba(51, 51, 51, 1.0);
  }

  body .submenu ul li a {  
    color: rgba(14, 7, 30, 1.0);
  }

  body .custom-menu-primary a.active-branch,
  body .header__language-switcher-label-current:active,
  body .header__language-switcher .lang_list_class li a:active {
  color: #333333;
  }

  body .custom-menu-primary .submenu.level-1 > li.active-branch,
  body .header__language-switcher-label-current:active,
  body .header__language-switcher .lang_list_class li:active {
  background-color: rgba(255, 255, 255, 0.0);
  }

  body .custom-menu-primary .submenu.level-1 > li {
  background-color: rgba(#null, 0.0);
  }

  body .custom-menu-primary .submenu.level-1 > li:hover {
  background-color: rgba(255, 255, 255, 1.0);
  }

  body .custom-menu-primary .submenu.level-1 > li.active-branch > a {
  color: #333333;
  }

  body .submenu.level-1 .submenu {
    background-color: rgba(255, 255, 255, 1.0);
  }

  body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
    background-color: ;
  }

  body .custom-menu-primary .submenu.level-2 .menu-item.active-branch > .menu-link {
    background-color: ;
  }

  .header__language-switcher-label-current,
  .header__language-switcher .lang_list_class li a {
    font-family: Roboto,Noto Sans TC,Helmet,Freesans,verdana,sans-serif;
  }

  .header__language-switcher-label-current:after {
    border-top-color: rgba(51, 51, 51, 1.0);
  }

  body .submenu.level-2 li:hover > a,
  body .header__language-switcher .lang_list_class li:hover,
  body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
    color: rgba(14, 7, 30, 1.0);
    background-color: rgba(#null, 0.0);
  }

  body .custom-menu-primary .submenu.level-2 li.active-branch > a {
    color: #0e071e;
  }
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(238, 238, 238, 1.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(51, 51, 51, 1.0);
  }
}





body .footer {
  color: rgba(14, 7, 30, 1.0);
  background-color: rgba(238, 238, 238, 1.0);
  border-top-color: rgba(#null, 0.0);
}

.footer-social-share h5,
body .footer-navigation-primary > ul > li > a {
  color: rgba(14, 7, 30, 1.0);
}

.footer__container {
  max-width: 1176px;
}

body .footer a {
  color: rgba(38, 38, 38, 1.0);
}

body .footer a:hover {
  color: rgba(16, 16, 16, 1.0);
}

body .component-footer .footer__container .copy-and-policy {
  border-top-color: rgba(255, 255, 255, 1.0);
}

body .component-footer .footer__container .copy-and-policy .policy ul li a {
  color: rgba(14, 7, 30, 1.0);
  border-right-color: rgba(204, 204, 204, 1.0);
  border-left-color: rgba(255, 255, 255, 1.0);
}

body .component-footer .footer__container .copy-and-policy .policy ul li a:hover {
  color: rgba(14, 7, 30, 1.0);
}

body .footer-form .hs-input {
  border-width: 1.5px;
  border-color: rgba(204, 204, 204, 1.0);
  color: rgba(85, 85, 85, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

@media (max-width: 1219px) {
  .footer__container {
    max-width: 100%;
  }
}




.content-wrapper {
  max-width: 1200px;
}

.blog-post__date {
  border-color: #4d4f52;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #4d4f52;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #25272a;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #75777a;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #4d4f52;
}

.blog-pagination__link {
  color: #4d4f52;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #4d4f52;
}

.blog-post__title {
  color: #000000;
  font-family:Roboto,Noto Sans TC,Helmet,Freesans,verdana,sans-serif;
  font-size: 36px;
  font-weight: ;
}

.blog-post__author {
  background-color: #4d4f52;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}










body .icon svg {
  fill: #4d4f52;
}

body .tns-nav button.tns-nav-active {
  background-color: #4d4f52;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #4d4f52;
}

body .social-links__icon {
  background-color: #4d4f52;
} 

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #4d4f52;
}

.page-center {
  max-width: 1200px;
  margin: 0 auto;
}





#email-prefs-form .fakelabel {
  font-weight: 600;
  color: black;
}

#email-prefs-form .checkbox-row + p {
  font-size: 1.8rem;
  margin-left: 20px;
}

#email-prefs-form .subscribe-options .header {
  color: #492582;
  margin-top: 40px;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, footer_forms=, forms=}
}

@media (max-width: 1219px) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 950px;
  }
}

/* @media (max-width: 991px) {
  .dnd-section > .row-fluid,
  .footer__container,
  .page-center,
  .header__container,
  .content-wrapper {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .dnd-section > .row-fluid,
  .footer__container,
  .page-center,
  .header__container,
  .content-wrapper {
    max-width: 540px;
  }
}

@media (max-width: 575px) {
  .dnd-section > .row-fluid,
  .footer__container,
  .page-center,
  .header__container,
  .content-wrapper {
    max-width: 100%;
  }
} */