@charset "UTF-8";

/************************** generic class *****************************/
.container .container {
  padding-left: 0;
  padding-right: 0;
}
.pageTitle{
  text-align: center;
}
.header1 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}

.header2 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
}

.header3 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
}

.header4 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}

.header5 {
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
}

.header6 {
  font-size: 14px;
  line-height: 1.357;
  font-weight: bold;
}

.marginTop-lv0 {
  margin-top: 0 !important;
}

.marginTop-lv1 {
  margin-top: 5px !important;
}

.marginTop-lv2 {
  margin-top: 10px !important;
}

.marginTop-lv3 {
  margin-top: 15px !important;
}

.marginTop-lv4 {
  margin-top: 20px !important;
}

.marginTop-lv5 {
  margin-top: 25px !important;
}

.marginTop-lv6 {
  margin-top: 30px !important;
}

/************************** Title ****************************/
.basic-page .Title h1,
.basic-page .Title h2,
.basic-page .Title h3,
.basic-page .Title h4,
.basic-page .Title h5,
.basic-page .Title h6,
.basic-page .Title p {
  margin-top: 15px;
  /*margin-right: 90px;*/
}
.basic-page .title:first-child > .Title > :first-child,
.basic-page .anchor:first-child + .title > .Title > :first-child {
  margin-top: 0;
}
.border {
  border-bottom: 1px solid;
  padding-bottom: 0.125em;
}

/************************** contentsframe *****************************/
/*sectionContents*/
.basic-page .sectionContents {
  padding-top: 45px;
}

.basic-page .sectionContents.noPaddingTop {
  padding-top: 0;
}

.basic-page .sectionContents.PaddingTopShort {
  padding-top: 25px;
}

.basic-page .sectionContents.PaddingTopTall {
  padding-top: 60px;
}

.basic-page .sectionContents.container.wideContents {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

/************************** anchor ****************************/
.basic-page .anchor a {
  display: block;
}

/************************** rich text ****************************/
.basic-page .richtext.section {
  font-size: 14px;
  line-height: 1.834;
}

.basic-page .richtext.section a {
  color: #0041C0;
  font-weight: bold;
  word-wrap:break-word;
}

.basic-page .richtext.section [class*="ops-"] a {
  font-weight: normal;
}

.basic-page .richtext.section [class*="ops-"][class*="-bold"] a {
  font-weight: bold;
}

.basic-page .richtext.section a[name] {
  display: block;
}

.basic-page .richtext.section b {
  font-weight: bold;
}

.basic-page .text.parbase.section i,
.basic-page .richtext.section i {
  font-style: italic;
}

.basic-page .richtext.section p,
.basic-page .richtext.section ul,
.basic-page .richtext.section ol,
.basic-page .richtext.section > div {
  margin-top: 15px;
}

.basic-page .richtext.section:first-child > :first-child,
.basic-page .anchor:first-child + .richtext.section > :first-child {
  margin-top: 0;
}

.basic-page .commonContents > .richtext.section:first-child > :first-child {
  margin-top: 15px;
}

.basic-page :first-child > .commonContents > .richtext.section:first-child > :first-child,
.basic-page :first-child > .commonContents > .anchor:first-child + .richtext.section > :first-child {
  margin-top: 0;
}

.basic-page .richtext.section p:empty:last-child {
  margin-top: 0;
}

.basic-page .richtext.section ul {
  list-style: outside disc;
  margin-left: 2em;
}
.basic-page .richtext.section ul.list_s_none{
  list-style:none;
  margin-left: 0;
}
.basic-page .richtext.section ol {
  list-style: outside decimal;
  margin-left: 2em;
}
.basic-page .richtext.section ol.list_s_u-r{
  list-style-type: upper-roman;
}
.basic-page .richtext.section ol.list_s_l-a{
  list-style-type: lower-alpha;
}
/************************** linklist *****************************/
.basic-page .linklist ul {
  margin-top: 15px;
}
.basic-page .linklist ul li > ul {
    margin-top: 0;
    margin-left: 1.286em;
}
.basic-page .linklist:first-child ul,
.basic-page .anchor:first-child + .linklist ul {
  margin-top: 0;
}

.basic-page .commonContents > .linklist:first-child ul {
  margin-top: 15px;
}

.basic-page :first-child > .commonContents > .linklist:first-child ul,
.basic-page :first-child > .commonContents > .anchor:first-child + .linklist ul {
  margin-top: 0;
}

.basic-page .linklist li {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.834;
}

.basic-page .linklist li:first-child {
  margin-top: 0;
}

.basic-page .linklist li a {
  display: inline-block;
  color: #00a0c6;
  font-weight: bold;
  margin-left: 15px;
  text-indent: -15px;
}

.basic-page .linklist li a.noicon,
.basic-page .linklist [style*="center"] li a,
.basic-page .linklist [style*="right"] li a {
  display: inline-block;
  margin-left: 0;
  text-indent: 0;
}

.basic-page .linklist li a .icn-newwin,
.basic-page .linklist li a .icon {
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
  max-width: none !important;
}

.basic-page .linklist li .icon[src*="icn-pdf-small"] {
  margin-right: 2px;
  margin-left: -3px;
}

.basic-page .linklist li a .icon + * {
  vertical-align: middle;
}

.basic-page .linklist .horizontal li {
  margin-top: 0;
  display: block;
  margin-right: 15px;
}
.basic-page .linklist .horizontal[style*="center"] li {
  margin-left: 7px;
  margin-right: 7px;
}

.basic-page .linklist .horizontal[style*="right"] li {
  margin-left: 15px;
  margin-right: 0;
}

.basic-page .linklist .horizontal.breakable:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.basic-page .linklist .horizontal.breakable li {
  float: left;
}

.basic-page .linklist .horizontal.breakable li.break {
  clear: left;
}

/* variablesize */
.basic-page .linklist .variablesize.size-plus li {
  font-size: 15px;
}

.basic-page .linklist .variablesize.size-2plus li {
  font-size: 17px;
}

.basic-page .linklist .variablesize.size-3plus li {
  font-size: 19px;
}

.basic-page .linklist .variablesize li a {
  margin-left: 1.286em;
  text-indent: 0;
}

.basic-page .linklist .variablesize.normal li a {
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-weight: normal;
}

.basic-page .linklist .variablesize li a.noicon,
.basic-page .linklist .variablesize[style*="center"] li a,
.basic-page .linklist .variablesize[style*="right"] li a {
  margin-left: 0;
  text-indent: 0;
}
span.icn {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    padding-right: 0.2em;
    text-align: center;
    line-height: 0;
}
.basic-page .linklist .variablesize span.icn {
  display: inline-block;
  vertical-align: middle;
  margin-left: -1.286em;
  width: 1em;
  padding-right: 0.286em;
  text-align: center;
  line-height: 0;
}

.basic-page .linklist .variablesize[style*="center"] li a span.icn,
.basic-page .linklist .variablesize[style*="right"] li a span.icn {
  margin-left: 0;
}

.basic-page .linklist .variablesize span.icn img {
  vertical-align: middle;
}

/************************** linkcolor *****************************/
#sections a {
  color: #0041C0 !important;
}


