/* CSS Document */
html {
  height: auto;
}
body {
  overflow: auto;
}
/* Webfont: Gotham-Black */
@font-face {
  font-family: 'GothamBlack';
  src: url('../fonts/Gotham-Black.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Gotham-Black.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/Gotham-Black.woff') format('woff'), /* Modern Browsers */ url('../fonts/Gotham-Black.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Gotham-Black.svg#Gotham-Black') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: Gotham-Book */
@font-face {
  font-family: 'GothamBook';
  src: url('../fonts/Gotham-Book.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Gotham-Book.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/Gotham-Book.woff') format('woff'), /* Modern Browsers */ url('../fonts/Gotham-Book.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: Gotham-Medium */
@font-face {
  font-family: 'GothamMedium';
  src: url('../fonts/Gotham-Medium.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Gotham-Medium.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/Gotham-Medium.woff') format('woff'), /* Modern Browsers */ url('../fonts/Gotham-Medium.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: Gotham-Bold */
@font-face {
  font-family: 'GothamBold';
  src: url('../fonts/Gotham-Bold.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Gotham-Bold.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/Gotham-Bold.woff') format('woff'), /* Modern Browsers */ url('../fonts/Gotham-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: Gotham-Light */
@font-face {
  font-family: 'GothamLight';
  src: url('../fonts/Gotham-Light.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Gotham-Light.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/Gotham-Light.woff') format('woff'), /* Modern Browsers */ url('../fonts/Gotham-Light.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
strong {
  font-family: 'GothamBlack';
}
.bold {
  font-family: 'GothamBold';
}
.dark-opacity {
  opacity: 0;
}
.hidden {
  opacity: 0;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.fade-in-left-animation {
  opacity: 0;
}
.fade-up-animation {
  opacity: 0;
}
.fade-in-animation {
  opacity: 0;
}
.fade-in-right-animation {
  opacity: 0;
}
.fade-down-animation {
  opacity: 0;
}
.zoom-in-animation {
  opacity: 0;
}
.visible {
  opacity: 1;
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.site-padding {
  padding-left: 100px;
  padding-right: 100px;
}
.stationary-bar {
  position: fixed;
  width: 100%;
  z-index: 10001;
}
.call-us-bar {
  height: 40px;
  background-color: #f8fafa;
}
.call-us-bar-phone {
  font-family: 'GothamBlack';
  font-size: 20px;
  color: #00954c;
  float: left;
  padding-top: 5px;
}
a:link {
  color: #00954c;
}
a:active {
  color: #00954c;
}
a:visited {
  color: #00954c;
}
a:hover {
  color: #00954c;
}
.dark a:link {
  color: #000000 !important;
}
.dark a:active {
  color: #000000 !important;
}
.dark a:visited {
  color: #000000 !important;
}
.dark a:hover {
  color: #000000 !important;
}
.call-us-bar-faq {
  font-family: 'GothamBook';
  font-size: 15px;
  float: right;
  padding-top: 10px;
}
.menu-bar {
  height: 140px;
  border-bottom: 7px solid #ec7b29;
  background-color: #ffffff;
}
.estrella-insurance-logo {
  position: absolute;
  left: 50%;
  top: 5px;
  width: 154px;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  cursor: pointer;
}
.menu-container-left {
  width: 550px;
  float: left;
  text-align: left;
}
.menu-container-right {
  width: 550px;
  float: right;
  text-align: right;
  margin-right: 30px;
}
.menu-container {
  color: #616366;
  font-size: 16px;
  font-family: 'GothamMedium';
  margin-top: 60px;
  transition: transform 0.3s;
}
.menu-container-left ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu-container-left li {
  display: inline;
  margin-left: 0px;
  margin-right: 12px;
}
.menu-container-right ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu-container-right li {
  display: inline;
  margin-left: 8px;
  margin-right: 8px;
}
.section-spacer {
  width: 100%;
  height: 180px;
  position: relative;
}
.home-hero-section {
  height: 720px;
  background-image: url("../images/home-hero-image.jpg");
  background-size: cover;
  background-position: center top;
  position: relative;
  z-index: 10;
}
.form-box {
  top: 190px;
  right: 5%;
  width: 319px;
  height: 690px;
  background-color: #f8fafa;
  border: 2px solid #00954c;
  border-radius: 20px;
  float: none;
  position: fixed;
  overflow: hidden;
  z-index: 10000;
  box-shadow: 0px 0px 21px -12px rgba(0, 0, 0, 0.64);
  -webkit-box-shadow: 0px 0px 21px -12px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0px 0px 21px -12px rgba(0, 0, 0, 0.64);
  margin-bottom: 150px;
}
.form-box-green {
  width: 100%;
  height: 62px;
  background-color: #00954c;
  font-family: 'GothamBold';
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  padding-top: 18px;
}
.form-intro-text {
  font-family: 'GothamBook';
  font-size: 12px;
  line-height: 14.5px;
  letter-spacing: -0.01em;
  color: #616366;
  text-align: center;
  margin-top: 10px;
}
.form-content {
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}
label {
  font-family: 'GothamBook';
  font-size: 12px;
  color: #616366;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  line-height: 14px;
}
.required {
  color: #ec7b29;
}
.form-control {
  border-radius: 10px;
  border: 1px solid #e2e4e7;
  box-shadow: none;
  margin-bottom: 5px;
  font-family: 'GothamBook';
  height: 32px;
  font-size: 14px;
  color: #444444;
  background-color: #ffffff;
}
.form-select select {
  width: 100%;
  margin: 0px 0;
  color: #444444;
  height: 32px;
  font-family: 'GothamBook';
  margin-bottom: 6px;
  background: #fff url('https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-128.png') no-repeat;
  background-color: #ffffff;
  background-size: 20px;
  background-position: right 0px center;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #e2e4e7;
}
.form-select {
  width: 100%;
}
.form-select select:focus {
  box-shadow: none;
  outline: 0 none;
}
.label-margin {
  margin-top: 10px;
}
textarea.form-control {
  height: 80px;
}
.form-disclaimer {
  font-family: 'GothamBook';
  font-size: 8px;
  line-height: 10px;
  text-align: justify;
  margin-top: 15px;
}
.submit-button {
  width: 208px;
  height: 46px;
  border-radius: 30px;
  margin: auto;
  margin-top: 25px;
  background-color: #ec7b29;
  color: #ffffff;
  text-align: center;
  font-family: 'GothamMedium';
  font-size: 18px;
  padding-top: 10px;
  cursor: pointer;
}
.submit-arrow {
  display: inline-block;
  width: 7px;
  margin-left: 15px;
  position: relative;
  top: -1px;
}
.hero-content-box {
  float: left;
  margin-top: 90px;
  padding-left: 160px;
}
.hero-content-headline {
  font-family: 'GothamBlack';
  font-size: 75px;
  line-height: 68px;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.hero-content-text {
  font-family: 'GothamBook';
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  margin-top: 30px;
}
.connect-button {
  width: 208px;
  height: 46px;
  border-radius: 30px;
  margin-top: 40px;
  background-color: #ec7b29;
  color: #ffffff;
  text-align: center;
  font-family: 'GothamMedium';
  font-size: 18px;
  padding-top: 10px;
  cursor: pointer;
}
.entrepreneur-logos {
  width: 300px;
  margin-top: 40px;
}
.works-for-you {
  background-image: url("../images/dots.png");
  background-size: 30%;
}
.works-for-you-headline {
  font-family: 'GothamBlack';
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: #00aa52;
  text-align: center;
}
.works-for-you-secondary-headline {
  font-family: 'GothamBlack';
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #00aa52;
  text-align: center;
  margin-top: 40px;
}
.reg {
  font-size: 8px;
  position: relative;
  top: -10px;
}
.works-for-you-text {
  font-family: 'GothamBook';
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #616366;
  text-align: center;
  width: 820px;
  margin: auto;
  margin-top: 40px;
}
.works-category-boxes {
  width: 647px;
  margin: auto;
  margin-top: 60px;
}
.category-box {
  width: 112px;
  height: 112px;
  border-radius: 25px;
  border: 3px solid #00aa52;
  margin: auto;
  position: relative;
}
.works-category-boxes ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.works-category-boxes li {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}
.category-box-caption {
  text-align: center;
  font-family: 'GothamMedium';
  font-size: 14px;
  margin-top: 10px;
  color: #00aa52;
}
.category-auto {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 71px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.category-home {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 51px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.category-commercial {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 66px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.category-business {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.category-life {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.join-industry-section {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #006633;
  text-align: center;
}
.join-industry-section-headline {
  font-family: 'GothamLight';
  font-size: 44px;
  line-height: 44px;
  color: #ffffff;
  text-align: center;
}
.join-industry-section-text {
  font-family: 'GothamBook';
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  margin-top: 25px;
  padding-left: 200px;
  padding-right: 200px;
}
.join-industry-section-boxes {
  width: 900px;
  margin: auto;
  margin-top: 50px;
}
.industry-orange-box {
  width: 201px;
  height: 159px;
  background-color: #ec7b29;
  border-radius: 30px;
  border: 3px solid #006633;
  display: inline-block;
  box-shadow: 13px 11px 21px -12px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 13px 11px 21px -12px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 13px 11px 21px -12px rgba(0, 0, 0, 0.34);
  text-align: center;
  color: #ffffff;
  font-family: 'GothamBold';
  font-size: 28px;
  line-height: 30px;
  padding-top: 48px;
}
.join-industry-section-boxes ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.join-industry-section-boxes li {
  display: inline;
  margin-left: 30px;
  margin-right: 30px;
}
.white-bg {
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 1000px;
}
.us-map {
  width: 940px;
  margin: auto;
  margin-top: 40px;
  position: relative;
}
.map-state-names {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 101;
}
.map-california {
  position: absolute;
  width: 15.37%;
  left: 0%;
  top: 25.19%;
  z-index: 100;
  opacity: 0;
}
.map-arizona {
  position: absolute;
  width: 13.14%;
  left: 13.17%;
  top: 51.25%;
  z-index: 100;
  opacity: 0;
}
.map-colorado {
  position: absolute;
  width: 13.99%;
  left: 26.22%;
  top: 38.18%;
  z-index: 100;
  opacity: 0;
}
.map-texas {
  position: absolute;
  width: 26.86%;
  left: 29.39%;
  top: 57.69%;
  z-index: 100;
  opacity: 0;
}
.map-florida {
  position: absolute;
  width: 17.55%;
  left: 68.4%;
  top: 76.96%;
  z-index: 100;
  opacity: 0;
}
.map-georgia {
  position: absolute;
  width: 10.63%;
  left: 71.38%;
  top: 61.48%;
  z-index: 100;
  opacity: 0;
}
.map-south-carolina {
  position: absolute;
  width: 9.89%;
  left: 75.9%;
  top: 59.85%;
  z-index: 100;
  opacity: 0;
}
.map-north-carolina {
  position: absolute;
  width: 16.91%;
  left: 73.4%;
  top: 51.76%;
  z-index: 100;
  opacity: 0;
}
.map-illinois {
  position: absolute;
  width: 7.77%;
  left: 59.26%;
  top: 33.79%;
  z-index: 100;
  opacity: 0;
}
.map-new-york {
  position: absolute;
  width: 14.52%;
  left: 79.73%;
  top: 17.73%;
  z-index: 100;
  opacity: 0;
}
.map-massachussets {
  position: absolute;
  width: 6.49%;
  left: 90.8%;
  top: 23.9%;
  z-index: 100;
  opacity: 0;
}
.map-legend {
  width: 350px;
  height: 90px;
  float: left;
  margin-bottom: 50px;
  margin-left: 100px;
}
.dark-green-box {
  width: 35px;
  height: 35px;
  background-color: #009444;
  float: left;
}
.dark-green-legend-text {
  float: left;
  width: 265px;
  padding-left: 10px;
  font-family: 'GothamMedium';
  font-size: 16px;
  padding-top: 8px;
  color: #009444;
}
.light-green-legend-text {
  float: left;
  width: 265px;
  padding-left: 10px;
  font-family: 'GothamBook';
  font-size: 16px;
  padding-top: 16px;
  color: #00ce44;
}
.light-green-box {
  width: 35px;
  height: 35px;
  background-color: #00ce44;
  float: left;
  margin-top: 10px;
}
.white-bg-map {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 1100px;
}
.low-startup-cost {
  background-image: url("../images/dots.png");
  background-size: 30%;
  background-color: #006633;
  padding-top: 80px;
  padding-bottom: 60px;
}
.why-headline {
  font-family: 'GothamBlack';
  font-size: 50px;
  line-height: 50px;
  color: #ec7b29;
  margin-top: 130px;
}
.why-padding {
  padding-left: 95px;
  padding-right: 95px;
}
.green-boxes-why {
  width: 852px;
  height: 540px;
  float: right;
  margin-top: 80px;
}
.green-box-why {
  width: 284px;
  height: 270px;
  background-image: url("../images/regular-green-box.png");
  background-size: cover;
  padding-top: 55px;
  padding-left: 35px;
  color: #ffffff;
}
.green-box-shadow {
  background-image: url("../images/shadow-green-box.png") !important;
}
.why-text {
  font-family: 'GothamBook';
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  padding-right: 60px;
  margin-top: 40px;
}
.discover-button {
  width: 335px;
  height: 46px;
  border-radius: 30px;
  margin-top: 95px;
  background-color: #ec7b29;
  color: #ffffff;
  text-align: center;
  font-family: 'GothamMedium';
  font-size: 18px;
  padding-top: 10px;
  cursor: pointer;
}
.green-box-why-headline {
  font-family: 'GothamBold';
  font-size: 24px;
  line-height: 26px;
}
.green-box-why-text {
  font-family: 'GothamBook';
  font-size: 15px;
  line-height: 17px;
  margin-top: 15px;
  padding-right: 35px;
}
.own-boss-box {
  margin: auto;
  margin-top: 50px;
  border: 5px solid #e2e4e7;
  border-radius: 30px;
  width: 421px;
  height: 271px;
  box-shadow: 1px 5px 9px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 5px 9px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 5px 9px 0px rgba(0, 0, 0, 0.2);
  background-size: cover;
}
.white-bg-wider {
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 1090px;
}
.own-boss-box-1 {
  background-image: url("../images/own-boss-box-1.jpg");
}
.own-boss-box-2 {
  background-image: url("../images/own-boss-box-2.jpg");
}
.own-boss-headline {
  text-align: center;
  color: #00aa52;
  font-family: 'GothamBold';
  font-size: 30px;
  line-height: 30px;
  margin-top: 20px;
  letter-spacing: -0.02em;
}
.own-boss-secondary-headline {
  text-align: center;
  color: #00aa52;
  font-family: 'GothamBold';
  font-size: 18px;
  line-height: 20px;
  margin-top: 10px;
  letter-spacing: -0.02em;
}
.own-boss-secondary-text {
  text-align: center;
  color: #616366;
  font-family: 'GothamBook';
  font-size: 18px;
  line-height: 20px;
  margin-top: 20px;
  letter-spacing: -0.02em;
}
.first-step-button {
  width: 461px;
  height: 46px;
  border-radius: 30px;
  margin: auto;
  margin-top: 45px;
  background-color: #ec7b29;
  color: #ffffff;
  text-align: center;
  font-family: 'GothamMedium';
  font-size: 18px;
  padding-top: 10px;
  cursor: pointer;
}
.estrella-experience {
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #00aa52;
}
.estrella-experience-box {
  width: 460px;
  height: 289px;
  margin-top: 50px;
  border: 5px solid #e2e4e7;
  border-radius: 30px;
  box-shadow: 1px 5px 9px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 5px 9px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 5px 9px 0px rgba(0, 0, 0, 0.2);
  background-size: cover;
  position: relative;
  cursor: pointer;
}
.experience-box-1 {
  background-image: url("../images/experience-box-1.jpg");
}
.experience-box-2 {
  background-image: url("../images/experience-box-2.jpg");
}
.experience-box-3 {
  background-image: url("../images/experience-box-3.jpg");
}
.experience-box-caption {
  text-align: center;
  color: #ffffff;
  font-family: 'GothamBold';
  font-size: 24px;
  line-height: 26px;
  margin-top: 15px;
  letter-spacing: -0.02em;
}
.get-started-button {
  width: 254px;
  height: 46px;
  border-radius: 30px;
  margin: auto;
  margin-top: 45px;
  background-color: #ffffff;
  color: #00aa52;
  text-align: center;
  font-family: 'GothamMedium';
  font-size: 18px;
  padding-top: 10px;
  cursor: pointer;
}
.footer {
  background-color: #e6e7e8;
  height: 280px;
  border-top: 4px solid #ec7b29;
}
.estrella-logo-footer {
  float: left;
  width: 105px;
  margin-top: 30px;
}
.estrella-logo-footer-text {
  font-family: 'GothamBook';
  font-size: 14px;
  line-height: 18px;
  margin-top: 60px;
  margin-left: 25px;
  float: left;
  color: #616366;
}
.footer-divider-line {
  width: 90%;
  height: 1px;
  background-color: #616366;
  margin: auto;
  margin-top: 50px;
}
.footer-menu {
  font-family: 'GothamMedium';
  font-size: 14px;
  color: #ec7b29;
  text-align: center;
  margin: auto;
  margin-top: 20px;
}
.footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-menu li {
  display: inline;
  margin-left: 6px;
  margin-right: 6px;
}
.footer-menu a:link {
  color: #ec7b29;
}
.footer-menu a:active {
  color: #ec7b29;
}
.footer-menu a:visited {
  color: #ec7b29;
}
.footer-menu a:hover {
  color: #ec7b29;
}
.gray-footer {
  height: 54px;
  background-color: #929394 !important;
  color: #ffffff;
  padding-top: 18px;
}
.gray-footer-menu {
  font-family: 'GothamBook';
  font-size: 12px;
  float: left;
  margin-top: 2px;
  margin-left: 65px;
}
.gray-footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.gray-footer-menu li {
  display: inline;
  margin-left: 6px;
  margin-right: 6px;
}
.instagram {
  float: right;
  width: 22px;
  cursor: pointer;
  margin-right: 65px;
  margin-top: 2px;
}
.linked-in {
  float: right;
  width: 22px;
  cursor: pointer;
  margin-right: 15px;
}
.x {
  float: right;
  width: 23px;
  cursor: pointer;
  margin-right: 15px;
}
.facebook {
  float: right;
  width: 23px;
  cursor: pointer;
  margin-right: 15px;
  margin-top: 1px;
}
.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 70px;
}
.video-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100000;
  align-items: center;
  justify-content: center;
}
.video-container {
  position: relative;
  max-width: 80%;
  max-height: 80%;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  transform: scale(0);
  transition: transform 0.5s ease-in-out;
}
.video-container.active {
  transform: scale(1);
}
.video-container video {
  width: 100%;
  height: auto;
  display: block;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 24px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  z-index: 1001;
  /* Ensure button is above video */
  font-family: Arial;
}
/* Preload hidden videos */
.preload-videos {
  display: none;
}
.button-animations {
  transition: transform 0.3s;
  cursor: pointer;
}
.button-animations:hover {
  transform: scale(1.05);
}
.hover-animations {
  transition: transform 0.3s;
}
.hover-animations:hover {
  transform: scale(1.05);
}
.menu-container {
  transition: transform 0.3s;
}
.menu-container li:hover {
  padding-bottom: 4px;
  border-bottom: 3px solid #00aa52;
}
.menu-container a:link {
  text-decoration: none;
  color: #616366;
}
.menu-container a:active {
  text-decoration: none;
  color: #616366;
}
.menu-container a:visited {
  text-decoration: none;
  color: #616366;
}
.menu-container a:hover {
  text-decoration: none;
  color: #00aa52;
}
.menu-active {
  color: #00aa52 !important;
  padding-bottom: 4px;
  border-bottom: 3px solid #00aa52;
}
.why-estrella-hero-section {
  height: 500px;
  background-image: url("../images/why-estrella-hero-image.jpg");
  background-size: cover;
  background-position: right center;
  position: relative;
  z-index: 10;
}
.why-estrella-hero-headline {
  font-family: 'GothamBlack';
  font-size: 70px;
  line-height: 65px;
  color: #00aa52;
  margin-top: 168px;
  letter-spacing: -0.02em;
}
.green-bg-confidence {
  padding-top: 80px;
  padding-bottom: 80px;
  width: 735px;
  float: left;
}
.green-bg-section {
  background-color: #00aa52;
  height: 100%;
}
.white-bg-confidence {
  padding-top: 80px;
  padding-bottom: 80px;
  width: 735px;
  float: right;
  padding-left: 100px;
}
.franchise-with-confidence-headline {
  font-family: 'GothamBlack';
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: #ec7b29;
}
.franchise-with-confidence-text {
  font-family: 'GothamBook';
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.02em;
  padding-right: 110px;
  margin-top: 40px;
}
.estrella-horizontal-logo {
  width: 345px;
  margin-left: 130px;
}
.estrella-coverage-areas {
  width: 400px;
  margin-top: 40px;
  margin-left: 105px;
}
.how-much-could-you-make {
  background-color: #e3e6e8;
  background-image: url(../images/dots.png);
  background-size: 30%;
}
.how-much-could-you-make-headline {
  font-family: 'GothamBlack';
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: #ec7b29;
  text-align: center;
}
.how-much-could-you-make-text {
  font-family: 'GothamBook';
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #616366;
  text-align: center;
  margin-top: 25px;
}
.gray-bg {
  width: 1065px!important;
  background-color: #e3e6e8;
  padding-top: 80px;
  padding-bottom: 75px;
}
.make-box-section {
  margin-top: 60px;
}
.make-box {
  width: 341px;
  height: 299px;
  margin: auto;
  border: 10px solid #e2e4e7;
  background-color: #ec7b29;
  text-align: center;
  color: #ffffff;
  font-family: 'GothamBlack';
  font-size: 50px;
  line-height: 57px;
  padding-top: 80px;
  border-radius: 30px;
  box-shadow: 13px 11px 21px -12px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 13px 11px 21px -12px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 13px 11px 21px -12px rgba(0, 0, 0, 0.34);
  letter-spacing: -0.02em;
}
.how-much-could-you-make-disclaimer {
  text-align: center;
  font-family: 'GothamBook';
  font-size: 11px;
  line-height: 13px;
  color: #616366;
  margin-top: 60px;
}
.more-choices-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.more-choices-headline {
  text-align: center;
  font-family: 'GothamLight';
  font-size: 44px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #00aa52;
}
.more-choices-text {
  text-align: center;
  font-family: 'GothamBook';
  font-size: 18px;
  line-height: 23px;
  margin-top: 30px;
  color: #616366;
  padding-left: 120px;
  padding-right: 120px;
}
.more-success-boxes {
  margin-top: 60px;
  padding-left: 95px;
  padding-right: 95px;
  background-image: url(../images/dots.png);
  background-size: 30%;
}
.success-box-left {
  height: 270px;
  position: relative;
}
.success-box-right {
  height: 270px;
  position: relative;
}
.success-box-1 {
  background-color: #f3f3f4;
  background-image: url(../images/experience-section-logos.jpg);
  background-size: cover;
  background-position: center center;
}
.success-box-2 {
  background-color: #e3e6e8;
}
.success-box-3 {
  background-color: #006633;
}
.success-box-4 {
  background-image: url(../images/experience-image-1.jpg);
  background-size: cover;
  background-position: center center;
}
.success-box-5 {
  background-image: url(../images/experience-image-2.jpg);
  background-size: cover;
  background-position: center center;
}
.success-box-6 {
  background-image: url(../images/experience-image-3.jpg);
  background-size: cover;
  background-position: center center;
}
.success-box-7 {
  background-image: url(../images/experience-image-4.jpg);
  background-size: cover;
  background-position: center center;
}
.success-box-8 {
  background-image: url(../images/experience-image-5.jpg);
  background-size: cover;
  background-position: center center;
}
.success-box-shadow {
  box-shadow: 1px 10px 20px -1px rgba(0, 0, 0, 0.33);
  position: relative;
  z-index: 100;
}
.success-dots {
  position: absolute;
  left: 0px;
  top: 20px;
  width: 62px;
}
.success-box-headline {
  font-family: 'GothamBold';
  font-size: 44px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #ec7b29;
}
.success-box-text {
  font-family: 'GothamBook';
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: #616366;
  margin-top: 10px;
}
.success-box-text-light {
  color: #ffffff;
}
.success-floating-box {
  position: absolute;
  left: 100px;
  top: 50%;
  width: 650px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
}
.download-brochure-button {
  width: 285px;
  height: 46px;
  border-radius: 30px;
  margin: auto;
  margin-top: 45px;
  background-color: #ec7b29;
  color: #ffffff;
  text-align: center;
  font-family: 'GothamMedium';
  font-size: 18px;
  padding-top: 10px;
  cursor: pointer;
}
.market-opportunity-hero-section {
  height: 500px;
  background-image: url("../images/market-opportunity-hero-image.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 10;
}
.market-opportunity-hero-headline {
  font-family: 'GothamBlack';
  font-size: 70px;
  line-height: 65px;
  color: #ffffff;
  margin-top: 164px;
  letter-spacing: -0.02em;
}
.orange-bg-section {
  background-color: #ec7b29;
  height: 600px;
}
.excel-in-industry-headline {
  font-family: 'GothamBlack';
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-left: 100px;
}
.excel-in-industry-text {
  font-family: 'GothamBook';
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.02em;
  padding-right: 100px;
  margin-top: 40px;
  color: #ffffff;
  margin-left: 100px;
}
.excel-dots {
  position: absolute;
  top: 50px;
  left: 700px;
  width: 300px;
  height: 552px;
  background-image: url(../images/dark-dots.png);
  background-size: 90%;
  background-repeat: no-repeat;
}
.connect-box {
  position: absolute;
  left: 50%;
  bottom: 40px;
  width: 631px;
  height: 136px;
  background-color: #ffffff;
  box-shadow: 1px 10px 20px -1px rgba(0, 0, 0, 0.23);
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  text-align: center;
  font-family: 'GothamBold';
  font-size: 17px;
  line-height: 22px;
  padding-top: 30px;
  color: #00954c;
  letter-spacing: -0.02em;
}
.smart-investment-section {
  padding-top: 100px;
  padding-bottom: 70px;
}
.smart-investment-box {
  width: 341px;
  height: 263px;
  margin: auto;
  border-radius: 30px;
  border: 1px solid #00aa52;
  box-shadow: 0px 10px 10px -1px rgba(0, 0, 0, 0.23);
  text-align: center;
  padding-top: 40px;
  color: #00aa52;
  font-family: 'GothamBlack';
  font-size: 48px;
  line-height: 53px;
  letter-spacing: -0.02em;
}
.smart-investment-box-secondary-text {
  font-family: 'GothamBlack';
  font-size: 25px;
  line-height: 30px;
  margin-top: 5px;
}
.site-padding-alt {
  padding-left: 190px;
  padding-right: 190px;
}
.gray-bg-section {
  background-color: #f4f5f6;
  height: 600px;
}
.smart-investment-headline {
  font-family: 'GothamBlack';
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: #00aa52;
  text-align: center;
  margin-top: 45px;
}
.smart-investment-text {
  font-family: 'GothamBook';
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #616366;
  text-align: center;
  margin-top: 25px;
  padding-left: 80px;
  padding-right: 80px;
}
.smart-investment-disclaimer {
  font-family: 'GothamBook';
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #616366;
  text-align: center;
  margin-top: 45px;
  padding-left: 170px;
  padding-right: 170px;
}
.never-stops-growing {
  height: 600px;
  background-color: #00aa52;
  overflow: hidden;
}
.never-stops-growing-white-headline {
  font-family: 'GothamBlack';
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-top: 190px;
  margin-left: 120px;
}
.never-stops-growing-middle-section {
  width: 100%;
  height: 600px;
  background-color: #e3e6e8;
  padding-top: 90px;
}
.never-stops-growing-right-section {
  width: 300%;
  height: 600px;
  background-color: #eaecee;
  padding-top: 90px;
}
.never-stops-growing-right-section-container {
  width: 490px;
  height: 600px;
  float: left;
}
.never-stops-growing-graphic {
  margin: auto;
  width: 109px;
}
.never-stops-growing-question {
  font-family: 'GothamBlack';
  font-size: 30px;
  line-height: 33px;
  letter-spacing: -0.02em;
  color: #00aa52;
  margin-top: 10px;
  text-align: center;
}
.never-stops-growing-answer {
  width: 300px;
  margin: auto;
  margin-top: 10px;
  font-family: 'GothamBook';
  font-size: 18px;
  line-height: 22px;
  color: #616366;
}
.never-stops-growing-answer ul {
  padding-left: 15px;
  margin-top: 30px;
}
.never-stops-growing-answer li {
  margin-bottom: 10px;
}
.learn-about {
  height: 505px;
  background-image: url("../images/learn-about-background.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 10;
}
.learn-about-headline {
  text-align: center;
  font-family: 'GothamLight';
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-top: 164px;
}
.connect-with-expert-button {
  width: 275px;
  height: 46px;
  margin: auto;
  border-radius: 30px;
  margin-top: 35px;
  background-color: #ec7b29;
  color: #ffffff;
  text-align: center;
  font-family: 'GothamMedium';
  font-size: 18px;
  padding-top: 11px;
  cursor: pointer;
}
.get-started-button-orange {
  width: 205px;
  height: 46px;
  margin: auto;
  border-radius: 30px;
  margin-top: 20px;
  background-color: #ec7b29;
  color: #ffffff;
  text-align: center;
  font-family: 'GothamMedium';
  font-size: 18px;
  padding-top: 11px;
  cursor: pointer;
}
.never-growing-dots {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 340px;
  height: 590px;
  background-image: url(../images/dark-dots.png);
  background-size: 90%;
  background-repeat: no-repeat;
}
.path-to-ownership-hero-section {
  height: 500px;
  background-image: url("../images/path-to-ownership-hero-image.jpg");
  background-size: cover;
  background-position: right center;
  position: relative;
  z-index: 10;
}
.path-to-ownership-hero-headline {
  font-family: 'GothamBlack';
  font-size: 58px;
  line-height: 60px;
  color: #ec7b29;
  margin-top: 168px;
  letter-spacing: -0.02em;
}
.white-bg-opportunity {
  width: 641px;
  float: right;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-right: 80px;
}
.quotes {
  width: 641px;
  height: 312px;
  background-image: url(../images/quotes.png);
  background-size: cover;
  text-align: left;
  color: #00954c;
  font-size: 43px;
  line-height: 46px;
  font-family: 'GothamBlack';
  padding-left: 70px;
  padding-top: 65px;
}
.quotes-author {
  font-family: 'GothamBook';
  font-size: 18px;
  line-height: 22px;
  color: #616366;
  margin-top: 10px;
  text-align: right;
  margin-right: 40px;
}
.quotes-text {
  width: 533px;
  font-family: 'GothamBook';
  font-size: 17px;
  line-height: 21px;
  color: #616366;
  margin-top: 25px;
  margin-left: 70px;
}
.bw-video {
  height: 540px;
  background-image: url(../images/bw-video.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 10;
}
.bw-video-play-button {
  position: absolute;
  left: 50%;
  top: 200px;
  width: 100px;
  cursor: pointer!important;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
}
.path-to-ownership-section {
  background-color: #ec7b29;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 100;
  box-shadow: 0px 15px 20px -1px rgba(0, 0, 0, 0.33);
}
.path-to-ownership-orange {
  background-color: #ec7b29;
  padding-top: 70px;
  padding-bottom: 70px;
}
.path-to-ownership-headline {
  font-family: 'GothamBlack';
  font-size: 44px;
  line-height: 44px;
  letter-spacing: -0.02em;
}
.path-to-ownership-text {
  font-family: 'GothamLight';
  font-size: 28px;
  line-height: 43px;
  margin-top: 10px;
}
.path-to-ownership-circle-each {
  width: 20%;
  float: left;
}
.path-to-ownership-circle {
  width: 204px;
  height: 204px;
  border-radius: 50%;
  margin: auto;
  margin-top: 40px;
  background-color: #00aa52;
  box-shadow: 0px 10px 10px -1px rgba(0, 0, 0, 0.15);
  font-family: 'GothamBlack';
  font-size: 170px;
  line-height: 200px;
  color: #1a9649;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.path-to-ownership-circle-text {
  font-family: 'GothamBold';
  font-size: 29px;
  line-height: 30px;
  position: absolute;
  /*left: 50%;
    top:50%;
    transform: translate(-50%, -50%);*/
  color: #ffffff;
  white-space: nowrap;
}
.path-to-ownership-circle-subtext {
  text-align: center;
  font-family: 'GothamBook';
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  margin-top: 30px;
}
.what-it-takes-section {
  height: 500px;
  background-image: url("../images/what-it-takes-bg.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 10;
  padding-top: 60px;
}
.looking-for-you-section {
  height: 570px;
  background-image: url("../images/looking-for-you-bg.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 10;
  padding-top: 100px;
}
.what-it-takes-headline {
  font-family: 'GothamBlack';
  font-size: 60px;
  line-height: 60px;
  color: #00aa52;
  letter-spacing: -0.04em;
}
.what-it-takes-text {
  font-family: 'GothamBook';
  font-size: 18px;
  line-height: 22px;
  color: #616366;
  margin-top: 25px;
  letter-spacing: -0.02em;
}
.what-it-takes-list {
  font-family: 'GothamMedium';
  font-size: 24px;
  line-height: 39px;
  color: #616366;
  margin-top: 30px;
  letter-spacing: -0.02em;
}
.what-it-takes-list ul {
  padding-left: 15px;
}
.download-brochure-button-what-it-takes {
  float: right;
  margin-top: 175px;
}
.lets-build-future-together-button {
  float: right;
  margin-top: 215px;
  width: 355px;
}
.testimonials-hero-section {
  height: 500px;
  background-image: url("../images/testimonials-hero-image.jpg");
  background-size: cover;
  background-position: right center;
  position: relative;
  z-index: 10;
}
.testimonials-divider {
  height: 400px;
  background-color: #00aa52;
  overflow: hidden;
}
.testimonials-divider-text {
  color: #ffffff;
  font-family: 'GothamBook';
  font-size: 24px;
  line-height: 30px;
  padding-right: 130px;
  padding-top: 80px;
}
.orange-bg-testimonials {
  height: 400px;
  width: 400%;
  background-color: #ec7b29;
  background-image: url(../images/dots.png);
  background-size: 30%;
}
.news-page-section {
  margin-top: 10px;
  padding-bottom: 30px;
}
.spotlight-box {
  margin: auto;
  margin-top: 50px;
  width: 380px;
  height: 520px;
  background-color: #f1f1f1;
  cursor: pointer;
  position: relative;
}
.spotlight-image {
  width: 100%;
  height: 48%;
  background-size: cover;
  background-position: center center;
}
.news-page-headline {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  font-family: 'GothamBold';
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.home-news-box-text {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
  font-family: 'GothamBook';
  font-size: 15px;
  line-height: 22px;
  color: #6f6f6f;
}
.home-news-box-date {
  position: absolute;
  left: 30px;
  bottom: 15px;
  font-family: 'GothamLight';
  font-size: 12px;
  text-transform: uppercase;
}
.news-story-title {
  font-family: 'GothamMedium';
  font-size: 22px;
  line-height: 32px;
  color: #111111;
  margin-bottom: 5px;
}
.detail-news-box-date {
  position: relative;
  font-family: 'GothamLight';
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 7px;
}
.news-article {
  font-family: 'GothamLight';
  font-size: 16px;
  line-height: 24px;
  color: #111111;
  margin-top: 10px;
}
.article-image {
  float: right;
  width: 35%;
  margin-left: 15px;
  margin-bottom: 15px;
}
.back-to-news {
  margin-top: 10px;
  font-family: 'GothamMedium';
  font-size: 16px;
  margin-bottom: 10px;
  color: #00aa52;
  cursor: pointer;
}
.open-article {
  font-family: 'GothamMedium';
  font-size: 14px;
  color: #00aa52;
  cursor: pointer;
  float: right;
}
.video-martinez {
  margin: auto;
  margin-right: 50px!important;
  border-radius: 30px;
  overflow: hidden;
  border: 3px solid #29653b;
}
.video-martinez-page {
  margin: auto;
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid #29653b;
  width: 75%;
  margin-top: 150px;
}
.testimonials-divider-smaller {
  height: 20px;
  background-color: #00aa52;
  border-top: 4px solid #ec7b29;
}
.awards-hero-section {
  height: 500px;
  background-image: url("../images/awards-hero-image.jpg");
  background-size: cover;
  background-position: right center;
  position: relative;
  z-index: 10;
}
.awards-hero-headline {
  font-family: 'GothamBlack';
  font-size: 70px;
  line-height: 65px;
  color: #00aa52;
  margin-top: 168px;
  letter-spacing: -0.02em;
}
.white-bg-awards {
  height: 400px;
  width: 400%;
  background-color: #ffffff;
  padding-top: 40px;
  padding-left: 40px;
  margin-left: 20px;
}
.year-box {
  width: 160px;
  height: 110px;
  border-radius: 30px;
  border: 10px solid #00aa52;
  position: relative;
  z-index: 10;
  margin: auto;
  background-color: #ffffff;
  text-align: center;
  color: #f5841f;
  font-family: 'GothamBlack';
  font-size: 36px;
  padding-top: 18px;
  margin-top: 30px;
}
.top-year {
  margin-top: 50px;
}
.grey-award-box {
  width: 68%;
  padding: 20px;
  padding-left: 30px;
  padding-bottom: 15px;
  margin: auto;
  margin-top: 30px;
  background-color: #f5f5f5;
  border-radius: 20px;
  font-family: 'GothamMedium';
  color: #3f3f3f;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  z-index: 15;
  border: 3px solid #f5f5f5;
}
.grey-award-box-selected {
  border: 3px solid #00aa52;
}
.grey-award-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.grey-award-box li {
  margin-bottom: 8px;
}
.award {
  cursor: pointer;
  padding-bottom: 0px;
  border-bottom: 2px solid transparent;
  display: inline-block;
  position: relative;
}
.award-selected {
  border-bottom: 2px solid #00aa52;
}
.award-arrow-right {
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 35px solid #cceedc;
  position: absolute;
  left: -40px;
  top: -24px;
}
.award-box-right-entrepreneur {
  height: 70px;
  background-color: #cceedc;
  position: absolute;
  top: -35px;
  right: 35px;
  width: 220px;
  padding-top: 13px;
  padding-left: 10px;
}
.entrepreneur-award-flag {
  opacity: 0;
}
.award-box-right-fbr {
  height: 70px;
  background-color: #cceedc;
  position: absolute;
  top: -35px;
  right: 35px;
  width: 250px;
  padding-top: 22px;
  padding-left: 10px;
}
.award-box-right-ft {
  height: 70px;
  background-color: #cceedc;
  position: absolute;
  top: -35px;
  right: 35px;
  width: 200px;
  padding-top: 20px;
  padding-left: 20px;
}
.award-box-right-inc {
  height: 70px;
  background-color: #cceedc;
  position: absolute;
  top: -35px;
  right: 35px;
  width: 100px;
  padding-top: 8px;
  padding-left: 30px;
  padding-right: 15px;
}
.award-box-right-tar {
  height: 70px;
  background-color: #cceedc;
  position: absolute;
  top: -35px;
  right: 35px;
  width: 220px;
  padding-top: 8px;
  padding-left: 10px;
}
.award-box-right-ij {
  height: 70px;
  background-color: #cceedc;
  position: absolute;
  top: -35px;
  right: 35px;
  width: 190px;
  padding-top: 0px;
  padding-left: 5px;
}
.award-box-right-sfbj {
  height: 70px;
  background-color: #cceedc;
  position: absolute;
  top: -35px;
  right: 35px;
  width: 210px;
  padding-top: 10px;
  padding-left: 5px;
}
.award-box-right-usatoday {
  height: 70px;
  background-color: #cceedc;
  position: absolute;
  top: -35px;
  right: 35px;
  width: 225px;
  padding-top: 15px;
  padding-left: 10px;
}
.award-box-right-text {
  height: 70px;
  background-color: #cceedc;
  position: absolute;
  top: -35px;
  right: 35px;
  width: 220px;
  padding-top: 10px;
  padding-left: 10px;
  color: #111111;
}
.awards-container {
  background-color: #ffffff;
  padding-bottom: 50px;
}
.main-awards-page-section {
  background-color: #e3e6e8;
}
.grey-divider {
  width: 16px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0px;
  background-color: #f5f5f5;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  z-index: 1;
}
.award-selected {
  border-bottom: 2px solid #00aa52;
}
.awards-glow {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.33);
}
.entrepreneur-logo-top {
  width: 290px;
  float: left;
  position: relative;
  height: 78px;
}
.entrepreneur-logo-top-bw,
.entrepreneur-logo-top-color {
  position: absolute;
  width: 250px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 10;
}
.entrepreneur-logo-top-color {
  z-index: 100;
  opacity: 0;
}
.entrepreneur-award-flag {
  opacity: 0;
}
.franchise-business-review-logo-top {
  width: 360px;
  float: left;
  margin-top: 8px;
  margin-left: 30px;
  position: relative;
  height: 63px;
}
.franchise-business-review-logo-top-bw,
.franchise-business-review-logo-top-color {
  position: absolute;
  width: 320px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 10;
}
.franchise-business-review-logo-top-color {
  z-index: 100;
  opacity: 0;
}
.inc-logo-top {
  padding: 10px 20px;
  width: 120px;
  float: left;
  position: relative;
  height: 120px;
  margin-top: 20px;
}
.inc-logo-top-bw,
.inc-logo-top-color {
  position: absolute;
  width: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 10;
}
.inc-logo-top-color {
  z-index: 100;
  opacity: 0;
}
.ij-logo-top {
  padding: 10px 20px;
  width: 250px;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-top: 25px;
  height: 105px;
}
.ij-logo-top-bw,
.ij-logo-top-color {
  position: absolute;
  width: 220px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 10;
}
.ij-logo-top-color {
  z-index: 100;
  opacity: 0;
}
.sfbj-logo-top {
  padding: 10px 20px;
  width: 300px;
  float: left;
  position: relative;
  margin-left: 10px;
  height: 90px;
  margin-top: 30px;
}
.sfbj-logo-top-bw,
.sfbj-logo-top-color {
  position: absolute;
  width: 260px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 10;
}
.sfbj-logo-top-color {
  z-index: 100;
  opacity: 0;
}
.the-american-registry-logo-top {
  width: 220px;
  float: left;
  margin-left: -5px;
  position: relative;
  height: 72px;
  margin-top: 20px;
}
.the-american-registry-logo-top-bw,
.the-american-registry-logo-top-color {
  position: absolute;
  width: 180px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 10;
}
.the-american-registry-logo-top-color {
  z-index: 100;
  opacity: 0;
}
.usatoday-logo-top {
  padding: 10px 20px;
  width: 240px;
  float: left;
  position: relative;
  margin-left: 10px;
  height: 58px;
  margin-top: 28px;
}
.usatoday-logo-top-bw,
.usatoday-logo-top-color {
  position: absolute;
  width: 200px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 10;
}
.usatoday-logo-top-color {
  z-index: 100;
  opacity: 0;
}
.franchise-times-logo-top {
  width: 200px;
  float: left;
  margin-left: 10px;
  position: relative;
  height: 69px;
  margin-top: 20px;
}
.franchise-times-logo-top-bw,
.franchise-times-logo-top-color {
  position: absolute;
  width: 160px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 10;
}
.franchise-times-logo-top-color {
  z-index: 100;
  opacity: 0;
}
.news-page-news-box {
  margin: auto;
  margin-top: 50px;
  width: 350px;
  height: 625px;
  background-color: #f1f1f1;
  cursor: pointer;
  position: relative;
}
.news-news-box-image {
  width: 100%;
  height: 40%;
  background-size: cover;
  background-position: center center;
}
.news-box-source-new {
  position: absolute;
  right: 0px;
  top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #00aa52;
  color: #ffffff;
  text-align: center;
  font-family: 'GothamMedium';
  font-size: 16px;
}
.news-hero-section {
  height: 500px;
  background-image: url("../images/news-hero-image.jpg");
  background-size: cover;
  background-position: right center;
  position: relative;
  z-index: 10;
}
.news-divider {
  height: 390px;
  background-color: #f5841f;
  overflow: hidden;
}
.green-bg-news {
  height: 390px;
  width: 400%;
  background-color: #00aa52;
  background-image: url(../images/dots.png);
  background-size: 30%;
}
.news-divider-text {
  color: #ffffff;
  font-family: 'GothamBook';
  font-size: 24px;
  line-height: 30px;
  padding-right: 140px;
  padding-top: 60px;
}
.join-us-hero-section {
  height: 500px;
  background-image: url("../images/join-us-hero-image.jpg");
  background-size: cover;
  background-position: right center;
  position: relative;
  z-index: 10;
}
.join-us-form-box {
  margin: auto;
  width: 900px;
  height: 1000px;
  background-color: #f8fafa;
  border-radius: 35px;
  border: 2px solid #00aa52;
  overflow: hidden;
  box-shadow: 0px 11px 21px -12px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 0px 11px 21px -12px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 11px 21px -12px rgba(0, 0, 0, 0.34);
}
.join-us-form-box-top {
  height: 65px;
  background-color: #e0e1e1;
  text-align: center;
  font-family: 'GothamBook';
  font-size: 16px;
  line-height: 22px;
  color: #616366;
  padding-top: 10px;
}
.orange {
  color: #f5841f;
}
.join-us-form-box-bottom {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.form-control-join-us {
  border-radius: 15px;
  border: 1px solid #e2e4e7;
  box-shadow: none;
  margin-bottom: 15px;
  font-family: 'GothamBook';
  height: 42px;
  font-size: 16px;
  color: #000000;
  background-color: #ffffff;
  width: 91%;
}
.label-join-us {
  font-family: 'GothamBook';
  font-size: 14px;
  color: #616366;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  line-height: 18px;
  padding-left: 5px;
}
.form-right {
  margin-left: 30px;
}
.option-circle {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  float: left;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
}
.option-circle-text {
  float: left;
  font-family: 'GothamBook';
  font-size: 14px;
  color: #616366;
  margin-left: 8px;
  margin-top: 23px;
  margin-right: 25px;
}
.option-circle-content {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.option-circle-selected {
  background-color: #00aa52;
}
.form-control-join-us-textarea {
  width: 100%;
  height: 110px!important;
}
.option-circles {
  margin-bottom: 25px;
}
.join-us-form-disclaimer {
  font-family: 'GothamBook';
  font-size: 11px;
  line-height: 14px;
  text-align: justify;
  margin-top: 10px;
}
.estrella-store {
  width: 690px;
  margin: auto;
  margin-top: 60px;
}
.read-faq {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  color: #ffffff;
  font-family: 'GothamBlack';
  background-color: #00aa52;
  cursor: pointer;
  font-size: 34px;
  line-height: 34px;
}
.form-select-join-us select {
  width: 100%;
  margin: 0px 0;
  color: #000000;
  height: 42px;
  font-family: 'GothamBook';
  margin-bottom: 15px;
  background: #fff url('https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-128.png') no-repeat;
  background-color: #ffffff;
  background-size: 20px;
  background-position: right 0px center;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 16px;
  border-radius: 15px;
  border: 1px solid #e2e4e7;
}
.form-select-join-us {
  width: 91%;
}
.form-select-join-us select:focus {
  box-shadow: none;
  outline: 0 none;
}
.answer {
  padding-left: 66px;
  font-family: 'GothamBook';
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  height: 0px;
  margin-bottom: 15px;
  text-align: justify;
}
.arrow-width {
  width: 60px;
}
.question-arrow,
.question {
  display: inline-block;
  color: #00aa52;
  cursor: pointer;
}
.question-arrow {
  color: #f5841f;
}
.question {
  font-family: 'GothamBlack';
  font-size: 26px;
  margin-bottom: 10px;
  margin-top: 5px;
  cursor: pointer;
  margin-left: 5px;
}
.faq-section {
  background-color: #e3e6e8;
}
.faq-site-padding {
  background-color: #ffffff;
  padding-left: 80px;
  padding-right: 150px;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 1200px;
  box-shadow: 0px 11px 21px -12px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 0px 11px 21px -12px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 11px 21px -12px rgba(0, 0, 0, 0.34);
}
.faq-hero-section {
  height: 500px;
  background-image: url("../images/faq-hero-image.jpg");
  background-size: cover;
  background-position: right bottom;
  position: relative;
  z-index: 10;
}
.gray-footer a:link {
  color: #ffffff;
}
.gray-footer a:active {
  color: #ffffff;
}
.gray-footer a:visited {
  color: #ffffff;
}
.gray-footer a:hover {
  color: #ffffff;
}
.faq-start-journey-button {
  width: 375px;
  height: 46px;
  margin: auto;
  border-radius: 30px;
  margin-top: 35px;
  background-color: #ec7b29;
  color: #ffffff;
  text-align: center;
  font-family: 'GothamMedium';
  font-size: 18px;
  padding-top: 11px;
  cursor: pointer;
}
.gray-footer-disclaimer {
  height: 0px;
  background-color: #929394;
  color: #ffffff;
  overflow: hidden;
  font-family: 'GothamBook';
  font-size: 14px;
  width: 100%;
}
.hidden {
  opacity: 0;
}
.visible {
  opacity: 1;
}
.get-started-tab {
  position: fixed;
  right: -50px;
  top: 38%;
  background-color: #00954c;
  z-index: 10000;
  width: 50px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.tab-text {
  transform: rotate(90deg);
  white-space: nowrap;
  font-size: 18px;
  font-family: 'GothamMedium';
  color: #ffffff;
}
.form-box-close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 5px;
  top: 5px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  display: none;
}
.svg-size {
  width: 19px;
  height: 19px;
}
.input-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 4px;
}
.custom-placeholder {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #444444;
  font-size: 13px;
  font-family: 'GothamBook';
}
.custom-placeholder .highlight {
  color: red;
  /* Color for the specific character */
}
input:focus + .custom-placeholder,
input:not(:placeholder-shown) + .custom-placeholder {
  display: none;
  /* Hide when typing or focused */
}
.form-control::-moz-placeholder {
  color: #444444;
  opacity: 1;
  font-size: 13px;
}
.form-control:-ms-input-placeholder {
  color: #444444;
  font-size: 13px;
}
.form-control::-webkit-input-placeholder {
  color: #444444;
  font-size: 13px;
}
.get-started-tab-show {
  right: 0px;
}
.form-box-hide {
  right: -1500px;
}
.brochure-form-box {
  top: 50%;
  left: 50%;
  width: 600px;
  height: 570px;
  background-color: #f8fafa;
  border: 2px solid #00954c;
  border-radius: 20px;
  float: none;
  position: fixed;
  overflow: hidden;
  z-index: 100002;
  box-shadow: 0px 0px 21px -12px rgba(0, 0, 0, 0.64);
  -webkit-box-shadow: 0px 0px 21px -12px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0px 0px 21px -12px rgba(0, 0, 0, 0.64);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  display: none;
  opacity: 0;
}
.form-box-green-brochure {
  width: 100%;
  height: 40px;
  background-color: #00954c;
  font-family: 'GothamBold';
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  padding-top: 5px;
}
.form-box-close-brochure {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 5px;
  top: 5px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
}
.svg-size-brochure {
  width: 19px;
  height: 19px;
}
.submit-button-brochure {
  width: 208px;
  height: 40px;
  border-radius: 30px;
  margin: auto;
  margin-top: 15px;
  background-color: #ec7b29;
  color: #ffffff;
  text-align: center;
  font-family: 'GothamMedium';
  font-size: 18px;
  padding-top: 8px;
  cursor: pointer;
}
.dark-overlay {
  position: fixed;
  z-index: 100001;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.dark-overlay-thanks {
  position: fixed;
  z-index: 10000000;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.modal-overlay {
  width: auto;
  height: auto;
  padding: 30px;
  padding-top: 45px;
  background-color: #ffffff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  font-family: 'GothamMedium';
  color: #005d67;
  font-size: 20px;
  z-index: 10000001;
  white-space: nowrap;
  text-align: center;
  display: none;
}
.close-x {
  position: absolute;
  top: 0px;
  right: 7px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
@media only screen and (max-width: 1500px) {
  .site-padding {
    padding-left: 80px;
    padding-right: 80px;
  }
  .call-us-bar {
    height: 32px;
  }
  .call-us-bar-phone {
    font-size: 16px;
    padding-top: 4px;
  }
  .call-us-bar-faq {
    font-size: 12px;
    padding-top: 8px;
  }
  .menu-bar {
    height: 112px;
    border-bottom: 5.6px solid #ec7b29;
  }
  .estrella-insurance-logo {
    top: 4px;
    width: 123.2px;
  }
  .menu-container-left {
    width: 440px;
  }
  .menu-container-right {
    width: 440px;
    margin-right: 24px;
  }
  .menu-container {
    font-size: 12.8px;
    margin-top: 48px;
  }
  .menu-container-left li {
    margin-left: 0px;
    margin-right: 9.6px;
  }
  .menu-container-right li {
    margin-left: 6.4px;
    margin-right: 6.4px;
  }
  .section-spacer {
    height: 144px;
  }
  .home-hero-section {
    height: 576px;
  }
  .form-box {
    top: 152px;
    width: 255.2px;
    height: 552px;
    border-radius: 16px;
  }
  .form-box-green {
    height: 49.6px;
    font-size: 17.6px;
    padding-top: 14.4px;
  }
  .form-intro-text {
    font-size: 9.6px;
    line-height: 11.6px;
    margin-top: 8px;
  }
  .form-content {
    padding-top: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }
  label {
    font-size: 9.6px;
    margin-bottom: 2.4px;
    line-height: 11.2px;
  }
  .form-control {
    border-radius: 8px;
    margin-bottom: 4px;
    height: 24.8px;
    font-size: 11.2px;
  }
  .form-select select {
    height: 25.6px;
    margin-bottom: 4px;
    background-size: 16px;
    padding-left: 8px;
    font-size: 11.2px;
    border-radius: 8px;
  }
  .label-margin {
    margin-top: 8px;
  }
  textarea.form-control {
    height: 56px;
  }
  .form-disclaimer {
    font-size: 6.4px;
    line-height: 8px;
    margin-top: 12px;
  }
  .submit-button {
    width: 166.4px;
    height: 36.8px;
    border-radius: 24px;
    margin-top: 20px;
    font-size: 14.4px;
    padding-top: 8px;
  }
  .submit-arrow {
    width: 5.6px;
    margin-left: 12px;
    top: -0.8px;
  }
  .hero-content-box {
    margin-top: 72px;
    padding-left: 128px;
  }
  .hero-content-headline {
    font-size: 60px;
    line-height: 54.4px;
  }
  .hero-content-text {
    font-size: 19.2px;
    line-height: 23.2px;
    margin-top: 24px;
  }
  .connect-button {
    width: 166.4px;
    height: 36.8px;
    border-radius: 24px;
    margin-top: 32px;
    font-size: 14.4px;
    padding-top: 8px;
  }
  .entrepreneur-logos {
    width: 240px;
    margin-top: 32px;
  }
  .works-for-you-headline {
    font-size: 40px;
    line-height: 40px;
  }
  .works-for-you-secondary-headline {
    font-size: 16px;
    line-height: 17.6px;
    margin-top: 32px;
  }
  .reg {
    font-size: 6.4px;
    top: -8px;
  }
  .works-for-you-text {
    font-size: 16px;
    line-height: 20.8px;
    width: 656px;
    margin-top: 32px;
  }
  .works-category-boxes {
    width: 533.6px;
    margin-top: 48px;
  }
  .category-box {
    width: 89.6px;
    height: 89.6px;
    border-radius: 20px;
    border: 2.4px solid #00aa52;
  }
  .works-category-boxes li {
    margin-left: 5.6px;
    margin-right: 5.6px;
  }
  .category-box-caption {
    font-size: 11.2px;
    margin-top: 8px;
  }
  .category-auto {
    width: 56.8px;
  }
  .category-home {
    width: 40.8px;
  }
  .category-commercial {
    width: 52.8px;
  }
  .category-business {
    width: 57.6px;
  }
  .category-life {
    width: 51.2px;
  }
  .join-industry-section {
    padding-top: 64px;
    padding-bottom: 48px;
  }
  .join-industry-section-headline {
    font-size: 35.2px;
    line-height: 35.2px;
  }
  .join-industry-section-text {
    font-size: 14.4px;
    line-height: 17.6px;
    margin-top: 20px;
    padding-left: 160px;
    padding-right: 160px;
  }
  .join-industry-section-boxes {
    width: 720px;
    margin-top: 40px;
  }
  .industry-orange-box {
    width: 160.8px;
    height: 127.2px;
    border-radius: 24px;
    font-size: 22.4px;
    line-height: 24px;
    padding-top: 38.4px;
  }
  .join-industry-section-boxes li {
    margin-left: 24px;
    margin-right: 24px;
  }
  .white-bg {
    padding-top: 48px;
    padding-bottom: 48px;
    width: 800px;
  }
  .us-map {
    width: 752px;
    margin-top: 32px;
  }
  .map-state-names {
    left: 0px;
    top: 0px;
  }
  .map-legend {
    width: 280px;
    height: 72px;
    margin-bottom: 40px;
    margin-left: 80px;
  }
  .dark-green-box {
    width: 28px;
    height: 28px;
  }
  .dark-green-legend-text {
    width: 212px;
    padding-left: 8px;
    font-size: 12.8px;
    padding-top: 6.4px;
  }
  .light-green-legend-text {
    width: 212px;
    padding-left: 8px;
    font-size: 12.8px;
    padding-top: 12.8px;
  }
  .light-green-box {
    width: 28px;
    height: 28px;
    margin-top: 8px;
  }
  .white-bg-map {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 880px;
  }
  .low-startup-cost {
    padding-top: 64px;
    padding-bottom: 48px;
  }
  .why-headline {
    font-size: 40px;
    line-height: 40px;
    margin-top: 104px;
  }
  .why-padding {
    padding-left: 76px;
    padding-right: 76px;
  }
  .green-boxes-why {
    width: 681.6px;
    height: 432px;
    margin-top: 64px;
  }
  .green-box-why {
    width: 227.2px;
    height: 216px;
    padding-top: 44px;
    padding-left: 28px;
  }
  .why-text {
    font-size: 14.4px;
    line-height: 17.6px;
    padding-right: 48px;
    margin-top: 32px;
  }
  .discover-button {
    width: 268px;
    height: 36.8px;
    border-radius: 24px;
    margin-top: 76px;
    font-size: 14.4px;
    padding-top: 8px;
  }
  .green-box-why-headline {
    font-size: 19.2px;
    line-height: 20.8px;
  }
  .green-box-why-text {
    font-size: 12px;
    line-height: 13.6px;
    margin-top: 12px;
    padding-right: 28px;
  }
  .own-boss-box {
    margin-top: 40px;
    border: 4px solid #e2e4e7;
    border-radius: 24px;
    width: 336.8px;
    height: 216.8px;
  }
  .white-bg-wider {
    padding-top: 48px;
    padding-bottom: 48px;
    width: 872px;
  }
  .own-boss-headline {
    font-size: 24px;
    line-height: 24px;
    margin-top: 16px;
  }
  .own-boss-secondary-headline {
    font-size: 14.4px;
    line-height: 16px;
    margin-top: 8px;
  }
  .own-boss-secondary-text {
    font-size: 14.4px;
    line-height: 16px;
    margin-top: 16px;
  }
  .first-step-button {
    width: 368.8px;
    height: 36.8px;
    border-radius: 24px;
    margin-top: 36px;
    font-size: 14.4px;
    padding-top: 8px;
  }
  .estrella-experience {
    padding-top: 56px;
    padding-bottom: 48px;
  }
  .estrella-experience-box {
    width: 368px;
    border: 4px solid #e2e4e7;
    height: 231.2px;
    margin-top: 40px;
    border-radius: 24px;
  }
  .experience-box-caption {
    font-size: 19.2px;
    line-height: 20.8px;
    margin-top: 12px;
  }
  .get-started-button {
    width: 203.2px;
    height: 36.8px;
    border-radius: 24px;
    margin-top: 36px;
    font-size: 14.4px;
    padding-top: 8px;
  }
  .footer {
    height: 224px;
  }
  .estrella-logo-footer {
    width: 84px;
    margin-top: 24px;
  }
  .estrella-logo-footer-text {
    font-size: 11.2px;
    line-height: 14.4px;
    margin-top: 48px;
    margin-left: 20px;
  }
  .footer-divider-line {
    height: 0.8px;
    margin-top: 40px;
  }
  .footer-menu {
    font-size: 11.2px;
    margin-top: 16px;
  }
  .footer-menu li {
    margin-left: 4.8px;
    margin-right: 4.8px;
  }
  .gray-footer {
    height: 43.2px;
    padding-top: 14.4px;
  }
  .gray-footer-menu {
    font-size: 9.6px;
    margin-top: 1.6px;
    margin-left: 52px;
  }
  .gray-footer-menu li {
    margin-left: 4.8px;
    margin-right: 4.8px;
  }
  .instagram {
    width: 17.6px;
    margin-right: 52px;
    margin-top: 1.6px;
  }
  .linked-in {
    width: 17.6px;
    margin-right: 12px;
  }
  .x {
    width: 18.4px;
    margin-right: 12px;
  }
  .facebook {
    width: 18.4px;
    margin-right: 12px;
    margin-top: 0.8px;
  }
  .play-button {
    width: 56px;
  }
  .video-container {
    border-radius: 6.4px;
  }
  .close-btn {
    top: 8px;
    right: 8px;
    font-size: 19.2px;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .menu-container li:hover {
    padding-bottom: 3.2px;
  }
  .menu-active {
    padding-bottom: 3.2px;
    border-bottom: 2.4p solid #00aa52;
  }
  .why-estrella-hero-section {
    height: 400px;
  }
  .why-estrella-hero-headline {
    font-size: 56px;
    line-height: 52px;
    margin-top: 134.4px;
  }
  .green-bg-confidence {
    padding-top: 64px;
    padding-bottom: 64px;
    width: 588px;
  }
  .white-bg-confidence {
    padding-top: 64px;
    padding-bottom: 64px;
    width: 588px;
    padding-left: 80px;
  }
  .franchise-with-confidence-headline {
    font-size: 40px;
    line-height: 40px;
  }
  .franchise-with-confidence-text {
    font-size: 14.4px;
    line-height: 17.6px;
    padding-right: 88px;
    margin-top: 32px;
  }
  .estrella-horizontal-logo {
    width: 276px;
    margin-left: 104px;
  }
  .estrella-coverage-areas {
    width: 320px;
    margin-top: 32px;
    margin-left: 84px;
  }
  .how-much-could-you-make-headline {
    font-size: 40px;
    line-height: 40px;
  }
  .how-much-could-you-make-text {
    font-size: 14.4px;
    line-height: 16.8px;
    margin-top: 20px;
  }
  .gray-bg {
    width: 852px !important;
    padding-top: 64px;
    padding-bottom: 60px;
  }
  .make-box-section {
    margin-top: 48px;
  }
  .make-box {
    width: 272.8px;
    border: 8px solid #e2e4e7;
    height: 239.2px;
    font-size: 40px;
    line-height: 45.6px;
    padding-top: 64px;
    border-radius: 24px;
  }
  .how-much-could-you-make-disclaimer {
    font-size: 8.8px;
    line-height: 10.4px;
    margin-top: 48px;
  }
  .more-choices-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .more-choices-headline {
    text-align: center;
    font-size: 35.2px;
    line-height: 35.2px;
  }
  .more-choices-text {
    font-size: 14.4px;
    line-height: 18.4px;
    margin-top: 24px;
    padding-left: 96px;
    padding-right: 96px;
  }
  .more-success-boxes {
    margin-top: 48px;
    padding-left: 76px;
    padding-right: 76px;
  }
  .success-box-left {
    height: 216px;
  }
  .success-box-right {
    height: 216px;
  }
  .success-dots {
    left: 0px;
    top: 16px;
    width: 49.6px;
  }
  .success-box-headline {
    font-size: 35.2px;
    line-height: 35.2px;
  }
  .success-box-text {
    font-size: 14.4px;
    line-height: 18.4px;
    margin-top: 8px;
  }
  .success-floating-box {
    left: 80px;
    width: 520px;
  }
  .download-brochure-button {
    width: 228px;
    height: 36.8px;
    border-radius: 24px;
    margin-top: 36px;
    font-size: 14.4px;
    padding-top: 8px;
  }
  .market-opportunity-hero-section {
    height: 400px;
  }
  .market-opportunity-hero-headline {
    font-size: 56px;
    line-height: 52px;
    margin-top: 131.2px;
  }
  .orange-bg-section {
    height: 480px;
  }
  .excel-in-industry-headline {
    font-size: 40px;
    line-height: 40px;
    margin-left: 80px;
  }
  .excel-in-industry-text {
    font-size: 14.4px;
    line-height: 17.6px;
    padding-right: 80px;
    margin-top: 32px;
    margin-left: 80px;
  }
  .excel-dots {
    top: 40px;
    left: 560px;
    width: 240px;
    height: 441.6px;
  }
  .connect-box {
    bottom: 32px;
    width: 504.8px;
    height: 108.8px;
    box-shadow: 0.8px 8px 16px -0.8px rgba(0, 0, 0, 0.23);
    font-size: 13.6px;
    line-height: 17.6px;
    padding-top: 24px;
  }
  .smart-investment-section {
    padding-top: 80px;
    padding-bottom: 56px;
  }
  .smart-investment-box {
    width: 272.8px;
    height: 210.4px;
    border-radius: 24px;
    border: 0.8px solid #00aa52;
    box-shadow: 0px 8px 8px -0.8px rgba(0, 0, 0, 0.23);
    padding-top: 32px;
    font-size: 38.4px;
    line-height: 42.4px;
  }
  .smart-investment-box-secondary-text {
    font-size: 20px;
    line-height: 24px;
    margin-top: 4px;
  }
  .site-padding-alt {
    padding-left: 152px;
    padding-right: 152px;
  }
  .gray-bg-section {
    height: 480px;
  }
  .smart-investment-headline {
    font-size: 40px;
    line-height: 40px;
    margin-top: 36px;
  }
  .smart-investment-text {
    font-size: 14.4px;
    line-height: 19.2px;
    margin-top: 20px;
    padding-left: 64px;
    padding-right: 64px;
  }
  .smart-investment-disclaimer {
    font-size: 9.6px;
    line-height: 12px;
    margin-top: 36px;
    padding-left: 136px;
    padding-right: 136px;
  }
  .never-stops-growing {
    height: 480px;
  }
  .never-stops-growing-white-headline {
    font-size: 40px;
    line-height: 40px;
    margin-top: 152px;
    margin-left: 96px;
  }
  .never-stops-growing-middle-section {
    height: 480px;
    padding-top: 72px;
  }
  .never-stops-growing-right-section {
    height: 480px;
    padding-top: 72px;
  }
  .never-stops-growing-right-section-container {
    width: 392px;
    height: 480px;
  }
  .never-stops-growing-graphic {
    width: 87.2px;
  }
  .never-stops-growing-question {
    font-size: 24px;
    line-height: 26.4px;
    margin-top: 8px;
  }
  .never-stops-growing-answer {
    width: 240px;
    margin-top: 8px;
    font-size: 14.4px;
    line-height: 17.6px;
  }
  .never-stops-growing-answer ul {
    padding-left: 12px;
    margin-top: 24px;
  }
  .never-stops-growing-answer li {
    margin-bottom: 8px;
  }
  .learn-about {
    height: 404px;
  }
  .learn-about-headline {
    font-size: 48px;
    line-height: 48px;
    margin-top: 131.2px;
  }
  .connect-with-expert-button {
    width: 220px;
    height: 36.8px;
    border-radius: 24px;
    margin-top: 28px;
    font-size: 14.4px;
    padding-top: 8.8px;
  }
  .get-started-button-orange {
    width: 164px;
    height: 36.8px;
    border-radius: 24px;
    margin-top: 16px;
    font-size: 14.4px;
    padding-top: 8.8px;
  }
  .never-growing-dots {
    top: 16px;
    width: 272px;
    height: 472px;
  }
  .path-to-ownership-hero-section {
    height: 400px;
  }
  .path-to-ownership-hero-headline {
    font-size: 46.4px;
    line-height: 48px;
    margin-top: 134.4px;
  }
  .white-bg-opportunity {
    width: 512.8px;
    padding-top: 56px;
    padding-bottom: 56px;
    margin-right: 64px;
  }
  .quotes {
    width: 512.8px;
    height: 249.6px;
    font-size: 34.4px;
    line-height: 36.8px;
    padding-left: 56px;
    padding-top: 52px;
  }
  .quotes-author {
    font-size: 14.4px;
    line-height: 17.6px;
    margin-top: 8px;
    margin-right: 32px;
  }
  .quotes-text {
    width: 426.4px;
    font-size: 13.6px;
    line-height: 16.8px;
    margin-top: 20px;
    margin-left: 56px;
  }
  .bw-video {
    height: 432px;
  }
  .bw-video-play-button {
    top: 160px;
    width: 80px;
  }
  .path-to-ownership-orange {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .path-to-ownership-headline {
    font-size: 35.2px;
    line-height: 35.2px;
  }
  .path-to-ownership-text {
    font-size: 22.4px;
    line-height: 34.4px;
    margin-top: 8px;
  }
  .path-to-ownership-circle {
    width: 163.2px;
    height: 163.2px;
    margin-top: 32px;
    font-size: 136px;
    line-height: 160px;
  }
  .path-to-ownership-circle-text {
    font-size: 23.2px;
    line-height: 24px;
  }
  .path-to-ownership-circle-subtext {
    font-size: 14.4px;
    line-height: 17.6px;
    margin-top: 24px;
  }
  .what-it-takes-section {
    height: 400px;
    padding-top: 48px;
  }
  .looking-for-you-section {
    height: 456px;
    padding-top: 80px;
  }
  .what-it-takes-headline {
    font-size: 48px;
    line-height: 48px;
  }
  .what-it-takes-text {
    font-size: 14.4px;
    line-height: 17.6px;
    margin-top: 20px;
  }
  .what-it-takes-list {
    font-size: 19.2px;
    line-height: 31.2px;
    margin-top: 24px;
  }
  .what-it-takes-list ul {
    padding-left: 12px;
  }
  .download-brochure-button-what-it-takes {
    margin-top: 140px;
  }
  .lets-build-future-together-button {
    margin-top: 172px;
    width: 284px;
  }
  .testimonials-hero-section {
    height: 400px;
  }
  .testimonials-divider {
    height: 320px;
  }
  .testimonials-divider-text {
    font-size: 19.2px;
    line-height: 24px;
    padding-right: 104px;
    padding-top: 64px;
  }
  .orange-bg-testimonials {
    height: 320px;
  }
  .news-page-section {
    margin-top: 8px;
    padding-bottom: 24px;
  }
  .spotlight-box {
    margin-top: 40px;
    width: 304px;
    height: 416px;
  }
  .news-page-headline {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    font-size: 16px;
    line-height: 19.2px;
  }
  .home-news-box-text {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 16px;
    font-size: 12px;
    line-height: 17.6px;
  }
  .home-news-box-date {
    left: 24px;
    bottom: 12px;
    font-size: 9.6px;
  }
  .news-story-title {
    font-size: 17.6px;
    line-height: 25.6px;
    margin-bottom: 4px;
  }
  .detail-news-box-date {
    font-size: 8.8px;
    margin-top: 5.6px;
  }
  .news-article {
    font-size: 12.8px;
    line-height: 19.2px;
    margin-top: 8px;
  }
  .article-image {
    margin-left: 12px;
    margin-bottom: 12px;
  }
  .back-to-news {
    margin-top: 8px;
    font-size: 12.8px;
    margin-bottom: 8px;
  }
  .open-article {
    font-size: 11.2px;
  }
  .video-martinez {
    margin-right: 40px !important;
    border-radius: 24px;
  }
  .video-martinez-page {
    border-radius: 24px;
    border: 1.6px solid #29653b;
    margin-top: 120px;
  }
  .testimonials-divider-smaller {
    height: 16px;
    border-top: 3.2px solid #ec7b29;
  }
  .awards-hero-section {
    height: 400px;
  }
  .awards-hero-headline {
    font-size: 56px;
    line-height: 52px;
    margin-top: 134.4px;
  }
  .white-bg-awards {
    height: 320px;
    width: 400%;
    padding-top: 32px;
    padding-left: 32px;
    margin-left: 16px;
  }
  .year-box {
    width: 128px;
    height: 88px;
    border-radius: 24px;
    border: 8px solid #00aa52;
    font-size: 28.8px;
    padding-top: 14.4px;
    margin-top: 24px;
  }
  .top-year {
    margin-top: 40px;
  }
  .grey-award-box {
    width: 68%;
    padding: 16px;
    padding-left: 24px;
    padding-bottom: 12px;
    margin-top: 24px;
    border-radius: 16px;
    font-size: 16px;
    line-height: 19.2px;
    border: 2.4px solid #f5f5f5;
  }
  .grey-award-box-selected {
    border: 2.4px solid #00aa52;
  }
  .grey-award-box li {
    margin-bottom: 6.4px;
  }
  .award {
    padding-bottom: 0px;
    border-bottom: 1.6px solid transparent;
  }
  .award-selected {
    border-bottom: 1.6px solid #00aa52;
  }
  .award-arrow-right {
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 28px solid #cceedc;
    left: -32px;
    top: -19.2px;
  }
  .award-box-right-entrepreneur {
    height: 56px;
    top: -28px;
    right: 28px;
    width: 176px;
    padding-top: 10.4px;
    padding-left: 8px;
  }
  .award-box-right-fbr {
    height: 56px;
    top: -28px;
    right: 28px;
    width: 200px;
    padding-top: 17.6px;
    padding-left: 8px;
  }
  .award-box-right-ft {
    height: 56px;
    top: -28px;
    right: 28px;
    width: 160px;
    padding-top: 16px;
    padding-left: 16px;
  }
  .award-box-right-inc {
    height: 56px;
    top: -28px;
    right: 28px;
    width: 80px;
    padding-top: 6.4px;
    padding-left: 24px;
    padding-right: 12px;
  }
  .award-box-right-tar {
    height: 56px;
    top: -28px;
    right: 28px;
    width: 176px;
    padding-top: 6.4px;
    padding-left: 8px;
  }
  .award-box-right-ij {
    height: 56px;
    top: -28px;
    right: 28px;
    width: 152px;
    padding-top: 0px;
    padding-left: 4px;
  }
  .award-box-right-sfbj {
    height: 56px;
    top: -28px;
    right: 28px;
    width: 168px;
    padding-top: 8px;
    padding-left: 4px;
  }
  .award-box-right-usatoday {
    height: 56px;
    top: -28px;
    right: 28px;
    width: 180px;
    padding-top: 12px;
    padding-left: 8px;
  }
  .award-box-right-text {
    height: 56px;
    top: -28px;
    right: 28px;
    width: 176px;
    padding-top: 8px;
    padding-left: 8px;
  }
  .awards-container {
    padding-bottom: 40px;
  }
  .grey-divider {
    width: 12.8px;
    top: 0px;
  }
  .awards-glow {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.33);
  }
  .entrepreneur-logo-top {
    width: 232px;
    height: 62.4px;
  }
  .entrepreneur-logo-top-bw,
  .entrepreneur-logo-top-color {
    width: 200px;
  }
  .franchise-business-review-logo-top {
    width: 288px;
    margin-top: 6.4px;
    margin-left: 24px;
    height: 50.4px;
  }
  .franchise-business-review-logo-top-bw,
  .franchise-business-review-logo-top-color {
    width: 256px;
  }
  .inc-logo-top {
    padding: 8px 16px;
    width: 96px;
    height: 96px;
    margin-top: 16px;
  }
  .inc-logo-top-bw,
  .inc-logo-top-color {
    width: 80px;
  }
  .ij-logo-top {
    padding: 8px 16px;
    width: 200px;
    margin-left: 8px;
    margin-top: 20px;
    height: 84px;
  }
  .ij-logo-top-bw,
  .ij-logo-top-color {
    width: 176px;
  }
  .sfbj-logo-top {
    padding: 8px 16px;
    width: 240px;
    margin-left: 8px;
    height: 72px;
    margin-top: 24px;
  }
  .sfbj-logo-top-bw,
  .sfbj-logo-top-color {
    width: 208px;
  }
  .the-american-registry-logo-top {
    width: 176px;
    margin-left: -4px;
    height: 57.6px;
    margin-top: 16px;
  }
  .the-american-registry-logo-top-bw,
  .the-american-registry-logo-top-color {
    width: 144px;
  }
  .usatoday-logo-top {
    padding: 8px 16px;
    width: 192px;
    margin-left: 8px;
    height: 46.4px;
    margin-top: 22.4px;
  }
  .usatoday-logo-top-bw,
  .usatoday-logo-top-color {
    width: 160px;
  }
  .franchise-times-logo-top {
    width: 160px;
    margin-left: 8px;
    height: 55.2px;
    margin-top: 16px;
  }
  .franchise-times-logo-top-bw,
  .franchise-times-logo-top-color {
    width: 128px;
  }
  .news-page-news-box {
    margin-top: 40px;
    width: 280px;
    height: 500px;
  }
  .news-box-source-new {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12.8px;
  }
  .news-hero-section {
    height: 400px;
  }
  .news-divider {
    height: 312px;
  }
  .green-bg-news {
    height: 312px;
  }
  .news-divider-text {
    font-size: 19.2px;
    line-height: 24px;
    padding-right: 112px;
    padding-top: 48px;
  }
  .join-us-hero-section {
    height: 400px;
  }
  .join-us-form-box {
    width: 720px;
    height: 800px;
    border-radius: 28px;
    border: 1.6px solid #00aa52;
  }
  .join-us-form-box-top {
    height: 52px;
    font-size: 12.8px;
    line-height: 17.6px;
    padding-top: 8px;
  }
  .join-us-form-box-bottom {
    padding-left: 64px;
    padding-right: 64px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .form-control-join-us {
    border-radius: 12px;
    margin-bottom: 12px;
    height: 33.6px;
    font-size: 12.8px;
  }
  .label-join-us {
    font-size: 11.2px;
    margin-bottom: 4px;
    line-height: 14.4px;
    padding-left: 4px;
  }
  .form-right {
    margin-left: 24px;
  }
  .option-circle {
    width: 34.4px;
    height: 34.4px;
    margin-top: 8px;
  }
  .option-circle-text {
    font-size: 11.2px;
    margin-left: 6.4px;
    margin-top: 18.4px;
    margin-right: 20px;
  }
  .option-circle-content {
    width: 23.2px;
    height: 23.2px;
  }
  .form-control-join-us-textarea {
    height: 88px !important;
  }
  .option-circles {
    margin-bottom: 20px;
  }
  .join-us-form-disclaimer {
    font-family: 'GothamBook';
    font-size: 8.8px;
    line-height: 11.2px;
    margin-top: 8px;
  }
  .estrella-store {
    width: 552px;
    margin-top: 48px;
  }
  .read-faq {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 27.2px;
    line-height: 27.2px;
  }
  .form-select-join-us select {
    height: 33.6px;
    margin-bottom: 12px;
    background-size: 16px;
    padding-left: 8px;
    font-size: 12.8px;
    border-radius: 12px;
  }
  .answer {
    padding-left: 52.8px;
    font-size: 12.8px;
    line-height: 17.6px;
    margin-bottom: 12px;
  }
  .arrow-width {
    width: 48px;
  }
  .question {
    font-family: 'GothamBlack';
    font-size: 20.8px;
    margin-bottom: 8px;
    margin-top: 4px;
    margin-left: 4px;
  }
  .faq-site-padding {
    background-color: #ffffff;
    padding-left: 64px;
    padding-right: 120px;
    padding-top: 48px;
    padding-bottom: 48px;
    width: 960px;
  }
  .faq-hero-section {
    height: 400px;
  }
  .faq-start-journey-button {
    width: 300px;
    height: 36.8px;
    border-radius: 24px;
    margin-top: 28px;
    font-size: 14.4px;
    padding-top: 8.8px;
  }
  .gray-footer-disclaimer {
    font-size: 11.2px;
  }
  .get-started-tab {
    background-color: #00954c;
    width: 40px;
    height: 120px;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
  }
  .tab-text {
    font-size: 14.4px;
  }
  .form-box-close {
    width: 16px;
    height: 16px;
    right: 4px;
    top: 4px;
  }
  .svg-size {
    width: 15.2px;
    height: 15.2px;
  }
  .input-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 3.2px;
  }
  .custom-placeholder {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #444444;
    font-size: 10.4px;
    font-family: 'GothamBook';
  }
  .custom-placeholder .highlight {
    color: red;
    /* Color for the specific character */
  }
  input:focus + .custom-placeholder,
  input:not(:placeholder-shown) + .custom-placeholder {
    display: none;
    /* Hide when typing or focused */
  }
  .form-control::-moz-placeholder {
    font-size: 10.4px;
  }
  .form-control:-ms-input-placeholder {
    font-size: 10.4px;
  }
  .form-control::-webkit-input-placeholder {
    font-size: 10.4px;
  }
  .get-started-tab-show {
    right: 0px;
  }
  .form-box-hide {
    right: -1500px;
  }
  .brochure-form-box {
    width: 480px;
    height: 456px;
    border: 1.6px solid #00954c;
    border-radius: 16px;
  }
  .form-box-green-brochure {
    height: 32px;
    font-size: 17.6px;
    padding-top: 4px;
  }
  .form-box-close-brochure {
    width: 16px;
    height: 16px;
    right: 4px;
    top: 4px;
  }
  .svg-size-brochure {
    width: 15.2px;
    height: 15.2px;
  }
  .submit-button-brochure {
    width: 166.4px;
    height: 32px;
    border-radius: 24px;
    margin-top: 12px;
    font-size: 14.4px;
    padding-top: 6.4px;
  }
  .modal-overlay {
    padding: 24px;
    padding-top: 36px;
    font-size: 16px;
  }
  .close-x {
    right: 5.6px;
    width: 11.2px;
    height: 11.2px;
  }
}
@media only screen and (max-width: 1200px) {
  .site-padding {
    padding-left: 66.13333333px;
    padding-right: 66.13333333px;
  }
  .call-us-bar {
    height: 26.45333333px;
  }
  .call-us-bar-phone {
    font-size: 13.22666667px;
    padding-top: 3.30666667px;
  }
  .call-us-bar-faq {
    font-size: 9.92px;
    padding-top: 6.61333333px;
  }
  .menu-bar {
    height: 92.58666667px;
    border-bottom: 4.62933333px solid #ec7b29;
  }
  .estrella-insurance-logo {
    top: 3.30666667px;
    width: 101.84533333px;
  }
  .menu-container-left {
    width: 363.73333333px;
  }
  .menu-container-right {
    width: 363.73333333px;
    margin-right: 19.84px;
  }
  .menu-container {
    font-size: 10.58133333px;
    margin-top: 39.68px;
  }
  .menu-container-left li {
    margin-left: 0px;
    margin-right: 7.936px;
  }
  .menu-container-right li {
    margin-left: 5.29066667px;
    margin-right: 5.29066667px;
  }
  .section-spacer {
    height: 119.04px;
  }
  .home-hero-section {
    height: 476.16px;
  }
  .form-box {
    top: 125.65333333px;
    width: 210.96533333px;
    height: 456.32px;
    border-radius: 13.22666667px;
    border: 1px solid #00954c;
  }
  .form-box-green {
    height: 41.00266667px;
    font-size: 14.54933333px;
    padding-top: 11.904px;
  }
  .form-intro-text {
    font-size: 7.936px;
    line-height: 9.58933333px;
    margin-top: 8.59733333px;
  }
  .form-content {
    padding-top: 6.61333333px;
    padding-left: 19.84px;
    padding-right: 19.84px;
  }
  label {
    font-size: 7.936px;
    margin-bottom: 1.984px;
    line-height: 9.25866667px;
  }
  .form-control {
    border-radius: 6.61333333px;
    margin-bottom: 3.30666667px;
    height: 20.50133333px;
    font-size: 9.25866667px;
  }
  .form-select select {
    height: 21.16266667px;
    margin-bottom: 3.30666667px;
    background-size: 13.22666667px;
    padding-left: 6.61333333px;
    font-size: 9.25866667px;
    border-radius: 6.61333333px;
  }
  .label-margin {
    margin-top: 6.61333333px;
  }
  textarea.form-control {
    height: 46.29333333px;
  }
  .form-disclaimer {
    font-size: 5.29066667px;
    line-height: 6.61333333px;
    margin-top: 9.92px;
  }
  .submit-button {
    width: 137.55733333px;
    height: 30.42133333px;
    border-radius: 19.84px;
    margin-top: 9.92px;
    font-size: 11.904px;
    padding-top: 6.61333333px;
  }
  .submit-arrow {
    width: 4.62933333px;
    margin-left: 9.92px;
    top: -0.66133333px;
  }
  .hero-content-box {
    margin-top: 59.52px;
    padding-left: 105.81333333px;
  }
  .hero-content-headline {
    font-size: 49.6px;
    line-height: 44.97066667px;
  }
  .hero-content-text {
    font-size: 15.872px;
    line-height: 19.17866667px;
    margin-top: 19.84px;
  }
  .connect-button {
    width: 137.55733333px;
    height: 30.42133333px;
    border-radius: 19.84px;
    margin-top: 26.45333333px;
    font-size: 11.904px;
    padding-top: 6.61333333px;
  }
  .entrepreneur-logos {
    width: 198.4px;
    margin-top: 26.45333333px;
  }
  .works-for-you-headline {
    font-size: 33.06666667px;
    line-height: 33.06666667px;
  }
  .works-for-you-secondary-headline {
    font-size: 13.22666667px;
    line-height: 14.54933333px;
    margin-top: 26.45333333px;
  }
  .reg {
    font-size: 5.29066667px;
    top: -6.61333333px;
  }
  .works-for-you-text {
    font-size: 13.22666667px;
    line-height: 17.19466667px;
    width: 542.29333333px;
    margin-top: 26.45333333px;
  }
  .works-category-boxes {
    width: 441.10933333px;
    margin-top: 39.68px;
  }
  .category-box {
    width: 74.06933333px;
    height: 74.06933333px;
    border-radius: 16.53333333px;
    border: 1.984px solid #00aa52;
  }
  .works-category-boxes li {
    margin-left: 4.62933333px;
    margin-right: 4.62933333px;
  }
  .category-box-caption {
    font-size: 9.25866667px;
    margin-top: 6.61333333px;
  }
  .category-auto {
    width: 46.95466667px;
  }
  .category-home {
    width: 33.728px;
  }
  .category-commercial {
    width: 43.648px;
  }
  .category-business {
    width: 47.616px;
  }
  .category-life {
    width: 42.32533333px;
  }
  .join-industry-section {
    padding-top: 52.90666667px;
    padding-bottom: 39.68px;
  }
  .join-industry-section-headline {
    font-size: 29.09866667px;
    line-height: 29.09866667px;
  }
  .join-industry-section-text {
    font-size: 11.904px;
    line-height: 14.54933333px;
    margin-top: 16.53333333px;
    padding-left: 132.26666667px;
    padding-right: 132.26666667px;
  }
  .join-industry-section-boxes {
    width: 595.2px;
    margin-top: 33.06666667px;
  }
  .industry-orange-box {
    width: 132.928px;
    height: 105.152px;
    border-radius: 19.84px;
    font-size: 18.51733333px;
    line-height: 19.84px;
    padding-top: 31.744px;
  }
  .join-industry-section-boxes li {
    margin-left: 19.84px;
    margin-right: 19.84px;
  }
  .white-bg {
    padding-top: 39.68px;
    padding-bottom: 39.68px;
    width: 661.33333333px;
  }
  .us-map {
    width: 621.65333333px;
    margin-top: 26.45333333px;
  }
  .map-state-names {
    left: 0px;
    top: 0px;
  }
  .map-legend {
    width: 231.46666667px;
    height: 59.52px;
    margin-bottom: 33.06666667px;
    margin-left: 66.13333333px;
  }
  .dark-green-box {
    width: 23.14666667px;
    height: 23.14666667px;
  }
  .dark-green-legend-text {
    width: 175.25333333px;
    padding-left: 6.61333333px;
    font-size: 10.58133333px;
    padding-top: 5.29066667px;
  }
  .light-green-legend-text {
    width: 175.25333333px;
    padding-left: 6.61333333px;
    font-size: 10.58133333px;
    padding-top: 10.58133333px;
  }
  .light-green-box {
    width: 23.14666667px;
    height: 23.14666667px;
    margin-top: 6.61333333px;
  }
  .white-bg-map {
    padding-top: 13.22666667px;
    padding-bottom: 13.22666667px;
    width: 727.46666667px;
  }
  .low-startup-cost {
    padding-top: 52.90666667px;
    padding-bottom: 39.68px;
  }
  .why-headline {
    font-size: 33.06666667px;
    line-height: 33.06666667px;
    margin-top: 85.97333333px;
  }
  .why-padding {
    padding-left: 62.82666667px;
    padding-right: 62.82666667px;
  }
  .green-boxes-why {
    width: 563.456px;
    height: 357.12px;
    margin-top: 52.90666667px;
  }
  .green-box-why {
    width: 187.81866667px;
    height: 178.56px;
    padding-top: 36.37333333px;
    padding-left: 23.14666667px;
  }
  .why-text {
    font-size: 11.904px;
    line-height: 14.54933333px;
    padding-right: 39.68px;
    margin-top: 26.45333333px;
  }
  .discover-button {
    width: 221.54666667px;
    height: 30.42133333px;
    border-radius: 19.84px;
    margin-top: 62.82666667px;
    font-size: 11.904px;
    padding-top: 6.61333333px;
  }
  .green-box-why-headline {
    font-size: 15.872px;
    line-height: 17.19466667px;
  }
  .green-box-why-text {
    font-size: 9.92px;
    line-height: 11.24266667px;
    margin-top: 9.92px;
    padding-right: 23.14666667px;
  }
  .own-boss-box {
    margin-top: 33.06666667px;
    border: 3px solid #e2e4e7;
    border-radius: 19.84px;
    width: 278.42133333px;
    height: 179.22133333px;
  }
  .white-bg-wider {
    padding-top: 39.68px;
    padding-bottom: 39.68px;
    width: 720.85333333px;
  }
  .own-boss-headline {
    font-size: 19.84px;
    line-height: 19.84px;
    margin-top: 13.22666667px;
  }
  .own-boss-secondary-headline {
    font-size: 11.904px;
    line-height: 13.22666667px;
    margin-top: 6.61333333px;
  }
  .own-boss-secondary-text {
    font-size: 11.904px;
    line-height: 13.22666667px;
    margin-top: 13.22666667px;
  }
  .first-step-button {
    width: 304.87466667px;
    height: 30.42133333px;
    border-radius: 19.84px;
    margin-top: 29.76px;
    font-size: 11.904px;
    padding-top: 6.61333333px;
  }
  .estrella-experience {
    padding-top: 46.29333333px;
    padding-bottom: 39.68px;
  }
  .estrella-experience-box {
    width: 304.21333333px;
    height: 191.12533333px;
    border: 3px solid #e2e4e7;
    margin-top: 33.06666667px;
    border-radius: 19.84px;
  }
  .experience-box-caption {
    font-size: 15.872px;
    line-height: 17.19466667px;
    margin-top: 9.92px;
  }
  .get-started-button {
    width: 167.97866667px;
    height: 30.42133333px;
    border-radius: 19.84px;
    margin-top: 29.76px;
    font-size: 11.904px;
    padding-top: 6.61333333px;
  }
  .footer {
    height: 185.17333333px;
  }
  .estrella-logo-footer {
    width: 69.44px;
    margin-top: 19.84px;
  }
  .estrella-logo-footer-text {
    font-size: 9.25866667px;
    line-height: 11.904px;
    margin-top: 39.68px;
    margin-left: 16.53333333px;
  }
  .footer-divider-line {
    height: 0.66133333px;
    margin-top: 33.06666667px;
  }
  .footer-menu {
    font-size: 9.25866667px;
    margin-top: 13.22666667px;
  }
  .footer-menu li {
    margin-left: 3.968px;
    margin-right: 3.968px;
  }
  .gray-footer {
    height: 35.712px;
    padding-top: 11.904px;
  }
  .gray-footer-menu {
    font-size: 7.936px;
    margin-top: 1.32266667px;
    margin-left: 42.98666667px;
  }
  .gray-footer-menu li {
    margin-left: 3.968px;
    margin-right: 3.968px;
  }
  .instagram {
    width: 14.54933333px;
    margin-right: 42.98666667px;
    margin-top: 1.32266667px;
  }
  .linked-in {
    width: 14.54933333px;
    margin-right: 9.92px;
  }
  .x {
    width: 15.21066667px;
    margin-right: 9.92px;
  }
  .facebook {
    width: 15.21066667px;
    margin-right: 9.92px;
    margin-top: 0.66133333px;
  }
  .play-button {
    width: 46.29333333px;
  }
  .video-container {
    border-radius: 5.29066667px;
  }
  .close-btn {
    top: 6.61333333px;
    right: 6.61333333px;
    font-size: 15.872px;
    width: 19.84px;
    height: 19.84px;
    line-height: 19.84px;
  }
  .menu-container li:hover {
    padding-bottom: 2.64533333px;
  }
  .menu-active {
    padding-bottom: 2.64533333px;
    border-bottom: 1.984p solid #00aa52;
  }
  .why-estrella-hero-section {
    height: 330.66666667px;
  }
  .why-estrella-hero-headline {
    font-size: 46.29333333px;
    line-height: 42.98666667px;
    margin-top: 111.104px;
  }
  .green-bg-confidence {
    padding-top: 52.90666667px;
    padding-bottom: 52.90666667px;
    width: 486.08px;
  }
  .white-bg-confidence {
    padding-top: 52.90666667px;
    padding-bottom: 52.90666667px;
    width: 486.08px;
    padding-left: 66.13333333px;
  }
  .franchise-with-confidence-headline {
    font-size: 33.06666667px;
    line-height: 33.06666667px;
  }
  .franchise-with-confidence-text {
    font-size: 11.904px;
    line-height: 14.54933333px;
    padding-right: 72.74666667px;
    margin-top: 26.45333333px;
  }
  .estrella-horizontal-logo {
    width: 228.16px;
    margin-left: 85.97333333px;
  }
  .estrella-coverage-areas {
    width: 264.53333333px;
    margin-top: 26.45333333px;
    margin-left: 69.44px;
  }
  .how-much-could-you-make-headline {
    font-size: 33.06666667px;
    line-height: 33.06666667px;
  }
  .how-much-could-you-make-text {
    font-size: 11.904px;
    line-height: 13.888px;
    margin-top: 16.53333333px;
  }
  .gray-bg {
    width: 704.32px !important;
    padding-top: 52.90666667px;
    padding-bottom: 49.6px;
  }
  .make-box-section {
    margin-top: 39.68px;
  }
  .make-box {
    width: 225.51466667px;
    border: 6.61333333px solid #e2e4e7;
    height: 197.73866667px;
    font-size: 33.06666667px;
    line-height: 37.696px;
    padding-top: 52.90666667px;
    border-radius: 19.84px;
  }
  .how-much-could-you-make-disclaimer {
    font-size: 7.27466667px;
    line-height: 8.59733333px;
    margin-top: 39.68px;
  }
  .more-choices-section {
    padding-top: 52.90666667px;
    padding-bottom: 52.90666667px;
  }
  .more-choices-headline {
    text-align: center;
    font-size: 29.09866667px;
    line-height: 29.09866667px;
  }
  .more-choices-text {
    font-size: 11.904px;
    line-height: 15.21066667px;
    margin-top: 19.84px;
    padding-left: 79.36px;
    padding-right: 79.36px;
  }
  .more-success-boxes {
    margin-top: 39.68px;
    padding-left: 62.82666667px;
    padding-right: 62.82666667px;
  }
  .success-box-left {
    height: 178.56px;
  }
  .success-box-right {
    height: 178.56px;
  }
  .success-dots {
    left: 0px;
    top: 13.22666667px;
    width: 41.00266667px;
  }
  .success-box-headline {
    font-size: 29.09866667px;
    line-height: 29.09866667px;
  }
  .success-box-text {
    font-size: 11.904px;
    line-height: 15.21066667px;
    margin-top: 6.61333333px;
  }
  .success-floating-box {
    left: 66.13333333px;
    width: 429.86666667px;
  }
  .download-brochure-button {
    width: 188.48px;
    height: 30.42133333px;
    border-radius: 19.84px;
    margin-top: 29.76px;
    font-size: 11.904px;
    padding-top: 6.61333333px;
  }
  .market-opportunity-hero-section {
    height: 330.66666667px;
  }
  .market-opportunity-hero-headline {
    font-size: 46.29333333px;
    line-height: 42.98666667px;
    margin-top: 108.45866667px;
  }
  .orange-bg-section {
    height: 396.8px;
  }
  .excel-in-industry-headline {
    font-size: 33.06666667px;
    line-height: 33.06666667px;
    margin-left: 66.13333333px;
  }
  .excel-in-industry-text {
    font-size: 11.904px;
    line-height: 14.54933333px;
    padding-right: 66.13333333px;
    margin-top: 26.45333333px;
    margin-left: 66.13333333px;
  }
  .excel-dots {
    top: 33.06666667px;
    left: 462.93333333px;
    width: 198.4px;
    height: 365.056px;
  }
  .connect-box {
    bottom: 26.45333333px;
    width: 417.30133333px;
    height: 89.94133333px;
    box-shadow: 0.66133333px 6.61333333px 13.22666667px -0.66133333px rgba(0, 0, 0, 0.23);
    font-size: 11.24266667px;
    line-height: 14.54933333px;
    padding-top: 19.84px;
  }
  .smart-investment-section {
    padding-top: 66.13333333px;
    padding-bottom: 46.29333333px;
  }
  .smart-investment-box {
    width: 225.51466667px;
    height: 173.93066667px;
    border-radius: 19.84px;
    border: 0.66133333px solid #00aa52;
    box-shadow: 0px 6.61333333px 6.61333333px -0.66133333px rgba(0, 0, 0, 0.23);
    padding-top: 26.45333333px;
    font-size: 31.744px;
    line-height: 35.05066667px;
  }
  .smart-investment-box-secondary-text {
    font-size: 16.53333333px;
    line-height: 19.84px;
    margin-top: 3.30666667px;
  }
  .site-padding-alt {
    padding-left: 125.65333333px;
    padding-right: 125.65333333px;
  }
  .gray-bg-section {
    height: 396.8px;
  }
  .smart-investment-headline {
    font-size: 33.06666667px;
    line-height: 33.06666667px;
    margin-top: 29.76px;
  }
  .smart-investment-text {
    font-size: 11.904px;
    line-height: 15.872px;
    margin-top: 16.53333333px;
    padding-left: 52.90666667px;
    padding-right: 52.90666667px;
  }
  .smart-investment-disclaimer {
    font-size: 7.936px;
    line-height: 9.92px;
    margin-top: 29.76px;
    padding-left: 112.42666667px;
    padding-right: 112.42666667px;
  }
  .never-stops-growing {
    height: 396.8px;
  }
  .never-stops-growing-white-headline {
    font-size: 33.06666667px;
    line-height: 33.06666667px;
    margin-top: 125.65333333px;
    margin-left: 79.36px;
  }
  .never-stops-growing-middle-section {
    height: 396.8px;
    padding-top: 59.52px;
  }
  .never-stops-growing-right-section {
    height: 396.8px;
    padding-top: 59.52px;
  }
  .never-stops-growing-right-section-container {
    width: 324.05333333px;
    height: 396.8px;
  }
  .never-stops-growing-graphic {
    width: 72.08533333px;
  }
  .never-stops-growing-question {
    font-size: 19.84px;
    line-height: 21.824px;
    margin-top: 6.61333333px;
  }
  .never-stops-growing-answer {
    width: 198.4px;
    margin-top: 6.61333333px;
    font-size: 11.904px;
    line-height: 14.54933333px;
  }
  .never-stops-growing-answer ul {
    padding-left: 9.92px;
    margin-top: 19.84px;
  }
  .never-stops-growing-answer li {
    margin-bottom: 6.61333333px;
  }
  .learn-about {
    height: 333.97333333px;
  }
  .learn-about-headline {
    font-size: 39.68px;
    line-height: 39.68px;
    margin-top: 108.45866667px;
  }
  .connect-with-expert-button {
    width: 181.86666667px;
    height: 30.42133333px;
    border-radius: 19.84px;
    margin-top: 23.14666667px;
    font-size: 11.904px;
    padding-top: 7.27466667px;
  }
  .get-started-button-orange {
    width: 135.57333333px;
    height: 30.42133333px;
    border-radius: 19.84px;
    margin-top: 13.22666667px;
    font-size: 11.904px;
    padding-top: 7.27466667px;
  }
  .never-growing-dots {
    top: 13.22666667px;
    width: 224.85333333px;
    height: 390.18666667px;
  }
  .path-to-ownership-hero-section {
    height: 330.66666667px;
  }
  .path-to-ownership-hero-headline {
    font-size: 38.35733333px;
    line-height: 39.68px;
    margin-top: 111.104px;
  }
  .white-bg-opportunity {
    width: 423.91466667px;
    padding-top: 46.29333333px;
    padding-bottom: 46.29333333px;
    margin-right: 52.90666667px;
  }
  .quotes {
    width: 423.91466667px;
    height: 206.336px;
    font-size: 28.43733333px;
    line-height: 30.42133333px;
    padding-left: 46.29333333px;
    padding-top: 42.98666667px;
  }
  .quotes-author {
    font-size: 11.904px;
    line-height: 14.54933333px;
    margin-top: 6.61333333px;
    margin-right: 26.45333333px;
  }
  .quotes-text {
    width: 352.49066667px;
    font-size: 11.24266667px;
    line-height: 13.888px;
    margin-top: 16.53333333px;
    margin-left: 46.29333333px;
  }
  .bw-video {
    height: 357.12px;
  }
  .bw-video-play-button {
    top: 132.26666667px;
    width: 66.13333333px;
  }
  .path-to-ownership-orange {
    padding-top: 46.29333333px;
    padding-bottom: 46.29333333px;
  }
  .path-to-ownership-headline {
    font-size: 29.09866667px;
    line-height: 29.09866667px;
  }
  .path-to-ownership-text {
    font-size: 18.51733333px;
    line-height: 28.43733333px;
    margin-top: 6.61333333px;
  }
  .path-to-ownership-circle {
    width: 134.912px;
    height: 134.912px;
    margin-top: 26.45333333px;
    font-size: 112.42666667px;
    line-height: 132.26666667px;
  }
  .path-to-ownership-circle-text {
    font-size: 19.17866667px;
    line-height: 19.84px;
  }
  .path-to-ownership-circle-subtext {
    font-size: 11.904px;
    line-height: 14.54933333px;
    margin-top: 19.84px;
  }
  .what-it-takes-section {
    height: 330.66666667px;
    padding-top: 39.68px;
  }
  .looking-for-you-section {
    height: 376.96px;
    padding-top: 66.13333333px;
  }
  .what-it-takes-headline {
    font-size: 39.68px;
    line-height: 39.68px;
  }
  .what-it-takes-text {
    font-size: 11.904px;
    line-height: 14.54933333px;
    margin-top: 16.53333333px;
  }
  .what-it-takes-list {
    font-size: 15.872px;
    line-height: 25.792px;
    margin-top: 19.84px;
  }
  .what-it-takes-list ul {
    padding-left: 9.92px;
  }
  .download-brochure-button-what-it-takes {
    margin-top: 115.73333333px;
  }
  .lets-build-future-together-button {
    margin-top: 142.18666667px;
    width: 234.77333333px;
  }
  .testimonials-hero-section {
    height: 330.66666667px;
  }
  .testimonials-divider {
    height: 264.53333333px;
  }
  .testimonials-divider-text {
    font-size: 15.872px;
    line-height: 19.84px;
    padding-right: 85.97333333px;
    padding-top: 52.90666667px;
  }
  .orange-bg-testimonials {
    height: 264.53333333px;
  }
  .news-page-section {
    margin-top: 6.61333333px;
    padding-bottom: 19.84px;
  }
  .spotlight-box {
    margin-top: 33.06666667px;
    width: 251.30666667px;
    height: 343.89333333px;
  }
  .news-page-headline {
    padding-left: 19.84px;
    padding-right: 19.84px;
    padding-top: 13.22666667px;
    font-size: 13.22666667px;
    line-height: 15.872px;
  }
  .home-news-box-text {
    padding-left: 19.84px;
    padding-right: 19.84px;
    margin-top: 13.22666667px;
    font-size: 9.92px;
    line-height: 14.54933333px;
  }
  .home-news-box-date {
    left: 19.84px;
    bottom: 9.92px;
    font-size: 7.936px;
  }
  .news-story-title {
    font-size: 14.54933333px;
    line-height: 21.16266667px;
    margin-bottom: 3.30666667px;
  }
  .detail-news-box-date {
    font-size: 7.27466667px;
    margin-top: 4.62933333px;
  }
  .news-article {
    font-size: 10.58133333px;
    line-height: 15.872px;
    margin-top: 6.61333333px;
  }
  .article-image {
    margin-left: 9.92px;
    margin-bottom: 9.92px;
  }
  .back-to-news {
    margin-top: 6.61333333px;
    font-size: 10.58133333px;
    margin-bottom: 6.61333333px;
  }
  .open-article {
    font-size: 9.25866667px;
  }
  .video-martinez {
    margin-right: 33.06666667px !important;
    border-radius: 19.84px;
  }
  .video-martinez-page {
    border-radius: 19.84px;
    border: 1.32266667px solid #29653b;
    margin-top: 99.2px;
  }
  .testimonials-divider-smaller {
    height: 13.22666667px;
    border-top: 2.64533333px solid #ec7b29;
  }
  .awards-hero-section {
    height: 330.66666667px;
  }
  .awards-hero-headline {
    font-size: 46.29333333px;
    line-height: 42.98666667px;
    margin-top: 111.104px;
  }
  .white-bg-awards {
    height: 264.53333333px;
    width: 400%;
    padding-top: 26.45333333px;
    padding-left: 26.45333333px;
    margin-left: 13.22666667px;
  }
  .year-box {
    width: 105.81333333px;
    height: 72.74666667px;
    border-radius: 19.84px;
    border: 6.61333333px solid #00aa52;
    font-size: 23.808px;
    padding-top: 11.904px;
    margin-top: 19.84px;
  }
  .top-year {
    margin-top: 33.06666667px;
  }
  .grey-award-box {
    width: 68%;
    padding: 13.22666667px;
    padding-left: 19.84px;
    padding-bottom: 9.92px;
    margin-top: 19.84px;
    border-radius: 13.22666667px;
    font-size: 13.22666667px;
    line-height: 15.872px;
    border: 1.984px solid #f5f5f5;
  }
  .grey-award-box-selected {
    border: 1.984px solid #00aa52;
  }
  .grey-award-box li {
    margin-bottom: 5.29066667px;
  }
  .award {
    padding-bottom: 0px;
    border-bottom: 1.32266667px solid transparent;
  }
  .award-selected {
    border-bottom: 1.32266667px solid #00aa52;
  }
  .award-arrow-right {
    border-top: 23.14666667px solid transparent;
    border-bottom: 23.14666667px solid transparent;
    border-left: 23.14666667px solid #cceedc;
    left: -26.45333333px;
    top: -15.872px;
  }
  .award-box-right-entrepreneur {
    height: 46.29333333px;
    top: -23.14666667px;
    right: 23.14666667px;
    width: 145.49333333px;
    padding-top: 8.59733333px;
    padding-left: 6.61333333px;
  }
  .award-box-right-fbr {
    height: 46.29333333px;
    top: -23.14666667px;
    right: 23.14666667px;
    width: 165.33333333px;
    padding-top: 14.54933333px;
    padding-left: 6.61333333px;
  }
  .award-box-right-ft {
    height: 46.29333333px;
    top: -23.14666667px;
    right: 23.14666667px;
    width: 132.26666667px;
    padding-top: 13.22666667px;
    padding-left: 13.22666667px;
  }
  .award-box-right-inc {
    height: 46.29333333px;
    top: -23.14666667px;
    right: 23.14666667px;
    width: 66.13333333px;
    padding-top: 5.29066667px;
    padding-left: 19.84px;
    padding-right: 9.92px;
  }
  .award-box-right-tar {
    height: 46.29333333px;
    top: -23.14666667px;
    right: 23.14666667px;
    width: 145.49333333px;
    padding-top: 5.29066667px;
    padding-left: 6.61333333px;
  }
  .award-box-right-ij {
    height: 46.29333333px;
    top: -23.14666667px;
    right: 23.14666667px;
    width: 125.65333333px;
    padding-top: 0px;
    padding-left: 3.30666667px;
  }
  .award-box-right-sfbj {
    height: 46.29333333px;
    top: -23.14666667px;
    right: 23.14666667px;
    width: 138.88px;
    padding-top: 6.61333333px;
    padding-left: 3.30666667px;
  }
  .award-box-right-usatoday {
    height: 46.29333333px;
    top: -23.14666667px;
    right: 23.14666667px;
    width: 148.8px;
    padding-top: 9.92px;
    padding-left: 6.61333333px;
  }
  .award-box-right-text {
    height: 46.29333333px;
    top: -23.14666667px;
    right: 23.14666667px;
    width: 145.49333333px;
    padding-top: 6.61333333px;
    padding-left: 6.61333333px;
  }
  .awards-container {
    padding-bottom: 33.06666667px;
  }
  .grey-divider {
    width: 10.58133333px;
    top: 0px;
  }
  .awards-glow {
    -webkit-box-shadow: 0px 0px 9.92px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 9.92px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 9.92px 0px rgba(0, 0, 0, 0.33);
  }
  .entrepreneur-logo-top {
    width: 191.78666667px;
    height: 51.584px;
  }
  .entrepreneur-logo-top-bw,
  .entrepreneur-logo-top-color {
    width: 165.33333333px;
  }
  .franchise-business-review-logo-top {
    width: 238.08px;
    margin-top: 5.29066667px;
    margin-left: 19.84px;
    height: 41.664px;
  }
  .franchise-business-review-logo-top-bw,
  .franchise-business-review-logo-top-color {
    width: 211.62666667px;
  }
  .inc-logo-top {
    padding: 6.61333333px 13.22666667px;
    width: 79.36px;
    height: 79.36px;
    margin-top: 13.22666667px;
  }
  .inc-logo-top-bw,
  .inc-logo-top-color {
    width: 66.13333333px;
  }
  .ij-logo-top {
    padding: 6.61333333px 13.22666667px;
    width: 165.33333333px;
    margin-left: 6.61333333px;
    margin-top: 16.53333333px;
    height: 69.44px;
  }
  .ij-logo-top-bw,
  .ij-logo-top-color {
    width: 145.49333333px;
  }
  .sfbj-logo-top {
    padding: 6.61333333px 13.22666667px;
    width: 198.4px;
    margin-left: 6.61333333px;
    height: 59.52px;
    margin-top: 19.84px;
  }
  .sfbj-logo-top-bw,
  .sfbj-logo-top-color {
    width: 171.94666667px;
  }
  .the-american-registry-logo-top {
    width: 145.49333333px;
    margin-left: -3.30666667px;
    height: 47.616px;
    margin-top: 13.22666667px;
  }
  .the-american-registry-logo-top-bw,
  .the-american-registry-logo-top-color {
    width: 119.04px;
  }
  .usatoday-logo-top {
    padding: 6.61333333px 13.22666667px;
    width: 158.72px;
    margin-left: 6.61333333px;
    height: 38.35733333px;
    margin-top: 18.51733333px;
  }
  .usatoday-logo-top-bw,
  .usatoday-logo-top-color {
    width: 132.26666667px;
  }
  .franchise-times-logo-top {
    width: 132.26666667px;
    margin-left: 6.61333333px;
    height: 45.632px;
    margin-top: 13.22666667px;
  }
  .franchise-times-logo-top-bw,
  .franchise-times-logo-top-color {
    width: 105.81333333px;
  }
  .news-page-news-box {
    margin-top: 33.06666667px;
    width: 231.46666667px;
    height: 413.33333333px;
  }
  .news-box-source-new {
    padding-top: 3.30666667px;
    padding-bottom: 3.30666667px;
    padding-left: 6.61333333px;
    padding-right: 6.61333333px;
    font-size: 10.58133333px;
  }
  .news-hero-section {
    height: 330.66666667px;
  }
  .news-divider {
    height: 257.92px;
  }
  .green-bg-news {
    height: 257.92px;
  }
  .news-divider-text {
    font-size: 15.872px;
    line-height: 19.84px;
    padding-right: 92.58666667px;
    padding-top: 39.68px;
  }
  .join-us-hero-section {
    height: 330.66666667px;
  }
  .join-us-form-box {
    width: 595.2px;
    height: 661.33333333px;
    border-radius: 23.14666667px;
    border: 1.32266667px solid #00aa52;
  }
  .join-us-form-box-top {
    height: 42.98666667px;
    font-size: 10.58133333px;
    line-height: 14.54933333px;
    padding-top: 6.61333333px;
  }
  .join-us-form-box-bottom {
    padding-left: 52.90666667px;
    padding-right: 52.90666667px;
    padding-top: 19.84px;
    padding-bottom: 19.84px;
  }
  .form-control-join-us {
    border-radius: 9.92px;
    margin-bottom: 3.30666667px;
    height: 27.776px;
    font-size: 10.58133333px;
  }
  .label-join-us {
    font-size: 9.25866667px;
    margin-bottom: 3.30666667px;
    line-height: 11.904px;
    padding-left: 3.30666667px;
  }
  .form-right {
    margin-left: 19.84px;
  }
  .option-circle {
    width: 28.43733333px;
    height: 28.43733333px;
    margin-top: 6.61333333px;
  }
  .option-circle-text {
    font-size: 9.25866667px;
    margin-left: 5.29066667px;
    margin-top: 15.21066667px;
    margin-right: 16.53333333px;
  }
  .option-circle-content {
    width: 19.17866667px;
    height: 19.17866667px;
  }
  .form-control-join-us-textarea {
    height: 72.74666667px !important;
  }
  .option-circles {
    margin-bottom: 16.53333333px;
  }
  .join-us-form-disclaimer {
    font-family: 'GothamBook';
    font-size: 7.27466667px;
    line-height: 9.25866667px;
    margin-top: 6.61333333px;
  }
  .estrella-store {
    width: 456.32px;
    margin-top: 39.68px;
  }
  .read-faq {
    padding-top: 19.84px;
    padding-bottom: 19.84px;
    font-size: 22.48533333px;
    line-height: 22.48533333px;
  }
  .form-select-join-us select {
    height: 27.776px;
    margin-bottom: 3.30666667px;
    background-size: 13.22666667px;
    padding-left: 6.61333333px;
    font-size: 10.58133333px;
    border-radius: 9.92px;
  }
  .answer {
    padding-left: 43.648px;
    font-size: 10.58133333px;
    line-height: 14.54933333px;
    margin-bottom: 9.92px;
  }
  .arrow-width {
    width: 39.68px;
  }
  .question {
    font-family: 'GothamBlack';
    font-size: 17.19466667px;
    margin-bottom: 6.61333333px;
    margin-top: 3.30666667px;
    margin-left: 3.30666667px;
  }
  .faq-site-padding {
    padding-left: 52.90666667px;
    padding-right: 99.2px;
    padding-top: 39.68px;
    padding-bottom: 39.68px;
    width: 793.6px;
  }
  .faq-hero-section {
    height: 330.66666667px;
  }
  .faq-start-journey-button {
    width: 248px;
    height: 30.42133333px;
    border-radius: 19.84px;
    margin-top: 23.14666667px;
    font-size: 11.904px;
    padding-top: 7.27466667px;
  }
  .gray-footer-disclaimer {
    font-size: 9.25866667px;
  }
  .get-started-tab {
    background-color: #00954c;
    width: 33.06666667px;
    height: 99.2px;
    border-bottom-left-radius: 9.92px;
    border-top-left-radius: 9.92px;
  }
  .tab-text {
    font-size: 11.904px;
  }
  .form-box-close {
    width: 13.22666667px;
    height: 13.22666667px;
    right: 3.30666667px;
    top: 3.30666667px;
  }
  .svg-size {
    width: 12.56533333px;
    height: 12.56533333px;
  }
  .input-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 2.64533333px;
  }
  .custom-placeholder {
    position: absolute;
    top: 50%;
    left: 6.61333333px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #444444;
    font-size: 8.59733333px;
    font-family: 'GothamBook';
  }
  .custom-placeholder .highlight {
    color: red;
    /* Color for the specific character */
  }
  input:focus + .custom-placeholder,
  input:not(:placeholder-shown) + .custom-placeholder {
    display: none;
    /* Hide when typing or focused */
  }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
    font-size: 8.59733333px;
  }
  .form-control:-ms-input-placeholder {
    color: #999;
    font-size: 8.59733333px;
  }
  .form-control::-webkit-input-placeholder {
    color: #999;
    font-size: 8.59733333px;
  }
  .get-started-tab-show {
    right: 0px;
  }
  .form-box-hide {
    right: -1500px;
  }
  .brochure-form-box {
    width: 396.8px;
    height: 376.96px;
    border: 1.32266667px solid #00954c;
    border-radius: 13.22666667px;
  }
  .form-box-green-brochure {
    height: 26.45333333px;
    font-size: 14.54933333px;
    padding-top: 3.30666667px;
  }
  .form-box-close-brochure {
    width: 13.22666667px;
    height: 13.22666667px;
    right: 3.30666667px;
    top: 3.30666667px;
  }
  .svg-size-brochure {
    width: 12.56533333px;
    height: 12.56533333px;
    position: relative;
    top: -2px;
  }
  .submit-button-brochure {
    width: 137.55733333px;
    height: 26.45333333px;
    border-radius: 19.84px;
    margin-top: 9.92px;
    font-size: 11.904px;
    padding-top: 5.29066667px;
  }
  .modal-overlay {
    padding: 19.84px;
    padding-top: 29.76px;
    font-size: 13.22666667px;
  }
  .close-x {
    right: 4.62933333px;
    width: 9.25866667px;
    height: 9.25866667px;
  }
}
@media only screen and (max-width: 992px) {
  .site-padding {
    padding-left: 51.13333333px;
    padding-right: 51.13333333px;
  }
  .call-us-bar {
    height: 20.45333333px;
  }
  .call-us-bar-phone {
    font-size: 10.22666667px;
    padding-top: 2.55666667px;
  }
  .call-us-bar-faq {
    font-size: 7.67px;
    padding-top: 5.11333333px;
  }
  .menu-bar {
    height: 71.58666667px;
    border-bottom: 3.57933333px solid #ec7b29;
  }
  .estrella-insurance-logo {
    top: 2.55666667px;
    width: 78.74533333px;
  }
  .menu-container-left {
    width: 281.23333333px;
  }
  .menu-container-right {
    width: 281.23333333px;
    margin-right: 15.34px;
  }
  .menu-container {
    font-size: 8.18133333px;
    margin-top: 30.68px;
  }
  .menu-container-left li {
    margin-left: 0px;
    margin-right: 6.136px;
  }
  .menu-container-right li {
    margin-left: 4.09066667px;
    margin-right: 4.09066667px;
  }
  .section-spacer {
    height: 92.04px;
  }
  .home-hero-section {
    height: 368.16px;
  }
  .form-box {
    top: 97.15333333px;
    width: 163.11533333px;
    height: 352.82px;
    border-radius: 10.22666667px;
    border: 1px solid #00954c;
  }
  .form-box-green {
    height: 31.70266667px;
    font-size: 11.24933333px;
    padding-top: 9.204px;
  }
  .form-intro-text {
    font-size: 6.136px;
    line-height: 7.41433333px;
    margin-top: 6.64733333px;
  }
  .form-content {
    padding-top: 5.11333333px;
    padding-left: 15.34px;
    padding-right: 15.34px;
  }
  label {
    font-size: 6.136px;
    margin-bottom: 1.534px;
    line-height: 7.15866667px;
  }
  .form-control {
    border-radius: 5.11333333px;
    margin-bottom: 0px;
    height: 15.85133333px;
    font-size: 7.15866667px;
  }
  .form-select select {
    height: 16.36266667px;
    margin-bottom: 2.55666667px;
    background-size: 10.22666667px;
    padding-left: 5.11333333px;
    font-size: 7.15866667px;
    border-radius: 5.11333333px;
  }
  .label-margin {
    margin-top: 5.11333333px;
  }
  textarea.form-control {
    height: 35.79333333px;
  }
  .form-disclaimer {
    font-size: 4.09066667px;
    line-height: 4.602px;
    margin-top: 5.11333333px;
  }
  .submit-button {
    width: 106.35733333px;
    height: 20.45333333px;
    border-radius: 15.34px;
    margin-top: 7.67px;
    font-size: 9.204px;
    padding-top: 4.09066667px;
  }
  .submit-arrow {
    width: 3.57933333px;
    margin-left: 7.67px;
    top: -0.51133333px;
  }
  .hero-content-box {
    margin-top: 46.02px;
    padding-left: 81.81333333px;
  }
  .hero-content-headline {
    font-size: 38.35px;
    line-height: 34.77066667px;
  }
  .hero-content-text {
    font-size: 12.272px;
    line-height: 14.82866667px;
    margin-top: 15.34px;
  }
  .connect-button {
    width: 106.35733333px;
    height: 23.52133333px;
    border-radius: 15.34px;
    margin-top: 20.45333333px;
    font-size: 9.204px;
    padding-top: 5.11333333px;
  }
  .entrepreneur-logos {
    width: 153.4px;
    margin-top: 20.45333333px;
  }
  .works-for-you-headline {
    font-size: 25.56666667px;
    line-height: 25.56666667px;
  }
  .works-for-you-secondary-headline {
    font-size: 10.22666667px;
    line-height: 11.24933333px;
    margin-top: 20.45333333px;
  }
  .reg {
    font-size: 4.09066667px;
    top: -5.11333333px;
  }
  .works-for-you-text {
    font-size: 10.22666667px;
    line-height: 13.29466667px;
    width: 419.29333333px;
    margin-top: 20.45333333px;
  }
  .works-category-boxes {
    width: 341.05933333px;
    margin-top: 30.68px;
  }
  .category-box {
    width: 57.26933333px;
    height: 57.26933333px;
    border-radius: 12.78333333px;
    border: 1.534px solid #00aa52;
  }
  .works-category-boxes li {
    margin-left: 3.57933333px;
    margin-right: 3.57933333px;
  }
  .category-box-caption {
    font-size: 7.15866667px;
    margin-top: 5.11333333px;
  }
  .category-auto {
    width: 36.30466667px;
  }
  .category-home {
    width: 26.078px;
  }
  .category-commercial {
    width: 33.748px;
  }
  .category-business {
    width: 36.816px;
  }
  .category-life {
    width: 32.72533333px;
  }
  .join-industry-section {
    padding-top: 40.90666667px;
    padding-bottom: 30.68px;
  }
  .join-industry-section-headline {
    font-size: 22.49866667px;
    line-height: 22.49866667px;
  }
  .join-industry-section-text {
    font-size: 9.204px;
    line-height: 11.24933333px;
    margin-top: 12.78333333px;
    padding-left: 102.26666667px;
    padding-right: 102.26666667px;
  }
  .join-industry-section-boxes {
    width: 460.2px;
    margin-top: 25.56666667px;
  }
  .industry-orange-box {
    width: 102.778px;
    height: 81.302px;
    border-radius: 15.34px;
    font-size: 14.31733333px;
    line-height: 15.34px;
    padding-top: 24.544px;
  }
  .join-industry-section-boxes li {
    margin-left: 15.34px;
    margin-right: 15.34px;
  }
  .white-bg {
    padding-top: 30.68px;
    padding-bottom: 30.68px;
    width: 511.33333333px;
  }
  .us-map {
    width: 480.65333333px;
    margin-top: 20.45333333px;
  }
  .map-state-names {
    left: 0px;
    top: 0px;
  }
  .map-legend {
    width: 178.96666667px;
    height: 46.02px;
    margin-bottom: 25.56666667px;
    margin-left: 51.13333333px;
  }
  .dark-green-box {
    width: 17.89666667px;
    height: 17.89666667px;
  }
  .dark-green-legend-text {
    width: 135.50333333px;
    padding-left: 5.11333333px;
    font-size: 8.18133333px;
    padding-top: 4.09066667px;
  }
  .light-green-legend-text {
    width: 135.50333333px;
    padding-left: 5.11333333px;
    font-size: 8.18133333px;
    padding-top: 8.18133333px;
  }
  .light-green-box {
    width: 17.89666667px;
    height: 17.89666667px;
    margin-top: 5.11333333px;
  }
  .white-bg-map {
    padding-top: 10.22666667px;
    padding-bottom: 10.22666667px;
    width: 562.46666667px;
  }
  .low-startup-cost {
    padding-top: 40.90666667px;
    padding-bottom: 30.68px;
  }
  .why-headline {
    font-size: 25.56666667px;
    line-height: 25.56666667px;
    margin-top: 66.47333333px;
  }
  .why-padding {
    padding-left: 48.57666667px;
    padding-right: 48.57666667px;
  }
  .green-boxes-why {
    width: 435.656px;
    height: 276.12px;
    margin-top: 40.90666667px;
  }
  .green-box-why {
    width: 145.21866667px;
    height: 138.06px;
    padding-top: 28.12333333px;
    padding-left: 17.89666667px;
  }
  .why-text {
    font-size: 9.204px;
    line-height: 11.24933333px;
    padding-right: 30.68px;
    margin-top: 20.45333333px;
  }
  .discover-button {
    width: 171.29666667px;
    height: 23.52133333px;
    border-radius: 15.34px;
    margin-top: 48.57666667px;
    font-size: 9.204px;
    padding-top: 5.11333333px;
  }
  .green-box-why-headline {
    font-size: 12.272px;
    line-height: 13.29466667px;
  }
  .green-box-why-text {
    font-size: 7.67px;
    line-height: 8.69266667px;
    margin-top: 7.67px;
    padding-right: 17.89666667px;
  }
  .own-boss-box {
    margin-top: 25.56666667px;
    border: 2px solid #e2e4e7;
    border-radius: 15.34px;
    width: 215.27133333px;
    height: 138.57133333px;
  }
  .white-bg-wider {
    padding-top: 30.68px;
    padding-bottom: 30.68px;
    width: 557.35333333px;
  }
  .own-boss-headline {
    font-size: 15.34px;
    line-height: 15.34px;
    margin-top: 10.22666667px;
  }
  .own-boss-secondary-headline {
    font-size: 9.204px;
    line-height: 10.22666667px;
    margin-top: 5.11333333px;
  }
  .own-boss-secondary-text {
    font-size: 9.204px;
    line-height: 10.22666667px;
    margin-top: 10.22666667px;
  }
  .first-step-button {
    width: 235.72466667px;
    height: 23.52133333px;
    border-radius: 15.34px;
    margin-top: 23.01px;
    font-size: 9.204px;
    padding-top: 5.11333333px;
  }
  .estrella-experience {
    padding-top: 35.79333333px;
    padding-bottom: 30.68px;
  }
  .estrella-experience-box {
    width: 235.21333333px;
    height: 147.77533333px;
    border: 2px solid #e2e4e7;
    margin-top: 25.56666667px;
    border-radius: 15.34px;
  }
  .experience-box-caption {
    font-size: 12.272px;
    line-height: 13.29466667px;
    margin-top: 7.67px;
  }
  .get-started-button {
    width: 129.87866667px;
    height: 23.52133333px;
    border-radius: 15.34px;
    margin-top: 23.01px;
    font-size: 9.204px;
    padding-top: 5.11333333px;
  }
  .footer {
    height: 143.17333333px;
  }
  .estrella-logo-footer {
    width: 53.69px;
    margin-top: 15.34px;
  }
  .estrella-logo-footer-text {
    font-size: 7.15866667px;
    line-height: 9.204px;
    margin-top: 30.68px;
    margin-left: 12.78333333px;
  }
  .footer-divider-line {
    height: 0.51133333px;
    margin-top: 25.56666667px;
  }
  .footer-menu {
    font-size: 7.15866667px;
    margin-top: 10.22666667px;
  }
  .footer-menu li {
    margin-left: 3.068px;
    margin-right: 3.068px;
  }
  .gray-footer {
    height: 27.612px;
    padding-top: 6.136px;
  }
  .gray-footer-menu {
    font-size: 6.136px;
    margin-top: 5.11333333px;
    margin-left: 33.23666667px;
  }
  .gray-footer-menu li {
    margin-left: 3.068px;
    margin-right: 3.068px;
  }
  .instagram {
    width: 11.24933333px;
    margin-right: 33.23666667px;
    margin-top: 1.02266667px;
  }
  .linked-in {
    width: 11.24933333px;
    margin-right: 7.67px;
  }
  .x {
    width: 11.76066667px;
    margin-right: 7.67px;
  }
  .facebook {
    width: 11.76066667px;
    margin-right: 7.67px;
    margin-top: 0.51133333px;
  }
  .play-button {
    width: 35.79333333px;
  }
  .video-container {
    border-radius: 4.09066667px;
  }
  .close-btn {
    top: 5.11333333px;
    right: 5.11333333px;
    font-size: 12.272px;
    width: 15.34px;
    height: 15.34px;
    line-height: 15.34px;
  }
  .menu-container li:hover {
    padding-bottom: 2.04533333px;
  }
  .menu-active {
    padding-bottom: 2.04533333px;
    border-bottom: 1.534p solid #00aa52;
  }
  .why-estrella-hero-section {
    height: 255.66666667px;
  }
  .why-estrella-hero-headline {
    font-size: 35.79333333px;
    line-height: 33.23666667px;
    margin-top: 85.904px;
  }
  .green-bg-confidence {
    padding-top: 40.90666667px;
    padding-bottom: 40.90666667px;
    width: 375.83px;
  }
  .white-bg-confidence {
    padding-top: 40.90666667px;
    padding-bottom: 40.90666667px;
    width: 375.83px;
    padding-left: 51.13333333px;
  }
  .franchise-with-confidence-headline {
    font-size: 25.56666667px;
    line-height: 25.56666667px;
  }
  .franchise-with-confidence-text {
    font-size: 9.204px;
    line-height: 11.24933333px;
    padding-right: 56.24666667px;
    margin-top: 20.45333333px;
  }
  .estrella-horizontal-logo {
    width: 176.41px;
    margin-left: 66.47333333px;
  }
  .estrella-coverage-areas {
    width: 204.53333333px;
    margin-top: 20.45333333px;
    margin-left: 53.69px;
  }
  .how-much-could-you-make-headline {
    font-size: 25.56666667px;
    line-height: 25.56666667px;
  }
  .how-much-could-you-make-text {
    font-size: 9.204px;
    line-height: 10.738px;
    margin-top: 12.78333333px;
  }
  .gray-bg {
    width: 544.57px !important;
    padding-top: 40.90666667px;
    padding-bottom: 38.35px;
  }
  .make-box-section {
    margin-top: 30.68px;
  }
  .make-box {
    width: 174.36466667px;
    border: 5.11333333px solid #e2e4e7;
    height: 152.88866667px;
    font-size: 25.56666667px;
    line-height: 29.146px;
    padding-top: 40.90666667px;
    border-radius: 15.34px;
  }
  .how-much-could-you-make-disclaimer {
    font-size: 5.62466667px;
    line-height: 6.64733333px;
    margin-top: 30.68px;
  }
  .more-choices-section {
    padding-top: 40.90666667px;
    padding-bottom: 40.90666667px;
  }
  .more-choices-headline {
    text-align: center;
    font-size: 22.49866667px;
    line-height: 22.49866667px;
  }
  .more-choices-text {
    font-size: 9.204px;
    line-height: 11.76066667px;
    margin-top: 15.34px;
    padding-left: 61.36px;
    padding-right: 61.36px;
  }
  .more-success-boxes {
    margin-top: 30.68px;
    padding-left: 48.57666667px;
    padding-right: 48.57666667px;
  }
  .success-box-left {
    height: 138.06px;
  }
  .success-box-right {
    height: 138.06px;
  }
  .success-dots {
    left: 0px;
    top: 10.22666667px;
    width: 31.70266667px;
  }
  .success-box-headline {
    font-size: 22.49866667px;
    line-height: 22.49866667px;
  }
  .success-box-text {
    font-size: 9.204px;
    line-height: 11.76066667px;
    margin-top: 5.11333333px;
  }
  .success-floating-box {
    left: 51.13333333px;
    width: 332.36666667px;
  }
  .download-brochure-button {
    width: 145.73px;
    height: 23.52133333px;
    border-radius: 15.34px;
    margin-top: 23.01px;
    font-size: 9.204px;
    padding-top: 5.11333333px;
  }
  .market-opportunity-hero-section {
    height: 255.66666667px;
  }
  .market-opportunity-hero-headline {
    font-size: 35.79333333px;
    line-height: 33.23666667px;
    margin-top: 83.85866667px;
  }
  .orange-bg-section {
    height: 306.8px;
  }
  .excel-in-industry-headline {
    font-size: 25.56666667px;
    line-height: 25.56666667px;
    margin-left: 51.13333333px;
  }
  .excel-in-industry-text {
    font-size: 9.204px;
    line-height: 11.24933333px;
    padding-right: 51.13333333px;
    margin-top: 20.45333333px;
    margin-left: 51.13333333px;
  }
  .excel-dots {
    top: 25.56666667px;
    left: 357.93333333px;
    width: 153.4px;
    height: 282.256px;
  }
  .connect-box {
    bottom: 20.45333333px;
    width: 322.65133333px;
    height: 69.54133333px;
    box-shadow: 0.51133333px 5.11333333px 10.22666667px -0.51133333px rgba(0, 0, 0, 0.23);
    font-size: 8.69266667px;
    line-height: 11.24933333px;
    padding-top: 15.34px;
  }
  .smart-investment-section {
    padding-top: 51.13333333px;
    padding-bottom: 35.79333333px;
  }
  .smart-investment-box {
    width: 174.36466667px;
    height: 134.48066667px;
    border-radius: 15.34px;
    border: 0.51133333px solid #00aa52;
    box-shadow: 0px 5.11333333px 5.11333333px -0.51133333px rgba(0, 0, 0, 0.23);
    padding-top: 20.45333333px;
    font-size: 24.544px;
    line-height: 27.10066667px;
  }
  .smart-investment-box-secondary-text {
    font-size: 12.78333333px;
    line-height: 15.34px;
    margin-top: 2.55666667px;
  }
  .site-padding-alt {
    padding-left: 97.15333333px;
    padding-right: 97.15333333px;
  }
  .gray-bg-section {
    height: 306.8px;
  }
  .smart-investment-headline {
    font-size: 25.56666667px;
    line-height: 25.56666667px;
    margin-top: 23.01px;
  }
  .smart-investment-text {
    font-size: 9.204px;
    line-height: 12.272px;
    margin-top: 12.78333333px;
    padding-left: 40.90666667px;
    padding-right: 40.90666667px;
  }
  .smart-investment-disclaimer {
    font-size: 6.136px;
    line-height: 7.67px;
    margin-top: 23.01px;
    padding-left: 86.92666667px;
    padding-right: 86.92666667px;
  }
  .never-stops-growing {
    height: 306.8px;
  }
  .never-stops-growing-white-headline {
    font-size: 25.56666667px;
    line-height: 25.56666667px;
    margin-top: 97.15333333px;
    margin-left: 61.36px;
  }
  .never-stops-growing-middle-section {
    height: 306.8px;
    padding-top: 46.02px;
  }
  .never-stops-growing-right-section {
    height: 306.8px;
    padding-top: 46.02px;
  }
  .never-stops-growing-right-section-container {
    width: 250.55333333px;
    height: 306.8px;
  }
  .never-stops-growing-graphic {
    width: 55.73533333px;
  }
  .never-stops-growing-question {
    font-size: 15.34px;
    line-height: 16.874px;
    margin-top: 5.11333333px;
  }
  .never-stops-growing-answer {
    width: 153.4px;
    margin-top: 5.11333333px;
    font-size: 9.204px;
    line-height: 11.24933333px;
  }
  .never-stops-growing-answer ul {
    padding-left: 7.67px;
    margin-top: 15.34px;
  }
  .never-stops-growing-answer li {
    margin-bottom: 5.11333333px;
  }
  .learn-about {
    height: 258.22333333px;
  }
  .learn-about-headline {
    font-size: 30.68px;
    line-height: 30.68px;
    margin-top: 83.85866667px;
  }
  .connect-with-expert-button {
    width: 140.61666667px;
    height: 23.52133333px;
    border-radius: 15.34px;
    margin-top: 17.89666667px;
    font-size: 9.204px;
    padding-top: 5.62466667px;
  }
  .get-started-button-orange {
    width: 104.82333333px;
    height: 23.52133333px;
    border-radius: 15.34px;
    margin-top: 10.22666667px;
    font-size: 9.204px;
    padding-top: 5.62466667px;
  }
  .never-growing-dots {
    top: 10.22666667px;
    width: 173.85333333px;
    height: 301.68666667px;
  }
  .path-to-ownership-hero-section {
    height: 255.66666667px;
  }
  .path-to-ownership-hero-headline {
    font-size: 29.65733333px;
    line-height: 30.68px;
    margin-top: 85.904px;
  }
  .white-bg-opportunity {
    width: 327.76466667px;
    padding-top: 35.79333333px;
    padding-bottom: 35.79333333px;
    margin-right: 40.90666667px;
  }
  .quotes {
    width: 327.76466667px;
    height: 159.536px;
    font-size: 21.98733333px;
    line-height: 23.52133333px;
    padding-left: 35.79333333px;
    padding-top: 33.23666667px;
  }
  .quotes-author {
    font-size: 9.204px;
    line-height: 11.24933333px;
    margin-top: 5.11333333px;
    margin-right: 20.45333333px;
  }
  .quotes-text {
    width: 272.54066667px;
    font-size: 8.69266667px;
    line-height: 10.738px;
    margin-top: 12.78333333px;
    margin-left: 35.79333333px;
  }
  .bw-video {
    height: 276.12px;
  }
  .bw-video-play-button {
    top: 102.26666667px;
    width: 51.13333333px;
  }
  .path-to-ownership-orange {
    padding-top: 35.79333333px;
    padding-bottom: 35.79333333px;
  }
  .path-to-ownership-headline {
    font-size: 22.49866667px;
    line-height: 22.49866667px;
  }
  .path-to-ownership-text {
    font-size: 14.31733333px;
    line-height: 21.98733333px;
    margin-top: 5.11333333px;
  }
  .path-to-ownership-circle {
    width: 104.312px;
    height: 104.312px;
    margin-top: 20.45333333px;
    font-size: 86.92666667px;
    line-height: 102.26666667px;
  }
  .path-to-ownership-circle-text {
    font-size: 14.82866667px;
    line-height: 15.34px;
  }
  .path-to-ownership-circle-subtext {
    font-size: 9.204px;
    line-height: 11.24933333px;
    margin-top: 15.34px;
  }
  .what-it-takes-section {
    height: 255.66666667px;
    padding-top: 30.68px;
  }
  .looking-for-you-section {
    height: 291.46px;
    padding-top: 51.13333333px;
  }
  .what-it-takes-headline {
    font-size: 30.68px;
    line-height: 30.68px;
  }
  .what-it-takes-text {
    font-size: 9.204px;
    line-height: 11.24933333px;
    margin-top: 12.78333333px;
  }
  .what-it-takes-list {
    font-size: 12.272px;
    line-height: 19.942px;
    margin-top: 15.34px;
  }
  .what-it-takes-list ul {
    padding-left: 7.67px;
  }
  .download-brochure-button-what-it-takes {
    margin-top: 89.48333333px;
  }
  .lets-build-future-together-button {
    margin-top: 109.93666667px;
    width: 181.52333333px;
  }
  .testimonials-hero-section {
    height: 255.66666667px;
  }
  .testimonials-divider {
    height: 204.53333333px;
  }
  .testimonials-divider-text {
    font-size: 12.272px;
    line-height: 15.34px;
    padding-right: 66.47333333px;
    padding-top: 40.90666667px;
  }
  .orange-bg-testimonials {
    height: 204.53333333px;
  }
  .news-page-section {
    margin-top: 5.11333333px;
    padding-bottom: 15.34px;
  }
  .spotlight-box {
    margin-top: 25.56666667px;
    width: 194.30666667px;
    height: 265.89333333px;
  }
  .news-page-headline {
    padding-left: 15.34px;
    padding-right: 15.34px;
    padding-top: 10.22666667px;
    font-size: 10.22666667px;
    line-height: 12.272px;
  }
  .home-news-box-text {
    padding-left: 15.34px;
    padding-right: 15.34px;
    margin-top: 10.22666667px;
    font-size: 7.67px;
    line-height: 11.24933333px;
  }
  .home-news-box-date {
    left: 15.34px;
    bottom: 7.67px;
    font-size: 6.136px;
  }
  .news-story-title {
    font-size: 11.24933333px;
    line-height: 16.36266667px;
    margin-bottom: 2.55666667px;
  }
  .detail-news-box-date {
    font-size: 5.62466667px;
    margin-top: 3.57933333px;
  }
  .news-article {
    font-size: 8.18133333px;
    line-height: 12.272px;
    margin-top: 5.11333333px;
  }
  .article-image {
    margin-left: 7.67px;
    margin-bottom: 7.67px;
  }
  .back-to-news {
    margin-top: 5.11333333px;
    font-size: 8.18133333px;
    margin-bottom: 5.11333333px;
  }
  .open-article {
    font-size: 7.15866667px;
  }
  .video-martinez {
    margin-right: 25.56666667px !important;
    border-radius: 15.34px;
  }
  .video-martinez-page {
    border-radius: 15.34px;
    border: 1.02266667px solid #29653b;
    margin-top: 76.7px;
  }
  .testimonials-divider-smaller {
    height: 10.22666667px;
    border-top: 2.04533333px solid #ec7b29;
  }
  .awards-hero-section {
    height: 255.66666667px;
  }
  .awards-hero-headline {
    font-size: 35.79333333px;
    line-height: 33.23666667px;
    margin-top: 85.904px;
  }
  .white-bg-awards {
    height: 204.53333333px;
    width: 400%;
    padding-top: 20.45333333px;
    padding-left: 20.45333333px;
    margin-left: 10.22666667px;
  }
  .year-box {
    width: 81.81333333px;
    height: 56.24666667px;
    border-radius: 15.34px;
    border: 5.11333333px solid #00aa52;
    font-size: 18.408px;
    padding-top: 9.204px;
    margin-top: 15.34px;
  }
  .top-year {
    margin-top: 25.56666667px;
  }
  .grey-award-box {
    width: 68%;
    padding: 10.22666667px;
    padding-left: 15.34px;
    padding-bottom: 7.67px;
    margin-top: 15.34px;
    border-radius: 10.22666667px;
    font-size: 10.22666667px;
    line-height: 12.272px;
    border: 1.534px solid #f5f5f5;
  }
  .grey-award-box-selected {
    border: 1.534px solid #00aa52;
  }
  .grey-award-box li {
    margin-bottom: 4.09066667px;
  }
  .award {
    padding-bottom: 0px;
    border-bottom: 1.02266667px solid transparent;
  }
  .award-selected {
    border-bottom: 1.02266667px solid #00aa52;
  }
  .award-arrow-right {
    border-top: 17.89666667px solid transparent;
    border-bottom: 17.89666667px solid transparent;
    border-left: 17.89666667px solid #cceedc;
    left: -20.45333333px;
    top: -12.272px;
  }
  .award-box-right-entrepreneur {
    height: 35.79333333px;
    top: -17.89666667px;
    right: 17.89666667px;
    width: 112.49333333px;
    padding-top: 6.64733333px;
    padding-left: 5.11333333px;
  }
  .award-box-right-fbr {
    height: 35.79333333px;
    top: -17.89666667px;
    right: 17.89666667px;
    width: 127.83333333px;
    padding-top: 11.24933333px;
    padding-left: 5.11333333px;
  }
  .award-box-right-ft {
    height: 35.79333333px;
    top: -17.89666667px;
    right: 17.89666667px;
    width: 102.26666667px;
    padding-top: 10.22666667px;
    padding-left: 10.22666667px;
  }
  .award-box-right-inc {
    height: 35.79333333px;
    top: -17.89666667px;
    right: 17.89666667px;
    width: 51.13333333px;
    padding-top: 4.09066667px;
    padding-left: 15.34px;
    padding-right: 7.67px;
  }
  .award-box-right-tar {
    height: 35.79333333px;
    top: -17.89666667px;
    right: 17.89666667px;
    width: 112.49333333px;
    padding-top: 4.09066667px;
    padding-left: 5.11333333px;
  }
  .award-box-right-ij {
    height: 35.79333333px;
    top: -17.89666667px;
    right: 17.89666667px;
    width: 97.15333333px;
    padding-top: 0px;
    padding-left: 2.55666667px;
  }
  .award-box-right-sfbj {
    height: 35.79333333px;
    top: -17.89666667px;
    right: 17.89666667px;
    width: 107.38px;
    padding-top: 5.11333333px;
    padding-left: 2.55666667px;
  }
  .award-box-right-usatoday {
    height: 35.79333333px;
    top: -17.89666667px;
    right: 17.89666667px;
    width: 115.05px;
    padding-top: 7.67px;
    padding-left: 5.11333333px;
  }
  .award-box-right-text {
    height: 35.79333333px;
    top: -17.89666667px;
    right: 17.89666667px;
    width: 112.49333333px;
    padding-top: 5.11333333px;
    padding-left: 5.11333333px;
  }
  .awards-container {
    padding-bottom: 25.56666667px;
  }
  .grey-divider {
    width: 8.18133333px;
    top: 0px;
  }
  .awards-glow {
    -webkit-box-shadow: 0px 0px 7.67px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 7.67px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 7.67px 0px rgba(0, 0, 0, 0.33);
  }
  .entrepreneur-logo-top {
    width: 148.28666667px;
    height: 39.884px;
  }
  .entrepreneur-logo-top-bw,
  .entrepreneur-logo-top-color {
    width: 127.83333333px;
  }
  .franchise-business-review-logo-top {
    width: 184.08px;
    margin-top: 4.09066667px;
    margin-left: 15.34px;
    height: 32.214px;
  }
  .franchise-business-review-logo-top-bw,
  .franchise-business-review-logo-top-color {
    width: 163.62666667px;
  }
  .inc-logo-top {
    padding: 5.11333333px 10.22666667px;
    width: 61.36px;
    height: 61.36px;
    margin-top: 10.22666667px;
  }
  .inc-logo-top-bw,
  .inc-logo-top-color {
    width: 51.13333333px;
  }
  .ij-logo-top {
    padding: 5.11333333px 10.22666667px;
    width: 127.83333333px;
    margin-left: 5.11333333px;
    margin-top: 12.78333333px;
    height: 53.69px;
  }
  .ij-logo-top-bw,
  .ij-logo-top-color {
    width: 112.49333333px;
  }
  .sfbj-logo-top {
    padding: 5.11333333px 10.22666667px;
    width: 153.4px;
    margin-left: 5.11333333px;
    height: 46.02px;
    margin-top: 15.34px;
  }
  .sfbj-logo-top-bw,
  .sfbj-logo-top-color {
    width: 132.94666667px;
  }
  .the-american-registry-logo-top {
    width: 112.49333333px;
    margin-left: -2.55666667px;
    height: 36.816px;
    margin-top: 10.22666667px;
  }
  .the-american-registry-logo-top-bw,
  .the-american-registry-logo-top-color {
    width: 92.04px;
  }
  .usatoday-logo-top {
    padding: 5.11333333px 10.22666667px;
    width: 122.72px;
    margin-left: 5.11333333px;
    height: 29.65733333px;
    margin-top: 14.31733333px;
  }
  .usatoday-logo-top-bw,
  .usatoday-logo-top-color {
    width: 102.26666667px;
  }
  .franchise-times-logo-top {
    width: 102.26666667px;
    margin-left: 5.11333333px;
    height: 35.282px;
    margin-top: 10.22666667px;
  }
  .franchise-times-logo-top-bw,
  .franchise-times-logo-top-color {
    width: 81.81333333px;
  }
  .news-page-news-box {
    margin-top: 25.56666667px;
    width: 178.96666667px;
    height: 319.58333333px;
  }
  .news-box-source-new {
    padding-top: 2.55666667px;
    padding-bottom: 2.55666667px;
    padding-left: 5.11333333px;
    padding-right: 5.11333333px;
    font-size: 8.18133333px;
  }
  .news-hero-section {
    height: 255.66666667px;
  }
  .news-divider {
    height: 199.42px;
  }
  .green-bg-news {
    height: 199.42px;
  }
  .news-divider-text {
    font-size: 12.272px;
    line-height: 15.34px;
    padding-right: 71.58666667px;
    padding-top: 30.68px;
  }
  .join-us-hero-section {
    height: 255.66666667px;
  }
  .join-us-form-box {
    width: 460.2px;
    height: 511.33333333px;
    border-radius: 17.89666667px;
    border: 1.02266667px solid #00aa52;
  }
  .join-us-form-box-top {
    height: 33.23666667px;
    font-size: 8.18133333px;
    line-height: 11.24933333px;
    padding-top: 5.11333333px;
  }
  .join-us-form-box-bottom {
    padding-left: 40.90666667px;
    padding-right: 40.90666667px;
    padding-top: 15.34px;
    padding-bottom: 15.34px;
  }
  .form-control-join-us {
    border-radius: 7.67px;
    margin-bottom: 2.55666667px;
    height: 21.476px;
    font-size: 8.18133333px;
  }
  .label-join-us {
    font-size: 7.15866667px;
    margin-bottom: 2.55666667px;
    line-height: 9.204px;
    padding-left: 2.55666667px;
  }
  .form-right {
    margin-left: 15.34px;
  }
  .option-circle {
    width: 21.98733333px;
    height: 21.98733333px;
    margin-top: 5.11333333px;
  }
  .option-circle-text {
    font-size: 7.15866667px;
    margin-left: 4.09066667px;
    margin-top: 11.76066667px;
    margin-right: 12.78333333px;
  }
  .option-circle-content {
    width: 14.82866667px;
    height: 14.82866667px;
  }
  .form-control-join-us-textarea {
    height: 56.24666667px !important;
  }
  .option-circles {
    margin-bottom: 12.78333333px;
  }
  .join-us-form-disclaimer {
    font-family: 'GothamBook';
    font-size: 5.62466667px;
    line-height: 7.15866667px;
    margin-top: 5.11333333px;
  }
  .estrella-store {
    width: 352.82px;
    margin-top: 30.68px;
  }
  .read-faq {
    padding-top: 15.34px;
    padding-bottom: 15.34px;
    font-size: 17.38533333px;
    line-height: 17.38533333px;
  }
  .form-select-join-us select {
    height: 21.476px;
    margin-bottom: 2.55666667px;
    background-size: 10.22666667px;
    padding-left: 5.11333333px;
    font-size: 8.18133333px;
    border-radius: 7.67px;
  }
  .answer {
    padding-left: 33.748px;
    font-size: 8.18133333px;
    line-height: 11.24933333px;
    margin-bottom: 7.67px;
  }
  .arrow-width {
    width: 30.68px;
  }
  .question {
    font-family: 'GothamBlack';
    font-size: 13.29466667px;
    margin-bottom: 5.11333333px;
    margin-top: 2.55666667px;
    margin-left: 2.55666667px;
  }
  .faq-site-padding {
    padding-left: 40.90666667px;
    padding-right: 76.7px;
    padding-top: 30.68px;
    padding-bottom: 30.68px;
    width: 613.6px;
  }
  .faq-hero-section {
    height: 255.66666667px;
  }
  .faq-start-journey-button {
    width: 191.75px;
    height: 23.52133333px;
    border-radius: 15.34px;
    margin-top: 17.89666667px;
    font-size: 9.204px;
    padding-top: 5.62466667px;
  }
  .gray-footer-disclaimer {
    font-size: 7.15866667px;
  }
  .get-started-tab {
    background-color: #00954c;
    width: 25.56666667px;
    height: 76.7px;
    border-bottom-left-radius: 7.67px;
    border-top-left-radius: 7.67px;
  }
  .tab-text {
    font-size: 9.204px;
  }
  .form-box-close {
    width: 10.22666667px;
    height: 10.22666667px;
    right: 2.55666667px;
    top: 2.55666667px;
  }
  .svg-size {
    width: 9.71533333px;
    height: 9.71533333px;
    position: relative;
    top: -3px;
    left: 1px;
  }
  .input-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 2.04533333px;
  }
  .custom-placeholder {
    position: absolute;
    top: 50%;
    left: 5.11333333px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #444444;
    font-size: 6.64733333px;
    font-family: 'GothamBook';
  }
  .custom-placeholder .highlight {
    color: red;
    /* Color for the specific character */
  }
  input:focus + .custom-placeholder,
  input:not(:placeholder-shown) + .custom-placeholder {
    display: none;
    /* Hide when typing or focused */
  }
  .form-control::-moz-placeholder {
    color: #444444;
    opacity: 1;
    font-size: 6.64733333px;
  }
  .form-control:-ms-input-placeholder {
    color: #444444;
    font-size: 6.64733333px;
  }
  .form-control::-webkit-input-placeholder {
    color: #444444;
    font-size: 6.64733333px;
  }
  .get-started-tab-show {
    right: 0px;
  }
  .form-box-hide {
    right: -1500px;
  }
  .brochure-form-box {
    width: 306.8px;
    height: 304.24333333px;
    border: 1.02266667px solid #00954c;
    border-radius: 10.22666667px;
  }
  .form-box-green-brochure {
    height: 20.45333333px;
    font-size: 11.24933333px;
    padding-top: 2.55666667px;
  }
  .form-box-close-brochure {
    width: 10.22666667px;
    height: 10.22666667px;
    right: 2.55666667px;
    top: 2.55666667px;
  }
  .svg-size-brochure {
    width: 9.71533333px;
    height: 9.71533333px;
    position: relative;
    top: -6px;
  }
  .submit-button-brochure {
    width: 106.35733333px;
    height: 20.45333333px;
    border-radius: 15.34px;
    margin-top: 7.67px;
    font-size: 9.204px;
    padding-top: 4.09066667px;
  }
  .modal-overlay {
    padding: 15.34px;
    padding-top: 23.01px;
    font-size: 10.22666667px;
  }
  .close-x {
    right: 3.57933333px;
    width: 7.15866667px;
    height: 7.15866667px;
  }
}
@media only screen and (max-width: 767px) {
  .call-us-bar {
    height: 36px;
    background-color: #f8fafa;
    border-bottom: 3px solid #ec7b29;
  }
  .call-us-bar-phone {
    font-family: 'GothamBlack';
    font-size: 16px;
    color: #00954c;
    float: none;
    text-align: center;
    padding-top: 5px;
  }
  .menu-bar {
    height: 115px;
    border-bottom: 0px solid #ec7b29;
  }
  .estrella-insurance-logo {
    position: absolute;
    left: 50%;
    top: 5px;
    width: 80px;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
  }
  .hamburger {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    z-index: 10002;
  }
  .line {
    display: block;
    width: 100%;
    height: 3px;
    background: #00954c;
    position: absolute;
    left: 0;
  }
  .top {
    top: 0;
  }
  .middle {
    top: 8.5px;
  }
  .bottom {
    top: 17px;
  }
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    background: #929394;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 10001;
    color: #fff;
    font-family: 'GothamMedium';
    font-size: 16px;
  }
  .menu.open {
    transform: translateX(0);
  }
  .menu ul {
    list-style: none;
    padding: 60px 20px;
    margin: 0;
  }
  .menu li {
    margin: 20px 0;
  }
  .menu a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
  }
  /* Ensure hamburger lines are visible on dark menu background when open */
  .hamburger.open .line {
    background: #fff;
  }
  .section-spacer {
    width: 100%;
    height: 150px;
    position: relative;
  }
  .home-hero-section {
    height: 320px;
    background-image: url("../images/home-hero-image.jpg");
    background-size: cover;
    background-position: -90px center;
    position: relative;
    z-index: 10;
  }
  .form-box {
    top: 50%;
    left: 50%;
    width: 335px;
    height: 595px;
    max-height: 95%;
    background-color: #f8fafa;
    border: 2px solid #00954c;
    border-radius: 16px;
    float: none;
    margin: auto;
    position: fixed;
    overflow: scroll;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    right: -1500px;
    z-index: 1000000;
  }
  .form-box-green {
    width: 100%;
    height: 22px;
    background-color: #00954c;
    font-family: 'GothamBold';
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 30px;
  }
  .form-intro-text {
    font-family: 'GothamBook';
    font-size: 13px;
    line-height: 14.5px;
    letter-spacing: -0.01em;
    color: #616366;
    text-align: center;
    margin-top: 13px;
    background-color: #f8fafa;
  }
  .form-content {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f8fafa;
    padding-bottom: 20px;
    overflow: hidden;
  }
  label {
    font-family: 'GothamLight';
    font-size: 11px;
    color: #616366;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    line-height: 13px;
    letter-spacing: -0.04em;
  }
  .required {
    color: #ec7b29;
  }
  .form-control {
    border-radius: 10px;
    border: 1px solid #e2e4e7;
    box-shadow: none;
    margin-bottom: 3px;
    font-family: 'GothamBook';
    height: 30px;
    font-size: 14px;
    color: #000000;
    background-color: #ffffff;
  }
  .form-select select {
    width: 100%;
    margin: 0px 0;
    color: #444444;
    height: 30px;
    font-family: 'GothamBook';
    margin-bottom: 5px;
    background: #fff url('https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-128.png') no-repeat;
    background-color: #ffffff;
    background-size: 20px;
    background-position: right 0px center;
    padding-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #e2e4e7;
  }
  .form-select {
    width: 100%;
  }
  .form-select select:focus {
    box-shadow: none;
    outline: 0 none;
  }
  .label-margin {
    margin-top: 10px;
  }
  textarea.form-control {
    height: 80px;
  }
  .form-disclaimer {
    font-family: 'GothamBook';
    font-size: 9px;
    line-height: 10px;
    text-align: justify;
    margin-top: 10px;
  }
  .submit-button {
    width: 166.4px;
    height: 32px;
    border-radius: 24px;
    margin-top: 12px;
    font-size: 14.4px;
    padding-top: 6.4px;
  }
  .submit-arrow {
    display: inline-block;
    width: 5px;
    margin-left: 10px;
    position: relative;
    top: -1px;
  }
  .hero-content-box {
    float: left;
    margin-top: 10px;
    padding-left: 10px;
  }
  .hero-content-headline {
    font-family: 'GothamBlack';
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #ffffff;
  }
  .hero-content-text {
    font-family: 'GothamBook';
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    margin-top: 10px;
  }
  .connect-button {
    width: 159.6px;
    height: 32.2px;
    border-radius: 21px;
    margin-top: 15px;
    background-color: #ec7b29;
    color: #ffffff;
    text-align: center;
    font-family: 'GothamMedium';
    font-size: 12.6px;
    padding-top: 7.7px;
    cursor: pointer;
  }
  .entrepreneur-logos {
    width: 145px;
    margin-top: 15px;
  }
  .works-for-you {
    background-image: url("../images/dots.png");
    background-size: 30%;
    margin-top: 0px;
  }
  .works-for-you-headline {
    font-family: 'GothamBlack';
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #00aa52;
    text-align: center;
  }
  .works-for-you-secondary-headline {
    font-family: 'GothamBlack';
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #00aa52;
    text-align: center;
    margin-top: 20px;
  }
  .reg {
    font-size: 8px;
    position: relative;
    top: -10px;
  }
  .works-for-you-text {
    font-family: 'GothamBook';
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #616366;
    text-align: center;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .category-box-caption {
    text-align: center;
    font-family: 'GothamMedium';
    font-size: 9px;
    margin-top: 10px;
    color: #00aa52;
  }
  .white-bg {
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
  }
  .join-industry-section {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #006633;
    text-align: center;
  }
  .join-industry-section-headline {
    font-family: 'GothamLight';
    font-size: 24px;
    line-height: 26px;
    color: #ffffff;
    text-align: center;
  }
  .join-industry-section-text {
    font-family: 'GothamBook';
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: -0.02em;
  }
  .join-industry-section-boxes {
    width: 360px;
    margin: auto;
    margin-top: 30px;
  }
  .industry-orange-box {
    width: 90.45px;
    height: 71.55px;
    background-color: #ec7b29;
    border-radius: 13.5px;
    border: 1.35px solid #006633;
    display: inline-block;
    box-shadow: 13px 11px 21px -12px rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: 13px 11px 21px -12px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 13px 11px 21px -12px rgba(0, 0, 0, 0.34);
    text-align: center;
    color: #ffffff;
    font-family: 'GothamBold';
    font-size: 12.6px;
    line-height: 13.5px;
    padding-top: 21.6px;
  }
  .join-industry-section-boxes ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .join-industry-section-boxes li {
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
  }
  .white-bg-map {
    background-color: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
  }
  .us-map {
    width: 360px;
    margin: auto;
    margin-top: 20px;
    position: relative;
  }
  .works-for-you-map {
    margin-top: 0px;
  }
  .map-legend {
    margin-left: 10px;
  }
  .why-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
  .why-headline {
    font-family: 'GothamBlack';
    font-size: 30px;
    line-height: 30px;
    color: #ec7b29;
    text-align: center;
    margin-top: 20px;
  }
  .low-startup-cost {
    background-image: url("../images/dots.png");
    background-size: 30%;
    background-color: #006633;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .why-text {
    font-family: 'GothamBook';
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 20px;
    text-align: center;
  }
  .discover-button {
    width: 248.5px;
    height: 32.2px;
    border-radius: 21px;
    margin: auto;
    margin-top: 25px;
    background-color: #ec7b29;
    color: #ffffff;
    text-align: center;
    font-family: 'GothamMedium';
    font-size: 12.6px;
    padding-top: 7.7px;
    cursor: pointer;
  }
  .green-boxes-why {
    width: 360px;
    height: 510px;
    float: none;
    margin: auto;
    margin-top: 25px;
  }
  .green-box-why {
    width: 180px;
    height: 170px;
    background-image: url("../images/shadow-green-box.png") !important;
    background-size: cover;
    padding-top: 15px;
    padding-left: 15px;
    color: #ffffff;
  }
  .green-box-why-headline {
    font-family: 'GothamBold';
    font-size: 17px;
    line-height: 20px;
  }
  .green-box-why-text {
    font-family: 'GothamBook';
    font-size: 13px;
    line-height: 15px;
    margin-top: 10px;
    padding-right: 15px;
  }
  .green-box-no-shadow {
    background-image: url("../images/regular-green-box.png") !important;
  }
  .white-bg-wider {
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
  }
  .own-boss-box {
    margin: auto;
    margin-top: 20px;
    border: 2px solid #e2e4e7;
    border-radius: 30px;
    width: 320px;
    height: 206px;
    box-shadow: 1px 5px 9px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 5px 9px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 5px 9px 0px rgba(0, 0, 0, 0.2);
    background-size: cover;
  }
  .own-boss-headline {
    text-align: center;
    color: #00aa52;
    font-family: 'GothamBold';
    font-size: 24px;
    line-height: 26px;
    margin-top: 10px;
    letter-spacing: -0.02em;
  }
  .own-boss-secondary-headline {
    text-align: center;
    color: #00aa52;
    font-family: 'GothamBold';
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
    letter-spacing: -0.02em;
  }
  .own-boss-secondary-text {
    text-align: center;
    color: #616366;
    font-family: 'GothamBook';
    font-size: 15px;
    line-height: 18px;
    margin-top: 10px;
    letter-spacing: -0.02em;
  }
  .first-step-button {
    width: 322.7px;
    height: 32.2px;
    border-radius: 21px;
    margin: auto;
    margin-top: 24.5px;
    background-color: #ec7b29;
    color: #ffffff;
    text-align: center;
    font-family: 'GothamMedium';
    font-size: 12.6px;
    padding-top: 7.7px;
    cursor: pointer;
    margin-bottom: 10px;
  }
  .estrella-experience {
    padding-top: 15px;
    padding-bottom: 25px;
    background-color: #00aa52;
  }
  .estrella-experience-box {
    width: 330px;
    height: 207px;
    margin-top: 50px;
    border: 2px solid #e2e4e7;
    border-radius: 10px;
    box-shadow: 1px 5px 9px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 5px 9px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 5px 9px 0px rgba(0, 0, 0, 0.2);
    background-size: cover;
    position: relative;
    margin: auto;
    margin-top: 20px;
  }
  .experience-box-caption {
    text-align: center;
    color: #ffffff;
    font-family: 'GothamBold';
    font-size: 17px;
    line-height: 19px;
    margin-top: 10px;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
  }
  .get-started-button {
    width: 177.8px;
    height: 32.2px;
    border-radius: 21px;
    margin: auto;
    margin-top: 17.5px;
    background-color: #ffffff;
    color: #00aa52;
    text-align: center;
    font-family: 'GothamMedium';
    font-size: 12.6px;
    padding-top: 7.7px;
    cursor: pointer;
  }
  .footer {
    background-color: #e6e7e8;
    height: auto;
    border-top: 3px solid #ec7b29;
    padding-bottom: 15px;
  }
  .estrella-logo-footer {
    float: left;
    width: 70px;
    margin-top: 30px;
  }
  .estrella-logo-footer-text {
    font-family: 'GothamBook';
    font-size: 13px;
    line-height: 16px;
    margin-top: 40px;
    margin-left: 15px;
    float: left;
    color: #616366;
  }
  .footer-divider-line {
    width: 90%;
    height: 1px;
    background-color: #616366;
    margin: auto;
    margin-top: 25px;
  }
  .footer-menu {
    font-family: 'GothamMedium';
    font-size: 14px;
    color: #ec7b29;
    text-align: center;
    margin: auto;
    margin-top: 20px;
  }
  .footer-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .footer-menu li {
    display: list-item;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 8px;
  }
  .gray-footer {
    height: auto;
    background-color: #929394;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .gray-footer-menu {
    font-family: 'GothamBook';
    font-size: 12px;
    line-height: 28px;
    float: none;
    margin-top: 2px;
    text-align: center;
    margin: auto;
    width: 300px;
  }
  .gray-footer-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .gray-footer-menu li {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
  }
  .instagram {
    float: left;
    width: 22px;
    cursor: pointer;
    margin-top: 2px;
  }
  .linked-in {
    float: left;
    width: 22px;
    cursor: pointer;
    margin-right: 20px;
  }
  .x {
    float: left;
    width: 23px;
    cursor: pointer;
    margin-right: 15px;
  }
  .facebook {
    float: left;
    width: 23px;
    cursor: pointer;
    margin-left: 15px;
    margin-top: 1px;
    margin-right: 15px;
  }
  .social-media-mobile {
    position: absolute;
    bottom: 20px;
    left: 0px;
  }
  .menu-active-mobile {
    color: #ffffff !important;
    padding-bottom: 4px;
    border-bottom: 2px solid #ffffff;
  }
  .site-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
  .why-estrella-hero-section {
    height: 200px;
    background-image: url("../images/why-estrella-hero-image.jpg");
    background-size: cover;
    background-position: right center;
    position: relative;
    z-index: 10;
  }
  .why-estrella-hero-headline {
    font-family: 'GothamBlack';
    font-size: 25px;
    line-height: 27px;
    color: #00aa52;
    margin-top: 15px;
    letter-spacing: -0.03em;
  }
  .white-bg-confidence {
    padding: 10px;
    width: 100%;
    float: none;
  }
  .franchise-with-confidence-headline {
    font-family: 'GothamBlack';
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #ec7b29;
  }
  .franchise-with-confidence-text {
    font-family: 'GothamBook';
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    padding-right: 0px;
    margin-top: 10px;
  }
  .estrella-horizontal-logo {
    width: 280px;
    margin: auto;
  }
  .estrella-coverage-areas {
    width: 300px;
    margin: auto;
    margin-top: 40px;
  }
  .how-much-could-you-make {
    background-color: #e3e6e8;
    background-image: url(../images/dots.png);
    background-size: 30%;
  }
  .how-much-could-you-make-headline {
    font-family: 'GothamBlack';
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #ec7b29;
    text-align: center;
  }
  .how-much-could-you-make-text {
    font-family: 'GothamBook';
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #616366;
    text-align: center;
    margin-top: 15px;
  }
  .gray-bg {
    width: 100%!important;
    background-color: #e3e6e8;
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .make-box-section {
    margin-top: 20px;
  }
  .make-box {
    width: 238.7px;
    height: 209.3px;
    margin: auto;
    border: 7px solid #e2e4e7;
    background-color: #ec7b29;
    text-align: center;
    color: #ffffff;
    font-family: 'GothamBlack';
    font-size: 32.5px;
    line-height: 39.9px;
    padding-top: 52.5px;
    border-radius: 21px;
    box-shadow: 13px 11px 21px -12px rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: 13px 11px 21px -12px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 13px 11px 21px -12px rgba(0, 0, 0, 0.34);
    letter-spacing: -0.02em;
    margin-bottom: 10px;
  }
  .how-much-could-you-make-disclaimer {
    text-align: center;
    font-family: 'GothamBook';
    font-size: 10px;
    line-height: 13px;
    color: #616366;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .more-choices-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .more-choices-headline {
    text-align: center;
    font-family: 'GothamLight';
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #00aa52;
  }
  .more-choices-text {
    text-align: center;
    font-family: 'GothamBook';
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
    color: #616366;
    padding-left: 10px;
    padding-right: 10px;
  }
  .more-success-boxes {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(../images/dots.png);
    background-size: 30%;
  }
  .success-box-left {
    height: 220px;
    position: relative;
  }
  .success-box-right {
    height: 220px;
    position: relative;
  }
  .success-box-1 {
    background-color: #f3f3f4;
    background-image: url(../images/experience-section-logos.jpg);
    background-size: cover;
    background-position: center center;
  }
  .success-box-2 {
    background-color: #e3e6e8;
  }
  .success-box-3 {
    background-color: #006633;
  }
  .success-box-4 {
    background-image: url(../images/experience-image-1.jpg);
    background-size: cover;
    background-position: center center;
  }
  .success-box-5 {
    background-image: url(../images/experience-image-2.jpg);
    background-size: cover;
    background-position: center center;
  }
  .success-box-6 {
    background-image: url(../images/experience-image-3.jpg);
    background-size: cover;
    background-position: center center;
  }
  .success-box-7 {
    background-image: url(../images/experience-image-4.jpg);
    background-size: cover;
    background-position: center center;
  }
  .success-box-8 {
    background-image: url(../images/experience-image-5.jpg);
    background-size: cover;
    background-position: center center;
  }
  .success-box-shadow {
    box-shadow: 1px 10px 20px -1px rgba(0, 0, 0, 0.33);
    position: relative;
    z-index: 100;
  }
  .success-dots {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 62px;
  }
  .success-box-headline {
    font-family: 'GothamBold';
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #ec7b29;
  }
  .success-box-text {
    font-family: 'GothamBook';
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #616366;
    margin-top: 10px;
    padding-right: 30px;
  }
  .success-box-text-light {
    color: #ffffff;
  }
  .success-floating-box {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 100%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
  }
  .download-brochure-button {
    width: 206.5px;
    height: 32.2px;
    border-radius: 21px;
    margin: auto;
    margin-top: 31.5px;
    background-color: #ec7b29;
    color: #ffffff;
    text-align: center;
    font-family: 'GothamMedium';
    font-size: 12.6px;
    padding-top: 7px;
    cursor: pointer;
  }
  .market-opportunity-hero-section {
    height: 200px;
    background-image: url("../images/market-opportunity-hero-image.jpg");
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 10;
  }
  .market-opportunity-hero-headline {
    font-family: 'GothamBlack';
    font-size: 25px;
    line-height: 27px;
    color: #ffffff;
    margin-top: 50px;
    letter-spacing: -0.02em;
  }
  .gray-bg-section {
    background-color: #f4f5f6;
    height: 250px;
  }
  .orange-bg-section {
    background-color: #ec7b29;
    height: 390px;
  }
  .excel-in-industry-headline {
    font-family: 'GothamBlack';
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-left: 10px;
  }
  .excel-in-industry-text {
    font-family: 'GothamBook';
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 10px;
    color: #ffffff;
    margin-left: 0px;
  }
  .orange-bg-confidence {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    float: left;
  }
  .connect-box {
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 350px;
    height: 110px;
    background-color: #ffffff;
    box-shadow: 1px 10px 20px -1px rgba(0, 0, 0, 0.23);
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    text-align: center;
    font-family: 'GothamBold';
    font-size: 16px;
    line-height: 20px;
    padding-top: 14px;
    color: #00954c;
    letter-spacing: -0.02em;
  }
  .get-started-button-orange {
    width: 143.5px;
    height: 32.2px;
    margin: auto;
    border-radius: 21px;
    margin-top: 10px;
    background-color: #ec7b29;
    color: #ffffff;
    text-align: center;
    font-family: 'GothamMedium';
    font-size: 12.6px;
    padding-top: 7.7px;
    cursor: pointer;
  }
  .smart-investment-section {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .smart-investment-box {
    width: 255.75px;
    height: 197.25px;
    margin: auto;
    border-radius: 22.5px;
    border: 1px solid #00aa52;
    box-shadow: 0px 10px 10px -1px rgba(0, 0, 0, 0.23);
    text-align: center;
    padding-top: 30px;
    color: #00aa52;
    font-family: 'GothamBlack';
    font-size: 36px;
    line-height: 39.75px;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
  }
  .smart-investment-box-secondary-text {
    font-family: 'GothamBlack';
    font-size: 18.75px;
    line-height: 22.5px;
    margin-top: 3.75px;
  }
  .site-padding-alt {
    padding-left: 10px;
    padding-right: 10px;
  }
  .smart-investment-headline {
    font-family: 'GothamBlack';
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #00aa52;
    text-align: center;
    margin-top: 25px;
  }
  .smart-investment-text {
    font-family: 'GothamBook';
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #616366;
    text-align: center;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .smart-investment-disclaimer {
    font-family: 'GothamBook';
    font-size: 10px;
    line-height: 13px;
    letter-spacing: -0.02em;
    color: #616366;
    text-align: center;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .never-stops-growing {
    height: 845px;
    background-color: #00aa52;
    overflow: hidden;
  }
  .never-stops-growing-white-headline {
    font-family: 'GothamBlack';
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 30px;
    text-align: center;
  }
  .never-stops-growing-middle-section {
    width: 100%;
    height: 330px;
    background-color: #e3e6e8;
    padding-top: 25px;
  }
  .never-stops-growing-right-section {
    width: 100%;
    height: 340px;
    background-color: #eaecee;
    padding-top: 25px;
  }
  .never-stops-growing-right-section-container {
    width: 100%;
    height: 340px;
    float: left;
  }
  .never-stops-growing-graphic {
    margin: auto;
    width: 81.75px;
  }
  .never-stops-growing-question {
    font-family: 'GothamBlack';
    font-size: 22.5px;
    line-height: 24.75px;
    letter-spacing: -0.02em;
    color: #00aa52;
    margin-top: 7.5px;
    text-align: center;
  }
  .never-stops-growing-answer {
    width: 300px;
    margin: auto;
    margin-top: 10px;
    font-family: 'GothamBook';
    font-size: 13.5px;
    line-height: 16.5px;
    color: #616366;
  }
  .never-stops-growing-answer ul {
    padding-left: 11.25px;
    margin-top: 22.5px;
  }
  .never-stops-growing-answer li {
    margin-bottom: 7.5px;
  }
  .learn-about {
    height: 250px;
    background-image: url("../images/learn-about-background.jpg");
    background-size: cover;
    background-position: 80% center;
    position: relative;
    z-index: 10;
  }
  .learn-about-headline {
    text-align: left;
    font-family: 'GothamLight';
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #ffffff;
    margin-top: 130px;
    width: 290px;
    float: left;
    padding-left: 10px;
  }
  .connect-with-expert-button {
    width: 192.5px;
    height: 32.2px;
    margin: auto;
    border-radius: 21px;
    margin-top: 17.5px;
    background-color: #ec7b29;
    color: #ffffff;
    text-align: center;
    font-family: 'GothamMedium';
    font-size: 12.6px;
    padding-top: 7.7px;
    cursor: pointer;
    float: left;
    margin-left: 10px;
  }
  .path-to-ownership-hero-section {
    height: 200px;
    background-image: url("../images/path-to-ownership-hero-image-mobile.jpg");
    background-size: cover;
    background-position: right center;
    position: relative;
    z-index: 10;
  }
  .path-to-ownership-hero-headline {
    font-family: 'GothamBlack';
    font-size: 25px;
    line-height: 27px;
    color: #ec7b29;
    margin-top: 15px;
    letter-spacing: -0.02em;
  }
  .quotes-text {
    width: 330px;
    font-family: 'GothamBook';
    font-size: 12px;
    line-height: 16px;
    color: #616366;
    margin: auto;
    margin-top: 20px;
    text-align: center;
  }
  .works-for-you-no-margin {
    margin-top: 0px;
  }
  .path-to-ownership-circle-each {
    width: 50%;
    float: left;
  }
  .path-to-ownership-section {
    background-color: #ec7b29;
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 100;
    box-shadow: 0px 15px 20px -1px rgba(0, 0, 0, 0.33);
  }
  .path-to-ownership-orange {
    background-color: #ec7b29;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .path-to-ownership-circle {
    width: 142.8px;
    height: 142.8px;
    border-radius: 50%;
    margin: auto;
    margin-top: 21px;
    background-color: #00aa52;
    box-shadow: 0px 10px 10px -1px rgba(0, 0, 0, 0.15);
    font-family: 'GothamBlack';
    font-size: 119px;
    line-height: 140px;
    color: #1a9649;
    text-align: center;
    position: relative;
  }
  .path-to-ownership-circle-text {
    font-family: 'GothamBold';
    font-size: 20.3px;
    line-height: 21px;
    position: absolute;
    color: #ffffff;
    white-space: nowrap;
  }
  .path-to-ownership-circle-subtext {
    text-align: center;
    font-family: 'GothamBook';
    font-size: 12.6px;
    line-height: 15.4px;
    color: #ffffff;
    margin-top: 14px;
    margin-bottom: 10px;
  }
  .path-to-ownership-headline {
    font-family: 'GothamBlack';
    font-size: 29px;
    line-height: 44px;
    letter-spacing: -0.02em;
  }
  .path-to-ownership-text {
    font-family: 'GothamLight';
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
  .what-it-takes-section {
    height: auto;
    padding-bottom: 30px;
    background-image: url("../images/what-it-takes-bg.jpg");
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 10;
    padding-top: 26px;
  }
  .looking-for-you-section {
    height: auto;
    padding-bottom: 30px;
    background-image: url("../images/looking-for-you-bg.jpg");
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 10;
    padding-top: 30px;
  }
  .what-it-takes-headline {
    font-family: 'GothamBlack';
    font-size: 30px;
    line-height: 33px;
    color: #00aa52;
    letter-spacing: -0.04em;
    text-align: center;
  }
  .what-it-takes-text {
    font-family: 'GothamBook';
    font-size: 15px;
    line-height: 20px;
    color: #616366;
    margin-top: 20px;
    letter-spacing: -0.02em;
  }
  .what-it-takes-list {
    font-family: 'GothamMedium';
    font-size: 15px;
    line-height: 19px;
    color: #616366;
    margin-top: 20px;
    letter-spacing: -0.02em;
  }
  .what-it-takes-list ul {
    padding-left: 15px;
  }
  .what-it-takes-list li {
    margin-bottom: 12px;
  }
  .download-brochure-button-what-it-takes {
    float: none;
    margin: auto;
    margin-top: 10px;
  }
  .lets-build-future-together-button {
    float: none;
    margin: auto;
    margin-top: 15px;
    width: 275px;
  }
  .path-to-ownership-circle-spacer {
    width: 25%;
    float: left;
  }
  .white-bg-opportunity {
    margin: auto;
    float: none;
  }
  .news-page-section {
    margin-top: 8px;
    padding-bottom: 24px;
  }
  .spotlight-box {
    margin-top: 40px;
    width: 304px;
    height: 416px;
  }
  .news-page-headline {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    font-size: 16px;
    line-height: 19.2px;
  }
  .home-news-box-text {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 16px;
    font-size: 12px;
    line-height: 17.6px;
  }
  .home-news-box-date {
    left: 24px;
    bottom: 15px 0.8;
    font-size: 9.6px;
  }
  .testimonials-divider-text {
    color: #ffffff;
    font-family: 'GothamBook';
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
  }
  .testimonials-divider {
    height: auto;
  }
  .testimonials-hero-section {
    height: 200px;
    background-image: url("../images/testimonials-hero-image-mobile.jpg");
  }
  .awards-hero-section {
    height: 200px;
  }
  .real-stories-mobile {
    margin-top: 136px;
  }
  .news-story-title {
    font-size: 22px;
    line-height: 32px;
    color: #111111;
    margin-bottom: 5px;
  }
  .open-article {
    font-size: 12px;
    color: #00aa52;
    cursor: pointer;
    float: right;
  }
  .back-to-news {
    margin-top: 10px;
    font-size: 13px;
    margin-bottom: 10px;
    color: #00aa52;
    cursor: pointer;
  }
  .news-article {
    font-size: 15px;
    line-height: 22px;
    color: #111111;
    margin-top: 10px;
  }
  .video-martinez-page {
    margin-top: 20px;
    width: 90%;
  }
  .main-awards-page-section {
    height: auto;
    padding-bottom: 80px;
    position: relative;
    z-index: 9;
  }
  .grey-divider {
    width: 16px;
    height: 100%;
    position: absolute;
    left: 60%;
    top: 0px;
    background-color: #f5f5f5;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    z-index: 1;
  }
  .year-box {
    width: 140px;
    height: 100px;
    border-radius: 30px;
    border: 6px solid #00aa52;
    position: relative;
    z-index: 10;
    margin: auto;
    margin-right: 20%;
    background-color: #ffffff;
    text-align: center;
    color: #f5841f;
    font-family: 'GothamBlack';
    font-size: 30px;
    padding-top: 22px;
    margin-top: 30px;
  }
  .top-year {
    margin-top: 50px;
  }
  .grey-award-box {
    width: 65%;
    padding: 10px;
    padding-left: 15px;
    padding-bottom: 0px;
    margin: auto;
    margin-right: 20px;
    margin-top: 30px;
    background-color: #f5f5f5;
    border-radius: 20px;
    font-family: 'GothamMedium';
    color: #3f3f3f;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    z-index: 15;
    border: 3px solid #f5f5f5;
    letter-spacing: -0.03em;
  }
  .grey-award-box-selected {
    border: 3px solid #00aa52;
  }
  .grey-award-box ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .grey-award-box li {
    margin-bottom: 8px;
  }
  .award {
    cursor: pointer;
    padding-bottom: 0px;
    border-bottom: 2px solid transparent;
    display: inline-block;
    position: relative;
  }
  .award-selected {
    border-bottom: 2px solid #f5f5f5;
  }
  .award-arrow-right {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #cceedc;
    position: absolute;
    left: -20px;
    top: -8px;
  }
  .award-box-right-entrepreneur {
    height: 40px;
    background-color: #cceedc;
    position: absolute;
    top: -20px;
    right: 20px;
    width: 110px;
    padding-top: 10px;
    padding-left: 10px;
  }
  .entrepreneur-award-flag {
    opacity: 0;
  }
  .award-box-right-fbr {
    height: 40px;
    background-color: #cceedc;
    position: absolute;
    top: -20px;
    right: 20px;
    width: 110px;
    padding-top: 15px;
    padding-left: 10px;
  }
  .award-box-right-ft {
    height: 40px;
    background-color: #cceedc;
    position: absolute;
    top: -20px;
    right: 20px;
    width: 100px;
    padding-top: 10px;
    padding-left: 10px;
  }
  .award-box-right-inc {
    height: 40px;
    background-color: #cceedc;
    position: absolute;
    top: -20px;
    right: 20px;
    width: 60px;
    padding-top: 4px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .award-box-right-tar {
    height: 40px;
    background-color: #cceedc;
    position: absolute;
    top: -20px;
    right: 20px;
    width: 110px;
    padding-top: 6px;
    padding-left: 10px;
  }
  .award-box-right-ij {
    height: 40px;
    background-color: #cceedc;
    position: absolute;
    top: -20px;
    right: 20px;
    width: 110px;
    padding-top: 0px;
    padding-left: 5px;
  }
  .award-box-right-sfbj {
    height: 40px;
    background-color: #cceedc;
    position: absolute;
    top: -20px;
    right: 20px;
    width: 110px;
    padding-top: 6px;
    padding-left: 5px;
  }
  .award-box-right-usatoday {
    height: 40px;
    background-color: #cceedc;
    position: absolute;
    top: -20px;
    right: 20px;
    width: 110px;
    padding-top: 10px;
    padding-left: 10px;
  }
  .award-box-right-text {
    height: 40px;
    top: -20px;
    right: 20px;
    width: 120px;
    padding-top: 7px;
    padding-left: 10px;
    font-size: 11px;
    line-height: 13px;
  }
  .awards-hero-section {
    height: 200px;
    background-image: url("../images/awards-hero-image-mobile.jpg");
  }
  .awards-hero-headline {
    font-family: 'GothamBlack';
    font-size: 24px;
    line-height: 26px;
    color: #00aa52;
    margin-top: 80px;
    letter-spacing: -0.02em;
  }
  .testimonials-divider {
    height: auto;
    background-color: #00aa52;
    overflow: hidden;
    border-bottom: 2px solid #00aa52;
  }
  .white-bg-awards {
    height: 204px;
    width: 85%;
    padding-top: 18px;
    padding-left: 10px;
    margin: auto;
  }
  .site-padding-none {
    padding-left: 0px;
    padding-right: 0px;
  }
  .news-hero-section {
    height: 200px;
  }
  .news-divider {
    height: auto;
    background-color: #f5841f;
    overflow: hidden;
  }
  .news-divider-text {
    color: #ffffff;
    font-family: 'GothamBook';
    font-size: 15px;
    line-height: 20px;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .news-page-news-box {
    margin: auto;
    margin-top: 50px;
    width: 304px;
    height: 460px;
    background-color: #f1f1f1;
    cursor: pointer;
    position: relative;
  }
  .news-box-source-new {
    position: absolute;
    right: 0px;
    top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #00aa52;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
  }
  .news-news-box-image {
    width: 100%;
    height: 46%;
    background-size: cover;
    background-position: center center;
  }
  .detail-news-box-date {
    position: relative;
    font-family: 'GothamLight';
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 7px;
  }
  .join-us-form-box {
    margin: auto;
    width: 360px;
    height: auto;
    background-color: #f8fafa;
    border-radius: 15px;
    border: 1px solid #00aa52;
    overflow: hidden;
    box-shadow: 0px 11px 21px -12px rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: 0px 11px 21px -12px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 11px 21px -12px rgba(0, 0, 0, 0.34);
  }
  .join-us-form-box-top {
    height: 65px;
    background-color: #e0e1e1;
    text-align: center;
    font-family: 'GothamBook';
    font-size: 13px;
    line-height: 16px;
    color: #616366;
    padding-top: 8px;
  }
  .orange {
    color: #f5841f;
  }
  .join-us-form-box-bottom {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .form-control-join-us {
    border-radius: 10px;
    border: 1px solid #e2e4e7;
    box-shadow: none;
    margin-bottom: 15px;
    font-family: 'GothamBook';
    height: 36px;
    font-size: 16px;
    color: #000000;
    background-color: #ffffff;
    width: 100%;
  }
  .label-join-us {
    font-family: 'GothamBook';
    font-size: 13px;
    color: #616366;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    line-height: 18px;
    padding-left: 5px;
  }
  .form-right {
    margin-left: 0px;
  }
  .option-circle {
    width: 30.1px;
    height: 30.1px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    float: left;
    margin-top: 10px;
    cursor: pointer;
    position: relative;
  }
  .option-circle-text {
    float: left;
    font-family: 'GothamBook';
    font-size: 11.2px;
    color: #616366;
    margin-left: 6.4px;
    margin-top: 18.4px;
    margin-right: 20px;
  }
  .option-circle-content {
    width: 20.3px;
    height: 20.3px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  }
  .option-circle-selected {
    background-color: #00aa52;
  }
  .form-control-join-us-textarea {
    width: 100%;
    height: 110px!important;
  }
  .option-circles {
    margin-bottom: 25px;
  }
  .join-us-form-disclaimer {
    font-family: 'GothamBook';
    font-size: 10px;
    line-height: 12px;
    text-align: justify;
    margin-top: 10px;
  }
  .estrella-store {
    width: 290px;
    margin: auto;
    margin-top: 20px;
  }
  .read-faq {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #ffffff;
    font-family: 'GothamBlack';
    background-color: #00aa52;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
  }
  .form-select-join-us select {
    width: 100%;
    margin: 0px 0;
    color: #000000;
    height: 36px;
    font-family: 'GothamBook';
    margin-bottom: 15px;
    background: #fff url('https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-128.png') no-repeat;
    background-color: #ffffff;
    background-size: 20px;
    background-position: right 0px center;
    padding-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 15px;
    border-radius: 10px;
    border: 1px solid #e2e4e7;
  }
  .form-select-join-us {
    width: 100%;
  }
  .form-select-join-us select:focus {
    box-shadow: none;
    outline: 0 none;
  }
  .faq-site-padding {
    width: 100%;
    padding-left: 5px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .faq-hero-section {
    height: 200px;
  }
  .answer {
    padding-left: 37.03466667px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    padding-right: 10px;
  }
  .arrow-width {
    width: 39.68px;
  }
  .question {
    font-family: 'GothamBlack';
    font-size: 15.21066667px;
    margin-bottom: 6.61333333px;
    margin-top: 3.30666667px;
    margin-left: 3.30666667px;
  }
  .faq-start-journey-button {
    width: 300px;
    height: 36.8px;
    border-radius: 24px;
    margin-top: 28px;
    font-size: 14.4px;
    padding-top: 8.8px;
  }
  .gray-footer-disclaimer {
    font-size: 11px;
    text-align: justify;
  }
  .green-bg-confidence {
    width: 375px;
    margin: auto;
    float: none;
  }
  .input-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 4px;
  }
  .custom-placeholder {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #444444;
    font-size: 13px;
    line-height: 10px;
    font-family: 'GothamBook';
  }
  .custom-placeholder .highlight {
    color: red;
    /* Color for the specific character */
  }
  input:focus + .custom-placeholder,
  input:not(:placeholder-shown) + .custom-placeholder {
    display: none;
    /* Hide when typing or focused */
  }
  .form-control::-moz-placeholder {
    color: #444444;
    opacity: 1;
    font-size: 13px;
  }
  .form-control:-ms-input-placeholder {
    color: #444444;
    font-size: 13px;
  }
  .form-control::-webkit-input-placeholder {
    color: #444444;
    font-size: 13px;
  }
  .get-started-tab {
    position: fixed;
    right: 0px;
    top: 40%;
    background-color: #00954c;
    z-index: 10000;
    width: 36.8px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }
  .tab-text {
    font-size: 14.4px;
  }
  .form-box-close {
    width: 16px;
    height: 16px;
    right: 4px;
    top: 4px;
  }
  .svg-size {
    width: 15.2px;
    height: 15.2px;
    position: relative;
    top: 0px;
  }
  .brochure-form-box {
    width: 335px;
    height: 595px;
    border: 1.6px solid #00954c;
    border-radius: 16px;
  }
  .form-box-green-brochure {
    height: 32px;
    font-size: 17.6px;
    padding-top: 4px;
  }
  .form-box-close-brochure {
    width: 16px;
    height: 16px;
    right: 4px;
    top: 4px;
  }
  .svg-size-brochure {
    width: 15.2px;
    height: 15.2px;
    position: relative;
    top: 0px;
  }
  .submit-button-brochure {
    width: 166.4px;
    height: 32px;
    border-radius: 24px;
    margin-top: 12px;
    font-size: 14.4px;
    padding-top: 6.4px;
  }
  .modal-overlay {
    padding: 19.84px;
    padding-top: 29.76px;
    font-size: 13.22666667px;
  }
  .close-x {
    right: 4.62933333px;
    width: 9.25866667px;
    height: 9.25866667px;
  }
}
