/*------------------------------
  RESET
------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Box Sizing */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* Hidden */
[hidden] {
  display: none !important;
}

/*------------------------------
  TYPOGRAPHY
------------------------------*/
/* Base */
html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  line-height: 1.8;
  color: #333333;
  font-weight: 400;
}
@media screen and (max-width: 780px) {
  body {
    font-size: 0.875rem;
  }
}

/* Fonts */
html[lang="en"] body {
  font-family: 'Noto Sans', sans-serif;
}
html[lang="ja"] body {
  font-family: 'Noto Sans JP', sans-serif;
}
html[lang="zh"] body {
  font-family: 'Noto Sans SC', sans-serif;
}

/* Spacing */
h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child) {
  margin-bottom: 1rem;
}
.tight {
  margin-bottom: 0.5rem;
}

/* Headings */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  font-weight: 700;
}
h1, .h1 {
  font-size: 2.625rem;
  line-height: 1.6;
}
h2, .h2 {
  font-size: 2.0625rem;
  line-height: 1.6;
  padding-bottom: 0.3125rem;
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, #00a5c0 0%, #008ac0 55.65%, #0066c0 100%) 1/0 0 2px;
}
h3, .h3 {
  font-size: 1.875rem;
  line-height: 1.6;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #d9e7e9;
}
h4, .h4 {
  font-size: 1.5rem;
}
@media screen and (max-width: 780px) {
  h1, .h1 {
    font-size: 1.5rem;
  }
  h2, .h2 {
    font-size: 1.25rem;
  }
  h3, .h3 {
    font-size: 1.125rem;
    padding-bottom: 0.375rem;
  }
  h4, .h4 {
    font-size: 1rem;
  }
}

/* Font weights */
b, strong, .heavy {
  font-weight: 700;
}

/* Font sizes */
.fs--lg {
  font-size: 1.25rem;
}
small, .fs--sm {
  font-size: 0.875rem;
}
@media screen and (max-width: 780px) {
  small, .fs--sm {
    font-size: 0.875rem;
  }
}

/* Text colors */
.txt--primary {
  color: #00A5C0;
}
.txt--secondary {
  color: #0066C0;
}
.txt--tertiary {
  color: #92AAAC;
}

/* Lists */
ul {
  list-style: disc;
  padding-left: 1.25em;
}
ul li+li {
  margin-top: 0.625em;
}
ul li::marker {
  color: #00A5C0;
}

/* Prose */
.readable {
  max-width: 800px;
}

/*------------------------------
  GRID
------------------------------*/
/* Base */
.grid {
  display: flex;
  flex-wrap: wrap;
}
.col {
  flex: 1;
  min-width: 1px;
}

/* Gutters */
.grid--gutters-sm {
  margin-left: -10px;
  margin-right: -10px;
}
.grid--gutters-sm>.col {
  padding-left: 10px;
  padding-right: 10px;
}
.grid--gutters-md {
  margin-left: -15px;
  margin-right: -15px;
}
.grid--gutters-md>.col {
  padding-left: 15px;
  padding-right: 15px;
}
.grid--gutters-lg {
  margin-left: -30px;
  margin-right: -30px;
}
.grid--gutters-lg>.col {
  padding-left: 30px;
  padding-right: 30px;
}

