html {
  scroll-behavior: smooth;
  /* scroll-padding-top:var(--scroll-top-padding, 50px); */
  /* in js add */
  /* document.documentElement.style.setProperty('--scroll-top-padding', hsl + 'px') */
}
body {
  background: #eee;
  border: 0;
  font-family: 'Anon', Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

body,
a {
  color: #333;
}

.center {
  text-align: center;
}

.DOH--global-clear {
  clear: both;
}

.DOH--global-container {
  position: relative;
  margin: auto;
  width: 994px;
}

.DOH--global-container .dateBarTable {
  border-bottom: #888 2px solid;
  color: #888;
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 10px;
}

.DOH--news-nav-container {
  margin: 20px;
}

.DOH--global-content .DOH--global-container {
  display: flex;
}

.DOH--global-left-nav-container {
  margin: 10px 30px 0 0;
}

.DOH--news-container .dateBarTable:first-child {
  margin-top: 0;
}

.DOH--news-flipbar {
  text-align: center;
  margin: 10px;
}

.DOH--news-button-bar-container {
  margin: 10px 0;
}

a.DOH--news-button-bar,
a.DOH--news-button-bar-noLink {
  background-color: #fff;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  font-family: 'Anon', helvetica, sans-serif;
  padding: 8px 50px;
}

a.DOH--news-button-bar {
  border-color: #888;
  color: #000;
  text-decoration: none;
}

a.DOH--news-button-bar:first-child {
  border-bottom-left-radius: 2px;
  border-left-width: 1px;
  border-top-left-radius: 2px;
}

a.DOH--news-button-bar:last-child {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

a.DOH--news-button-bar:hover {
  background: #47c500;
  border-color: #47c500;
  color: #fff;
  cursor: pointer;
}

a.DOH--news-button-bar-noLink {
  border-color: #888;
  color: #ccc;
}

.DOH--homepage-nav {
  width: 20%;
}

.DOH--global-left-nav-links label,
.DOH--global-left-nav-links a {
  display: block;
  margin: 2px 0;
  padding: 4px 8px;
}

.DOH--global-left-nav-links label {
  font-weight: bold;
}

.DOH--global-left-nav-links label:not(:first-child) {
  margin-top: 30px;
}

.DOH--global-left-nav-links ul {
  margin: 0;
  padding: 0;
}

.DOH--global-left-nav-links li {
  list-style: none;
}

.DOH--global-left-nav-links a {
  border-bottom: #ccc 2px solid;
  border-radius: 2px;
  border-top: #eee 2px solid;
  font-size: small;
  text-decoration: none;
}

.DOH--global-left-nav-links li:last-child a {
  /*border: none;*/
}

.DOH--news-container {
  margin-top: 10px;
  width: 80%;
}

.DOH--news-container article a {
  border-bottom: #ccc 2px solid;
  text-decoration: none;
}

.DOH--global-left-nav-links a:hover {
  border-color: #47c500;
  background: #47c500;
  color: #eee;
}

.DOH--news-container article a:hover {
  border-bottom: #47c500 2px solid;
}

.DOH--news-container article {
  font-size: 14px;
  margin: 0 0 20px;
  line-height: 1.75;
  /*text-align: justify;*/
}

.DOH--global-transformer,
.DOH--global-transformer a,
.DOH--news-container article a {
  transition: all 0.125s ease-in-out;
}

.DOH--transform-color {
  transition: color 0.125s ease-in-out;
}

.DOH--transform-bgColor {
  transition: background-color 0.125s ease-in-out;
}

.DOH--transform-slow {
  transition-duration: 1s;
}

#DOH--global-footer-links li {
  display: inline-block;
  list-style: none;
  margin: auto 10px;
}

.DOH--global-success {
  color: #0a0;
}

.DOH--global-error {
  color: #f00;
}

.DOH--global-content-legal {
  line-height: 1.5;
  margin: 20px auto;
  min-height: 400px;
}

.DOH--global-call2action-menu {
  margin: 20px auto;
  text-align: center;
}

.DOH--global-call2action-menu a {
  background: #47c500;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 8px 12px;
  text-decoration: none;
}

.DOH--global-call2action-menu a:hover {
  background-color: #380;
}

blockquote,
code:not(.inline) {
  background-color: #ddd;
  border-color: #888;
  border-radius: 2px;
  border-style: solid;
  border-width: 0 8px;
  display: block;
  margin: 10px auto;
  padding: 10px 20px;
  white-space: pre-wrap;
}

code.inline {
  background-color: #ddd;
  border: #ccc 1px solid;
  border-radius: 2px;
  padding: 2px 4px;
  white-space: nowrap;
}

blockquote {
  position: relative;
  text-align: justify;
}

blockquote::before,
blockquote::after {
  color: #bbb;
  font-family: FontAwesome;
  font-size: 32px;
  position: absolute;
  top: -4px;
}

blockquote::before {
  content: '\f10d';
  left: 4px;
}

blockquote::after {
  content: '\f10e';
  right: 4px;
}

/* responsive css (360 wide) */
@media only screen and (max-device-width: 360px) {
  body {
    width: 360px;
  }

  .DOH--global-container {
    width: 360px;
  }

  .DOH--global-header-navigation {
    padding: 0;
  }

  .DOH--global-header-navigation-info {
    text-align: center;
    width: 320px;
  }

  .DOH--global-header-navigation-info ul {
    display: inline-block;
  }

  .DOH--global-header-navigation-info ul li {
    font-size: small;
    text-align: center;
  }

  .DOH--global-header-navigation-info ul li:last-child {
    margin-right: 0;
  }

  .DOH--global-header-about ul li {
    display: block;
    margin: 4px;
  }

  .DOH--global-header-about ul li:first-child {
    margin-left: 114px;
    width: 200px;
  }

  .DOH--global-left-nav-container {
    display: none;
  }

  .DOH--global-header-title {
    font-size: 40px;
    margin-left: 6px;
  }

  .DOH--global-header-title,
  .DOH--global-header-about-icon {
    margin-left: 6px;
  }

  .DOH--global-container .DOH--news-container {
    margin: auto 10px;
    width: 100%;
  }

  .DOH--news-flipbar {
    margin: 2px;
  }

  a.DOH--news-button-bar,
  a.DOH--news-button-bar-noLink {
    font-size: smaller;
    padding: 4px 10px;
  }

  #DOH--global-footer-find-us .fa {
    border-radius: 18px;
    font-size: 18px;
    margin: 0;
    width: 30px;
  }
}

