@charset "UTF-8";
/*!
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
 Text Domain: atel-child
*/
@font-face {
  font-family: CooperHewitt;
  src: url(assets/CooperHewitt-WebFonts-public/CooperHewitt-Medium.woff);
  font-weight: normal;
}
@font-face {
  font-family: CooperHewitt;
  src: url(assets/CooperHewitt-WebFonts-public/CooperHewitt-Bold.woff);
  font-weight: 900;
}
@font-face {
  font-family: IndigoBlue;
  src: url(assets/IndigoBlueFiles/IndigoBlue.otf);
  font-weight: normal;
}
/* simple transition mixin useful for applying transitions to multiple CSS properties
  @include multitrans(opacity 2s ease-out, color .2s ease-in-out);*/
/* transition for SINGLE value only, includes defaults
  @include transition(opacity,2s,ease-out); */
body.blog #main article .inside-article,
.box-shadow-standard {
  -webkit-box-shadow: 4px 4px 8px 5px rgba(204, 204, 204, 0.6);
  -moz-box-shadow: 4px 4px 8px 5px rgba(204, 204, 204, 0.6);
  box-shadow: 4px 4px 8px 5px rgba(204, 204, 204, 0.6);
}

/* ************************  */
/* Contact Form 7 */
/* ************************  */
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=url],
.wpcf7-form input[type=password],
.wpcf7-form input[type=search],
.wpcf7-form input[type=number],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=range],
.wpcf7-form input[type=date],
.wpcf7-form input[type=month],
.wpcf7-form input[type=week],
.wpcf7-form input[type=time],
.wpcf7-form input[type=datetime],
.wpcf7-form input[type=datetime-local],
.wpcf7-form input[type=color],
.wpcf7-form select,
.wpcf7-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.wpcf7-form textarea {
  color: #333132;
  border: 1px solid #333132;
  border-radius: 3px;
  padding: 15px;
  border-radius: 0;
  width: 100%;
}
.wpcf7-form input[type=text]::placeholder,
.wpcf7-form input[type=email]::placeholder,
.wpcf7-form input[type=url]::placeholder,
.wpcf7-form input[type=password]::placeholder,
.wpcf7-form input[type=search]::placeholder,
.wpcf7-form input[type=number]::placeholder,
.wpcf7-form input[type=tel]::placeholder,
.wpcf7-form input[type=range]::placeholder,
.wpcf7-form input[type=date]::placeholder,
.wpcf7-form input[type=month]::placeholder,
.wpcf7-form input[type=week]::placeholder,
.wpcf7-form input[type=time]::placeholder,
.wpcf7-form input[type=datetime]::placeholder,
.wpcf7-form input[type=datetime-local]::placeholder,
.wpcf7-form input[type=color]::placeholder,
.wpcf7-form select::placeholder,
.wpcf7-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.wpcf7-form textarea::placeholder {
  color: rgba(51, 49, 50, 0.7);
}
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=url]:focus,
.wpcf7-form input[type=password]:focus,
.wpcf7-form input[type=search]:focus,
.wpcf7-form input[type=number]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form input[type=range]:focus,
.wpcf7-form input[type=date]:focus,
.wpcf7-form input[type=month]:focus,
.wpcf7-form input[type=week]:focus,
.wpcf7-form input[type=time]:focus,
.wpcf7-form input[type=datetime]:focus,
.wpcf7-form input[type=datetime-local]:focus,
.wpcf7-form input[type=color]:focus,
.wpcf7-form select:focus,
.wpcf7-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.wpcf7-form textarea:focus {
  color: #145f1f;
}
.wpcf7-form input[type=text]:focus::placeholder,
.wpcf7-form input[type=email]:focus::placeholder,
.wpcf7-form input[type=url]:focus::placeholder,
.wpcf7-form input[type=password]:focus::placeholder,
.wpcf7-form input[type=search]:focus::placeholder,
.wpcf7-form input[type=number]:focus::placeholder,
.wpcf7-form input[type=tel]:focus::placeholder,
.wpcf7-form input[type=range]:focus::placeholder,
.wpcf7-form input[type=date]:focus::placeholder,
.wpcf7-form input[type=month]:focus::placeholder,
.wpcf7-form input[type=week]:focus::placeholder,
.wpcf7-form input[type=time]:focus::placeholder,
.wpcf7-form input[type=datetime]:focus::placeholder,
.wpcf7-form input[type=datetime-local]:focus::placeholder,
.wpcf7-form input[type=color]:focus::placeholder,
.wpcf7-form select:focus::placeholder,
.wpcf7-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus::placeholder,
.wpcf7-form textarea:focus::placeholder {
  color: rgba(51, 49, 50, 0.3);
}
.wpcf7-form select {
  border: 1px solid #333132;
}
.wpcf7-form textarea {
  width: 100%;
}

.wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
  background: #009c65;
  border: none;
  color: white;
  font-weight: bold;
  border: none;
}

.wpcf7-not-valid {
  background: rgba(20, 95, 31, 0.05);
}

span.wpcf7-not-valid-tip {
  color: white;
  background: #145f1f;
  padding: 5px 5px;
  font-weight: normal;
}

