html,
body {
  font-family: "Noto Sans", sans-serif;
}

body {
  font-size: 18px;
  margin: 10px;
}

img {
  max-width: 100%;
  height: auto;
}

/* centering class */
img.center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

/* ======================================== */

p {
  margin-top: 0;
  margin-bottom: 0.8rem;
}

video {
  width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

ul.noindent {
  list-style-position: inside;
  padding-left: 0;
}

a {
  color: #0074d9;
  font-weight: bolder;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: rgb(0, 63, 119);
}

a[href^="http"]::after {
  font-family: "FontAwesome";
  content: "\f08e";
  margin-left: 0.25em;
  color: #0074d9;
  font-size: 0em;
}

a[onclick^="showDataPopup"]::after {
  font-family: "FontAwesome";
  content: "\f2d2";
  margin-left: 0.25em;
  color: lightsalmon;
  font-size: 0.8em;
}

.initials {
  font-size: 12px;
  font-weight: bolder;
  font-style: italic;
}

.clear-floats {
  clear: both;
}

.gy-seasonal-text {
  /*    color: #ff5500;*/
  color: #2c6b3f;
}

.gy-green-headsize {
  color: #ff5500;
  text-align: center;
  font-size: 90%;
  color: #2c6b3f;
  font-weight: 600;
}

.gy-seasonal-background {
  background-color: #2c6b3f;
  border-radius: 0 20px 0 20px;
  border: 0px solid #2c6b3f;
}

.gy-seasonal-backgroundred {
  background-color: red;
  border-radius: 0 20px 0 20px;
  border: 0px solid #2c6b3f;
}

.gy-seasonal-background2 {
  background-color: #2c6b3f;
  border-radius: 0px 50px 0px 50px;
  border: 0px solid black;
}

/* Special color for tables JMP */
.gy-seasonal-backgroundx {
  background-color: #d2e7cc;
  padding: 15px 15px 15px 15px;
  /* border-radius: 0px 50px 0px 50px;
  border: 0px solid black; */
}

.gy-logo-row {
  flex-direction: row;
  margin-bottom: 12px;
}

.gy-logo {
  padding: 5px 0;
}

.gy-styled-name {
  color: #b43632;
  font-weight: bold;
}

.gy-title {
  font-size: 160%;
  font-weight: bolder;
  font-style: italic;
  text-align: center;
  margin-bottom: 4px;
}

.gy-subtitle {
  font-size: 125%;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  margin-bottom: 2px;
}

.gy-lead {
  font-size: 140%;
  font-weight: normal;
  font-style: italic;
  text-align: center;
}

.gy-leadlarger {
  font-size: 200%;
  font-weight: normal;
  font-style: italic;
  text-align: center;
}

.gy-note-info {
  font-size: 90%;
  font-style: italic;
  margin: 0 0 0 12px;
  padding: 0 0 0 6px;
  border-left: 3px solid rgba(12, 71, 0, 0.151);
}

.gy-consent-modal {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0) !important;
  top: auto;
  bottom: 4px;
  max-width: 1000px;
  overflow: hidden;
  z-index: 101;
  max-height: 50vh;
  border: 1px solid gray;
  border-top: 4px solid #2c6b3f;
  background: #ebeeeb;
  padding: 7px;
}

.gy-consent-heading {
  color: #2c6b3f;
  font-weight: bold;
  font-size: 0.9rem;
}

.gy-consent-text {
  font-size: 0.8rem;
}

.gy-pointer {
  cursor: pointer;
}

/* Used drop cap font css to make curly quotes */

.quotesright {
  font-size: 1.8em;
  line-height: 1;
  font-family: "Times New Roman", Times, serif;
  color: #2c6b3f;
}
/* Used drop cap font css to make curly quotes */
.quotesleft {
  font-size: 1.8em;
  line-height: 1;
  font-family: "Times New Roman", Times, serif;
  color: #2c6b3f;
}

.gy-sublead {
  font-size: 120%;
  font-weight: normal;
  text-align: center;
}

.gy-author {
  display: block;
  margin-top: 4px;
  text-align: right;
}

.gy-fs-70 {
  font-size: 70%;
}

.gy-fs-90 {
  font-size: 90%;
}

.gy-fs-140 {
  font-size: 140%;
}

.gy-cir {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}

.gy-cir-centered {
  display: block;
  margin: auto;
}

.gy-cir-face {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  box-shadow: 4px 6px 10px gray;
  transition: ease-out 500ms;
}

