/* by Creasant */

:root {
  --fdc-orange:       #CE5600;
  --fdc-navy:         #003366;
  --fdc-body:         #333333;
  --fdc-black:        #000000;
  --fdc-grey:         #777777;
  --fdc-yellow:       #F2C522;
  --fdc-purple:       #CB50A9;
  --fdc-red:          #DE1239;
  --fdc-blue:         #45BFEE;
  --fdc-card-grey:    #EEEDED;
  --fdc-panel-grey:   #F6F6F6;
  --fdc-green-stroke: #69A501;
  --fdc-green:        #51805A;
  --fdc-white:        #FFFFFF;
  --fdc-radius:       30px;
}

@font-face {
  font-family: "fdc-pct-sign";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/profiles/ust/themes/custom/mtpc/fonts/muli/source/muli-v12-latin-ext_latin-300.woff2") format("woff2");
  unicode-range: U+25;
  size-adjust: 70%;
}

h1 {
  font-weight: 800;
  color: var(--fdc-black);
}
h2 {
  font-weight: 400;
  color: var(--fdc-orange);
  margin-bottom: 24px;
}
h3 {
  font-weight: 700;
  color: var(--fdc-black);
}

body,
body.cke_editable {
  background-color: var(--fdc-white);
}

.mtpc-block p,
.mtpc-block li,
body.cke_editable p,
body.cke_editable li {
  font-size: 20px;
}

.mtpc-block strong,
.mtpc-block b,
body.cke_editable strong,
body.cke_editable b {
  font-weight: 800;
}

.field--name-field-mod-long-fmt a:not(.text-btn, .fa-icon),
body.cke_editable a:not(.text-btn, .fa-icon) {
  color: var(--fdc-orange);
  text-decoration: underline;
}

table.tbl-line {
  width: 100%;
  font-size: 20px;
  line-height: 1.6;
  border-collapse: collapse;
  border: hidden;
}
table.tbl-line th,
table.tbl-line td,
table.tbl-line thead tr th,
table.tbl-line tbody tr td,
table.tbl-line tr:nth-of-type(1) td,
div.mtpc-1col-item.mtpc-1col-item--1 table.tbl-line tbody tr td {
  border: 3px solid var(--fdc-white);
}
table.tbl-line th,
table.tbl-line td {
  padding: 17px;
  min-width: 0;
  text-align: left;
  vertical-align: top;
  color: var(--fdc-black);
}
table.tbl-line thead tr th {
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  color: var(--fdc-white);
  background-color: var(--fdc-orange);
}
table.tbl-line tbody tr td {
  background-color: var(--fdc-card-grey);
}
table.tbl-line td:first-child {
  width: 29.6%;
  font-weight: 700;
}
table.tbl-line tbody tr td strong,
table.tbl-line tbody tr td b {
  color: inherit;
}

table.tbl-line td ul,
table.tbl-line td ol {
  margin: 0;
  padding-left: 20px;
}
table.tbl-line td li {
  margin-bottom: 0;
}

table.tbl-bg thead tr th {
  background-color: var(--fdc-orange);
}

body.cke_editable .fdc-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 60px;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--fdc-orange);
  color: var(--fdc-white);
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}
body.cke_editable .fdc-burst {
  display: inline-block;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 134px;
  height: 134px;
  padding-top: 40px;
  vertical-align: top;
  text-align: center;
  clip-path: polygon(
    100% 50%, 88.6% 60.4%, 93.3% 75%, 78.3% 78.3%, 75% 93.3%, 60.4% 88.6%,
    50% 100%, 39.6% 88.6%, 25% 93.3%, 21.7% 78.3%, 6.7% 75%, 11.4% 60.4%,
    0% 50%, 11.4% 39.6%, 6.7% 25%, 21.7% 21.7%, 25% 6.7%, 39.6% 11.4%,
    50% 0%, 60.4% 11.4%, 75% 6.7%, 78.3% 21.7%, 93.3% 25%, 88.6% 39.6%);
  background-color: var(--fdc-green);
  color: var(--fdc-white);
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
}
body.cke_editable .fdc-burst::first-line {
  font-size: 39px;
}
body.cke_editable .fdc-burst--sm {
  width: 59px;
  height: 59px;
  padding-top: 13px;
  font-size: 13px;
  letter-spacing: -0.52px;
}
body.cke_editable .fdc-burst--sm::first-line {
  font-size: 20px;
  letter-spacing: -0.8px;
}
body.cke_editable .fdc-pct {
  margin: 0;
  font-family: "fdc-pct-sign", Muli, "Microsoft JhengHei", sans-serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -2.24px;
  color: var(--fdc-green);
}