.wpcf7-form {
  width: 100%;
  padding: 0;
}
.wpcf7-form .ajax-loader {
  background: #dae264;
  opacity: 1;
}
.wpcf7-form .ajax-loader:before {
  background-color: #145f1f;
}
.wpcf7-form p {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.wpcf7-form.sent p, .wpcf7-form.sent h2 {
  opacity: 0.5;
}
.wpcf7-form label {
  position: relative;
  display: block;
  z-index: 0;
  margin: 0 0 2em 0;
  font-weight: bold;
}
.wpcf7-form label strong {
  position: absolute;
  display: block;
  top: 45px;
  left: 25px;
  z-index: 99;
  transform: scale(1);
  transform-origin: 0% 0%;
  -webkit-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out 0.1s;
  -moz-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out 0.1s;
  -ms-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out 0.1s;
  -o-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out 0.1s;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out 0.1s;
}
.wpcf7-form label.has-value strong {
  opacity: 0;
  transform: scale(0.8);
}
.wpcf7-form .help-text {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out 0.2s, transform 0.6s ease-in-out 0.2s;
  -moz-transition: opacity 0.6s ease-in-out 0.2s, transform 0.6s ease-in-out 0.2s;
  -ms-transition: opacity 0.6s ease-in-out 0.2s, transform 0.6s ease-in-out 0.2s;
  -o-transition: opacity 0.6s ease-in-out 0.2s, transform 0.6s ease-in-out 0.2s;
  transition: opacity 0.6s ease-in-out 0.2s, transform 0.6s ease-in-out 0.2s;
}
.wpcf7-form div.wpcf7cf-hidden .help-text {
  opacity: 0;
}
.wpcf7-form .wpcf7-form-control-wrap.my-optin {
  font-weight: bold;
  color: #009c65;
}
.wpcf7-form .wpcf7-form-control-wrap.my-optin .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-form .wpcf7-form-control-wrap.my-optin input {
  width: 20px;
  height: 20px;
}

p.note {
  padding: 15px 0;
  opacity: 0.8;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

/* ************************  */
/* Email Signup Band Form */
/* ************************  */
.email-signup-band .wpcf7-form {
  padding: 0;
}
.email-signup-band .wpcf7-form .email-signup.inline-form {
  position: relative;
}
.email-signup-band .wpcf7-form .email-signup.inline-form .ajax-loader {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translate(-50%, -50%);
  background: #a1ce57;
  opacity: 1;
}
.email-signup-band .wpcf7-form .email-signup.inline-form .ajax-loader:before {
  background-color: #145f1f;
}
.email-signup-band .wpcf7-form .email-signup.inline-form input, .email-signup-band .wpcf7-form .email-signup.inline-form input[type=text] {
  border: 5px solid #145f1f !important;
}
.email-signup-band .wpcf7-form .email-signup.inline-form p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .email-signup-band .wpcf7-form .email-signup.inline-form p {
    display: flex;
  }
}
.email-signup-band .wpcf7-form .email-signup.inline-form input.wpcf7-submit {
  width: 100% !important;
}
@media (min-width: 768px) {
  .email-signup-band .wpcf7-form .email-signup.inline-form input.wpcf7-submit {
    width: 34% !important;
    display: flex;
  }
}
.email-signup-band .wpcf7-form .email-signup.inline-form label {
  width: 100%;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .email-signup-band .wpcf7-form .email-signup.inline-form label {
    display: flex;
    width: 33% !important;
  }
}
.email-signup-band .wpcf7-form .email-signup.inline-form label strong {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.email-signup-band .wpcf7-form .email-signup.inline-form label.has-value strong {
  transform: translateY(-50%) scale(0.8);
}

/* ************************  */
/* Basic Element Overrides - most styling come from the theme editing tools in wp admin, and the original imported Catalyst theme */
/* ************************  */
/* LAYOUT ELEMENTS */
/* ************************  */
/* Basic Element Overrides - most styling come from the theme editing tools in wp admin, and the original imported Catalyst theme */
/* ************************  */
div.entry-content > div.gb-container:not(.full-width) {
  padding-top: 40px;
  padding-bottom: 40px;
}
div.entry-content > div.gb-container:not(.full-width) > .gb-inside-container, div.entry-content > div.gb-container:not(.full-width) > .gb-container {
  position: relative;
  z-index: 1;
}
div.entry-content > div.gb-container:not(.full-width) > .gb-inside-container > .gb-grid-wrapper, div.entry-content > div.gb-container:not(.full-width) > .gb-container > .gb-grid-wrapper {
  gap: 30px 0px;
  padding-bottom: 40px;
}
div.entry-content > div.gb-container:not(.full-width) > .gb-inside-container > .gb-grid-wrapper:last-child, div.entry-content > div.gb-container:not(.full-width) > .gb-container > .gb-grid-wrapper:last-child {
  padding-bottom: 0;
}
/* Paragraphs */
p {
  margin-bottom: 0.75em;
}

/* IMAGES */
.gb-grid-wrapper .wp-block-image {
  margin-bottom: 1em !important;
}

/* HEADINGS - mostly in customizer */
/* LINKS */
a {
  text-decoration: none;
  -webkit-transition: color 0.4s ease-in-out, opacity 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out, opacity 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  -ms-transition: color 0.4s ease-in-out, opacity 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out, opacity 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, opacity 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out;
}
a:hover {
  text-decoration: none;
}

/* BUTTONS */
.entry-content button:not(.menu-toggle):not(.gb-tabs__button):not(.gb-accordion__toggle),
.entry-content html input[type=button],
.entry-content input[type=reset],
.entry-content input[type=submit],
.entry-content .button, .entry-content .button:visited,
.entry-content .wp-block-button .wp-block-button__link,
.entry-content .gb-button-wrapper .gb-button, .inside-article button:not(.menu-toggle):not(.gb-tabs__button):not(.gb-accordion__toggle),
.inside-article html input[type=button],
.inside-article input[type=reset],
.inside-article input[type=submit],
.inside-article .button, .inside-article .button:visited,
.inside-article .wp-block-button .wp-block-button__link,
.inside-article .gb-button-wrapper .gb-button {
  border-radius: 0 !important;
  background: transparent !important;
  border: 4px solid #008dcd !important;
  color: #008dcd !important;
  font-size: 10px 20px 5px 20px !important;
  font-family: CooperHewitt, sans-serif !important;
  text-transform: uppercase;
  padding: 10px 20px 5px 20px !important;
  -webkit-transition: color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  -ms-transition: color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, border-color 0.4s ease-in-out;
}
.entry-content button:not(.menu-toggle):not(.gb-tabs__button):not(.gb-accordion__toggle).special-button,
.entry-content html input[type=button].special-button,
.entry-content input[type=reset].special-button,
.entry-content input[type=submit].special-button,
.entry-content .button.special-button, .entry-content .button:visited.special-button,
.entry-content .wp-block-button .wp-block-button__link.special-button,
.entry-content .gb-button-wrapper .gb-button.special-button, .inside-article button:not(.menu-toggle):not(.gb-tabs__button):not(.gb-accordion__toggle).special-button,
.inside-article html input[type=button].special-button,
.inside-article input[type=reset].special-button,
.inside-article input[type=submit].special-button,
.inside-article .button.special-button, .inside-article .button:visited.special-button,
.inside-article .wp-block-button .wp-block-button__link.special-button,
.inside-article .gb-button-wrapper .gb-button.special-button {
  background: white !important;
}
.entry-content button:not(.menu-toggle):not(.gb-tabs__button):not(.gb-accordion__toggle):hover,
.entry-content html input[type=button]:hover,
.entry-content input[type=reset]:hover,
.entry-content input[type=submit]:hover,
.entry-content .button:hover, .entry-content .button:visited:hover,
.entry-content .wp-block-button .wp-block-button__link:hover,
.entry-content .gb-button-wrapper .gb-button:hover, .inside-article button:not(.menu-toggle):not(.gb-tabs__button):not(.gb-accordion__toggle):hover,
.inside-article html input[type=button]:hover,
.inside-article input[type=reset]:hover,
.inside-article input[type=submit]:hover,
.inside-article .button:hover, .inside-article .button:visited:hover,
.inside-article .wp-block-button .wp-block-button__link:hover,
.inside-article .gb-button-wrapper .gb-button:hover {
  border-color: #2b3e71 !important;
  color: #2b3e71 !important;
}
.entry-content .wp-block-button.special-button .wp-block-button__link, .inside-article .wp-block-button.special-button .wp-block-button__link {
  background: white !important;
}

.inside-footer-widgets button.qxCTlb,
.entry-content button.qxCTlb {
  font-size: 10px 20px 5px 20px !important;
  font-family: CooperHewitt, sans-serif !important;
  text-transform: uppercase;
  padding: 10px 20px 5px 20px !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
  color: white !important;
  line-height: 30px !important;
  background-color: transparent !important;
  border: 4px solid #008dcd !important;
  -webkit-transition: color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  -ms-transition: color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  position: relative;
}
.inside-footer-widgets button.qxCTlb:after,
.entry-content button.qxCTlb:after {
  display: block;
  z-index: 10;
  content: "";
  width: 24px;
  height: 24px;
  background: url(assets/images/video-chat-1-sized.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(15px, -50%) scale(1);
  -webkit-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.inside-footer-widgets button.qxCTlb:hover,
.entry-content button.qxCTlb:hover {
  color: white !important;
}
.inside-footer-widgets button.qxCTlb:hover:after,
.entry-content button.qxCTlb:hover:after {
  transform: translate(10px, -50%) scale(0.9);
}

div.hur54b {
  z-index: 99999;
}

.inside-article .entry-content .how-to-start-band button.qxCTlb,
.inside-footer-widgets button.qxCTlb {
  color: #fffbd9 !important;
}
.inside-article .entry-content .how-to-start-band button.qxCTlb:hover,
.inside-footer-widgets button.qxCTlb:hover {
  color: #fccd30 !important;
  border-color: #fccd30 !important;
}

/* QUOTES */
blockquote {
  color: white;
  padding: 20px;
  font-size: 1.625rem;
  line-height: 1.2em;
  text-align: center;
  border: none;
  font-style: inherit;
  margin-top: 1em;
  margin-bottom: 0;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
  position: relative;
}
@media (max-width: 1200px) {
  blockquote {
    font-size: calc(1.125rem + 0.6666666667vw);
  }
}
blockquote p {
  margin-bottom: 0.5em;
}
blockquote cite {
  display: block;
  font-size: 70%;
  font-style: italic;
}
blockquote p:first-child:before {
  position: absolute;
  content: open-quote;
  font-size: 4em;
  margin-left: -0.6em;
  margin-top: 0.25em;
  top: 0;
}
blockquote p:last-of-type:after {
  position: relative;
  content: close-quote;
  font-size: inherit;
}

/* LISTS */
ol, ul {
  margin: 0 0 1.5em 1.5em;
}

ul.big-list li {
  border-bottom: 3px dotted rgba(252, 205, 48, 0.3);
  padding-bottom: 10px;
  padding-top: 10px;
}

/* ************************  */
/* Footer Styles */
/* ************************  */
#footer-widgets {
  border-top: 40px solid #008dcd;
}
#footer-widgets .footer-widget-1 {
  order: 3;
  text-align: center;
}
#footer-widgets .footer-widget-1 img {
  max-width: 300px;
}
#footer-widgets .footer-widget-2 {
  text-align: center;
  order: 2;
}
#footer-widgets .footer-widget-3 {
  order: 1;
}
@media (min-width: 768px) {
  #footer-widgets {
    border-top: 80px solid #008dcd;
  }
  #footer-widgets .footer-widget-1 {
    order: 1;
    text-align: left;
  }
  #footer-widgets .footer-widget-2 {
    order: 2;
    text-align: left;
  }
  #footer-widgets .footer-widget-3 {
    order: 3;
  }
}