.gy-cir-face:hover {
  transform: scale(1.2, 1.2);
}

.gy-center {
  vertical-align: middle;
  text-align: center;
}

.gy-bottom {
  /* the containing div must have position:relative; */
  position: absolute;
  bottom: 0;
}

.gy-keyword {
  border-bottom: 1px dotted #000;
  text-decoration: none;
}

.gy-badge {
  background-color: #2c6b3f;
  border: 2px solid white;
  border-radius: 50%;
  box-shadow: 1px 1px 1px black;
  color: white;
  height: 1.6em;
  min-width: 1.6em;
  text-align: center;
  display: inline-block;
}

.sit-on-top {
  margin-bottom: 0;
}

.btable,
.btable td,
.btable th {
  border: 1px solid black;
}

.btable {
  border-collapse: collapse;
}

.carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right,
.carousel-fade .carousel-inner .carousel-item {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right,
.carousel-fade .carousel-inner .carousel-item-next,
.carousel-fade .carousel-inner .carousel-item-prev {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.btn {
  padding: 8px 16px;
}

.btn-group-xs > .btn,
.btn-xs {
  padding: 0.25rem 0.4rem;
  font-size: 0.875rem;
  line-height: 0.75;
  border-radius: 0.2rem;
}

.disable-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by any browser but < IE9 */
}

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-branding {
  font-size: 70%;
  color: gray;
}

/* ========== NAVBAR =============== */

.navbar {
  padding: 0.1rem 0.5rem 0.2rem 0.5rem;
}

/* navbar background color */
.navbar-custom {
  margin-bottom: 2px;
  padding: 6px 6px 6px 0;
}

/* navbar brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
  color: rgba(255, 255, 255, 0.8);
}

/* navbar link color */
.navbar-custom .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
  padding: 6px;
}

/* navbar color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
  color: whitesmoke;
}

/* navbar color of active links */
.navbar-custom .nav-item.active .nav-link {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: hsla(0, 0%, 100%, 0.5);
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.dropdown-item.active {
  background-color: white;
  font-weight: bold;
}

.nav-avatar {
  width: 24px;
  height: 24px;
}

/* ========== footer =============== */
/* New drop cap just for footer pages*/
.gp-dropcapfooter {
  float: left;
  font-size: 2.9em;
  line-height: 1;
  font-weight: bold;
  margin-right: 8px;
  color: red;
  font-family: "Times New Roman", Times, serif;
  text-shadow: gray 0.05em 0.05em;
}

/* John created for use in footer files (terms, mission etc..) */
.footertext {
  /* text-align: justify; */
  font-size: 110%;
}

.gy-footer {
  padding: 8px 4px;
  border-top-width: 2px;
  border-top-color: darkgreen;
  border-top-style: solid;
  font-size: 0.9rem;
  margin-top: 8px;
  line-height: 200%;
  display: flex;
  flex-flow: row wrap;
}

.gy-footer-links {
  margin-left: 0;
  margin-right: 2em;
}

.gy-footer-social {
  font-size: 1.8rem;
  margin-left: auto;
  align-self: center;
}

.gy-footer a:link {
  color: black;
  font-weight: normal;
  font-style: italic;
}

.gy-footer a:visited {
  color: black;
}

.gy-footer-bottom {
  font-size: 0.95rem;
  padding: 4px;
  background: #9ffdc3;
}

.gy-footer-affiliate {
  padding: 4px 8px 2px 8px;
}

.gy-footer-copyright {
  font-weight: bold;
  padding: 4px 8px;
}

.fa-facebook {
  color: #3b5998;
}

.fa-twitter {
  color: #55acee;
}

.fa-pinterest {
  color: #bd081c;
}

/* ========== notice box =============== */

.gy-notice {
  padding: 10px 20px 1px 20px;
  color: white;
}

.gy-notice .gy-title {
  font-size: 110%;
  margin: 0;
  padding: 0 0 4px 0;
  text-align: left;
}

.gy-notice li {
  font-style: italic;
  margin: 0;
  padding: 0;
}

.gy-notice a:link {
  color: gold;
}

.gy-notice a:visited {
  color: gold;
}

.gy-notice-title {
  font-size: 120%;
  font-weight: bolder;
  font-style: italic;
}

.gy-notice-text {
  font-size: 100%;
  font-style: italic;
}

/* ========== divider box =============== */

.gy-dividerbox {
  padding: 10px 20px;
  background-color: rgb(195, 230, 204);
}

.gy-dividerbox-title {
  font-size: 130%;
  font-weight: bolder;
  font-style: italic;
  color: rgb(46, 46, 46);
}

.gy-dividerbox-text {
  color: black;
}

/* ========== advertisement =============== */

.gy-adv-right {
  margin-right: 15px;
}

.gy-adv-onlybig {
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: center;
}

.gy-adv-onlybig img {
  margin: 0px auto 0px auto;
}

.gy-adv-onlysmall {
  display: none;
  margin: 10px;
}

.g-ads-inline-ad {
  clear: both;
  margin: 1.2rem 0 1.2rem 0;
}

/* ========== tabular data popups =============== */

#data-popup table {
  border-collapse: collapse;
  width: 100%;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

#data-popup td,
#data-popup th {
  border: 1px solid #ddd;
  padding: 8px 4px;
  font-size: 80%;
  text-align: center;
}

