/**
 *
 * LESS @copyright 2023 Wield, LLC  for Fresh-Pressed Olive Oil
 *
 */
.container #content .one-third {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .container #content .one-third {
    width: 30.66666667%;
  }
}
.container #content .one-third img {
  width: 100%;
  margin-bottom: 1em;
}
.container #content .two-thirds {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .container #content .two-thirds {
    width: 65.33333333%;
    margin-left: 0;
  }
}
.container #content h2 {
  font-size: 3rem;
  color: #000;
}
.container #content h2.green {
  margin-top: 1.5em;
}
.container #content p {
  text-indent: 1em;
  margin-bottom: 1em;
  line-height: 1.5em;
}
.container #content p.clear {
  margin-top: 2em;
}
.container #content .aside-left {
  margin-right: 1.5em;
  margin-left: 0;
  float: left;
  /*background-color: #d1e7c4;
  background: linear-gradient(45deg, #d0f1b2 0%, #eaf9de 100%);*/
  background: #faece3 !important;
  padding: 1em;
  font-size: 0.85em;
  margin-bottom: 1.5em;
}
.container #content .aside-right {
  margin-left: 1.5em;
  margin-right: 0;
  float: right;
  /*background-color: #d1e7c4;
  background: linear-gradient(45deg, #d0f1b2 0%, #eaf9de 100%);*/
  background: #faece3 !important;
  padding: 1em;
  font-size: 0.85em;
  margin-bottom: 1.5em;
}
.container #content .aside-full-width {
  margin-left: 1.5em;
  margin-right: 0;
  float: none;
  /*background-color: #d1e7c4;
  background: linear-gradient(45deg, #d0f1b2 0%, #eaf9de 100%);*/
  background: #faece3 !important;
  padding: 1em;
  font-size: 0.85em;
  margin-bottom: 1.5em;
}
.container #content .left {
  float: left;
}
.container #content .left img {
  width: 100%;
}
.container #content .right {
  float: right;
}
.container #content .green {
  color: #61a049;
}
.container #content .testimonial_quote_open {
  font-family: utopia-std, serif;
  display: inline-block;
  margin-top: 0.55em;
  vertical-align: bottom;
  line-height: 0;
  font-size: 5em;
  text-indent: -0.2em;
  color: green;
}
.container #content .testimonial_quote_close {
  font-family: utopia-std, serif;
  display: inline-block;
  vertical-align: -0.3em;
  font-size: 2em;
  text-indent: 0;
  color: green;
}
.container #content .signoff {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 800px) {
  .container #content .signoff {
    flex-direction: row;
  }
}
.container #content .signoff div {
  justify-content: center;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .container #content .signoff div {
    width: 50%;
    text-align: left;
  }
}
.container #content .signoff div img {
  max-width: 350px;
  margin: 1em auto;
}
.container #content .frame {
  border: 10px solid #fff;
}
.container #content .shadow {
  box-shadow: 0 0 3px #ddd;
}
.container #content .rotate {
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  -webkit-font-smoothing: antialiased;
}
.container #content .postscript {
  font-size: 2.3em;
  color: green;
}
.container #content .button_enroll {
  padding: 1em 0.75em 0.7em 1em;
  display: block;
  width: 80%;
  text-align: center;
  margin: 25px auto;
  background-color: #f26632;
  border: none;
  border-radius: 5px;
  color: #fff;
  line-height: normal;
  font-size: 1em;
  font-size: 1.5em;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.35s ease-out;
}
.container #content .button_enroll:hover {
  background-color: #cb400d;
}
div.cta_container {
  margin: 4em auto;
  max-width: 80%;
}
@media only screen and (min-width: 800px) {
}
@media only screen and (min-width: 800px) {
  div.cta_container div.feature_photo {
    flex: 1;
    background-size: 130%;
    background-position: -50px -30px;
    background-repeat: no-repeat;
    border-radius: 5px 5px 0 0;
    margin: 0;
    height: auto;
    display: block;
    position: relative;
  }
}
div.cta_container div.cta_content {
  padding: 2.5em 3em;
}
div.cta_container div.cta_content form.cta_form {
  margin: auto;
}
@media only screen and (min-width: 800px) {
}
div.cta_container div.cta_content div.cf22-container .cf22-button {
  display: none;
}
div.cta_container div.cta_content a.cta_button {
  text-align: center;
}
div.cta_container div.cta_content a.cta_button button.cta_button {
  display: inline-block;
  height: 50px;
  width: 100%;
  max-width: 400px;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  background-color: #f26632;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.35s ease-in-out;
  border-radius: 4px;
  box-shadow: 0 2px 10px 1px rgba(255, 255, 255, 0.67);
}
div.main_content_container strong {
  color: #61a049 !important;
}
div.main_content_container strong .stronger {
  color: #61a049 !important;
}
div.choose_cta_container div.choose_item {
  border: 3px solid #78b249 !important;
}
div.choose_cta_container div.choose_item h2 {
  color: #61a049 !important;
}