/* ************************  */
/* UTILITY CLASSES */
/* ************************  */
.outer-wrap {
  display: block;
  width: 100%;
  clear: both;
  padding: 3em 0;
  position: relative;
  z-index: 0;
}
.outer-wrap .inner-wrap {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 30px;
}

/* ************************  */
/* 2025 New Layout Classes */
/* ************************  */
.seo-h1 {
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .seo-h1 {
    font-size: calc(1.025rem + 0.1333333333vw);
  }
}

div.entry-content > div.gb-container.service-intro .gb-inside-container .gb-grid-wrapper .gb-grid-column:first-child .gb-container .gb-inside-container {
  padding: 40px;
}
@media (min-width: 576px) {
  div.entry-content > div.gb-container.service-intro .gb-inside-container .gb-grid-wrapper .gb-grid-column:first-child .gb-container .gb-inside-container {
    padding: 80px;
  }
}
@media (min-width: 768px) {
  div.entry-content > div.gb-container.service-intro .gb-inside-container .gb-grid-wrapper .gb-grid-column:first-child .gb-container .gb-inside-container {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  div.entry-content > div.gb-container.service-intro .gb-inside-container .gb-grid-wrapper .gb-grid-column:first-child .gb-container .gb-inside-container {
    padding: 120px;
  }
}

div.entry-content > div.gb-container.service-intro + .gb-container,
div.entry-content > div.gb-container.timeline-band {
  position: relative;
  z-index: 1;
}
div.entry-content > div.gb-container.service-intro + .gb-container:before,
div.entry-content > div.gb-container.timeline-band:before {
  content: "";
  background-image: url(assets/images/dan-cristian-padure-hguxpsaUpBk-unsplash-e1638483871168.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: inherit;
  pointer-events: none;
  opacity: 0.1;
}

div.entry-content > div.gb-container.services-landing-header {
  position: relative;
  z-index: 1;
}
div.entry-content > div.gb-container.services-landing-header:before {
  content: "";
  background-image: url(assets/images/pawel-czerwinski-oykbZuvajO0-unsplash-scaled-e1638566591834.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: inherit;
  pointer-events: none;
  opacity: 0.3;
}

div.entry-content > div.gb-container.service-submenu-band {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
  background-color: #008dcd;
}
div.entry-content > div.gb-container.service-submenu-band:before {
  content: "";
  background-image: url(assets/images/pawel-czerwinski-oykbZuvajO0-unsplash-scaled-e1638566591834.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: inherit;
  pointer-events: none;
  opacity: 0.15;
}
div.entry-content > div.gb-container.service-submenu-band nav.wp-block-navigation {
  font-family: CooperHewitt, sans-serif;
  text-transform: uppercase;
  color: white;
}
div.entry-content > div.gb-container.service-submenu-band nav.wp-block-navigation ul.wp-block-navigation__container {
  justify-content: space-around;
}
div.entry-content > div.gb-container.service-submenu-band nav.wp-block-navigation li {
  width: 40%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  div.entry-content > div.gb-container.service-submenu-band nav.wp-block-navigation li {
    width: auto;
    margin-bottom: 0;
  }
}

.atel-list {
  list-style: none;
  text-align: center;
  margin-bottom: 3em;
  margin-left: 0;
}
.atel-list li {
  border-bottom: 1px dotted #008dcd;
  padding: 10px 0;
}
.service-intro .atel-list {
  text-align: left;
}

.pricing-band .pricing-box {
  padding: 3em;
  background-color: rgba(252, 205, 48, 0.1);
  transform: translate(0, 30px);
  -webkit-transition: transform 0.6s ease-in-out, background-color 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out, background-color 0.6s ease-in-out;
  -ms-transition: transform 0.6s ease-in-out, background-color 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out, background-color 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, background-color 0.6s ease-in-out;
}
.pricing-band .pricing-box h2 {
  font-size: 1.375rem;
  color: black;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .pricing-band .pricing-box h2 {
    font-size: calc(1.075rem + 0.4vw);
  }
}
.pricing-band .pricing-box .wp-block-buttons + h2 {
  margin-top: 3em;
}
.pricing-band .pricing-box h6 {
  color: black;
  font-weight: bold;
}
.pricing-band .pricing-box ul {
  list-style-type: none;
  margin: 1.5em 0;
  font-weight: bold;
}
.pricing-band .pricing-box ul li {
  border-bottom: 1px dotted #2b3e71;
}
.pricing-band .pricing-box ul li::before {
  content: "☑";
  color: #26b050;
  font-size: 1.875rem;
  font-weight: bold;
  display: inline-block;
  width: 1.25em;
  margin-left: -1.25em;
}
@media (max-width: 1200px) {
  .pricing-band .pricing-box ul li::before {
    font-size: calc(1.175rem + 0.9333333333vw);
  }
}
@media (min-width: 992px) {
  .pricing-band .pricing-grid .gb-grid-column {
    width: 65%;
  }
  .pricing-band .pricing-box {
    padding: 3em 5em;
  }
}
.pricing-band.inview .pricing-box {
  transform: translate(0, 0);
  background-color: rgba(252, 205, 48, 0.7);
}

div.entry-content > div.gb-container.before-after-band ul.before-text li,
div.entry-content > div.gb-container.before-after-band ul.after-text li {
  list-style: none;
}
div.entry-content > div.gb-container.before-after-band ul.before-text li::before,
div.entry-content > div.gb-container.before-after-band ul.after-text li::before {
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  width: 1.25em;
  margin-left: -1.25em;
}
@media (max-width: 1200px) {
  div.entry-content > div.gb-container.before-after-band ul.before-text li::before,
  div.entry-content > div.gb-container.before-after-band ul.after-text li::before {
    font-size: calc(1.1rem + 0.5333333333vw);
  }
}
div.entry-content > div.gb-container.before-after-band ul.before-text li {
  text-decoration-line: line-through;
  text-decoration-color: rgba(128, 0, 0, 0.5);
}
div.entry-content > div.gb-container.before-after-band ul.before-text li::before {
  content: "☒";
  color: maroon;
}
div.entry-content > div.gb-container.before-after-band ul.after-text li::before {
  content: "☑";
  color: #26b050;
}

div.entry-content > div.gb-container.success-band {
  background-color: rgba(0, 141, 205, 0.15);
}
div.entry-content > div.gb-container.success-band h5 strong {
  color: black;
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  div.entry-content > div.gb-container.success-band h5 strong {
    font-size: calc(1.15rem + 0.8vw);
  }
}

div.entry-content > div.gb-container.how-to-start-band {
  background-color: #2b3e71;
  text-align: center;
}
div.entry-content > div.gb-container.how-to-start-band a {
  color: #9adfff;
}
div.entry-content > div.gb-container.how-to-start-band a:hover {
  color: #fccd30;
}
div.entry-content > div.gb-container.how-to-start-band h2 {
  color: #fccd30;
}
div.entry-content > div.gb-container.how-to-start-band h6 {
  color: white;
  color: #fccd30;
  position: relative;
  z-index: 1;
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  div.entry-content > div.gb-container.how-to-start-band h6 {
    font-size: calc(1.175rem + 0.9333333333vw);
  }
}
div.entry-content > div.gb-container.how-to-start-band h6.how-to-step {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translate(-50%, 20px);
  font-size: 11.25rem;
  color: rgba(252, 205, 48, 0.25);
}
@media (max-width: 1200px) {
  div.entry-content > div.gb-container.how-to-start-band h6.how-to-step {
    font-size: calc(3.05rem + 10.9333333333vw);
  }
}
div.entry-content > div.gb-container.how-to-start-band figure.gb-block-image {
  margin: 0 auto 40px auto;
  width: 150px;
  height: auto;
  position: relative;
  z-index: 1;
}
div.entry-content > div.gb-container.how-to-start-band p {
  color: white;
}
div.entry-content > div.gb-container.how-to-start-band .gb-grid-column .gb-container {
  position: relative;
  padding: 30px 0 0 0;
}
div.entry-content > div.gb-container.how-to-start-band .step-inner-container {
  opacity: 0.3;
  transform: translate(0, 30px);
  -webkit-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  -ms-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
div.entry-content > div.gb-container.how-to-start-band .step-inner-container.inview {
  opacity: 1;
  transform: translate(0, 0);
}
@media (min-width: 768px) {
  div.entry-content > div.gb-container.how-to-start-band .steps-grid .gb-grid-column:nth-child(1) .step-inner-container {
    transition-delay: 0.1s;
  }
  div.entry-content > div.gb-container.how-to-start-band .steps-grid .gb-grid-column:nth-child(2) .step-inner-container {
    transition-delay: 0.2s;
  }
  div.entry-content > div.gb-container.how-to-start-band .steps-grid .gb-grid-column:nth-child(3) .step-inner-container {
    transition-delay: 0.3s;
  }
  div.entry-content > div.gb-container.how-to-start-band .steps-grid .gb-grid-column:nth-child(4) .step-inner-container {
    transition-delay: 0.4s;
  }
}

div.entry-content > div.gb-container.seen-on-logos-band figure.gb-block-image {
  padding: 30px;
}
div.entry-content > div.gb-container.seen-on-logos-band a.sx-verified-seal {
  margin-top: 40px;
}

div.entry-content > div.gb-container.service-about-band,
div.entry-content > div.gb-container.home-about-band,
div.entry-content > div.gb-container.about-whoweare-band {
  margin: 0em;
  padding: 3em 0;
}
div.entry-content > div.gb-container.service-about-band a:not(.gb-button),
div.entry-content > div.gb-container.home-about-band a:not(.gb-button),
div.entry-content > div.gb-container.about-whoweare-band a:not(.gb-button) {
  color: #9adfff;
}
div.entry-content > div.gb-container.service-about-band a:not(.gb-button):hover,
div.entry-content > div.gb-container.home-about-band a:not(.gb-button):hover,
div.entry-content > div.gb-container.about-whoweare-band a:not(.gb-button):hover {
  color: #fccd30;
}

/* ************************  */
/* TABS */
/* ************************  */
.gb-container.gb-tabs {
  padding: 0;
  margin: 3em 0;
}
.gb-container.gb-tabs .gb-tabs__buttons {
  background-color: transparent;
  padding: 0;
}
.gb-container.gb-tabs .gb-tabs__buttons button {
  text-align: left !important;
  margin-bottom: 5px;
  padding: 20px 20px;
  font-weight: bold;
  background-color: #2b3e71 !important;
}
.gb-container.gb-tabs .gb-tabs__buttons button:last-child {
  margin-bottom: 0;
}
.gb-container.gb-tabs .gb-tabs__buttons button.gb-block-is-current, .gb-container.gb-tabs .gb-tabs__buttons button:focus, .gb-container.gb-tabs .gb-tabs__buttons button:hover {
  background-color: rgba(252, 205, 48, 0.7) !important;
  color: black !important;
}
@media (min-width: 992px) {
  .gb-container.gb-tabs .gb-tabs__buttons {
    width: 40%;
  }
}
.gb-container.gb-tabs .gb-tabs__items {
  padding: 0;
  background-color: rgba(252, 205, 48, 0.7);
  font-weight: bold;
}
@media (min-width: 992px) {
  .gb-container.gb-tabs .gb-tabs__items {
    width: 60%;
  }
}
.gb-container.gb-tabs .gb-tabs__items .gb-tabs__item {
  padding: 30px 40px;
}
.gb-container.gb-tabs .gb-tabs__items .gb-tabs__item figure.wp-block-image,
.gb-container.gb-tabs .gb-tabs__items .gb-tabs__item figure.gb-block-image {
  margin-bottom: 0.75em !important;
}

div.entry-content > div.gb-container.tabs-band {
  position: relative;
  z-index: 1;
}
div.entry-content > div.gb-container.tabs-band:before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.1;
  pointer-events: none;
  background-image: url(https://ateliertherapy.com/wp-content/uploads/2021/12/aaron-burden-G_1V58E0TyM-unsplash-cropped.jpg);
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* ************************  */
/* Accordion */
/* ************************  */
.gb-container.gb-accordion {
  padding: 0;
  margin: 3em 0;
}
.gb-container.gb-accordion .gb-accordion__item {
  padding: 0;
  margin-bottom: 1.5em;
}
.gb-container.gb-accordion .gb-accordion__toggle {
  font-weight: bold;
  background-color: #2b3e71;
  color: white;
  -webkit-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  -ms-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
.gb-container.gb-accordion .gb-accordion__toggle:hover, .gb-container.gb-accordion .gb-accordion__toggle.gb-block-is-current {
  background-color: #26b050 !important;
  color: white !important;
}

.entry-content .testimonial-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
}
.entry-content .testimonial-nav .slick-arrow {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.entry-content .testimonial-nav .slick-arrow i {
  font-size: 1.5625rem;
  color: white;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -ms-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  font-style: normal;
}
@media (max-width: 1200px) {
  .entry-content .testimonial-nav .slick-arrow i {
    font-size: calc(1.1125rem + 0.6vw);
  }
}
.entry-content .testimonial-nav .slick-arrow i:hover {
  cursor: pointer;
  color: #2b3e71;
}
.entry-content .testimonial-nav div#test-dots ul.slick-dots {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0 10px;
  padding: 0;
}
.entry-content .testimonial-nav div#test-dots ul.slick-dots button {
  font-size: 0.01em !important;
  width: 15px;
  height: 15px;
  padding: 0 !important;
  margin: 0 10px;
  -webkit-transition: border-color 0.4s ease-in-out;
  -moz-transition: border-color 0.4s ease-in-out;
  -ms-transition: border-color 0.4s ease-in-out;
  -o-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
  border-color: white !important;
}
.entry-content .testimonial-nav div#test-dots ul.slick-dots button:hover {
  border-color: #2b3e71 !important;
}
.entry-content .testimonial-nav div#test-dots ul.slick-dots li.slick-active button {
  border-color: #2b3e71 !important;
}

/* ************************  */
/* About */
/* ************************  */
div.entry-content > div.gb-container.timeline-band {
  background-color: #2b3e71;
}
div.entry-content > div.gb-container.timeline-band .wp-block-group.timeline-main-group {
  padding: 0;
  padding-top: 55px;
  position: relative;
  margin: 0 auto;
}
div.entry-content > div.gb-container.timeline-band .wp-block-group.timeline-main-group .wp-block-group__inner-container {
  padding: 0;
}
div.entry-content > div.gb-container.timeline-band .wp-block-group.timeline-main-group:after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
div.entry-content > div.gb-container.timeline-band .wp-block-group__inner-container .wp-block-group {
  margin-bottom: 90px;
  position: relative;
  z-index: 5;
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
}
div.entry-content > div.gb-container.timeline-band .wp-block-group__inner-container .wp-block-group:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #fccd30;
  border: 4px solid #2b3e71;
  border-radius: 50%;
  z-index: 1;
  top: -60px;
  right: 50%;
  transform: translate(50%, 0);
}
div.entry-content > div.gb-container.timeline-band .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 15px;
  border: 4px solid #2b3e71;
}
@media (min-width: 768px) {
  div.entry-content > div.gb-container.timeline-band {
    /* Place the container to the left */
    /* Place the container to the right */
    /* Add arrows to the left container (pointing right) */
    /* Add arrows to the right container (pointing left) */
    /* Fix the circle for containers on the left side */
    /* Fix the circle for containers on the right side */
  }
  div.entry-content > div.gb-container.timeline-band .wp-block-group.timeline-main-group {
    max-width: 900px;
    padding-top: 0px;
  }
  div.entry-content > div.gb-container.timeline-band .wp-block-group__inner-container .wp-block-group {
    width: 50%;
    margin-bottom: 30px;
  }
  div.entry-content > div.gb-container.timeline-band .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container {
    border: none;
    border-radius: 6px;
  }
  div.entry-content > div.gb-container.timeline-band .wp-block-group__inner-container .wp-block-group.group-left {
    left: 0;
  }
  div.entry-content > div.gb-container.timeline-band .wp-block-group__inner-container .wp-block-group.group-right {
    left: 50%;
  }
  div.entry-content > div.gb-container.timeline-band .wp-block-group__inner-container .wp-block-group.group-left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
  }
  div.entry-content > div.gb-container.timeline-band .wp-block-group__inner-container .wp-block-group.group-right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  div.entry-content > div.gb-container.timeline-band .wp-block-group__inner-container .wp-block-group:after {
    top: 15px;
    left: auto;
    right: auto;
    transform: none;
  }
  div.entry-content > div.gb-container.timeline-band .wp-block-group__inner-container .wp-block-group.group-left::after {
    right: -13px;
  }
  div.entry-content > div.gb-container.timeline-band .wp-block-group__inner-container .wp-block-group.group-right::after {
    left: -13px;
  }
}

