html *
{
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  font-size: 15px;
  background-color: inherit;
  color: black;
}

body { background-color: white;}

a
{
  font-weight: 700;
  color: #0170B9;
  text-decoration: none;
}
a:hover,
a:visited:hover
{
  color: #3a3a3a;
}
a:visited
{
  color: #2f668b;
}

em
{
  color: inherit;
}
strong
{
  font-weight: 700;
  color: inherit;
}

p, li { color: #808080; line-height: 1.6em; margin: 1em 0; }

.underline { border-bottom-width: 1px; border-bottom-color: #eaeaea; border-bottom-style: solid; }

.question {
	font-size: 120%;
	text-align: left;
	font-weight: bold;
	margin: 1em 0;
	line-height: 1.3em;
}
.quizq {
	margin-left: 2em;
}

.logo
{
    width: 122px;
    height: 57px;
}

@media(min-width: 870px)
{
  .w66 { width: 66%; }
  .w33 { width: 33%; }
  .w50 { width: 50%; }
}

h1 { font-size: 35px; } 

@media (max-width: 700px)
{
  h1 { font-size: 23px; }
}

@media (min-width: 701px)
{
    .fimr { float: right; width: 40%; margin-left: 15px; }
    .fiml { float: left; width: 40%; margin-right: 15px; }
}

.sideim
{
  max-height:100%;
  max-width:100%;
  border-radius: 25px;
}

.ll-image {
  display: block;
  max-width: 90%;
  width: auto;
  height: auto;
  margin: auto;
  padding: 10px;
}

.ll-box {
  width: 260px;
  height: 260px;
  background-color: transparent;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin: 10px 5px;
}

.ll-title {
  text-align: center;
  font-size: 32px; 
  padding: 10px 20px;
}

sub {
  font-size: .8em;
  vertical-align: -20%;
  color: inherit;
}
sup {
  font-size: .8em;
  vertical-align: 35%;
  color: inherit;
}

h1
{
  font-size: 120%;
}

@media (max-width: 949px) {
  #wide-page-header {
    display:none
  }
  #medium-page-header {
    display: none
  }
  .article { width: 100%; }
  .toc { display: block; float: right; font-weight: 700; margin: 15px; padding: 10px; background-color: #f6f5f5; border-radius: 5px 5px 5px 5px; border: 1px solid #c4c4c4; }
  .toc a, .toc a:hover, .toc a:visited { text-decoration: none; color: #808080;}
}

@media (min-width: 950px) and (max-width:1099px) {
  #wide-page-header {
    display:none
  }

  #narrow-page-header {
    display: none
  }

.article { width: 75%; }
.side-menu { width: 25%; }
.toc { display: none; }
}

@media (min-width: 1100px) {
  #medium-page-header {
    display:none
  }

  #narrow-page-header {
    display: none
  }
.article { width: 75%; }
.side-menu { width: 25%; }
.toc { display: none; }
}

.navarrow-svg { width: 0.6em; height: 0.6em }
.sliderarrow-svg { width: 2em; height: 2em; }