body.cke_editable h3:has(> .fdc-num) {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-top: 6px;
  margin-bottom: 46px;
}
body.cke_editable h3:has(> .fdc-num) > .fdc-num {
  margin-top: -6px;
}

body.cke_editable .fdc-bullets--orange > li::marker {
  color: var(--fdc-orange);
}

.cke_panel_listItem .fdc-num,
.cke_panel_listItem .fdc-burst {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cke_panel_listItem .fdc-num::before,
.cke_panel_listItem .fdc-burst::before {
  content: "1";
  flex: 0 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--fdc-orange);
  color: var(--fdc-white);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}
.cke_panel_listItem .fdc-burst::before {
  content: "+";
  border-radius: 0;
  background-color: var(--fdc-green);
  clip-path: polygon(
    100% 50%, 88.6% 60.4%, 93.3% 75%, 78.3% 78.3%, 75% 93.3%, 60.4% 88.6%,
    50% 100%, 39.6% 88.6%, 25% 93.3%, 21.7% 78.3%, 6.7% 75%, 11.4% 60.4%,
    0% 50%, 11.4% 39.6%, 6.7% 25%, 21.7% 21.7%, 25% 6.7%, 39.6% 11.4%,
    50% 0%, 60.4% 11.4%, 75% 6.7%, 78.3% 21.7%, 93.3% 25%, 88.6% 39.6%);
  font-size: 16px;
}

.cke_panel_listItem .fdc-pct {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.8px;
  color: var(--fdc-green);
}
.cke_panel_listItem .fdc-bullets--orange {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--fdc-orange);
}
.cke_panel_listItem .fdc-bullets--orange::before {
  content: "";
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  border-radius: 50%;
  background-color: var(--fdc-orange);
}

body header .mtpc_header .header .wrapper .logos .navigation > ul.menu > li.menu-item--active-trail > a,
body header .mtpc_header .header .wrapper .logos .navigation > ul.menu > li.menu-item--active-trail > span,
body header .mtpc_header .header .wrapper .logos .navigation > ul.menu > li > a:hover,
body header .mtpc_header .header .wrapper .logos .navigation > ul.menu > li > span:hover {
  color: var(--fdc-orange);
}

body header .config_pages--type--header-block .mobile_menu_wrapper .mobile_navigation > ul.menu > li.menu-item--active-trail > a,
body header .config_pages--type--header-block .mobile_menu_wrapper .mobile_navigation > ul.menu > li.menu-item--active-trail > span {
  color: var(--fdc-orange);
}

body header .mtpc_header .header .wrapper .logos .logos_left .logo_two.text_logo {
  width: auto;
  flex: 0 0 auto;
}
body header .mtpc_header .header .wrapper .logos .logos_left .logo_two.text_logo a {
  white-space: nowrap;
}

@media only screen and (min-width: 1181px) and (max-width: 1524px) {
  body header .mtpc_header .header.desktop .wrapper .logos .logos_left {
    width: auto;
    margin-right: 20px;
    flex: 0 0 auto;
  }
  body header .mtpc_header .header.desktop .wrapper .logos .logos_right {
    width: auto;
  }
  body header .mtpc_header .header.desktop .wrapper .logos .logos_left .logo_one img {
    height: 50px;
    max-height: 50px;
    width: auto;
  }
  body header .mtpc_header .header.desktop .wrapper .logos .navigation > ul.menu > li {
    margin-left: 20px;
  }
  body header .mtpc_header .header.desktop .wrapper .logos .navigation > ul.menu > li:first-child {
    margin-left: 0;
  }
  body header .mtpc_header .header.desktop .wrapper .logos .navigation > ul.menu > li > a,
  body header .mtpc_header .header.desktop .wrapper .logos .navigation > ul.menu > li > span {
    font-size: 15px;
  }
}