/* ************************  */
/* Blog */
/* ************************  */
body.page-id-17 div.entry-content > div.gb-container.service-faq-band:nth-child(odd) {
  background-color: #eaeaea;
}

/* ************************  */
/* Blog */
/* ************************  */
.blog-intro {
  background-color: #008dcd;
  background-color: #2b3e71;
  color: white;
  padding: 9em 0;
  text-align: center;
  position: relative;
  z-index: 0;
}
.blog-intro:after {
  content: "";
  background-image: url(assets/images/logo-bug-576.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: inherit;
  opacity: 0.15;
}
.blog-intro .blog-intro-content {
  max-width: 80%;
  margin: 0 auto;
}
.blog-intro h1 {
  color: #fccd30;
}
.blog-intro h2 {
  font-family: IndigoBlue;
  font-size: 4.375rem;
}
@media (max-width: 1200px) {
  .blog-intro h2 {
    font-size: calc(1.675rem + 3.6vw);
  }
}
.blog-intro h2, .blog-intro h3, .blog-intro h5 {
  color: white;
}
.blog-intro a {
  color: #fccd30;
}
.blog-intro a:hover {
  color: #fffbd9;
}

body.blog #main {
  margin: 0 auto;
  padding: 6em 0;
}
body.blog #main article {
  padding: 1.5em 1.5em 0.5em 1.5em;
}
body.blog #main article .inside-article {
  padding: 1.5em;
  opacity: 0.2;
  -webkit-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  -ms-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
