/* CSS Document */
#prg main header {
  padding: 0 30px 40px 30px;
}
#prg main h1 {
  padding-top: 15px;
  padding-bottom: 20px;
}
#prg section.programgroup {
  padding-top: 75vw;
  padding-bottom: 40px;
  margin-top: 30px;
  background-size: contain;
  background-position: top;
  text-align: center;
}
#prg section.programgroup .programgroup-logo {
  width: 100px;
  height: 100px;
  margin: -50px auto 0;
  background-color: #ffffff;
  border: 1px solid #a3a3a3;
  border-radius: 50%;
}
#prg section.programgroup h2 {
  font-size: 20pt;
  padding-top: 15px;
  padding-left: 30px;
  text-align: left;
}
#prg section.programgroup p {
  font-size: 12pt;
  padding: 15px 30px 40px;
  text-align: left;
}
#prg section.programgroup a.button-default {
  margin: 0 auto;
}

#prg-grp .motive {
  width: 100vw;
  height: 75vw;
  position: relative;
  margin-bottom: 50px;
}
#prg-grp .motive .logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 50px);
  bottom: -50px;
  border: 1px solid #a3a3a3;
}
#prg-grp section {
  width: calc(100% - 15px - 15px);
  padding: 15px 15px 40px;
  margin: 20px auto;
  background-color: #f3f3f3;
  border-radius: 10px;
}
#prg-grp section.header {
  background-color: transparent;
}
#prg-grp section h1,
#prg-grp section h2 {
  padding-top: 15px;
  font-size: 16pt;
  text-transform: uppercase;
  color: #336699;
}
#prg-grp section h1.programgroup-icon {
  background: transparent;
}
#prg-grp section h3 {
  padding-top: 15px;
  font-size: 16pt;
  color: #336699;
}
#prg-grp section h3 strong {
  text-transform: uppercase;
  font-weight: 400;
}
#prg-grp section p {
  padding-top: 15px;
}
#prg-grp section p.quote {
  border-left: 10px solid #336699;
  padding-left: 20px;
  padding-bottom: 40px;
  margin-top: 20px;
}
#prg-grp section p.quote a {
  color: #336699;
}
#prg-grp section p.quote a.button-content {
  background-color: transparent;
  padding-left: 0;
}
#prg-grp section p.quote a strong {
  text-transform: uppercase;
  font-size: 14pt;
  text-decoration: underline;
}
#prg-grp section ul.backslash {
  padding-top: 40px;
}
#prg-grp section ul.backslash li {
  line-height: 1.5;
}
#prg-grp section ul.backslash li.title {
  font-size: 16pt;
}
#prg-grp section ul.backslash li strong {
  text-transform: uppercase;
  font-weight: 400;
}
#prg-grp section.more-info ul {
  padding-top: 40px;
}
#prg-grp section.more-info ul li {
  position: relative;
  padding-bottom: 15px;
}
#prg-grp section.more-info ul li::before {
  display: inline-block;
  width: 10px;
  height: 20px;
  background-color: #2a70ca;
  content: "";
  position: absolute;
  top: 0;
}
#prg-grp section.more-info ul li a {
  display: block;
  padding-left: 20px;
}
#prg-grp section.more-info ul li a strong {
  display: block;
  text-transform: uppercase;
  font-size: 14pt;
  font-weight: 400;
}
#prg-grp.quality section p.quote {
  color: #336699;
  border-color: #80cce7;
}
#prg-grp.quality section p.quote > a {
  color: #336699;
}
#prg-grp.quality section p.quote > a:visited {
  color: #336699;
}
#prg-grp.financing section p.quote {
  color: #336699;
  border-color: #f67bcf;
}
#prg-grp.financing section p.quote > a {
  color: #336699;
}
#prg-grp.financing section p.quote > a:visited {
  color: #336699;
}
#prg-grp.safety section p.quote {
  color: #336699;
  border-color: #fbd863;
}
#prg-grp.safety section p.quote > a {
  color: #336699;
}
#prg-grp.safety section p.quote > a:visited {
  color: #336699;
}
#prg-grp.service section p.quote {
  color: #336699;
  border-color: #edb274;
}
#prg-grp.service section p.quote > a {
  color: #336699;
}
#prg-grp.service section p.quote > a:visited {
  color: #336699;
}
#prg-grp.technology section p.quote {
  color: #336699;
  border-color: #97e422;
}
#prg-grp.technology section p.quote > a {
  color: #336699;
}
#prg-grp.technology section p.quote > a:visited {
  color: #336699;
}

