/*
---------------------------------------
BASIC STUFF AND TYPOGRAPHY
------------------------------------ */
html {
  overflow-y: scroll;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

.touch body {
  -webkit-text-size-adjust: none;
}

:focus {
  -moz-outline-style: none;
  outline: none;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  font-family: "TT Norms W01 Regular", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

p a {
  text-decoration: underline;
}

strong, b {
  font-family: "TT Norms W01 Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

div.clear {
  clear: both;
}

h1 {
  font: normal normal 36px/44px "TT Norms W01 Bold", Helvetica, Arial, sans-serif;
  margin: 20px 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
    line-height: 30px;
  }
}

h2 {
  font: normal normal 28px/33px "TT Norms W01 Bold", Helvetica, Arial, sans-serif;
  margin: 16px 0 6px 0;
  color: #39B54A;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

h3 {
  font: normal normal 28px/33px "TT Norms W01 Bold", Helvetica, Arial, sans-serif;
  margin: 16px 0 6px 0;
  color: #00AEEF;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

h4 {
  font: normal normal 20px/33px "TT Norms W01 Regular", Helvetica, Arial, sans-serif;
  margin: 10px 0 5px 0;
}

/* ------------------------------------
HEADER
------------------------------------ */
header.main {
  background: white;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
header.main .header_inner {
  max-width: 1300px;
  height: 100px;
  margin: 0 auto;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  header.main .header_inner {
    height: 80px;
    padding: 0 20px;
  }
}
header.main .header_inner .logo {
  display: block;
}
header.main .header_inner .logo img {
  width: 180px;
}
@media screen and (max-width: 767px) {
  header.main .header_inner .logo img {
    width: 140px;
  }
}
header.main .header_inner nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  header.main .header_inner nav {
    display: none;
  }
}
header.main .header_inner nav ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
header.main .header_inner nav ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
header.main .header_inner nav ul.menu li a {
  font: normal normal 16px/normal "TT Norms W01 Regular", Helvetica, Arial, sans-serif;
  text-decoration: none;
  display: block;
  padding: 8px 16px;
  overflow: hidden;
  text-align: center;
}
header.main .header_inner nav ul.menu li.current_page_item > a, header.main .header_inner nav ul.menu li.current_page_parent > a {
  color: #39B54A;
  font-family: "TT Norms W01 Bold", Helvetica, Arial, sans-serif;
}
header.main .header_inner nav ul.menu ul.sub-menu {
  display: none;
}

/* ------------------------------------
GENERAL LAYOUT
------------------------------------ */
.page_header {
  color: #39B54A;
}
.page_header .page_header_inner {
  text-align: center;
  padding: 50px 30px 0 30px;
}
@media screen and (max-width: 767px) {
  .page_header .page_header_inner {
    padding: 20px 20px 0 20px;
  }
}
.page_header.has_image {
  min-height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .page_header.has_image {
    height: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .page_header.has_image {
    height: auto;
  }
}
.page_header.has_image:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.3;
  pointer-events: none;
}
.page_header.has_image .page_header_inner {
  position: relative;
  z-index: 1;
  padding: 50px 30px;
}
@media screen and (max-width: 767px) {
  .page_header.has_image .page_header_inner {
    padding: 20px;
  }
}

.wrapper {
  margin: 0 auto;
}

.maxwidth {
  max-width: 1000px;
  margin: 0 auto;
}

.modules section {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .modules section {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .modules section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.modules section.module_text_only iframe {
  border: 1px solid #cfcfcf !important;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_only iframe {
    max-height: 300px;
  }
}
.modules section.module_text_only.grey {
  background: #F4F4F5;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_only.grey {
    margin-top: 20px;
  }
}
.modules section.module_two_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .modules section.module_two_columns {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.modules section.module_two_columns .col {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .modules section.module_two_columns .col {
    width: auto;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.modules section.module_cta {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modules section.module_cta {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
  }
}
.modules section.module_cta .module_cta_inner {
  max-width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .modules section.module_cta .module_cta_inner {
    max-width: none;
  }
}
.modules section.module_text_and_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image {
    display: block;
    padding: 0;
  }
}
.modules section.module_text_and_image .module_text_and_image_image {
  width: 46%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image .module_text_and_image_image {
    width: auto;
    margin-left: 0;
    min-height: 150px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.modules section.module_text_and_image .module_text_and_image_text {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image .module_text_and_image_text {
    width: auto;
    text-align: center;
    padding: 20px;
  }
}
.modules section.module_text_and_image.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.modules section.module_downloads .faqs h3 {
  color: #CFCFDD;
  font-weight: bold;
  margin: 26px 0 12px 0;
}
@media screen and (max-width: 767px) {
  .modules section.module_downloads .faqs h3 {
    margin: 15px 0 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .modules section.module_downloads .faqs .content1000 {
    padding: 0 30px;
  }
}
.modules section.module_downloads .faqs .faq a.faq_question {
  display: block;
  border-top: 1px solid #DEDEDE;
  padding: 12px 0;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  padding-right: 40px;
  font-family: "TT Norms W01 Bold", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
}
.modules section.module_downloads .faqs .faq a.faq_question:after {
  display: block;
  content: "+";
  position: absolute;
  top: 6px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .modules section.module_downloads .faqs .faq a.faq_question {
    padding: 6px 16px 6px 0;
    font-size: 14px;
    line-height: 24px;
  }
}
.modules section.module_downloads .faqs .faq .faq_answer {
  padding: 0 0 20px 0;
  display: none;
}
.modules section.module_downloads .faqs .faq .faq_answer a.file_download {
  display: block;
  padding: 8px 0;
}
.modules section.module_downloads .faqs .faq_hidden {
  display: none;
}

/* ------------------------------------
BLOG
------------------------------------ */
.post_tiles_wrapper {
  background: #f3f3f4;
}

.post_tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 30px;
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .post_tiles {
    display: block;
    padding: 20px;
  }
}
.post_tiles a.post_tile {
  display: block;
  width: 32%;
  background: white;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .post_tiles a.post_tile {
    width: auto;
  }
}
.post_tiles a.post_tile img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_tiles a.post_tile .post_tile_text {
  padding: 20px;
}
.post_tiles a.post_tile .post_tile_text h2 {
  margin: 0;
}

#pagination {
  text-align: center;
  padding: 0 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

.post_content {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 30px;
}
@media screen and (max-width: 767px) {
  .post_content {
    padding: 120px 20px 20px 20px;
  }
}
.post_content img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .post_content img {
    height: 200px;
  }
}
.post_content iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 900px) {
  .post_content iframe {
    height: 50vw;
  }
}

/* ------------------------------------
PACKAGES
------------------------------------ */
.packages_wrapper {
  background: #f3f3f4;
}

.packages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 30px;
  gap: 2%;
}
@media screen and (max-width: 1023px) {
  .packages {
    display: block;
    padding: 20px;
  }
}
.packages .package {
  display: block;
  width: 49%;
  background: white;
  margin: 0 0 20px 0;
  line-height: 0;
}
@media screen and (max-width: 1023px) {
  .packages .package {
    width: auto;
  }
}
.packages .package img.package_image {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .packages .package img.package_image {
    height: 150px;
  }
}
.packages .package .package_title {
  background: #39B54A;
  color: white;
  padding: 20px;
}
.packages .package .package_title h2 {
  margin: 0;
  color: white;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .packages .package .package_title h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.packages .package .package_text {
  padding: 20px;
  line-height: normal;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .packages .package .package_text {
    font-size: 15px;
  }
}
.packages .package .package_text h2 {
  margin: 0;
}
.packages .package .package_text .package_text_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.packages .package .package_text .package_text_row span.stats {
  font-family: "TT Norms W01 Bold", Helvetica, Arial, sans-serif;
}
.packages .package .package_text .package_text_row span.pdf {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  font-family: "TT Norms W01 Bold", Helvetica, Arial, sans-serif;
}
.packages .package .package_text .package_text_row span.price {
  font-size: 14px;
  white-space: nowrap;
}
.packages .package .package_text .package_text_row span strong {
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .packages .package .package_text .package_text_row span strong {
    font-size: 28px;
  }
}
.packages .package .package_text .package_text_row.last {
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .packages .package .package_text .package_text_row.last {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.packages .package .package_text .package_text_row a.button {
  white-space: nowrap;
  padding: 12px 18px;
}
.packages .package .package_text .package_text_row img.builder_logo {
  width: 140px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
}
@media screen and (max-width: 767px) {
  .packages .package .package_text .package_text_row img.builder_logo {
    width: 100px;
    height: 40px;
  }
}

/* ------------------------------------
FOOTER
------------------------------------ */
footer {
  background: #333333;
  color: white;
  text-align: center;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 20px 0;
  }
}
footer p.logo img {
  width: 180px;
}
@media screen and (max-width: 767px) {
  footer p.logo img {
    width: 120px;
  }
}
footer ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  footer ul.menu {
    display: none;
  }
}
footer ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
footer ul.menu li a {
  font: normal normal 16px/normal "TT Norms W01 Regular", Helvetica, Arial, sans-serif;
  text-decoration: none;
  display: block;
  padding: 8px 16px;
  overflow: hidden;
  text-align: center;
  color: white;
}
footer ul.menu li.current_page_item > a, footer ul.menu li.current_page_parent > a {
  color: white;
  font-family: "TT Norms W01 Regular", Helvetica, Arial, sans-serif;
}
footer p.fineprint {
  font-size: 14px;
}

/* ------------------------------------
FORMS
------------------------------------ */
input[type=text], input[type=email], input[type=number], select, textarea {
  font: 16px "TT Norms W01 Regular", Helvetica, Arial, sans-serif;
  padding: 12px;
  border-radius: 0;
  border: 1px solid black;
  width: 100%;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=submit], button, a.button {
  font-family: "TT Norms W01 Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  padding: 20px 30px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 2px solid #00AEEF;
  outline: 0;
  color: #00AEEF;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  input[type=submit], button, a.button {
    font-size: 15px;
    line-height: 15px;
    padding: 12px 18px;
  }
}
input[type=submit]:hover, button:hover, a.button:hover {
  background: #00AEEF;
  color: white;
}
input[type=submit].white, button.white, a.button.white {
  color: white;
  border-color: white;
}
input[type=submit].white:hover, button.white:hover, a.button.white:hover {
  background: white;
  color: black;
}

a.button {
  display: inline-block;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.gform_ajax_spinner {
  vertical-align: middle;
  margin: 0 8px;
}

.gform_wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.gform_wrapper ul, .gform_wrapper li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gform_wrapper .gform_required_legend {
  display: none !important;
}
.gform_wrapper ul.gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gform_wrapper ul.gform_fields li.gfield {
  width: 100%;
}
.gform_wrapper ul.gform_fields li.gfield .ginput_container {
  padding: 10px;
}
.gform_wrapper ul.gform_fields li.gfield.half {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .gform_wrapper ul.gform_fields li.gfield.half {
    width: 100%;
  }
}
.gform_wrapper.gravity-theme .gfield_label {
  font-weight: normal !important;
  margin-bottom: 0 !important;
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper .validation_error {
  display: none;
}
.gform_wrapper .validation_message {
  color: red;
  font-size: 13px;
  text-align: center;
}

/* ------------------------------------
EVERYTHING ELSE, MISCELLANEOUS STUFF
------------------------------------ */
.alignright {
  clear: right;
  float: right;
  margin: 0px 0px 20px 20px;
}

.alignleft {
  clear: left;
  float: left;
  margin: 0px 20px 20px 0px;
}

.wp-caption-text {
  font-style: italic;
  font-size: 11px;
  line-height: 16px;
  margin-top: 3px;
}

.oldie [data-aos] {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.wp-caption {
  width: auto !important;
}

button.mfp-close, button.mfp-close:hover {
  background: transparent !important;
}

a {
  -webkit-tap-highlight-color: #9ce2ff;
}

::-moz-selection {
  background: #9ce2ff !important;
}

::selection {
  background: #9ce2ff !important;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

/* ------------------------------------
MEDIA QUERIES
------------------------------------ */