body.blog #main article .entry-summary, body.blog #main article .entry-header {
  opacity: 0.4;
  -webkit-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  -ms-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  text-align: center;
}
body.blog #main article .entry-summary {
  padding-top: 15px;
  margin-top: 0px;
}
body.blog #main article .post-image {
  border: 24px solid #008dcd;
  line-height: 0;
  margin-top: 0;
  opacity: 0.8;
  -webkit-transition: transform 0.6s ease-in-out, border-color 0.6s ease-in-out, opacity 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out, border-color 0.6s ease-in-out, opacity 0.6s ease-in-out;
  -ms-transition: transform 0.6s ease-in-out, border-color 0.6s ease-in-out, opacity 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out, border-color 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, border-color 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
article:nth-child(even) body.blog #main article .post-image {
  border-color: #26b050;
}
body.blog #main article .post-image:hover {
  border-color: #2b3e71;
}
body.blog #main article.inview {
  opacity: 1;
}
body.blog #main article.inview .post-image, body.blog #main article.inview .entry-summary, body.blog #main article.inview .entry-header, body.blog #main article.inview .inside-article {
  opacity: 1;
}
body.blog #main article .entry-header {
  display: flex;
  flex-direction: column;
}
body.blog #main article .entry-header .entry-meta {
  order: 1;
  font-weight: 900;
}
body.blog #main article .entry-header .entry-title {
  order: 2;
}

