/*------------------------------------*\
    INDEX
\*------------------------------------*/

/*------------------------------------*\
    $GENERAL
\*------------------------------------*/

html {
  scroll-behavior: smooth;
}

:root {
  --white: #fff;
  --lightgray: #fafbfd;
  --snowwhite: #fefefe;
  --green: #006767;

  /* --accent: (var(brightRed)); */
}

.gray-bg {
  background-color: rgb(244, 244, 248);
}
.white-bg {
  background-color: var(--white);
}
.round {
  border-radius: 15px;
}

html {
  background-color: var(--snowwhite);
}
* {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  /* color: rgb(47 47 47); */
  box-sizing: border-box;
}

p {
  font-size: 1rem;
}
/*------------------------------------*\
    $LAYOUT
    Break Points: 750px	970px	1170px
\*------------------------------------*/

.container,
.container-no-pad-cc {
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-no-pad {
    padding: 0px;
  }
}

.width-400 {
  max-width: 400px;
}
.width-500 {
  max-width: 500px;
}

.flex {
  display: flex;
}
.split {
  display: flex;
  justify-content: space-between;
  justify-items: center;
}

.basis30 {
  flex-basis: 30%;
  max-width: 500px;
  margin: 0 auto;
}

.basis40 {
  flex-basis: 40%;
  max-width: 500px;
  margin: 0 auto;
}
.basis50 {
  flex-basis: 50%;
  max-width: 500px;
  margin: 0 auto;
}
.basis60 {
  flex-basis: 60%;
  max-width: 500px;
  margin: 0 auto;
}
.basis70 {
  flex-basis: 70%;
  max-width: 500px;
  margin: 0 auto;
}

.px-5 {
  padding-left: 15px;
  padding-right: 15px;
}
.py-5 {
  padding-top: 50px;
}

.pb-5 {
  padding-bottom: 50px;
}
.pb-2 {
  padding-bottom: 20px;
}
.pt-5 {
  padding-top: 50px;
}
.pl-1 {
  padding-left: 10px;
}
.green-bg {
  background-color: var(--green);
}

@media only screen and (max-width: 800px) {
  .split {
    flex-direction: column;
  }
  .basis50 {
    flex-basis: 100%;
  }
  .m-width-300 {
    max-width: 300px;
  }
  .m-width-200 {
    max-width: 200px;
  }
}

.py-5 {
  padding: 30px 0;
}

.icons img {
  max-width: 100px;
  margin: 0 auto;
}
/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/

*/ ul,
ol {
  /* display: block; */
  margin-block-start: 0em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 50px;
}

h1 {
  font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-weight: 700;
  line-height: 1.35;
  font-size: 2rem;
  padding-top:20px;
}
h2 {
  font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 1.5rem;
  padding-bottom: 10px;
  padding-top: 30px;
}

p,
li {
  font-size: 1rem;
  line-height: 1.5;
}
li {
  margin-left: 30px;
}

p {
  margin-bottom: 20px;
}

blockquote {
  text-indent: -0.45em;
  border-left: 5px solid red;
  display: block;
}

blockquote::before {
  content: open-quote;
}
blockquote::after {
  content: close-quote;
}
blockquote {
  quotes: "“" "”" "‘" "’";
}

strong {
  font-weight: 600;
}
.text-white {
  color: var(--white);
}
.text-green {
  color: var(--green);
}
.text-red {
  color: var(--darkRed);
}

/*------------------------------------*\
         $BUTTONS
    \*------------------------------------*/
.btn:link,
.btn:visited {
  text-decoration: none;
  padding: 0.8em 2em;
  display: inline-block;
}

.btn-green {
  color: #006767;
  background-color: #cdf4e7;
  font-weight: 600;
}
.btn-green:hover {
  background-color: #c2ecde;
}
.btn-metrics {
}

/*------------------------------------*\
    $HEADER
\*------------------------------------*/
.header {
  padding: 25px 20px;
  display: flex;
  justify-content: space-between;
}
.header img {
  width: 200px;
  max-width: 100%;
  height: auto;
}
.lead {
  padding: 60px 0px;
}