/* Widths */
.col--w-auto {
  flex: none;
  width: auto;
}
.col--w-1 {
  flex: none;
  width: 8.3333333333%;
}
.col--w-2 {
  flex: none;
  width: 16.6666666667%;
}
.col--w-3 {
  flex: none;
  width: 25%;
}
.col--w-4 {
  flex: none;
  width: 33.3333333333%;
}
.col--w-5 {
  flex: none;
  width: 41.6666666667%;
}
.col--w-6 {
  flex: none;
  width: 50%;
}
.col--w-7 {
  flex: none;
  width: 58.3333333333%;
}
.col--w-8 {
  flex: none;
  width: 66.6666666667%;
}
.col--w-9 {
  flex: none;
  width: 75%;
}
.col--w-10 {
  flex: none;
  width: 83.3333333333%;
}
.col--w-11 {
  flex: none;
  width: 91.6666666667%;
}
.col--w-12 {
  flex: none;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .col--md-w-1 {
    flex: none;
    width: 8.3333333333%;
  }
  .col--md-w-2 {
    flex: none;
    width: 16.6666666667%;
  }
  .col--md-w-3 {
    flex: none;
    width: 25%;
  }
  .col--md-w-4 {
    flex: none;
    width: 33.3333333333%;
  }
  .col--md-w-5 {
    flex: none;
    width: 41.6666666667%;
  }
  .col--md-w-6 {
    flex: none;
    width: 50%;
  }
  .col--md-w-7 {
    flex: none;
    width: 58.3333333333%;
  }
  .col--md-w-8 {
    flex: none;
    width: 66.6666666667%;
  }
  .col--md-w-9 {
    flex: none;
    width: 75%;
  }
  .col--md-w-10 {
    flex: none;
    width: 83.3333333333%;
  }
  .col--md-w-11 {
    flex: none;
    width: 91.6666666667%;
  }
  .col--md-w-12 {
    flex: none;
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .col--sm-w-1 {
    flex: none;
    width: 8.3333333333%;
  }
  .col--sm-w-2 {
    flex: none;
    width: 16.6666666667%;
  }
  .col--sm-w-3 {
    flex: none;
    width: 25%;
  }
  .col--sm-w-4 {
    flex: none;
    width: 33.3333333333%;
  }
  .col--sm-w-5 {
    flex: none;
    width: 41.6666666667%;
  }
  .col--sm-w-6 {
    flex: none;
    width: 50%;
  }
  .col--sm-w-7 {
    flex: none;
    width: 58.3333333333%;
  }
  .col--sm-w-8 {
    flex: none;
    width: 66.6666666667%;
  }
  .col--sm-w-9 {
    flex: none;
    width: 75%;
  }
  .col--sm-w-10 {
    flex: none;
    width: 83.3333333333%;
  }
  .col--sm-w-11 {
    flex: none;
    width: 91.6666666667%;
  }
  .col--sm-w-12 {
    flex: none;
    width: 100%;
  }
}


/*------------------------------
  FORMS
------------------------------*/
.form__field {
  margin-bottom: 1.5625rem;
}

.form__field__label {
  display: block;
  margin-bottom: 0.3125rem;
  line-height: 1.375;
}
.form__field--required .form__field__label:after {
  content: "*";
  color: #E01B1B;
}

.form__field__error {
  color: #E01B1B;
  font-weight: 700;
  font-size: 0.875rem;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea,
select {
  font: inherit;
  color: inherit;
  border: none;
  appearance: none;
  padding: 0.75rem 1rem;
  background-color: #F1F1F1;
  display: block;
  empty-cells: inherit;
  width: 100%;
  border-radius: 4px;
}

input.scale {
  transform: scale(1.4);
}

input[type="text"].invalid,
input[type="tel"].invalid,
input[type="email"].invalid,
input[type="password"].invalid,
textarea.invalid,
select.invalid {
  border: 2px solid #E01B1B;
}

input[type="checkbox"].invalid,
input[type="radio"].invalid {
  border: 2px solid #E01B1B;
}

select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Ccircle cx='11' cy='11' r='10.5' stroke='%2392AAAC'/%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath d='M6 9.95 10.95 5l4.95 4.95-4.95 4.95L6 9.95Z'/%3E%3C/mask%3E%3Cpath fill='%2392AAAC' d='m10.95 14.9-.707.707.707.707.707-.707-.707-.707Zm4.242-5.657-4.95 4.95 1.415 1.414 4.95-4.95-1.415-1.414Zm-3.535 4.95-4.95-4.95-1.414 1.414 4.95 4.95 1.414-1.415Z' mask='url(%23a)'/%3E%3C/svg%3E");
  background-size: 1.375rem 1.375rem;
  padding-right: 3.375rem;
  background-position: center right 1rem;
  background-repeat: no-repeat;
}

#CountryOther {
  margin-top: 0.5rem;
}