.right {
  text-align: right;
}

.grid-parent div {
  display: inline-block;
}

.grid-50 {
  width: 49.8%;
}

/*VIDEO MODAL*/
.DOH--global-modal-header a,
.DOH--global-footer-text,
.DOH--global-modal-footer a {
  color: #333;
}

/* modal */
#DOH--global-modal-container {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-25%);
  -moz-transform: translateY(-50%);
  width: 100%;
  z-index: 100;
}

#DOH--global-modal {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#DOH--global-modal-background {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.DOH--global-modal-header,
#DOH--global-modal-content,
.DOH--global-modal-footer {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  font: 14px arial, helvetica, sans-serif;
}

.DOH--global-modal-header,
.DOH--global-modal-footer {
  background: rgb(51, 85, 153);
  color: rgb(255, 255, 255);
  padding: 6px 10px;
}

.DOH--global-modal-footer a {
  color: rgb(255, 255, 255);
}

.DOH--global-modal-header a,
.DOH--global-modal-footer a {
  text-decoration: none;
}

.DOH--global-modal-header a strong,
.DOH--global-modal-footer a strong {
  text-decoration: underline;
}

#DOH--global-modal-content {
  background: rgb(255, 255, 255);
  padding: 10px;
}

#DOH--global-modal-content.video {
  height: 449px;
  padding: 0;
}

#DOH--global-modal-content.video #ytplayer {
  position: relative;
  top: -1px;
}

.DOH--global-modal-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.DOH--global-modal-footer {
  bottom: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: right;
}

#DOH--global-modal-close {
  border-radius: 12px;
  border-top-right-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  margin: 0 2px;
  padding: 4px 6px;
  position: absolute;
  right: 0;
  top: 2px;
}

#DOH--global-modal-close:hover {
  background: #ffffff;
  color: rgb(51, 85, 153);
}

.DOH--global-modal-blur {
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.small {
  font-size: small;
}

.DOH--global-left-nav-webcam-holder {
  border: 2px solid #ccc;
  border-radius: 2px;
  margin-top: 13px;
}

.DOH--global-left-nav-webcam-holder img {
  display: block;
  width: 100%;
}

/*buttons*/
.doh--secondary-button {
  border: 1px solid;
  border-color: #999;
  border-radius: 2px;
  color: #999;
  padding: 10px;
  text-decoration: none;
  transition: border-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

.doh--secondary-button:hover {
  border-color: #000;
  color: #000;
}

/*cert notice*/
.DOH--global-cert-update-container {
  align-items: center;
  /*animation name / length / delay / pause at end*/
  animation: openCertNotice 1s 2s forwards;
  background: #f44336;
  flex-direction: row;
  color: #fff;
  display: flex;
  height: 0;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.DOH--global-cert-update,
.DOH--global-cert-update-close {
  align-items: center;
  bottom: 0;
  display: flex;
  height: 60px;
  justify-content: center;
  position: absolute;
}

.DOH--global-cert-update {
  font-weight: bold;
  width: 100%;
}

.DOH--global-cert-update-close {
  cursor: pointer;
  padding-right: 20px;
  right: 0;
}

.DOH--global-cert-update-container-new {
  font-size: 14px;
  position: absolute;
  text-align: center;
  top: 100px;
  width: 100%;
  z-index: 500;
}

.DOH--global-cert-update-content-new {
  background-color: white;
  border: 1px solid;
  border-left-width: 8px;
  border-radius: 2px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 12px 18px;
}

.DOH--global-cert-update-inner {
  display: inline-block;
}

.DOH--global-cert-update-content-error-new
  .DOH--global-cert-update-content-new {
  border-color: #f51f1f;
}

.DOH--global-cert-update-content-info-new .DOH--global-cert-update-content-new {
  border-color: #39b3e6;
}

.DOH--global-cert-update-content-warn-new .DOH--global-cert-update-content-new {
  border-color: #e6ac39;
}

@keyframes openCertNotice {
  from {
    height: 0;
  }

  to {
    height: 60px;
  }
}

.DOH--global-cert-update-link {
  border-bottom: 1px solid;
  color: #fff;
  margin-left: 10px;
  text-decoration: none;
}

.hide {
  display: none;
}
