/* general */
* {
  box-sizing: border-box;
}

.backColorBlue {
  background-color: #4f81bd;
}

body {
  max-width: 2600px;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  font-size: calc(10px + (16 - 10) * (100vw - 300px) / (1600 - 300));
  background-image: url(../images/banner-1571861_1920_65trans.jpg);
}

.borderRad {
  border-radius: 5px;
}

.centerText {
  text-align: center;
}

.circle {
  color: #00b050;
}

.colorBlue,
.desc_text_font a {
  color: #4f81bd;
}

.colorFFF,
.overlay_learn_more a {
  color: #fff;
}

.container {
  position: relative;
}

.container:hover .overlay_from_btm {
  height: 100%;
}

.container:hover .overlay_from_top {
  height: 20%;
}

.container img {
  max-width: 400px;
}

.desc_text_font {
  font-weight: bold;
  width: 100%;
}

.desc_text_position {
  bottom: 4px;
}
.fa-chevron-right,
.fa-chevron-left {
  color: rgba(0, 176, 80, 0.5);
  font-size: 3.5em;
}

.fa-chevron-right {
  padding-right: 10px;
}

.fa-chevron-left {
  padding-left: 10px;
}

figcaption {
  font-weight: bold;
}

figure img {
  max-width: 400px;
  width: 100%;
}

.formBox {
  font-family: 'Roboto', sans-serif;
  margin: 5px 0 5px;
  display: block;
  border: thin solid #4f81bd;
}

.formOther {
  margin: 5px 0 5px;
}

.font15px {
  font-size: 15px;
}

footer {
  background-color: #bfbfbf;
}

.header_and_nav {
  display: flex;
  flex-wrap: wrap;
}

header {
  justify-content: center;
  height: 100px;
  align-items: center;
}

header h1 {
  font-size: 3.5em;
  margin: 0;
}

header img {
  width: 12%;
  max-width: 150px;
}

input:focus,
select:focus,
textarea:focus {
  background-color: rgba(0, 176, 80, 0.15);
}

input[type='submit'] {
  width: 100px;
  cursor: pointer;
  font-size: calc(12px + (20 - 12) * (100vw - 300px) / (1600 - 300));
}

.leftCol,
.rightCol {
  flex-basis: 50%;
}

.main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.maxWide450px {
  max-width: 450px;
}

.maxWide650px {
  max-width: 650px;
}

nav {
  position: sticky;
  top: 0;
  z-index: 100;
  font-size: calc(12px + (20 - 12) * (100vw - 300px) / (1600 - 300));
}

nav a.current,
input[type='submit']:active {
  background-color: #00b050;
}

nav a:hover,
.blue_button:hover {
  background-color: #bfbfbf;
}

nav a:active {
  color: #00b050;
}

.noBorder {
  border: none;
}

.overlay {
  overflow: hidden;
  height: 0;
  transition: 0.5s ease;
}

.overlay_from_btm {
  bottom: 0;
  background-color: rgba(0, 176, 80, 0.15);
}

.overlay_from_top {
  top: 0;
}

.overlay_learn_more {
  top: 10px;
  left: 7px;
}

.pad_0_2per {
  padding: 0 2% 0 2%;
}

.pad10pxLR {
  padding: 0 10px 0 10px;
}

.pad5pxAll {
  padding: 5px;
}

.pad10px2per {
  padding: 10px 2%;
}

.posAbsolute {
  position: absolute;
}

.privacy {
  margin: 10px 0 10px 30px;
}

.privacy summary {
  font-weight: 900;
  margin: 0 0 10px -20px;
}

.subpage_chevron {
  flex-basis: 7%;
  align-self: center;
}

.subpage_images {
  flex-basis: 86%;
}

.subpage_chevron:last-of-type {
  text-align: right;
}

textarea {
  resize: vertical;
  min-height: 220px;
}

.textNoDecor a,
.desc_text_font a,
.overlay_learn_more a {
  text-decoration: none;
}

.visibleOff {
  visibility: hidden;
}

.wide100 {
  width: 100%;
}

@media screen and (max-width: 768px) {
  div.header_and_nav {
    align-items: flex-start;
  }
  header.header_and_nav {
    flex-direction: row;
  }
  .home_and_form {
    flex-direction: column;
  }
  nav.header_and_nav {
    flex-direction: row;
  }
}

@media screen and (max-width: 500px) {
  .circle {
    font-size: 0.8em;
  }
}

@media screen and (min-height: 700px) {
  .footer_at_bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