.radio,
.checkbox {}

.radio--inline+.radio--inline,
.checkbox--inline+.checkbox--inline {
  margin-left: 1.5rem;
}

.radio--block,
.checkbox--block {
  display: block;
}

/* Dynamic form display */
.toggle-field {
  display: none;
}
.toggle-field.show {
  display: block;
}

/* Not Me */
.email-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#C_EmailAddress {
  flex: 1;
  min-width: 0;
  order: 1;
}

.not-me {
  flex: none;
  order: 2;
  margin-left: 5px;
  padding: 0.75rem 1rem !important;
}

.email-wrapper .form__field__error {
  flex: 0 0 100%;
  order: 3;
}

/*------------------------------
  BUTTONS
------------------------------*/
.btn {
  border: 0;
  font: inherit;
  color: #fff;
  display: inline-block;
  padding: 0.875rem;
  border-radius: 4px;
  cursor: pointer;
  background-color: #526366;
}
.btn--primary {
  background-color: #00A5C0;
}
.btn--secondary {
  background-color: #0066C0;
}
.btn--tertiary {
  background-color: #92AAAC;
}
.btn--block {
  display: block;
  width: 100%;
}
.btn[disabled] {
  background-color: #526366;
  cursor: not-allowed;
}

/*------------------------------
  BOXES
------------------------------*/
.box {
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.16);
  border-radius: 8px;
  padding: 25px 40px;
}
@media screen and (max-width: 1200px) {
  .box {
    padding: 25px 20px;
  }
}

.box__title {
  text-align: center;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.box__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
}

.box--white {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
}
.box--white .box__title:after {
  background-color: #e5e5e5;
}

.box--shaded {
  background: #D9E7E9;
}
.box--shaded .box__title {
  color: #00A5C0;
}
.box--shaded .box__title:after {
  background-color: #00A5C0;
}

/*------------------------------
  STICKY FOOTER LAYOUT (content grows to fill the available space)
------------------------------*/
html,
body {
  height: 100%;
  overflow-x: hidden;
}
body {
  display: flex;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}

/*------------------------------
  CONTAINER
------------------------------*/
.container {
  width: 90%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}

/*------------------------------
  HEADER
------------------------------*/
.header {
  padding: 20px 0 18px 0;
  flex: none;
}
@media screen and (max-width: 770px) {
  .header {
    padding: 16px 0 10px 0;
  }
}

/*------------------------------
  FOOTER
------------------------------*/
.footer {
  flex: none;
  padding: 1.5625rem 0;
  background: linear-gradient(90deg, #0066C0 0%, #00A5C0 100%);
  color: white;
  margin-top: 50px;
}
@media screen and (max-width: 770px) {
  .footer {
    margin-top: 2.1875rem;
  }
}

/*------------------------------
  LOGO
------------------------------*/
.logo {
  display: block;
  width: 178px;
  height: 48px;
}
.logo svg {
  display: block;
  width: 100%;
  height: 100%;
}      
@media screen and (max-width: 770px) {
  .logo {
    width: 112px;
    height: 30px;
  }
}

/*------------------------------
  BANNER
------------------------------*/
.banner {
  position: relative;
  padding: 2rem 0;
  color: #ffffff;
  background: linear-gradient(90deg, #0066c0 0%, #0091c0 30.54%, #00a5c0 100%);
}
@media screen and (max-width: 770px) {
  .banner {
    padding: 1.25rem 0;
  }
}

/*------------------------------
  NO JS NOTIFICATION
------------------------------*/
.no-js {
  margin: 50px 0;
  background-color: #f1e4e4;
  border-radius: 12px;
  padding: 30px;
  font-weight: 700;
}