ul.main-nav
{
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  list-style: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.menu-item-with-children { padding-left: 15px; padding-right: 15px; }
.menu-font { font-size: 15px; }
li.menu-item { padding-left: 15px; padding-right: 15px; list-style: none; margin: 0; }
li.mobile-menu-item { padding-left: 15px; padding-right: 15px; list-style: none;}
.sub-menu>.menu-item { padding: .6em 1em; padding-inline-start: 10px; }
.sub-menu { padding-inline-start: 10px; }
.menu-font a { color: black; text-decoration: none; }
.menu-font a:hover { color: #3a3a3a; }

.article li {
  margin: 0 0 0.5em 0;
  line-height: 1.6em;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.mobile-dropdown {
  padding-inline-start: 0px;
  display: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-height: 20px;
  min-width: 240px;
}

.dropdown-content2 {
  position: absolute;
  background-color: #fff;
  min-width: 240px;
  border-top: 2px solid #0170b9;
  margin-top: 10px;
  z-index: 10;
  box-shadow: 0 4px 10px -2px rgba(0,0,0,.1)
}

.mobile-menu-item {
  padding: 0px;
  margin: 1em;
}

.dropdown:hover .dropdown-content { display: block; }

.header-social { width: 20px; height: 20px; }

.swiper {
  height: 400px;
  margin-top: 1em;
  background-color: transparent;
}
.chb-swiper {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.swiper-slide a, .swiper-slide a:active {
    text-decoration: none;
    color: black;
}
.swiper-slide a:hover {
    color: #666;
}
.swiper-heading {
    font-size: 35px;
    margin-bottom: 35px;
}
.swiper-description {
    font-size: 17px;
    margin-bottom: 35px;
}
.swiper-link {
  text-align: center;
  max-width: 66%;
}
.swiper-link-button {
    padding: 5px 20px;
    font-size: 15px;
    border-style: solid;
    border-width: 2px;
    border-color: black;
    border-radius: 20px;
}
@media (max-width: 767px) {
  .swiper-heading {
      font-size: 23px;
  }
  .swiper-description {
      font-size: 13px;
  }
}
.swiper-button-next::after, .swiper-button-prev::after { content: ""; }
.swiper-pagination-bullet-active { background: #707070; }

.breadcrumbs>a { text-decoration: none; }
.breadcrumbs { display: inline; list-style-type: none; }

.side-menu a {text-decoration: none;}
.side-menu li { margin-bottom: 0.5em; }
.side-menu h2 { color: #000000; margin: 15px; font-weight: 700;}

.chbadbutton {
  box-sizing: border-box;
  line-height: 1;
  color: #fff;
  fill: #fff;
  width: auto;
  padding: 15px 50px;
  background-color: #0170B9;
  border-radius: 25px 25px 25px 25px;
  font-size: 18px;
}

.chbadbutton:hover {
  background-color: #5a5a5a;
}

a.chadlink
{
  text-decoration: none; 
  font-size: 18px;
  font-weight: 700;
}

.flex-container {
  max-width: 1140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  font-weight: inherit;
  font-size: 1rem;
  text-align: center;
}

.rounded-flex {
  border-style: solid;
  border-width: 1px;
  border-color: #c4c4c4;
  border-radius: 25px;
  background-color: #f6f5f5;
}

.eq {
  margin-bottom: 1em; margin-left: 1em;
}
.eq img {
  vertical-align: middle;
}
.eq span:before {
  content: "(";
}
.eq span:after {
  content: ")";
}
.eq span {
  margin-left: 3em;
}
.sel {
  list-style-type: square;
  color: black;
}
.sel>a::after
{
  content: " <";
}

.testim {
  font-style: italic;
  margin-bottom: 0;
  margin-left: 5%;
  padding: 0;
  width: 66%;
}
.testimsig {
  text-align: right;
  font-style: italic;
  margin-left: 5%;
  width: 66%;
  margin-top: 0;
  margin-bottom: 3em;
}

table {
  border-collapse: collapse;
  text-align: center;
  font-size: 1em;
  margin: 1em auto;
  color: #888;
}
caption {
  padding: 0 .5em .5em .5em;
  color: #888;
}
th {
  border: 1px solid black;
  padding: 0 .5em;
  background-color: #eee;
  color: #333;
  color: #888;
}
td {
  border: 1px solid black;
  vertical-align: middle;
  padding: .5em;
  color: #888;
}
.noborder td {
  border: none;
}

span.c {
  display: block;
  text-align: center;
  margin: 1em auto;
}
span.l {
  display: block;
  text-align: left;
  margin: 1em auto;
}
span.r {
  display: block;
  text-align: right;
  margin: 1em auto;
}
.react {
  margin-left: 2em;
}

img {
  max-width: 100%;
  height: auto;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}

.step {
  margin-left: 1em;
}
