@charset "UTF-8";
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Type
--------------------------------------------------------------*/
body {
  font-family: 'Noto Sans', serif;
  font-size: 17px;
  line-height: 21px;
  font-style: normal;
  font-weight: normal;
}
h1 {
  font-family: 'Noto Sans', serif;
  font-size: 32px;
  line-height: 40px;
  font-style: normal;
  font-weight: normal;
}
h2 {
  font-family: 'Noto Sans', serif;
  font-size: 28px;
  line-height: 36px;
  font-style: normal;
  font-weight: normal;
}
h3 {
  font-family: 'Noto Sans', serif;
  font-size: 22px;
  line-height: 31px;
  font-style: normal;
  font-weight: normal;
}
h4 {
  font-family: 'Noto Sans', serif;
  font-size: 19px;
  line-height: 24px;
  font-style: normal;
  font-weight: normal;
}
ul, ul > li > ul {
  margin-left: 0;
  padding-left: 1.75em;
}
li {
  line-height: 21px;
  margin-bottom: 7px;
}
ul.none {
  list-style-type: none;
  margin: 0;
  padding-left: 0px !important;
}
ul.dashed {
  list-style-type: none;
  margin: 0;
  padding-left: 12px;
}
ul.dashed > li {
  text-indent: -12px;
  line-height: 24px;
}
ul.dashed > li:before {
  content: "-";
  text-indent: -5px;
  margin-right: 7px;
}
ul.checkmark {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
ul.checkmark > li {
  text-indent: -25px;
  line-height: 24px;
  padding-left: 25px;
}
ul.checkmark li:before {
  content: '';
  font-family: "Font Awesome 5 Pro" !important;
  text-indent: -5px;
  margin-right: 7px;
}
ul.checkmark li h3 {
  display: inline;
}
ul.checkmark li h3::after {
  display: block;
  content: '';
  height: 20px;
  width: 100%;
}
.legal label {
  font-size: 14px !important;
  line-height: 18px !important;
  color: #797979;
}
.subhead-1 {
  font-size: 22px;
  line-height: 30px;
}
.subhead-2 {
  font-size: 16px;
  line-height: 22px;
}
span.headline-square {
  color: #71a09b;
  font-size: 46px;
  display: inline-block;
  line-height: 0px;
  margin-right: 8px;
}
.intro {
  font-size: 22px;
  line-height: 31px;
}
.info {
  font-size: 16px;
  line-height: 19px;
}
.footnote {
  font-size: 14px;
  line-height: 18px;
}
.footnote ul {
  list-style-type: none;
  margin: 0;
  padding-left: 12px;
}
.footnote ul > li {
  text-indent: -8px;
}
.footnote ul > li:before {
  content: "-";
  text-indent: -5px;
  margin-right: 3px;
}
.legal label {
  font-size: 14px;
  line-height: 18px;
  color: #797979;
}
a {
  color: #000000;
}
a:visited {
  color: #000000;
}
a:hover, a:focus, a:active {
  color: #000000;
}
a:focus {
  outline: 0;
}
a.:hover, a:active {
  outline: 0;
}
a.highlight {
  color: #ff584d;
  text-decoration: none;
}
a.highlight:visited {
  color: #ff584d;
  text-decoration: none;
}
a.highlight:hover, a.highlight:focus, a.highlight:active {
  color: #ff584d;
  text-decoration: none;
}
a.highlight:focus {
  outline: 0;
}
a.highlight:hover, a.highlight:active {
  outline: 0;
}
.post-content a {
  color: #0B7D8B;
  text-decoration: underline;
}
.post-content a:visited {
  color: #0B7D8B;
}
.post-content a:hover, .post-content a:focus, .post-content a:active {
  color: #0B7D8B;
}
.note {
  font-size: 14px;
  line-height: 18px;
}
.legal {
  font-size: 14px;
  line-height: 18px;
  color: #797979;
}
/*--------------------------------------------------------------
# Validation
--------------------------------------------------------------*/
.acf-required {
  color: #ff584d !important;
}
.acf-notice p {
  font-size: 14px;
  line-height: 18px;
}
.acf-notice.-error {
  background: #ff584d;
  border-color: #ff584d;
}
.acf-field .acf-notice.-error {
  background: #ffe6e6;
  color: #ff584d !important;
}
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button:focus {
  outline: 0;
}
.button-primary {
  border: 0;
  border-radius: 0px;
  transition: background-color 0.15s;
  font-size: 20px;
  line-height: 1;
  color: #000000;
  padding: 20px 40px;
  display: block;
  cursor: pointer;
  outline: 0;
}
.button-primary:hover {
  background: #6ecc94;
  transition: background-color 0.15s;
}
#flexible-content a.button-secondary {
  border: 2px solid #000000;
  border-radius: 0px;
  background-color: #ffffff;
  transition: background-color 0.15s;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  color: #000000;
  padding: 18px 40px;
  display: inline-flex;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
}
#flexible-content a.button-secondary:hover {
  background: #000000;
  color: #ffffff !important;
  border: 2px solid #000000;
  transition: background-color 0.15s;
  text-decoration: none;
}
.button-primary-sml a:link.acf-button, .button-primary-sml a:hover.acf-button, .button-primary-sml a:visited.acf-button {
  width: auto !important;
  float: right !important;
  font-size: 16px !important;
  display: inline-block;
  text-align: center;
  background-color: #7dd19f;
  transition: background-color 0.15s;
}
.button-primary-sml a:link.acf-button span {
  margin-left: 10px;
}
.button-primary-sml a:hover.acf-button {
  background: #6ecc94;
  transition: background-color 0.15s;
  text-decoration: none;
}
.button-primary-sml a:link.acf-button.disabled {
  background-color: #E0E0E0;
}
.button-secondary-sml a:link.acf-button, .button-secondary-sml a:hover.acf-button, .button-secondary-sml a:visited.acf-button {
  width: auto !important;
  font-size: 16px !important;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border: 2px solid #000000;
  transition: background-color 0.15s;
}
.button-secondary-sml a:link.acf-button span {
  margin-left: 10px;
}
.button-secondary-sml a:hover.acf-button {
  background-color: #000000;
  color: #ffffff;
  transition: background-color 0.15s;
  text-decoration: none;
}
.button-secondary-sml a:link.acf-button.disabled, .button-secondary-sml a:hover.acf-button.disabled {
  border-color: #E0E0E0;
  background-color: #ffffff !important;
  color: #E0E0E0 !important;
  cursor: default;
}
.button-secondary span.icon {
  padding-right: 10px;
  display: inline-block;
}
.button-group-container {
  margin-left: -30px;
  margin-right: -30px;
}
#flexible-content a.button-group {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 50%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
}
.button-group > h4 {
  margin-top: 50%;
}
.button-group:after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.button-group:hover:after {
  opacity: 1;
}
.button-remove {
  border: 0;
  border-radius: 0px;
  background-color: transparent;
  font-size: 20px;
  line-height: 1;
  color: #000000;
  transition: color 0.15s;
  padding: 0px;
  display: block;
  cursor: pointer;
  outline: 0;
  margin: 0;
  text-align: right;
}
.button-remove:hover {
  color: #ff584d;
  transition: color 0.15s;
}
@media screen and (max-width: 414px) {
  .button-primary, .button-secondary {
    width: 100%;
    justify-content: center;
  }
}
.hero-bottom-row-cta-button {
  border: 2px solid #ffffff;
  padding: 10px 16px;
  border-radius: 2px;
  color: #ffffff !important;
  font-size: 18px;
  transition: all 0.3s;
  text-decoration: none !important;
}
.hero-bottom-row-cta-button:hover {
  color: #FF5A36 !important;
  background-color: rgba(255, 255, 255, 0.9);
}
/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
.red-type-links a:link, .red-type-links a:visited {
  color: #ff584d;
}
/*--------------------------------------------------------------
# Inputs
--------------------------------------------------------------*/
label {
  font-size: 14px;
  line-height: 19px;
  font-weight: normal !important;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
  color: #000000;
  border: 1px solid #FFFFFF;
  height: 40px;
  border-radius: 0px;
  background-color: #f7f7f7;
}
textarea {
  height: auto;
}
input:focus {
  outline: none;
  border: 1px solid #ff584d;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.product-remove {
  width: 40px;
  text-align: right;
}
.product-remove form {
  margin: 0 !important;
}
.product-remove form .acf-fields > .acf-field {
  padding: 0 !important;
  display: none;
}
/*--------------------------------------------------------------
# Color Classes
--------------------------------------------------------------*/
.red-bg {
  background-color: #ff584d;
}
.pink-bg {
  background-color: #7dd19f;
}
.yellow-bg {
  background-color: #ffff00;
}
.green-bg {
  background-color: #7dd19f;
}
.light-grey-bg {
  background-color: #f7f7f7;
}
.medium-grey-bg {
  background-color: #E0E0E0;
}
.dark-grey-bg {
  background-color: #797979;
}
.black-bg {
  background-color: #000000;
}
.white-bg {
  background-color: #ffffff;
}
.white-type, a.white-type, a.white-type:hover {
  color: #ffffff;
}
.red-type {
  color: #ff584d;
}
/*--------------------------------------------------------------
# Color Classes
--------------------------------------------------------------*/
.footer-container .widget-title {
  color: #d3cea4 !important;
}
.footer-container .textwidget {
  margin-top: 20px;
}
.footer-container .widget_nav_menu ul, .footer-container .widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.footer-container, .footer-container .widget_nav_menu ul li {
  font-size: 14px;
  line-height: 19px;
}
.footer-container .widget_nav_menu ul li a {
  color: #f7f7f7 !important;
}
.footer-container .widget_nav_menu a:hover {
  text-decoration: underline;
}
.footer-container .widget_tag_cloud .tagcloud {
  margin-top: 20px;
}
