/* jwfacts stylesheet small devices */

@media (max-width: 999px) {
  .right-menu {
    display: none;
  }
  .slider {
    display: none;
  }
  .googlefooterlarge {
    display: none;
  }
  .headinglarge {
    display: none;
  }
  .background {
    display: none;
  }
}

body {
  background: #ffffff;
  margin: 0px;
  padding: 0px;
  text-align: center;
} /* center everything. some browsers add margins and padding by default, remove them*/

#container {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#header {
  text-align: center;
  margin: 0;
  padding: 0;
}

.headingsmall {
  margin: 0;
  padding: 0;
}

.headingsmall .header-mobile {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  margin: 0;
  padding: 0;
}

.headingsmall .header-mobile-logo {
  grid-row: 1 / 3;
  grid-column: 1;
  display: block;
  width: 72px;
  line-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.headingsmall .header-mobile-logo .logo_img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

.headingsmall .header-mobile-title {
  grid-row: 1;
  grid-column: 2;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.headingsmall .header-mobile-tagline {
  grid-row: 2;
  grid-column: 2;
  background-color: #333333;
  background-color: var(--tagline-bg);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0.4rem 0.5rem;
}

.headingsmall .header-mobile-menu-btn {
  grid-row: 1 / 3;
  grid-column: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 3.25rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-left: 1px solid #dddddd;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.headingsmall .header-mobile-menu-btn:focus-visible {
  outline: 2px solid #333333;
  outline-offset: -2px;
}

.header-mobile-menu-icon,
.header-mobile-menu-icon::before,
.header-mobile-menu-icon::after {
  display: block;
  width: 1.35rem;
  height: 2px;
  background-color: #333333;
  border-radius: 1px;
}

.header-mobile-menu-icon {
  position: relative;
}

.header-mobile-menu-icon::before,
.header-mobile-menu-icon::after {
  content: '';
  position: absolute;
  left: 0;
}

.header-mobile-menu-icon::before {
  top: -6px;
}

.header-mobile-menu-icon::after {
  top: 6px;
}

.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 1200;
}

.mobile-nav-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(18rem, 85vw);
  background-color: #ffffff;
  box-shadow: -2px 0 12px rgba(0, 0, 0, 0.18);
  transform: translateX(100%);
  transition: transform 0.25s ease;
  z-index: 1201;
  overflow-y: auto;
  text-align: left;
}

.mobile-nav-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #dddddd;
  background-color: #333333;
}