body.post-template-default .site.grid-container {
  z-index: 1;
  position: relative;
}
body.post-template-default #main {
  margin: 0 auto;
  padding: 0 0 3em 0;
}
body.post-template-default #main article {
  background: white;
  padding: 3em;
  margin-top: -3em;
}
body.post-template-default #main article .inside-article .entry-header {
  text-align: center;
  display: flex;
  flex-direction: column;
}
body.post-template-default #main article .inside-article .entry-header h1.entry-title {
  order: 2;
  font-family: IndigoBlue;
  font-size: 4.0625rem;
}
@media (max-width: 1200px) {
  body.post-template-default #main article .inside-article .entry-header h1.entry-title {
    font-size: calc(1.6125rem + 3.2666666667vw);
  }
}
body.post-template-default #main article .featured-image {
  border: 24px solid #2b3e71;
  margin: 2em -4.5em 3em -4.5em;
}
body.post-template-default #main .blog-cta-band {
  margin: 2.5em -4.5em;
  padding: 3em;
}
body.post-template-default #main .full-width {
  margin: 1.5em 0;
}
body.post-template-default #main .entry-content > h2,
body.post-template-default #main .entry-content > h3,
body.post-template-default #main .entry-content > .heading-2-paragraph,
body.post-template-default #main .entry-content > .heading-3-paragraph {
  margin-top: 1.25em;
}
body.post-template-default #main .entry-content > h4,
body.post-template-default #main .entry-content > h5,
body.post-template-default #main .entry-content > h6,
body.post-template-default #main .entry-content > .heading-4-paragraph,
body.post-template-default #main .entry-content > .heading-5-paragraph,
body.post-template-default #main .entry-content > .heading-6-paragraph {
  margin-top: 1em;
  margin-bottom: 0;
}
body.post-template-default #main .entry-content > ul {
  list-style: none;
  margin-left: 0;
}
body.post-template-default #main .entry-content > ul li {
  border-bottom: 1px dotted #008dcd;
  padding: 10px 0;
}