/* xxx  */
@media (max-width <= 800px) {

  #header .head-logo {
    flex-basis: 60%;
    margin: 20px;
  }
  #header .head-button {
    flex-basis: 40%;
    margin: 20px;
    display: flex;
    justify-content: flex-end;
  }
  #header .head-button .cta-b {
    display: flex;
    vertical-align: middle;
    padding: 0.5em 1em;
  }
  #header img {
    max-width: 200px;
  }
  .header {
    padding: 1px 20px;
    display: flex;
    justify-content: space-between;
  }
}


#header .head-logo {
  max-width: 70px;
}

.lead p {
  color: white;
}
.hero-subheader {
  font-size: 28px;
}
.lead .lead-text {
  margin: 20px 30px 5px 0px;
  font-weight: 600;
  font-size: 18px;
  background-color: white;
  color: var(--bgMain);
  display: inline-block;
  padding: 2px 15px;
}

.lead .lead-desc {
  margin: 20px 30px 20px 0px;
  font-weight: 300;
  font-size: 25px;
  max-width: 600px;
  /* font-style: italic; */
}

/*------------------------------------*\
    $END HEADER
\*------------------------------------*/

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
* {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  box-sizing: border-box;
}

footer {
  display: block;
}

footer img {
  padding: 0;
}

.black-bg {
  background-color: var(--black);
}

.contr {
  max-width: 960px;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}
.center {
  margin: 0 auto;
}

.margin-for-testing {
  margin-top: 200px;
}

.ft-mk .ft-logo {
  max-width: 340px;
}

.ft-mk p {
  font-size: 17px;
}

.img-resp {
  width: 100%;
  height: auto;
  display: block;
}

.footer-padding {
  padding: 20px 20px 20px 20px;
}

.emulated-flex-gap p {
  font-size: 17px;
}

.emulated-flex-gap {
  --gap: 20px;
  display: inline-flex;
  flex-wrap: wrap;
  margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
  width: calc(100% + var(--gap));
  margin-top: 10px;
}

.emulated-flex-gap div {
  flex-basis: calc(33% - var(--gap));
}

.emulated-flex-gap > * {
  margin: var(--gap) 0 0 var(--gap);
}

@media only screen and (max-width: 625px) {
  .ft-mk {
    justify-content: flex-end;
  }

  .ft-mk .b2 {
    flex-basis: calc(50% - var(--gap)) !important;
  }

  .ft-mk .c1 {
    align-self: flex-end !important;

    flex-basis: 100% !important;
  }
}

@media only screen and (max-width: 500px) {
  .ft-mk .b2 {
    flex-basis: 100% !important;
  }

  .ft-mk .c1 {
    flex-basis: 100% !important;
  }
}

@media only screen and (max-width: 400px) {
  .footer-notice :not(:first-child):not(:last-child) {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.footer-notice {
  display: flex;
  flex-wrap: wrap-reverse;
  /* padding: 20px 20px; */
  justify-content: space-between;
  color: rgb(82, 82, 82);
  font-size: 14px;
}

.footer-notice-add {
  padding: 10px 20px;
}

.footer-notice span {
  margin-right: 30px;
  margin: 20px;
}

.footer-notice span a {
  color: rgb(81 106 99);
  font-weight: 400;
}

.line-ft {
  /* margin: 0 20px;  */
  border-top: 1px solid rgb(126 203 186);
}

.light-footer {
  padding-top: 10px;
  background-color: var(--lightgray);
}

.dark-footer {
  background-color: var(--black);
}

.light-footer .white-logo {
  display: none;
}

.dark-footer .black-logo {
  display: none;
}

.dark-footer p {
  color: #e9e9e9;
}

.dark-footer .footer-notice {
  color: #bebebe;
}

.dark-footer .footer-notice a {
  color: #bebebe;
}

.dark-footer .line-ft {
  border: none;
  border-top: 1px solid rgb(115, 115, 115);
}
/*------------------------------------*\
   END $FOOTER
\*------------------------------------*/