.mobile-nav-drawer-title {
  color: #ffffff;
  font-family: 'Raleway', 'Montserrat', Arial, sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mobile-nav-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav-link {
  display: block;
  padding: 0.95rem 1rem;
  border-bottom: 1px solid #e8e8e8;
  color: #333333;
  font-family: 'Raleway', 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  text-decoration: none;
}

.mobile-nav-link:hover,
.mobile-nav-link:focus {
  background-color: #f5f5f5;
  color: #333333;
  text-decoration: none;
}

.mobile-nav-link-active {
  background-color: #f0f0f0;
  font-weight: 600;
}

body.mobile-nav-open {
  overflow: hidden;
}

body.mobile-nav-open .mobile-nav-overlay {
  opacity: 1;
  visibility: visible;
}

body.mobile-nav-open .mobile-nav-drawer {
  transform: translateX(0);
}

.headerlogotextmobile {
  font-family: 'Raleway', 'Montserrat', Arial, sans-serif;
  font-size: 1.4rem;
  text-align: left;
  padding: 0.35rem 0.5rem 0.35rem 0.5rem;
  color: #333333;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
}

.headingsmall .header-mobile-tagline .header-section-title {
  color: #ffffff;
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  font-style: normal;
  text-transform: uppercase;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.35;
  text-align: left;
}

@media (max-width: 500px) {
  .headingsmall .header-mobile-logo {
    width: 62px;
  }
  .headerlogotextmobile {
    font-size: 1.05rem;
    padding: 0.3rem 0.4rem 0.3rem 0.4rem;
  }
  .headingsmall .header-mobile-tagline {
    padding: 0.35rem 0.4rem;
  }
  .headingsmall .header-mobile-tagline .header-section-title {
    font-size: 0.82rem;
  }
}

h2.headerlogotextmobile {
  color: #333333;
  text-align: left;
}

.main-body {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 600px;
  padding: 0px;
  text-align: center;
  valign: top;
} /*text-align required for explorer*/
tr,
td {
  text-align: left;
  vertical-align: top;
}
.main-content {
  padding: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 90%;
  margin: 0 auto;
}

.background1 {
  width: 100%;
  background-color: #f3f3f3;
  padding: 5px;
}

#footerr {
  width: 100%;
  background: var(--tagline-bg);
  padding: 2px;
  text-align: center;
  margin: 0 auto;
  padding: 0px;
}
.googlefooter {
  padding: 0px;
  text-align: center;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoWrapper50 {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper50 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

h1 {
  font-family: 'Helvetica Light', helvetica, arial;
  font-size: 1.75em;
  text-align: center;
  color: #666666;
}
h2 {
  font-family: 'Helvetica Neue', helvetica, arial;
  font-size: 1.25em;
  text-align: center;
  color: #ae1804;
}
h3 {
  font-family: 'Helvetica Neue', helvetica, arial;
  font-size: 1.25em;
  text-align: left;
  color: #ae1804;
}
h4 {
  font-family: 'Helvetica Neue', helvetica, arial;
  font-size: 1em;
  text-align: left;
  font-weight: bold;
  padding-left: 20pt;
  color: #333333;
}
h5 {
  font-family: 'Helvetica Neue', helvetica, arial;
  font-size: 1em;
  text-align: left;
  color: #333333;
}
h6 {
  font-family: 'Helvetica Neue', helvetica, arial;
  font-size: 0.9em;
  text-align: left;
  font-weight: bold;
  color: #333333;
}

p,
li {
  font-family: 'Helvetica Neue', helvetica, arial;
  font-size: 1.25rem;
  text-align: left;
  line-height: 125%;
  color: #333333;
}
.phomepage {
  font-family: 'Helvetica Neue', helvetica, arial;
  font-size: 1em;
  text-align: left;
  line-height: 125%;
  color: #333333;
}
.p2 {
  font-family: 'Helvetica Neue', helvetica, arial;
  font-size: 1em;
  text-align: left;
  line-height: 125%;
  color: #333333;
}
.psmall {
  font-family: 'Helvetica Neue', helvetica, arial;
  font-size: 0.85em;
  text-align: left;
  line-height: 125%;
  color: #333333;
}
.psmallcenter {
  font-family: 'Helvetica Neue', helvetica, arial;
  font-size: 0.85em;
  text-align: center;
  line-height: 125%;
  color: #333333;
}
.pcenter {
  font-family: 'Helvetica Neue', helvetica, arial;
  font-size: 0.925em;
  text-align: center;
  line-height: 125%;
  color: #333333;
}
.pright {
  font-family: 'Helvetica Neue', helvetica, arial;
  font-size: 0.925em;
  text-align: right;
  line-height: 125%;
  color: #333333;
}
.pindent {
  font-family: 'Helvetica Neue', helvetica, arial;
  font-size: 0.925em;
  text-align: left;
  line-height: 125%;
  padding-left: 20pt;
  color: #333333;
}
.pquote {
  font-family: palantino, times;
  font-size: 1.05em;
  line-height: 125%;
  padding-left: 30pt;
  color: #333333;
}
.pquote2 {
  font-family: palantino, times;
  font-size: 1.05em;
  line-height: 125%;
  padding-left: 60pt;
  color: #333333;
}
.pquotenoindent {
  font-family: palantino, times;
  font-size: 1.05em;
  line-height: 125%;
  color: #333333;
}
.plargequote {
  font-family: palantino, times;
  text-align: center;
  color: #bfd9da;
  border: 1;
  padding: 10px;
  border-radius: 10px;
  background-color: #484452;
  font-size: 1.6em;
  margin: 10px 0px;
  color: #bfd9da;
}
.plarge {
  font-family: 'Helvetica Neue', helvetica;
  text-align: left;
  border: 1;
  padding: 0px;
  border-radius: 10px;
  font-size: 1.3em;
  letter-spacing: 0.05em;
  margin: 10px 0px;
  color: #333333;
}

fontred {
  font-color: red;
}

blockquote {
  font-family: palantino, times;
  font-size: 1.05em;
  line-height: 125%;
  text-align: left;
  quotes: '\201C''\201D';
  color: #333333;
}
blockquote {
  font-family: Georgia, serif;
}
sub,
sup {
  font-size: 0.7em;
}

.pblueeheading {
  background-color: #eff3f8;
  border: 1px solid #eff3f8;
  font-family: verdana;
  font-size: 0.9375em;
  text-align: center;
  padding: 10px;
  margin: 0px 0px;
}
.pblueeheading a{
  color: #ffff !important;
}

.pbluee {
  background-color: #fefefe;
  border: 1px solid #eff3f8;
  font-family: 'Helvetica Neue', helvetica, arial;
  font-size: 0.8em;
  text-align: left;
  line-height: 125%;
  padding: 10px;
  margin: 0px 0px;
}
.pblueecenter {
  background-color: #fefefe;
  border: 1px solid #eff3f8;
  font-family: helvetica, arial;
  font-size: 0.8em;
  text-align: center;
  line-height: 125%;
  padding: 10px;
  margin: 0px 0px;
}

.preddheading {
  background-color: #dbd4d6;
  border: 1px solid #dbd4d6;
  font-family: verdana;
  font-size: 0.9375em;
  text-align: center;
  padding: 10px;
  margin: 0px 0px;
}
.predd {
  background-color: #f7f7f7;
  border: 1px solid #dbd4d6;
  font-family: 'Helvetica Neue', helvetica, arial;
  font-size: 0.8em;
  text-align: left;
  line-height: 125%;
  padding: 10px;
  margin: 0px 0px;
}
.preddcenter {
  background-color: #f7f7f7;
  border: 1px solid #dbd4d6;
  font-family: 'Helvetica Neue', helvetica, arial;
  font-size: 0.8em;
  text-align: center;
  line-height: 125%;
  padding: 10px;
  margin: 0px 0px;
}

ul {
  font-family: 'Helvetica Neue', helvetica, arial;
  text-align: left;
  font-size: 0.925em;
  line-height: 125%;
  color: #333333;
}
.ulhomepage {
  font-family: 'Helvetica Neue', helvetica, arial;
  font-size: 1em;
  text-align: left;
  line-height: 125%;
  color: #333333;
}
.ultwo {
  font-family: 'Helvetica Neue', helvetica, arial;
  text-align: left;
  font-size: 1.1em;
  line-height: 125%;
}
.ulthree {
  font-family: 'Helvetica Neue', helvetica, arial;
  text-align: left;
  font-size: 1.1em;
  line-height: 125%;
}
.ulbluee {
  font-family: palantino, times;
  font-size: 1.125em;
  text-align: left;
  line-height: 125%;
}
.ulredd {
  font-family: palantino, times;
  font-size: 1.125em;
  text-align: left;
  line-height: 125%;
}
.ulquote {
  font-family: palantino, times;
  font-size: 1.1em;
  text-align: left;
  line-height: 125%;
}
.ulquotetwo {
  font-family: palantino, times;
  font-size: 1.25em;
  text-align: left;
  line-height: 125%;
}
ol {
  font-family: 'Helvetica Neue', helvetica, arial;
  text-align: left;
  font-size: 0.925em;
  line-height: 125%;
  color: #333333;
}
.olsmall {
  font-family: 'Helvetica Neue', helvetica, arial;
  text-align: left;
  font-size: 0.85em;
  line-height: 125%;
}
.olbluee {
  font-family: verdana;
  font-size: 1em;
  text-align: left;
  line-height: 125%;
}
.olredd {
  font-family: verdana;
  font-size: 1em;
  text-align: left;
  line-height: 125%;
}

.floatLeft {
  float: left;
  margin: 4px;
  padding: 5px;
}
.floatLeftindent {
  float: left;
  margin: 4px;
  padding: 5px;
  padding-left: 30pt;
}
.floatRight {
  float: right;
  margin: 4px;
  padding: 5px;
}
.quote300Left {
  float: left;
  margin: 4px;
  width: 50%;
}
.quote400Left {
  float: left;
  margin: 4px;
  width: 100%;
}
.quote300Right {
  float: right;
  margin: 4px;
  width: 50%;
}
.quote400Right {
  float: right;
  margin: 4px;
  width: 100%;
}

img {
  max-width: 95%;
  height: auto;
  width: auto\9; /* ie8 */
}

img.imgfull {
  width: 95%;
  height: auto;
}
img.imgmain {
  width: 100%;
  min-height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

img.imgthird {
  width: 32%;
  height: auto;
}
img.imghalf {
  width: 48%;
  height: auto;
}
img.img25 {
  width: 22%;
  height: auto;
}
img.img75 {
  width: 72%;
  height: auto;
}
img.imgindent {
  max-width: 100%;
  padding-left: 0px;
  border: none;
}
img.imgindentfull {
  width: 100%;
  padding: 0px;
  border: none;
  border-width: 0px;
}
img.floatLeft {
  float: left;
  /* margin: 4px; */
  /* margin-bottom: 0px;
  margin-top: 0px; */
  /* margin: 0px; */
  /* padding: 5px; */
  border: none;
}
img.floatRight {
  float: right;
  margin: 4px;
  padding: 5px;
  border: none;
}
img.floatRight50 {
  width: 100%;
  padding: 5px;
  border: none;
}
img.imgcenter {
  align: center;
  border: none;
}

a {
  color: #337810;
  text-decoration: none;
} /* green..grey*/
a:visited {
  /* color: #337810; */
  text-decoration: none;
}
a:hover {
  color: #333333;
  text-decoration: underline;
}
a:active {
  color: #337810;
  text-decoration: none;
}

.a1 {
  color: #000000;
  font-family: verdana;
} /*black..grey*/
.a1:visited {
  color: #000000;
}
.a1:hover {
  color: #333333;
}
.a1:active {
  color: #000000;
}

.a2 {
  color: #ffffff;
  font-family: verdana;
  font-size: 0.75em;
} /*white..pink*/
.a2:visited {
  color: #ffffff;
}
.a2:hover {
  color: #d0a9f5;
}
.a2:active {
  color: #ffffff;
}

.a3 {
  color: #ffffff;
  font-family: palantino;
} /*white..pink*/
.a3:visited {
  color: #ffffff;
}
.a3:hover {
  color: #d0a9f5;
}
.a3:active {
  color: #ffffff;
}

.a4 {
  color: #337810;
  font-family: palantino;
  font-style: italic;
  font-size: 2em;
  line-height: 125%;
} /* green..grey*/
.a4:visited {
  color: #337810;
}
.a4:hover {
  color: #333333;
}
.a4:active {
  color: #337810;
}

.bread {
  font-family: verdana;
  font-size: 0.7em;
}

table#bluee {
  background-color: #eff3f8;
  width: 100%;
  cellpadding: 5px;
  cellspacing: 5px;
  border-radius: 5px;
}
table#bluee td {
  padding: 5px;
}
.blueetoprow {
  background-color: #eff3f8;
  font-family: verdana;
  font-size: 0.9375em;
  text-align: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.blueebody {
  background-color: #ffffff;
  font-family: verdana;
  font-size: 0.75em;
  text-align: left;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.blueebodycenter {
  background-color: #ffffff;
  font-family: verdana;
  font-size: 0.75em;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.blueenotoprow {
  background-color: #ffffff;
  font-family: verdana;
  font-size: 0.75em;
  text-align: left;
  border-radius: 5px;
}
.blueenotoprowcenter {
  background-color: #ffffff;
  font-family: verdana;
  font-size: 0.75em;
  text-align: center;
  border-radius: 5px;
}
.blueenotoprowquotecenter {
  background-color: #ffffff;
  font-family: palantino;
  font-size: 0.9em;
  text-align: center;
  border-radius: 5px;
}
.blueequotecenter {
  background-color: #ffffff;
  font-family: palantino;
  font-size: 0.9em;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.blueetopleftcurve {
  background-color: #ffffff;
  font-family: verdana;
  font-size: 0.75em;
  text-align: left;
  border-top-left-radius: 5px;
}
.blueetoprightcurve {
  background-color: #ffffff;
  font-family: verdana;
  font-size: 0.75em;
  text-align: left;
  border-top-right-radius: 5px;
}
.blueebottomleftcurve {
  background-color: #ffffff;
  font-family: verdana;
  font-size: 0.75em;
  text-align: left;
  border-bottom-left-radius: 5px;
}
.blueebottomrightcurve {
  background-color: #ffffff;
  font-family: verdana;
  font-size: 0.75em;
  text-align: left;
  border-bottom-right-radius: 5px;
}
.blueenocurve {
  background-color: #ffffff;
  font-family: verdana;
  font-size: 0.75em;
  text-align: left;
}
.blueenocurvecenter {
  background-color: #ffffff;
  font-family: verdana;
  font-size: 0.75em;
  text-align: center;
}

/* body, blockquote, table, code, pre, .main-content {
  background: #000 !important;
  color: #fff !important;
}
a, a:visited {
  color: #8ec6ff !important;
}
h1, h2, h3, h4, h5, h6, th, td, p, li, span, div {
  color: #fff !important;
  border-color: #222 !important;
}
input, textarea, select {
  background: #111 !important;
  color: #fff !important;
  border-color: #333 !important;
}
::placeholder {
  color: #bbb !important;
}
table {
  background: #111 !important;
  color: #fff !important;
}
code, pre {
  background: #222 !important;
  color: #ececec !important;
} */