.gb-grid-wrapper.bullet-grid {
  margin-bottom: 1.5em !important;
  margin-top: 1.5em !important;
}
.gb-grid-wrapper.bullet-grid p {
  margin-bottom: 0 !important;
}
.gb-grid-wrapper.bullet-grid .gb-grid-column .gb-container {
  padding-left: 15px;
  padding-right: 15px;
}

.outer-wrap.post-header {
  background-size: cover;
  background-position: center center;
  padding: 10em 0 10em 0;
}
.outer-wrap.post-header .inner-wrap {
  max-width: 960px;
}
.outer-wrap.post-header:after {
  display: block;
  z-index: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  background-color: #2b3e71;
  -webkit-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.post-header-content {
  text-align: center;
}
.post-header-content h1 {
  color: white;
  padding: 0 30px;
}
.post-header-content .post-meta-custom ul {
  list-style: none;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.post-header-content .post-meta-custom ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}
@media (min-width: 768px) {
  .post-header-content .post-meta-custom ul li {
    flex-direction: row;
  }
}
.post-header-content .post-meta-custom ul li svg {
  width: 20px;
  margin-right: 10px;
}
.post-header-content .post-meta-custom ul li svg path {
  fill: white;
}

/* ************************  */
/* Header / Nav Styles */
/* ************************  */
.main-navigation li.two-column-menu > ul {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 400px;
}

.main-navigation:not(.toggled) ul li.sfHover > ul, .main-navigation:not(.toggled) ul li:hover > ul {
  left: 50%;
  transform: translateX(-50%);
}

body:not(.home) .site-header .header-image {
  width: 100px;
}

/* The progress container (grey background) */
.progress-container {
  width: 100%;
  flex-basis: 100%;
  height: 6px;
  margin-top: 15px;
  background: #fffbd9;
  opacity: 0.6;
  -webkit-transition: opacity 0.6s ease-in-out 0s;
  -moz-transition: opacity 0.6s ease-in-out 0s;
  -ms-transition: opacity 0.6s ease-in-out 0s;
  -o-transition: opacity 0.6s ease-in-out 0s;
  transition: opacity 0.6s ease-in-out 0s;
  transition-delay: 0.3s;
  display: none;
}
.progress-container:hover {
  opacity: 1;
}
#sticky-navigation .progress-container {
  display: flex;
  order: 3;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 6px;
  background: #fccd30;
  width: 0%;
}