@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  /************************** bootstarp ext *****************************/
  .basic-page .section.bootstrapcontainer > .container > .bootstrap-container > .bootstrapcontainer > .bootstraprow.section:first-child {
    margin-top: 10px;
  }

  .basic-page .section.bootstrapcontainer:first-child > .container > .bootstrap-container > .bootstrapcontainer > .bootstraprow.section:first-child {
    margin-top: 0;
  }
  .header1 {
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .header2 {
    font-size: 1.125rem;
    line-height: 1.3;
  }

  .header3 {
    font-size: 1.063rem;
    line-height: 1.3;
  }

  .header4 {
    font-size: 0.875rem;
    line-height: 1.3;
  }

  .header5 {
    font-size: 0.813rem;
    line-height: 1.3;
  }

  .header6 {
    font-size: 0.75rem;
    line-height: 1.3;
  }
  /************************** contentsframe *****************************/
  /*sectionContents*/
  .basic-page .sectionContents {
    padding-top: 25px;
  }
  .basic-page .sectionContents.noPaddingTop {
    padding-top: 0;
  }

  .basic-page .sectionContents.PaddingTopShort {
    padding-top: 15px;
  }

  .basic-page .sectionContents.PaddingTopTall {
    padding-top: 35px;
  }

  .basic-page .sectionContents.noPaddingTopMobile {
    padding-top: 0 !important;
  }

  .basic-page .sectionContents.PaddingTopShortMobile {
    padding-top: 15px !important;
  }

  .basic-page .sectionContents.PaddingTopModerateMobile {
    padding-top: 25px !important;
  }

  .basic-page .sectionContents.PaddingTopTallMobile {
    padding-top: 35px !important;
  }
  /************************** rich text ****************************/
  .basic-page .richtext.section {
    font-size: 0.75rem;
    line-height: 1.6;
  }

  .basic-page .richtext.section p,
  .basic-page .richtext.section ul,
  .basic-page .richtext.section ol,
  .basic-page .richtext.section > div {
    margin-top: 10px;
  }

  .basic-page .commonContents > .richtext.section:first-child > :first-child {
    margin-top: 10px;
  }
  /************************** linklist *****************************/
  .basic-page .linklist ul {
    margin-top: 10px;
  }

  .basic-page .commonContents > .linklist:first-child ul {
    margin-top: 10px;
  }
  .basic-page .linklist li {
    margin-top: 6px;
    font-size: 0.75rem;
    line-height: 1.6;
  }

  .basic-page .linklist li a {
    margin-left: 13px;
    text-indent: -13px;
  }

  .basic-page .linklist li a .icn-newwin,
  .basic-page .linklist li a .icon {
    max-height: 12px;
    width: auto;
    height: auto;
    margin-right: 3px;
  }

}