#data-popup th {
  background-color: #4caf50;
  color: white;
}

#data-popup tr:nth-child(even) {
  background-color: #f2f2f2;
}

#data-popup tr th:nth-child(1),
#data-popup tr td:nth-child(1) {
  /* text-align: left; */
  /* padding-left: 6px; */
}

/* ========== floating buttons =============== */

.back-to-index {
  position: fixed;
  bottom: 9rem;
  right: 0.5rem;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 2rem;
  border-radius: 50%;
  background: rgba(3, 60, 3, 0.75);
  color: white;
  cursor: pointer;
  display: block;
  border: none;
  z-index: 99;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

.back-to-index::after {
  content: "\f060";
  font-family: "FontAwesome";
  display: flex;
  justify-content: center;
  text-align: center;
}

.back-to-top {
  visibility: hidden;
  position: fixed;
  bottom: 4rem;
  right: 0.5rem;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 2rem;
  border-radius: 50%;
  background: rgba(3, 60, 3, 0.75);
  color: white;
  cursor: pointer;
  display: block;
  border: none;
  z-index: 99;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  transition: all 250ms ease-in-out;
  transform: scale(0);
}

.back-to-top::after {
  content: "\f062";
  font-family: "FontAwesome";
  display: flex;
  justify-content: center;
  text-align: center;
}

.back-to-top.show {
  visibility: visible;
  transform: scale(1);
}

img.leftpad {
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

img.rightpad {
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

img.rightpad2 {
  margin-right: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}

img.rightpad3 {
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}

img.rightpadmar {
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
img.leftpadmar {
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.gy-center {
  vertical-align: middle;
  text-align: center;
}

/*styling for cards in stories*/

.card-only {
  box-shadow: 4px 4px 8px #777;
  flex: 1;
  height: 100%;
}

.card-noshadow {
  flex: 1;
  height: 100%;
}

.card-body {
  margin-bottom: 0;
  padding-bottom: 4px;
}

.card-link-bottom {
  font-size: 80%;
  margin: 0 auto 16px auto;
}

/* FOR SHADOWS ON PIXIES */
img.images-only {
  box-shadow: 8px 8px 15px #777;
  margin: 5px 0px 30px 0px;
}

.center-image {
  margin-top: 15px;
}

/* Experimentation css */

.call-outs-container {
  max-width: 1400px;
  margin: 40px auto 0 auto;
}

.fixed-size-container {
  max-width: 1400px;
  margin: 40px auto 0 auto;
  background-color: #777;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.some-missing-name {
  width: 150px;
  height: 100px;
  background-color: #4caf50;
  color: #fff;
  line-height: 100px;
  text-align: center;
  font-weight: bold;
  font-size: 60px;
  margin-bottom: 20px;
}

/* centering copy in box */
.banner {
  height: 400px;
  max-width: 700px;
  margin: 40px auto 40px auto;
  background-color: #777;
  display: flex;
}

.center-me {
  color: #fff;
  font-size: 50px;
  margin: auto;
}

/* ========== ZOOMER =============== */

.zoomer-box {
  overflow: hidden;
}

.zoomer-img {
  transition: 1.5s ease;
}

.zoomer-img:hover {
  transform: scale(1.1);
}

/* ========== Loading spinner ============ */

.loading-div {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 100;
  display: flex;
}

.loading-div.show {
  visibility: visible;
}

.loading-img {
  margin: auto;
  background-color: white;
  border-radius: 50%;
}

/* ========== Images in articles =============== */

/* shadows */

.img-shadow {
  box-shadow: 6px 6px 8px 0 rgba(128, 128, 128, 1);
  margin: 10px 20px 10px 0;
}

.img-shadow-rightedge {
  box-shadow: 6px 6px 8px 0 rgba(128, 128, 128, 1);
  margin: 10px 26px 15px 0px;
}

/* SPECIAL FOR BULLITED COPY */

.img-shadow-rightedge1 {
  box-shadow: 6px 6px 8px 0 rgba(128, 128, 128, 1);
  margin: 10px 40px 15px 0px;
}

.img-shadow-leftedge {
  box-shadow: 6px 6px 8px 0 rgba(128, 128, 128, 1);
  margin: 10px 0px 15px 20px;
}

/* edge versions without shadow */

.leftedge {
  margin: 10px 0px 15px 20px;
}

.rightedge {
  margin: 10px 20px 15px 0px;
}

/* floating or centered */

.img-right-mobile-centered {
  float: right;
}

.img-left-mobile-centered {
  float: left;
}

/* for quotations */
.quote {
  font-size: 40px;
  font-family: "Caveat", cursive;
  /* font-family: 'Tillana',
cursive; */
  /* font-family: 'Satisfy',
cursive; */
  /* font-family: 'Kalam',
cursive; */
  color: #2c6b3f;
}

@media (max-width: 600px) {
  .img-right-mobile-centered,
  .img-left-mobile-centered {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ========== YES/NO confirmation box =============== */

#confirmBox {
  display: none;
  background-color: rgb(231, 255, 220);
  border-radius: 5px;
  border: 1px solid black;
  position: fixed;
  width: 360px;
  left: 50%;
  margin-left: -180px;
  top: 50%;
  margin-top: -50px;
  padding: 6px 8px 8px;
  box-sizing: border-box;
  text-align: center;
  z-index: 101;
}

#confirmBox button {
  background-color: #ccc;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #aaa;
  padding: 2px;
  margin-bottom: 4px;
  text-align: center;
  width: 100px;
  cursor: pointer;
}

#confirmBox button:hover {
  background-color: #ddd;
}

#confirmBox .message {
  text-align: center;
  margin-top: 4px;
  margin-bottom: 12px;
}

/* ========== How It Works =============== */

.works {
  font-size: 40px;
  font-family: "Noto Sans", sans-serif;
  color: #0074d9;
}

.works2 {
  font-size: 40px;
  font-family: "Noto Sans", sans-serif;
  color: red;
}

.works3 {
  font-size: 28px;
  font-family: "Noto Sans", sans-serif;
}

.hiw-card {
  font-size: 1em;
  overflow: hidden;
  padding: 5;
  border: none;
  border-radius: 0.28571429rem;
  box-shadow: 2px 2px 3px 2px #ccc;
  margin-top: 20px;
}

.hiw-card-block {
  font-size: 1em;
  position: relative;
  margin: 0;
  padding: 1em;
  border: none;
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  box-shadow: none;
}

.hiw-carousel-indicators li {
  border-radius: 12px;
  width: 12px;
  height: 12px;
  background-color: #404040;
}

.hiw-carousel-indicators .active {
  background-color: white;
  max-width: 12px;
  margin: 0 3px;
  height: 12px;
}

/* ========== RESIZING STARTS HERE =============== */

/* xl, more than 1200px - extra large devices and desktops */
/* body { background-color: skyBlue; } */

.gy-only-med-up {
  display: block;
}

.gy-only-big {
  display: block;
}

/* lg, 993px to 1200px - large devices and laptops */
@media (max-width: 1200px) {
  /* body { background-color: pink; } */
  .gy-only-big {
    display: none;
  }
  .gy-only-med-up {
    display: none;
  }
}

/* md, 769px to 992px - medium devices (tablets, 768px and up); the navbar toggle appears */
@media (max-width: 992px) {
  /* body { background-color: lightblue; } */
  .gy-only-med-up {
    display: none;
  }
}

/* sm, 576px to 768px - small devices, landscape phones */
@media (max-width: 768px) {
  /* body { background-color: lightgreen; } */
  .gy-adv-right {
    display: none;
  }
  .gy-adv-onlybig {
    display: none;
  }
  .gy-adv-onlysmall {
    display: block;
  }

  .gy-only-med-up {
    display: none;
  }
}

/* xs, less than 576px - extra small devices, portrait phones */
@media (max-width: 576px) {
  /* body { background-color: red; } */
  .gy-logo {
    display: block;
    margin: 0 auto;
  }

  .gy-logo-row {
    flex-direction: column;
  }
}