#prg-pmr article.kitchen {
  padding: 15px 15px 100px;
}
#prg-pmr article.kitchen > header {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
#prg-pmr article.kitchen > header h1 {
  font-size: 15pt;
  font-weight: 500;
}
#prg-pmr article.kitchen > header div p {
  padding: 15px 0;
}
#prg-pmr article.kitchen > div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  padding-top: 40px;
}
#prg-pmr article.kitchen > div h2 {
  font-size: 15pt;
}
#prg-pmr article.kitchen > div > ul li h3 {
  padding-top: 15px;
  font-weight: 500;
}
#prg-pmr article.kitchen > div > ul li ul {
  list-style-position: outside;
  list-style-type: "- ";
  padding-left: 15px;
}
#prg-pmr article.kitchen > div > div {
  padding-top: 40px;
}

main.program article {
  padding: 15px 0 40px 0;
  background-color: #ffffff;
}
main.program article header {
  font-size: 14pt;
}
main.program article header .title h1 {
  padding: 0 30px 15px;
  color: #336699;
  white-space: pre-wrap;
  font-size: 20pt;
  line-height: 1.4;
}
main.program article header .title h1 span {
  text-transform: uppercase;
}
main.program article header .title p, main.program article header .title div {
  padding: 0 30px 15px;
}
main.program article header .title .list > span {
  display: block;
  margin-bottom: 8px;
}
main.program article header .title .list > ul {
  padding-left: 8px;
}
main.program article header .title .list > ul > li {
  padding-bottom: 5px;
  padding-left: 15px;
}
main.program article header .title .list > ul > li::marker {
  content: "\\";
  display: inline-block;
}
main.program article header p.motto {
  width: 100%;
  padding: 40px 30px;
  margin-bottom: 0;
  color: #336699;
  color: #336699;
  background-color: #ffffff;
  font-size: 20pt;
  line-height: 1.3;
  text-transform: uppercase;
}
main.program article header .warrantor {
  width: calc(100vw - 30px);
  margin: 0 auto;
  border-radius: 10px;
  padding: 15px 15px;
  text-align: center;
  background-color: #f3f3f3;
}
main.program article header .warrantor figure {
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
main.program article header .warrantor figure > a {
  order: 1;
  margin-bottom: 30px;
}
main.program article header .warrantor figure > a > img {
  max-width: 120px;
}
main.program article header .warrantor figure > a > span {
  display: block;
}
main.program article header .warrantor figure > div:has(img) {
  order: 2;
  width: 150px;
  max-width: 150px;
  height: 150px;
  padding: 0;
  margin: 25px auto;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ffffff;
}
main.program article header .warrantor figure > div:has(img) > img {
  width: 150px;
  height: auto;
  margin-top: 5%;
}
main.program article header .warrantor p {
  padding: 0;
  text-align: center;
}
main.program article header .warrantor p.name {
  font-size: 18pt;
  font-weight: 500;
}
main.program article header .warrantor p.motto {
  padding: 15px 0 0 0;
  color: #000;
  font-size: 12pt;
  background-color: #f3f3f3;
}
main.program article header {
  /*
  			&.warrantor {
  				text-align: center;

  				div.warrantor {
  					width: 200px;
  					height: 200px;
  					margin: 25px auto;
  					border-radius: 50%;
  					background-repeat: no-repeat;
  					background-position: 50% 10%;
  					background-size: cover;
  				}

  				p {
  					padding: 0;
  					text-align: center;

  					&.name {
  						font-size: 18pt;
  						font-weight: 500;
  					}
  				}
  			}
  			*/
}
main.program article header strong {
  font-weight: 500;
}
main.program article ul.backslash {
  padding-top: 25px;
  padding-bottom: 25px;
}
main.program article ul.backslash.numbered_list {
  padding-left: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  list-style: decimal;
}
main.program article ul.backslash li {
  background: transparent;
}
main.program article ul.backslash li.title {
  padding-bottom: 10px;
}
main.program article ul.backslash strong {
  font-weight: 500;
}
main.program article section {
  width: calc(100vw - 30px);
  margin: 0 auto;
  padding: 40px 15px;
  border-radius: 10px;
  background-color: #f3f3f3;
  margin-bottom: 20px;
}
main.program article section.main-motto {
  background-color: #ffffff;
}
main.program article section.main-motto p {
  padding: 110px 30px 20px 30px;
  line-height: 1.5;
  text-align: center;
  color: #336699;
  font-size: 16pt;
  font-weight: 500;
  background-position: 50% 5%;
  background-size: 80px;
}
main.program article section h2 {
  padding: 0;
  font-size: 20pt;
  font-weight: 500;
  text-transform: uppercase;
  color: #336699;
  line-height: 1.3;
}
main.program article section div.pre-title > p {
  font-weight: 500;
}
main.program article section div.quote {
  padding: 15px 0;
}
main.program article section div.quote p {
  padding-top: 0;
  padding-left: 10px;
  margin-bottom: 20px;
  border-left: 10px solid #336699;
  color: #336699;
}
main.program article section div.quote p a {
  display: block;
  font-size: 16pt;
  color: #336699;
}
main.program article section div.quote p a::first-letter {
  text-transform: uppercase;
}
main.program article section p {
  padding: 15px 0;
  /*
  &:not(.quote) + p.quote {
  	margin-top: 20px;
  }
  */
}
main.program article section p strong {
  font-weight: 500;
}
main.program article section p a {
  text-decoration: underline;
}
main.program article img {
  width: calc(100vw - 30px);
  margin: 0 auto;
  display: block;
  border-radius: 10px;
  margin-bottom: 20px;
}

#prg-pdo header {
  margin-bottom: 20px;
}
#prg-pdo section.main-motto > p {
  padding: 20px 30px 165px;
  background-position: 50% bottom;
}
#prg-pdo section h2.plus::before {
  content: "+";
  display: block;
  font-size: 3em;
  font-weight: 300;
  text-align: left;
  padding: 0 0 20px;
  line-height: 0.6;
}
#prg-pdo section h3 {
  font-size: 14pt;
  font-weight: 500;
  text-transform: uppercase;
  color: #2a70ca;
  line-height: 1.3;
  padding: 0;
}
#prg-pdo section .box-equals {
  font-size: 2em;
  font-weight: 400;
  text-transform: uppercase;
  color: #336699;
  padding: 0 0 7px;
  background: url("/images/program/pdo/border.svg") center bottom no-repeat;
  background-size: 210px;
}
#prg-pdo section .table {
  display: block;
  padding: 15px 0;
}
#prg-pdo section .table > ul {
  display: flex;
  border-bottom: 1px solid #b6b6b6;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#prg-pdo section .table > ul > li {
  flex-basis: 33.3333333333%;
}
#prg-pdo section .table > ul > li + li {
  padding-left: 20px;
}
#prg-pdo section .table > ul:nth-child(1) > li {
  font-weight: 500;
}
#prg-pdo section .table > span {
  display: block;
  font-size: 14pt;
  font-weight: 400;
  color: #2a70ca;
  margin-top: 15px;
}