/* ************************  */
/* HOME Styles */
/* ************************  */
body.page-id-1269 div.entry-content > div.gb-container.home-jesse {
  padding-top: 450px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  body.page-id-1269 div.entry-content > div.gb-container.home-jesse {
    padding-top: 40px;
  }
}
body.page-id-1269 div.entry-content > div.gb-container.home-jesse:before {
  z-index: 1 !important;
}
body.page-id-1269 div.entry-content > div.gb-container.home-jesse:after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0.1;
  background-image: url(assets/images/aaron-burden-G_1V58E0TyM-unsplash-cropped.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body.page-id-1269 .entry-content h1.seo-h1 {
  text-align: center;
}
@media (min-width: 768px) {
  body.page-id-1269 .entry-content h1.seo-h1 {
    text-align: left;
  }
}
body.page-id-1269 div.entry-content h2.home-headline-big {
  font-size: 3.75rem;
  text-align: center;
}
@media (max-width: 1200px) {
  body.page-id-1269 div.entry-content h2.home-headline-big {
    font-size: calc(1.55rem + 2.9333333333vw);
  }
}
@media (min-width: 768px) {
  body.page-id-1269 div.entry-content h2.home-headline-big {
    text-align: left;
    font-size: 3.75rem;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  body.page-id-1269 div.entry-content h2.home-headline-big {
    font-size: calc(1.55rem + 2.9333333333vw);
  }
}
body.page-id-1269 .home-second-intro-space-grid {
  margin-top: 1.5em;
}
body.page-id-1269 div.entry-content > div.gb-container.home-services-band {
  padding: 80px 0;
}
body.page-id-1269 div.entry-content > div.gb-container.home-services-band h5 {
  font-weight: bold;
  margin: 0 -30px 1.5em -30px;
  background-color: rgba(43, 62, 113, 0.85);
  color: #fccd30;
  padding: 30px 30px;
}
body.page-id-1269 div.entry-content > div.gb-container.home-services-band .atel-list {
  margin-bottom: 1.5em;
  color: white;
}
body.page-id-1269 div.entry-content > div.gb-container.home-services-band .atel-list li {
  border-color: white;
  font-weight: bold;
}
body.page-id-1269 div.entry-content > div.gb-container.home-services-band .wp-block-buttons {
  justify-content: center;
}
body.page-id-1269 div.entry-content > div.gb-container.home-services-band .wp-block-buttons a.wp-block-button__link {
  color: white !important;
  border-color: #008dcd !important;
}
body.page-id-1269 div.entry-content > div.gb-container.home-services-band .wp-block-buttons a.wp-block-button__link:hover {
  color: #fccd30 !important;
  border-color: #fccd30 !important;
}
body.page-id-1269 div.entry-content > div.gb-container.home-services-band .gb-grid-wrapper:not(:first-child) {
  padding-top: 60px;
}
body.page-id-1269 div.entry-content > div.gb-container.home-services-band .gb-grid-wrapper:not(:first-child) .gb-grid-column .gb-container {
  background-color: rgba(43, 62, 113, 0.85);
  padding: 0 30px 30px 30px;
  position: relative;
  z-index: 1;
}
body.page-id-1269 div.entry-content > div.gb-container.home-services-band .gb-grid-wrapper:not(:first-child) .gb-grid-column .gb-container h5, body.page-id-1269 div.entry-content > div.gb-container.home-services-band .gb-grid-wrapper:not(:first-child) .gb-grid-column .gb-container ul, body.page-id-1269 div.entry-content > div.gb-container.home-services-band .gb-grid-wrapper:not(:first-child) .gb-grid-column .gb-container .wp-block-buttons {
  position: relative;
  z-index: 5;
}
body.page-id-1269 div.entry-content > div.gb-container.home-services-band .gb-grid-wrapper:not(:first-child) .gb-grid-column .gb-container:before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0.25;
  background-image: url(assets/images/improvefocus.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
body.page-id-1269 div.entry-content > div.gb-container.home-services-band .gb-grid-wrapper:not(:first-child) .gb-grid-column .gb-container.autism-therapy:before {
  background-image: url(assets/images/pexels-erik-mclean-4365380.jpg);
}
body.page-id-1269 div.entry-content > div.gb-container.home-services-band .gb-grid-wrapper:not(:first-child) .gb-grid-column .gb-container.anxiety-therapy:before {
  background-image: url(assets/images/iStock-2014992383-1-scaled.jpg);
}
body.page-id-1269 div.entry-content > div.gb-container.home-services-band .gb-grid-wrapper:not(:first-child) .gb-grid-column .gb-container.depression-therapy:before {
  background-image: url(assets/images/iStock-842317686.jpg);
}
body.page-id-1269 div.entry-content > div.gb-container.home-services-band .gb-grid-wrapper:not(:first-child) .gb-grid-column .gb-container.guided-breathwork:before {
  background-image: url(assets/images/pexels-ivan-samkov-6648536-scaled.jpg);
}

/* ************************  */
/* Footer Styles */
/* ************************  */
/* ************************  */
/* HOMEPAGE EDITS */
/* ************************  */
/*--------------------------------------------------------------
## Instagram Feed
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Home Video Modal
--------------------------------------------------------------*//*# sourceMappingURL=style.css.map */