/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset
# Elements
# Forms
# Links
# Alignments
# Accessibility
# Clearings
# Navigation
    # Mobile Menu
    # Navigation Search
    # Dropdown Menus
    # Sidebar Navigation
    # Navigation Layout
# Post Navigation
# Header
# Post Content
# Widgets
# Content Layout
# Footer
# Featured Images
# Top Bar
# Icons
# Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

ol,
ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  padding: 5px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

a {
  background-color: transparent;
}

a img {
  border: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-family: "geometria", sans-serif;
  font-weight: normal;
  text-transform: none;
  font-size: 1.25rem;
  line-height: 1.5;
}

p {
  margin-bottom: 1.5em;
}

p:last-child {
  margin-bottom: 0;
}

.display-flex {
  display: flex;
}

.big-text {
  font-size: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "geometria", sans-serif;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-transform: uppercase;
}

pre {
  background: rgba(0, 0, 0, 0.05);
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  margin-bottom: 1.5em;
  padding: 20px;
  overflow: auto;
  max-width: 100%;
}

blockquote {
  border-left: 5px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
  font-size: 1.2em;
  font-style: italic;
  margin: 0 0 1.5em;
  position: relative;
}

blockquote p:last-child {
  margin: 0;
}

table,
th,
td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%;
}

th,
td {
  padding: 8px;
}

th {
  border-width: 0 1px 1px 0;
}

td {
  border-width: 0 1px 1px 0;
}

hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 40px;
  margin-top: 40px;
}

fieldset {
  padding: 0;
  border: 0;
  min-width: inherit;
}

fieldset legend {
  padding: 0;
  margin-bottom: 1.5em;
}

h1 {
  font-size: 4rem;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 900;
}

h2 {
  font-size: 4rem;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 900;
}

h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 700;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 2rem;
}

h4,
h5,
h6 {
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  body,
  button,
  input,
  select,
  textarea {
    font-family: "geometria", sans-serif;
    font-weight: normal;
    text-transform: none;
    font-size: 1rem;
    line-height: 1.5;
  }
  h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    line-height: 1.2em;
  }
  h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    line-height: 1.2em;
  }
  h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 1.2em;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.5rem;
  }
  .big-text {
    font-size: 1.25rem;
  }
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid transparent;
  background: #55555e;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  padding: 10px 20px;
  color: #FFF;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
  background: #FAFAFA;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 10px 15px;
  box-sizing: border-box;
  max-width: 100%;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}

input[type="file"] {
  max-width: 100%;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a,
button,
input {
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

a {
  text-decoration: none;
}

.button,
.wp-block-button .wp-block-button__link {
  padding: 10px 20px;
  display: inline-block;
}

.wp-block-button .wp-block-button__link {
  font-size: inherit;
  line-height: inherit;
}

.using-mouse :focus {
  outline: 0;
}

.using-mouse ::-moz-focus-inner {
  border: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.no-sidebar .entry-content .alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: auto;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.paging-navigation:after,
.site-footer:after,
.site-info:after,
.page-header-content-container:after,
.inside-navigation:not(.grid-container):after,
.inside-header:not(.grid-container):after,
.inside-top-bar:not(.grid-container):after,
.inside-footer-widgets:not(.grid-container):after {
  content: "";
  display: table;
  clear: both;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
body .main-navigation {
  z-index: 100;
  padding: 0;
  clear: both;
  display: block;
}

body .main-navigation a {
  display: block;
  text-decoration: none;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.125rem;
  color: #ffffff;
}

body .main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

body .main-navigation .main-nav ul li a {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 60px;
}

.inside-navigation {
  position: relative;
}

.main-navigation li {
  float: left;
  position: relative;
}

.sf-menu > li.menu-item-float-right {
  float: right !important;
}

.nav-float-right .inside-header .main-navigation {
  float: right;
  clear: right;
}

.nav-float-left .inside-header .main-navigation {
  float: left;
  clear: left;
}

.nav-aligned-right .main-navigation:not(.toggled) .menu > li,
.nav-aligned-center .main-navigation:not(.toggled) .menu > li {
  float: none;
  display: inline-block;
}

.nav-aligned-right .main-navigation:not(.toggled) ul,
.nav-aligned-center .main-navigation:not(.toggled) ul {
  letter-spacing: -0.31em;
  font-size: 1em;
}

.nav-aligned-right .main-navigation:not(.toggled) ul li,
.nav-aligned-center .main-navigation:not(.toggled) ul li {
  letter-spacing: normal;
}

.nav-aligned-center .main-navigation {
  text-align: center;
}

.nav-aligned-right .main-navigation {
  text-align: right;
}

.main-navigation li.search-item {
  float: right;
}

.main-navigation .mobile-bar-items a {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 60px;
}

/*--------------------------------------------------------------
## Dropdown Menus
--------------------------------------------------------------*/
.main-navigation ul ul {
  display: block;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  float: left;
  position: absolute;
  left: -99999px;
  opacity: 0;
  z-index: 99999;
  width: 250px;
  text-align: left;
  top: auto;
  transition: opacity 80ms linear;
  transition-delay: 0s;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}

.main-navigation ul ul a {
  display: block;
}

.main-navigation ul ul li {
  width: 100%;
}

.main-navigation .main-nav ul ul li a {
  line-height: normal;
  padding: 10px 20px;
  font-size: 1.125rem;
}

.main-navigation .main-nav ul li.menu-item-has-children > a {
  padding-right: 0;
  position: relative;
}

.main-navigation.sub-menu-left ul ul {
  box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.1);
}

.main-navigation.sub-menu-left .sub-menu {
  right: 0;
}

.main-navigation:not(.toggled) ul li:hover > ul,
.main-navigation:not(.toggled) ul li.sfHover > ul {
  left: auto;
  opacity: 1;
  transition-delay: 150ms;
  pointer-events: auto;
  height: auto;
  overflow: visible;
}

.main-navigation:not(.toggled) ul ul li:hover > ul,
.main-navigation:not(.toggled) ul ul li.sfHover > ul {
  left: 100%;
  top: 0;
}

.main-navigation.sub-menu-left:not(.toggled) ul ul li:hover > ul,
.main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover > ul {
  right: 100%;
  left: auto;
}

.nav-float-right .main-navigation ul ul ul {
  top: 0;
}

.menu-item-has-children .dropdown-menu-toggle {
  display: inline-block;
  height: 100%;
  clear: both;
  padding-right: 20px;
  padding-left: 10px;
}

.menu-item-has-children ul .dropdown-menu-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -10px;
}

nav ul ul .menu-item-has-children .dropdown-menu-toggle,
.sidebar .menu-item-has-children .dropdown-menu-toggle {
  float: right;
}

/*--------------------------------------------------------------
## Sidebar Navigation
--------------------------------------------------------------*/
.widget-area .main-navigation li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.sidebar .main-navigation.sub-menu-right ul li:hover ul,
.sidebar .main-navigation.sub-menu-right ul li.sfHover ul {
  top: 0;
  left: 100%;
}

.sidebar .main-navigation.sub-menu-left ul li:hover ul,
.sidebar .main-navigation.sub-menu-left ul li.sfHover ul {
  top: 0;
  right: 100%;
}

/*--------------------------------------------------------------
# Post Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 2em;
  overflow: hidden;
}

.site-main .post-navigation {
  margin-bottom: 0;
}

.paging-navigation .nav-previous,
.paging-navigation .nav-next {
  display: none;
}

.paging-navigation .nav-links > * {
  padding: 0 5px;
}

.paging-navigation .nav-links .current {
  font-weight: bold;
}

/* Less specific so we don't overwrite existing customizations. */
.nav-links > *:first-child {
  padding-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  position: relative;
}

.inside-header {
  padding: 20px 100px;
}

.main-title {
  margin: 0;
  font-size: 25px;
  line-height: 1.2em;
  word-wrap: break-word;
  font-weight: bold;
  text-transform: none;
}

.site-description {
  margin: 0;
  line-height: 1.5;
  font-weight: normal;
  text-transform: none;
  font-size: 15px;
}

.site-logo {
  display: inline-block;
  max-width: 100%;
}

.site-header .header-image {
  vertical-align: middle;
}

.header-widget {
  float: right;
  overflow: hidden;
  max-width: 50%;
}

.header-widget .widget {
  padding: 0 0 20px;
  margin-bottom: 0;
}

.header-widget .widget:last-child {
  padding-bottom: 0;
}

.header-widget .widget-title {
  margin-bottom: 15px;
}

.nav-float-right .header-widget {
  position: relative;
  top: -10px;
}

.nav-float-right .header-widget .widget {
  padding: 0 0 10px;
}

.nav-float-left .inside-header .site-branding,
.nav-float-left .inside-header .site-logo {
  float: right;
  clear: right;
}

.nav-float-left .inside-header:after {
  clear: both;
  content: '';
  display: table;
}

.nav-float-right .inside-header .site-branding {
  display: inline-block;
}

.site-branding-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.site-branding-container .site-logo {
  margin-right: 1.5em;
}

.header-aligned-center .site-header {
  text-align: center;
}

.header-aligned-right .site-header {
  text-align: right;
}

.header-aligned-right .site-branding-container {
  text-align: right;
}

.header-aligned-right .site-branding-container .site-logo {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  margin-right: 0;
  margin-left: 1.5em;
}

/*--------------------------------------------------------------
# Post Content
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.posted-on .updated,
.entry-header .gp-icon {
  display: none;
}

.byline,
.single .byline,
.group-blog .byline,
.entry-header .cat-links,
.entry-header .tags-links,
.entry-header .comments-link {
  display: inline;
}

footer.entry-meta .byline,
footer.entry-meta .posted-on {
  display: block;
}

.page-content:not(:first-child),
.entry-content:not(:first-child),
.entry-summary:not(:first-child) {
  margin-top: 2em;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-header,
.archive .format-aside .entry-header,
.blog .format-status .entry-header,
.archive .format-status .entry-header,
.blog .format-status .entry-meta,
.archive .format-status .entry-meta {
  display: none;
}

.blog .format-aside .entry-content,
.archive .format-aside .entry-content,
.blog .format-status .entry-content,
.archive .format-status .entry-content {
  margin-top: 0;
}

.blog .format-status .entry-content p:last-child,
.archive .format-status .entry-content p:last-child {
  margin-bottom: 0;
}

.site-content,
.entry-header {
  word-wrap: break-word;
}

.entry-title {
  margin-bottom: 0;
}

.author .page-header .page-title {
  display: flex;
  align-items: center;
}

.author .page-header .avatar {
  margin-right: 20px;
}

.page-header > *:last-child,
.page-header .author-info > *:last-child {
  margin-bottom: 0;
}

.entry-meta {
  font-size: 85%;
  margin-top: .5em;
  line-height: 1.5;
}

footer.entry-meta {
  margin-top: 2em;
}

.cat-links,
.tags-links,
.comments-link {
  display: block;
}

.taxonomy-description p:last-child,
.read-more-container,
.page-content > p:last-child,
.entry-content > p:last-child,
.entry-summary > p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  position: relative;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto 0;
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  font-size: 75%;
  padding-top: 5px;
  opacity: 0.8;
}

.wp-caption img {
  position: relative;
  vertical-align: bottom;
}

.wp-block-image figcaption {
  font-size: 13px;
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.wp-block-gallery,
ul.blocks-gallery-grid {
  margin-left: 0;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  padding: 10px;
  box-sizing: border-box;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.site-main .gallery {
  margin-bottom: 1.5em;
}

.gallery-item img {
  vertical-align: bottom;
}

.gallery-icon {
  padding: 5px;
}

embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Post Loop Block
--------------------------------------------------------------*/
.wp-block-post-template {
  margin-left: 0;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment,
.comment-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.comment-author-info {
  display: inline-block;
  vertical-align: middle;
}

.comment-meta .avatar {
  float: left;
  margin-right: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.comment-author cite {
  font-style: normal;
  font-weight: bold;
}

.entry-meta.comment-metadata {
  margin-top: 0;
}

.comment-content {
  margin-top: 1.5em;
}

.comment-respond {
  margin-top: 0;
}

.comment-form > .form-submit {
  margin-bottom: 0;
}

.comment-form input,
.comment-form-comment {
  margin-bottom: 10px;
}

.comment-form-comment textarea {
  resize: vertical;
}

.comment-form #author,
.comment-form #email,
.comment-form #url {
  display: block;
}

.comment-metadata .edit-link:before {
  display: none;
}

.comment-body {
  padding: 30px 0;
}

.comment-content {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.depth-1.parent > .children {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.comment .children {
  padding-left: 30px;
  margin-top: -30px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.pingback .comment-body,
.trackback .comment-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pingback .edit-link {
  font-size: 13px;
}

.comment-content p:last-child {
  margin-bottom: 0;
}

.comment-list > .comment:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

ol.comment-list {
  margin-bottom: 1.5em;
}

.comment-form-cookies-consent {
  display: flex;
  align-items: center;
}

.comment-form-cookies-consent input {
  margin-right: 0.5em;
  margin-bottom: 0;
}

.one-container .comments-area {
  margin-top: 1.5em;
}

.comment-content .reply {
  font-size: 85%;
}

#cancel-comment-reply-link {
  padding-left: 10px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area .widget {
  padding: 100px;
}

.widget select {
  max-width: 100%;
}

.sidebar .widget *:last-child,
.footer-widgets .widget *:last-child {
  margin-bottom: 0;
}

.widget-title {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
  text-transform: none;
}

.widget ul,
.widget ol {
  margin: 0;
}

.widget .search-field {
  width: 100%;
}

.widget_search .search-submit {
  display: none;
}

.widget {
  margin: 0 0 30px;
  box-sizing: border-box;
}

.widget:last-child,
.separate-containers .widget:last-child {
  margin-bottom: 0;
}

.sidebar .widget,
.footer-widgets .widget {
  font-size: 17px;
}

.widget ul li {
  list-style-type: none;
  position: relative;
  padding-bottom: 5px;
}

.widget_categories .children {
  margin-left: 1.5em;
  padding-top: 5px;
}

.widget_categories .children li:last-child {
  padding-bottom: 0;
}

.widget_nav_menu ul ul,
.widget_pages ul ul {
  margin-left: 1em;
  margin-top: 5px;
}

.widget ul li.menu-item-has-children,
.widget ul li.page_item_has_children {
  padding-bottom: 0;
}

#wp-calendar {
  table-layout: fixed;
  font-size: 80%;
}

#wp-calendar #prev,
#wp-calendar #prev + .pad {
  border-right: 0;
}

.sidebar .grid-container {
  max-width: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
# Content Layout
--------------------------------------------------------------*/
.post {
  margin: 0 0 2em;
}

.page-header {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
## One Container
--------------------------------------------------------------*/
.one-container.both-left .inside-left-sidebar,
.one-container.both-right .inside-left-sidebar {
  margin-right: 50px;
}

.one-container.both-left .inside-right-sidebar,
.one-container.both-right .inside-right-sidebar {
  margin-left: 50px;
}

.one-container:not(.page) .inside-article {
  padding: 0 0 30px 0;
}

.one-container.right-sidebar .site-main,
.one-container.both-right .site-main {
  margin-right: 100px;
}

.one-container.left-sidebar .site-main,
.one-container.both-left .site-main {
  margin-left: 100px;
}

.one-container.both-sidebars .site-main {
  margin: 0px 100px 0px 100px;
}

.one-container .site-content {
  padding: 100px;
}

/*--------------------------------------------------------------
## Separate Containers
--------------------------------------------------------------*/
.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation {
  padding: 100px;
}

.separate-containers .widget,
.separate-containers .site-main > *,
.separate-containers .page-header {
  margin-bottom: 20px;
}

.separate-containers .site-main {
  margin: 20px;
}

.separate-containers.no-sidebar .site-main {
  margin-left: 0;
  margin-right: 0;
}

.separate-containers.right-sidebar .site-main,
.separate-containers.both-right .site-main {
  margin-left: 0;
}

.separate-containers.left-sidebar .site-main,
.separate-containers.both-left .site-main {
  margin-right: 0;
}

.separate-containers.both-right .inside-left-sidebar,
.separate-containers.both-left .inside-left-sidebar {
  margin-right: 10px;
}

.separate-containers.both-right .inside-right-sidebar,
.separate-containers.both-left .inside-right-sidebar {
  margin-left: 10px;
}

.separate-containers .inside-right-sidebar,
.separate-containers .inside-left-sidebar {
  margin-top: 20px;
  margin-bottom: 20px;
}

.inside-page-header {
  padding: 100px;
}

.widget-area .main-navigation {
  margin-bottom: 20px;
}

.separate-containers .site-main > *:last-child,
.one-container .site-main > *:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Full Width Content
--------------------------------------------------------------*/
.full-width-content .container.grid-container {
  max-width: 100%;
}

.full-width-content.no-sidebar.separate-containers .site-main {
  margin: 0;
}

.full-width-content.separate-containers .inside-article,
.full-width-content.one-container .site-content {
  padding: 0;
}

.full-width-content .entry-content .alignwide {
  margin-left: 0;
  width: auto;
  max-width: unset;
}

/*--------------------------------------------------------------
## Contained Content
--------------------------------------------------------------*/
.contained-content.separate-containers .inside-article,
.contained-content.one-container .site-content {
  padding: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-info {
  text-align: center;
  font-size: 15px;
}

.site-info {
  padding: 20px 40px;
}

.footer-widgets {
  padding: 40px;
}

.site-footer .footer-widgets-container .inner-padding {
  padding: 0px 0px 0px 40px;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
  margin-left: -40px;
}

/*--------------------------------------------------------------
## Footer Bar
--------------------------------------------------------------*/
.footer-bar-active .footer-bar .widget {
  padding: 0;
}

.footer-bar .widget_nav_menu > div > ul {
  display: inline-block;
  vertical-align: top;
}

.footer-bar .widget_nav_menu li {
  margin: 0 10px;
  float: left;
  padding: 0;
}

.footer-bar .widget_nav_menu li:first-child {
  margin-left: 0;
}

.footer-bar .widget_nav_menu li:last-child {
  margin-right: 0;
}

.footer-bar .widget_nav_menu li ul {
  display: none;
}

.footer-bar .textwidget p:last-child {
  margin: 0;
}

.footer-bar .widget-title {
  display: none;
}

.footer-bar-align-right .copyright-bar {
  float: left;
}

.footer-bar-align-right .footer-bar {
  float: right;
  text-align: right;
}

.footer-bar-align-left .copyright-bar {
  float: right;
  text-align: right;
}

.footer-bar-align-left .footer-bar {
  float: left;
  text-align: left;
}

.footer-bar-align-center .copyright-bar {
  float: none;
  text-align: center;
}

.footer-bar-align-center .footer-bar {
  float: none;
  text-align: center;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Featured Images
--------------------------------------------------------------*/
.post-image:not(:first-child) {
  margin-top: 2em;
}

.page-header-image,
.page-header-image-single {
  line-height: 0;
  /* no more weird spacing */
}

.separate-containers .inside-article > [class*="page-header-"],
.one-container .inside-article > [class*="page-header-"] {
  margin-bottom: 2em;
  margin-top: 0;
}

.inside-article .page-header-image-single.page-header-below-title {
  margin-top: 2em;
}

.separate-containers .page-header-image,
.separate-containers .page-header-contained,
.separate-containers .page-header-content,
.separate-containers .page-header-image-single,
.separate-containers .page-header-content-single {
  margin-top: 20px;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.top-bar {
  font-weight: normal;
  text-transform: none;
  font-size: 13px;
}

.top-bar .inside-top-bar .widget {
  padding: 0;
  display: inline-block;
  margin: 0;
}

.top-bar .inside-top-bar .textwidget p:last-child {
  margin: 0;
}

.top-bar .widget-title {
  display: none;
}

.top-bar .widget_nav_menu li {
  margin: 0 10px;
  float: left;
  padding: 0;
}

.top-bar .widget_nav_menu li:first-child {
  margin-left: 0;
}

.top-bar .widget_nav_menu li:last-child {
  margin-right: 0;
}

.top-bar .widget_nav_menu li ul {
  display: none;
}

.top-bar .widget_nav_menu > div > ul {
  display: inline-block;
  vertical-align: top;
}

.inside-top-bar {
  padding: 10px 40px;
}

.top-bar-align-center {
  text-align: center;
}

.top-bar-align-center .inside-top-bar .widget:not(:first-child) {
  margin-left: 10px;
}

.top-bar-align-center .inside-top-bar .widget:first-child:last-child {
  display: block;
}

.top-bar-align-right {
  text-align: right;
}

.top-bar-align-right .inside-top-bar > .widget:nth-child(even) {
  float: left;
  margin-right: 10px;
}

.top-bar-align-right .inside-top-bar > .widget:nth-child(odd) {
  margin-left: 10px;
}

.top-bar-align-left .inside-top-bar > .widget:nth-child(odd) {
  float: left;
  margin-right: 10px;
}

.top-bar-align-left .inside-top-bar > .widget:nth-child(even) {
  margin-left: 10px;
  float: right;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.gp-icon {
  display: inline-flex;
  align-self: center;
}

.gp-icon svg {
  height: 1em;
  width: 1em;
  top: .125em;
  position: relative;
  fill: currentColor;
}

.icon-menu-bars svg:nth-child(2),
.toggled .icon-menu-bars svg:nth-child(1),
.icon-search svg:nth-child(2),
.close-search .icon-search svg:nth-child(1) {
  display: none;
}

.toggled .icon-menu-bars svg:nth-child(2),
.close-search .icon-search svg:nth-child(2) {
  display: block;
}

.entry-meta .gp-icon {
  margin-right: 0.6em;
  opacity: 0.7;
}

nav.toggled .icon-arrow-left svg {
  transform: rotate(-90deg);
}

nav.toggled .icon-arrow-right svg {
  transform: rotate(90deg);
}

nav.toggled .sfHover > a > .dropdown-menu-toggle .gp-icon svg {
  transform: rotate(180deg);
}

nav.toggled .sfHover > a > .dropdown-menu-toggle .gp-icon.icon-arrow-left svg {
  transform: rotate(-270deg);
}

nav.toggled .sfHover > a > .dropdown-menu-toggle .gp-icon.icon-arrow-right svg {
  transform: rotate(270deg);
}

/*--------------------------------------------------------------
# Compatibility
--------------------------------------------------------------*/
/* Bootstrap fix */
.container.grid-container {
  width: auto;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

/* SiteOrigin Page Builder */
.so-panel.widget {
  padding: 0;
}

/* MailChimp CSS */
#mc_embed_signup .clear {
  display: block;
  height: auto;
  visibility: visible;
  width: auto;
}

/*--------------------------------------------------------------
# Red Fever Branding
--------------------------------------------------------------*/
/*

Main branding */
html {
  scroll-padding-top: 20px;
  scroll-behavior: smooth;
}

body {
  background-color: #1E1E1E;
  font-family: 'geometria';
}

.inside-header {
  background-color: #358626;
  padding: 20px 45px !important;
}

.site-header .header-image {
  width: 134px;
}

#content {
  background-color: #ffffff;
}

#primary {
  width: 100%;
  color: #4E4A5A;
}

#page {
  overflow: hidden;
}

body.separate-containers .inside-article {
  padding-top: 0;
  padding-bottom: 0;
}

body.separate-containers.no-sidebar .site-main {
  margin: 0;
}

.content-area a {
  color: inherit;
  text-decoration: underline;
}

body.page header.entry-header {
  display: none;
}

body.page div.entry-content {
  margin-top: 0;
  z-index: 1;
  position: relative;
}

#site-navigation {
  padding: 0;
}

#site-navigation .menu-logo a {
  display: flex;
}

#site-navigation a {
  font-weight: normal;
}

#site-navigation .current-menu-item a,
#site-navigation a:hover {
  color: #ffffff;
}

#site-navigation .current-menu-parent > a,
#site-navigation ul.menu > .current-menu-item > a {
  font-weight: bold;
}

.one-container .site-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.credits ul {
  text-align: left;
}

.credits ul li {
  display: inline;
  color: inherit;
}

.credits ul li span.credit-name {
  color: #36789A;
  text-transform: uppercase;
  font-weight: bold;
}

.credits ul li span.credit-name:after {
  content: ",";
}

.credits ul li span.credit-name:nth-last-child(2):after {
  content: " &";
}

.credits ul li span.credit-name:last-child:after {
  display: none;
}

.news-preview {
  margin-bottom: 80px;
}

.news-preview a {
  color: #4E4A5A;
  text-align: center;
  text-decoration: none !important;
}

.news-preview a .news-preview-date {
  font-weight: bold;
  margin-bottom: 5px;
}

.news-preview a h3 {
  color: #364166;
  text-transform: none;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 10px;
}

.logos .gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.logos .gallery > figure {
  flex-basis: 150px;
  max-width: 100%;
}

.widget .menu-social-container ul,
.social-header-menu ul {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

.widget .menu-social-container ul li,
.social-header-menu ul li {
  margin: 0;
  padding: 0;
  margin-right: 20px;
  list-style: none;
}

.widget .menu-social-container ul li:last-child,
.social-header-menu ul li:last-child {
  margin-right: 0;
}

.widget .menu-social-container img,
.social-header-menu img {
  max-width: 35px;
  height: 35px;
}

.social-header-menu ul li {
  margin-right: 15px;
}

.social-header-menu img {
  max-width: 20px;
  height: 20px;
}

.social-header-menu a {
  display: flex;
}

body #page .so-widget-sow-button .ow-button-base a {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0.75em 2em;
  background: #36789A;
  border: none;
  border: none;
  -webkit-border-radius: 0.25em 0.25em 0.25em 0.25em;
  -moz-border-radius: 0.25em 0.25em 0.25em 0.25em;
  border-radius: 50px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s ease;
  text-decoration: none;
  text-transform: uppercase;
}

body #page .so-widget-sow-button .ow-button-base a:hover {
  background: #3d87ad;
  border-color: #36789A;
  color: #ffffff !important;
}

.widget_sow-anything-carousel .slick-track {
  display: flex;
  align-items: center;
}

.widget_sow-anything-carousel .slick-track > div {
  margin-bottom: 0 !important;
}

.widget_sow-anything-carousel .slick-track > div > div.sow-carousel-content {
  position: relative;
  height: 500px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.widget_sow-anything-carousel .slick-track > div > div.sow-carousel-content p {
  position: absolute;
  height: 100%;
  aspect-ratio: 9 / 5;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget_sow-anything-carousel .slick-track > div > div.sow-carousel-content p img {
  transition: height 0.5s ease, filter 0.5s ease;
  height: 50%;
  width: auto;
  position: relative;
  filter: brightness(45%) contrast(100%);
}

.widget_sow-anything-carousel .slick-track > div.slick-active.slick-current + div > div.sow-carousel-content p {
  transition: all 0.5s ease;
  z-index: 100;
}

.widget_sow-anything-carousel .slick-track > div.slick-active.slick-current + div > div.sow-carousel-content p img {
  height: 100%;
  filter: brightness(100%) contrast(100%);
}

.widget_sow-anything-carousel .slick-dots {
  display: none !important;
}

.widget_sow-anything-carousel .sow-carousel-previous, .widget_sow-anything-carousel .sow-carousel-next {
  border: none !important;
  font-size: 1.5rem !important;
  position: absolute;
  z-index: 100;
}

.widget_sow-anything-carousel .sow-carousel-previous {
  left: 15%;
}

.widget_sow-anything-carousel .sow-carousel-next {
  right: 15%;
}

.widget_sow-anything-carousel .sow-carousel-container {
  position: relative;
}

.widget_sow-anything-carousel .slick-track > div > div.sow-carousel-content {
  height: 500px;
}

@media (max-width: 1400px) {
  .widget_sow-anything-carousel .slick-track > div > div.sow-carousel-content {
    height: 400px;
  }
}

@media (max-width: 1100px) {
  .widget_sow-anything-carousel .slick-track > div > div.sow-carousel-content {
    height: 350px;
  }
}

@media (max-width: 900px) {
  .widget_sow-anything-carousel .slick-track > div > div.sow-carousel-content {
    height: 300px;
  }
}

@media (max-width: 800px) {
  .widget_sow-anything-carousel .slick-track > div > div.sow-carousel-content {
    height: 250px;
  }
}

@media (max-width: 700px) {
  .widget_sow-anything-carousel .slick-track > div > div.sow-carousel-content {
    height: 200px;
  }
}

@media (max-width: 600px) {
  .widget_sow-anything-carousel .slick-track > div > div.sow-carousel-content {
    height: 150px;
  }
}

.carousel-row {
  position: relative;
}

.carousel-row:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffffff;
}

body .gform_wrapper.gravity-theme {
  position: relative;
  /* Spinner */
}

body .gform_wrapper.gravity-theme .gform-field-label {
  color: #000000 !important;
  font-size: 1.25rem;
  font-weight: normal;
  margin-left: 15px;
}

body .gform_wrapper.gravity-theme .gfield_required {
  color: #000000;
  display: inline-block;
  font-size: inherit;
  padding-inline-start: 0.125em;
  font-style: normal !important;
  text-transform: lowercase;
}

body .gform_wrapper.gravity-theme .ginput_container input[type="text"], body .gform_wrapper.gravity-theme .ginput_container input[type="email"], body .gform_wrapper.gravity-theme .ginput_container input[type="url"], body .gform_wrapper.gravity-theme .ginput_container input[type="password"], body .gform_wrapper.gravity-theme .ginput_container input[type="search"], body .gform_wrapper.gravity-theme .ginput_container input[type="tel"], body .gform_wrapper.gravity-theme .ginput_container input[type="number"], body .gform_wrapper.gravity-theme .ginput_container textarea, body .gform_wrapper.gravity-theme .ginput_container select {
  border-radius: 30px;
  border: 1px solid #36789A !important;
  background: transparent;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  color: #000000;
  font-size: 1.25rem;
  margin-bottom: 30px;
  padding: 8px 15px;
}

body .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0.75em 2em;
  background: #36789A;
  border: none;
  border: none;
  -webkit-border-radius: 0.25em 0.25em 0.25em 0.25em;
  -moz-border-radius: 0.25em 0.25em 0.25em 0.25em;
  border-radius: 50px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s ease;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
}

body .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover {
  background: #3d87ad;
  border-color: #36789A;
  color: #ffffff !important;
}

body .gform_wrapper.gravity-theme .validation_message {
  background: transparent;
  border: none;
  font-size: 1.25rem;
  margin-block-start: 8px;
  padding: 0;
  color: #364166;
  line-height: inherit;
  display: flex;
  align-items: center;
}

body .gform_wrapper.gravity-theme .validation_message:before {
  content: "\e91a";
  font-family: gform-icons-theme !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: 3rem;
  margin-right: 5px;
}

body .gform_wrapper.gravity-theme .gform_validation_errors {
  background: transparent;
  border-radius: 5px;
  border: none !important;
  box-shadow: none;
  margin-block-end: 0;
  margin-block-start: 0;
  padding-block: 0;
  padding-inline-end: 0;
  padding-inline-start: 0;
  position: relative;
  width: 100%;
  display: flex;
}

body .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #364166;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  margin-block-end: 0;
  margin-block-start: 0;
  margin-inline: 0;
  display: flex;
  align-items: center;
  text-transform: none;
}

body .gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon {
  align-items: center;
  display: inline-block;
  font-size: 3rem;
  height: 100%;
  inset-inline-start: 0px;
  position: relative;
  inset-block-start: 0;
  margin-right: 5px;
}

body .gform_wrapper.gravity-theme .gform_ajax_spinner {
  margin-left: 20px;
  border: 4px solid #364166;
  border-left: 4px solid #BBB3CA;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.alert-message a {
  text-decoration: underline;
}

.corners img {
  border-radius: 10px;
}

footer.site-info {
  display: none;
}

.mobile-menu-inner-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mobile-menu-inner-content .site-branding {
  margin-bottom: 30px;
  background-color: #364166;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  text-align: left;
}

.mobile-menu-inner-content .site-branding img {
  width: 134px;
}

.mobile-menu-inner-content #mobile-menu {
  text-transform: uppercase;
  text-align: left;
  font-size: 2.25rem;
}

.mobile-menu-wrapper ul li a, .mobile-menu-wrapper-left ul li a, .mobile-menu-wrapper-right ul li a, .mobile-menu-wrapper-fade ul li a {
  font-size: 1.375rem;
  font-weight: bold;
}

.credit-columns {
  color: #ffffff;
}

.credit-columns strong {
  color: #BBB3CA;
}

.credit-columns a {
  text-decoration: none;
}

.single-post .inside-article {
  margin-top: 35px;
  margin-bottom: 70px;
}

.single-post .inside-article .byline {
  display: none;
}

.single-post .inside-article .entry-meta {
  font-size: inherit;
}

.single-post .inside-article footer.entry-meta {
  display: none;
}

.single-post .inside-article .article-quote, .single-post .inside-article .article-link {
  margin-top: 30px;
}

.single-post #content {
  background-color: #FFEDDF;
}

#site-navigation {
  margin: 0 auto;
}

#mobile-menu-control-wrapper {
  display: none;
}

@media (max-width: 1024px) {
  .social-header-menu {
    display: none;
  }
  #site-navigation {
    display: none;
  }
  body.one-container .site-content {
    padding: 30px;
  }
  .widget .menu-social-container ul {
    justify-content: center;
  }
  header#masthead .inside-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 80px !important;
  }
  #pg-12-0 .home-banner {
    padding-top: 140px !important;
  }
  .site-logo {
    position: absolute;
    left: 0;
    top: 10px;
  }
  .hamburger {
    padding-top: 8px;
  }
  div#pg-55-0 .faq-banner,
  div#pg-57-0 .faq-banner.press-rec-banner,
  div#pg-21-0 .contact-banner,
  div#pg-32-0 .contact-banner,
  div#pg-23-0 .contact-banner,
  div#pg-27-0 .contact-banner,
  div#pg-30-0 .contact-banner,
  div#pg-25-0 .contact-banner.teacher-banner {
    padding-top: 130px !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  text-transform: none !important;
}

.button__green {
  padding: 15px 25px;
  border-radius: 30px;
  font-size: 18px;
  font-family: "geometria-bold";
  width: 100% !important;
  box-shadow: none !important;
  background-color: #364166;
  color: #ffffff;
  padding: 20px 30px !important;
}

.button__pink {
  padding: 15px 25px;
  border-radius: 30px;
  font-size: 18px;
  font-family: "geometria-bold";
  width: 100% !important;
  box-shadow: none !important;
  background-color: #C6448D !important;
  width: fit-content !important;
  padding: 20px 30px !important;
  text-transform: none !important;
}

.button__blue {
  padding: 15px 25px;
  border-radius: 30px;
  font-size: 18px;
  font-family: "geometria-bold";
  width: 100% !important;
  box-shadow: none !important;
  background-color: #364166 !important;
  width: fit-content !important;
  padding: 20px 30px !important;
  text-transform: none !important;
}

.button__transparent {
  padding: 15px 25px;
  border-radius: 30px;
  font-size: 18px;
  font-family: "geometria-bold";
  width: 100% !important;
  box-shadow: none !important;
  background-color: transparent !important;
  color: #ffffff;
  padding: 20px 30px !important;
  border: 1px solid #ffffff !important;
  width: fit-content !important;
}

.button__transparent-blue {
  padding: 15px 25px;
  border-radius: 30px;
  font-size: 18px;
  font-family: "geometria-bold";
  width: 100% !important;
  box-shadow: none !important;
  background-color: transparent !important;
  color: #364166 !important;
  padding: 20px 30px !important;
  border: 1px solid #364166 !important;
  text-transform: none !important;
  width: fit-content !important;
  min-width: 300px;
}

.button__transparent-blue:hover {
  color: #364166 !important;
}

img.header-image {
  width: 265px !important;
}

header #site-navigation a {
  text-transform: capitalize;
  font-size: 18px;
  font-family: "geometria-bold";
}

.inside-header.grid-container {
  position: relative;
  z-index: 2;
  padding-bottom: 0 !important;
}

.inside-header.grid-container::after {
  content: "";
  background-image: url("/wp-content/uploads/2024/09/header-curve.png");
  height: 57px;
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  bottom: -31px;
  z-index: -1;
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-header-menu li a {
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 30px;
  font-size: 18px;
  font-family: "geometria-bold";
  width: 100% !important;
  box-shadow: none !important;
  background-color: #364166;
  border: 0px;
}

.social-header-menu li:last-child a {
  border: 1px solid #fff;
  background-color: transparent;
}

body.home .social-header-menu li:first-child {
  display: none;
}

body.page-id-45 .inside-header.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

body.page-id-45 .main-navigation {
  display: none;
}

body.page-id-45 .social-header-menu ul {
  justify-content: center;
}

body.page-id-45 .social-header-menu ul li:last-child {
  display: none;
}

body.page-id-45 .social-header-menu ul li a {
  background-color: transparent;
  pointer-events: none;
}

body.page-id-45 .mobile-menu-button {
  display: block;
}

.footer-curve::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  background-image: url("/wp-content/uploads/2024/09/footer-curve.png");
  height: 210px;
  width: 100%;
  top: -140px;
  z-index: -1;
}

.footer-curve .widget ul li {
  margin-bottom: 1.5rem;
}

.footer-curve a {
  font-family: "geometria-bold";
}

.footer-curve .light-g a {
  color: #CBCBCB !important;
}

.footer-curve .button__green, .footer-curve .button__transparent {
  width: 100% !important;
}

.f-socials {
  margin-top: 40px;
}

.f-socials a {
  margin-right: 25px;
}

.home-banner {
  position: relative;
}

.home-banner div#pgc-12-0-0 {
  position: relative;
  z-index: 2;
}

.home-banner div#pgc-12-0-0::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  background-image: url("/wp-content/uploads/2024/09/home-banner-el-left.png");
  height: 590px;
  width: 680px;
  left: -140px;
  top: -90px;
  z-index: -2;
}

.home-banner div#pgc-12-0-0::after {
  content: "";
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  background-image: url("/wp-content/uploads/2024/09/home-banner-el-right.png");
  left: auto;
  height: 690px;
  width: 520px;
  right: -140px !important;
  top: -70px;
  z-index: -2;
}

.home-banner::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  background-image: url("/wp-content/uploads/2024/09/home-banner-curve.png");
  height: 160px;
  bottom: -25px;
}

.home-banner .button__pink {
  padding: 15px 25px;
  border-radius: 30px;
  font-size: 18px;
  font-family: "geometria-bold";
  width: 100% !important;
  box-shadow: none !important;
  height: 176px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px !important;
  text-transform: none !important;
}

.home-banner .lady-bg {
  background-size: 661px !important;
  background-position: center;
  padding: 125px 60px 135px 0;
  background-repeat: no-repeat;
}

.home-banner .lady-bg img {
  max-width: 170px !important;
}

.home-sec2-imgs {
  max-width: 50%;
  margin: 0 auto;
}

.benefits-extras {
  position: relative;
  z-index: 1;
}

.how-it-works-cols h4, .how-it-works-cols p {
  margin-bottom: 0;
}

.faq-banner h1 {
  margin-bottom: 0px !important;
}

.faq-banner .button__transparent {
  border: 1px solid #364166 !important;
  width: 100% !important;
}

body #page .faq-banner .so-widget-sow-button .ow-button-base a.button__transparent {
  color: #364166 !important;
  text-transform: none;
  padding: 18px 20px !important;
}

.faq-acc h3.widget-title {
  font-size: 32px;
  color: #000000;
  font-family: "geometria-bold";
}

.faq-acc .sow-accordion .sow-accordion-panel {
  margin-bottom: 15px;
  border-radius: 50px 50px 50px 50px !important;
  padding: 30px !important;
  background-color: #364166 !important;
}

.faq-acc .sow-accordion-title {
  font-family: "geometria-bold";
}

.faq-acc .sow-accordion .sow-accordion-panel-border {
  background-color: #364166 !important;
}

.faq-acc .sow-accordion .sow-accordion-panel-border p {
  color: #ffffff;
}

.contact-banner p {
  margin-bottom: 5px;
}

.contact-wrapper label {
  color: #fff !important;
  font-size: 20px !important;
}

.contact-wrapper input, .contact-wrapper textarea {
  border-radius: 50px !important;
  padding: 30px 20px !important;
  font-size: 18px !important;
  outline: none !important;
  box-shadow: none !important;
}

.contact-wrapper input:focus, .contact-wrapper textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 0px !important;
}

.contact-wrapper input#gform_submit_button_1 {
  background-color: #364166;
  border-radius: 30px !important;
  padding: 20px 30px !important;
  font-family: "geometria-bold";
}

.in-touch p {
  margin-bottom: 15px;
}

.blog-lists h3.widget-title {
  color: #364166;
  font-size: 32px;
  font-family: "geometria-bold";
}

.blog-lists .inside-article {
  padding: 0 !important;
}

.each__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

.each__grid h3 {
  color: #000000;
  font-size: 32px;
  font-family: "geometria-bold";
}

.each__grid p {
  font-size: 20px;
  color: #000000;
  line-height: 25.16px;
  margin-bottom: 15px;
}

.each__grid p a {
  text-decoration: none;
  font-weight: 400;
  font-family: "geometria";
}

.each__grid a {
  color: #1C1C1C;
  font-family: "geometria-bold";
}

.each__grid span.term-name {
  color: #358626;
  font-family: "geometria-medium";
  padding-right: 15px;
}

.each__grid .rgt {
  border-radius: 24px;
  overflow: hidden;
}

.each__grid .rgt img {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
}

.each__grid span.term-name:last-child b.dot {
  display: none;
}

.each__grid b.dot {
  position: relative;
  top: -4px;
  left: 3px;
}

.blogs-preview .each__grid a {
  color: #364166;
  text-decoration: none !important;
}

.no-pagination .pagination-container {
  display: none;
}

.pagination-container, .cat-pagination-container > div {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 60px;
}

.pagination-container .page-numbers, .cat-pagination-container > div .page-numbers {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000000;
  text-decoration: none;
  font-family: "geometria-medium";
  font-size: 18px;
}

.pagination-container .page-numbers.current, .cat-pagination-container > div .page-numbers.current {
  background-color: #358626;
  color: #ffffff;
}

.pagination-container a.next.page-numbers, .pagination-container a.prev.page-numbers, .cat-pagination-container > div a.next.page-numbers, .cat-pagination-container > div a.prev.page-numbers {
  font-family: monospace;
}

.trending-layout div#post-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.trending-layout div#post-container .each__grid {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}

.trending-layout div#post-container .each__grid span.term-name {
  font-size: 18px;
}

.single-post #content {
  background-color: #ffffff !important;
}

.b-cont {
  padding: 0px 250px 0;
}

.blog-single {
  margin: 60px 0 40px;
}

.blog-single h1 {
  font-size: 48px;
  font-family: "geometria-bold";
  color: #364166;
  margin-bottom: 5px;
}

.blog-single p.date {
  color: #777777;
}

.blog-single .featured-image {
  border-radius: 24px;
  overflow: hidden;
}

.blog-single .date-and-share {
  margin-top: 30px;
}

p.cat {
  margin-bottom: 10px;
}

p.cat span a {
  margin-right: 10px;
  color: #777777;
  text-decoration: underline;
}

.back-btn-wrapper {
  margin-bottom: 60px !important;
}

.back-btn {
  color: #000000;
  text-decoration: underline;
  display: inline-block;
}

.blog-content {
  margin-bottom: 50px;
}

.bac {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bac .back-btn-wrapper {
  margin-bottom: 0 !important;
}

.related-blogs {
  margin-bottom: 200px;
}

.related-blogs h3 {
  font-size: 32px;
  color: #364166;
  font-family: "geometria-bold";
  margin-bottom: 30px;
}

.related-blogs__list ul.related-posts {
  padding: 0;
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.related-blogs__list .post-thumbnail {
  border-radius: 24px;
  margin-bottom: 15px;
  overflow: hidden;
}

.related-blogs__list .post-thumbnail a {
  display: block;
  height: 100%;
}

.related-blogs__list .post-thumbnail img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  display: block;
  min-height: 200px;
}

.related-blogs__list span.category {
  color: #358626;
  font-family: "geometria-medium";
  padding-right: 15px;
  position: relative;
  font-size: 18px;
}

.related-blogs__list span.category:not(:last-child)::after {
  content: ".";
  right: 6px;
  position: absolute;
  top: -6px;
}

.related-blogs__list h4.post-title {
  font-size: 30px;
  font-family: "geometria-bold";
  line-height: 40.26px;
}

.related-blogs__list h4.post-title a {
  color: #000000;
}

.related-blogs__list .post-excerpt p {
  font-size: 20px;
  color: #000000;
  font-family: "geometria-medium";
  line-height: 25.16px;
  margin-bottom: 5px;
}

.related-blogs__list .read-more a {
  color: #000000;
  text-decoration: underline;
  margin-top: 5px;
  display: inline-block;
  font-family: "geometria-bold";
}

.all-post {
  margin-top: 50px;
  text-align: right;
}

.all-post a {
  background-color: #364166;
  color: #ffffff;
  padding: 20px 30px;
  border-radius: 30px;
  font-weight: 700;
}

.in-cont {
  margin-left: -42px;
}

.single-post .image-slider {
  margin: 90px 0;
}

.image-slider {
  position: relative;
}

.image-slider::after {
  content: "";
  position: absolute;
  height: 150px;
  width: 150px;
  left: 35px;
  right: 0;
  border: 4px solid #364166;
  top: 0;
  margin: 0 auto;
  border-radius: 50%;
}

.image-slider .icon-slideshow {
  height: 144px;
  background: url("/wp-content/uploads/2024/09/iconbar.webp") repeat-x 0 0;
}

.footer-bottom-last p {
  margin-bottom: 0px;
}

.blue-top-bottom-curve {
  position: relative;
  z-index: 2;
  padding: 40px 0;
  margin: 140px 0 210px;
}

.blue-top-bottom-curve::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  background-image: url("/wp-content/uploads/2024/09/blue-top-curve.png");
  height: 210px;
  width: 100%;
  top: -100px;
  z-index: -1;
}

.blue-top-bottom-curve::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  background-image: url("/wp-content/uploads/2024/09/blue-bottom-curve.png");
  height: 210px;
  width: 100%;
  bottom: -180px;
  z-index: -1;
}

.teacher-dims p {
  margin-bottom: 10px;
}

.teacher-green-columns > div > div > div {
  min-height: 410px !important;
}

.blog-lists.teahcer-blog-lists h3.widget-title, .blog-lists.teahcer-blog-lists h4.widget-title {
  text-align: center;
}

.blog-lists.teahcer-blog-lists div#post-container {
  max-width: 80%;
  margin: 0 auto;
}

.blog-lists.teahcer-blog-lists .each__grid h3, .blog-lists.teahcer-blog-lists .each__grid h4 {
  color: #364166;
  line-height: 34px;
}

.blog-lists.teahcer-blog-lists .each__grid h3 a, .blog-lists.teahcer-blog-lists .each__grid h4 a {
  color: #364166;
  text-decoration: none;
}

.no-marginp div#pg-w66fb0078ef451-0, .no-marginp div#pl-w66fb0078ef645 {
  position: relative;
}

.no-marginp div#pg-w66fb0078ef451-0 p:last-child, .no-marginp div#pl-w66fb0078ef645 p:last-child {
  position: absolute;
  bottom: 0;
}

.no-marginp p {
  margin-bottom: 0px;
}

.no-marginp h4 {
  line-height: 25.16px;
  margin: 10px 0 2px;
  font-size: 20px;
}

body #page .so-widget-sow-button .ow-button-base a.button__transparent-blue:hover {
  color: #364166 !important;
}

.book-workshop p {
  margin-bottom: 20px;
}

.teacher-free-resources div#pgc-w66fb05642a67f-0-0, .teacher-free-resources div#pgc-w66fb05642a67f-0-1 {
  position: relative;
}

.teacher-free-resources div#pgc-w66fb05642a67f-0-0 a.button__transparent, .teacher-free-resources div#pgc-w66fb05642a67f-0-1 a.button__transparent {
  position: absolute;
  width: fit-content !important;
  bottom: 40px;
  left: 40px;
  padding: 20px 50px 20px 30px !important;
  text-transform: none;
  font-size: 24px;
  border: 2px solid #ffffff !important;
}

.teacher-free-resources div#pgc-w66fb05642a67f-0-0 p, .teacher-free-resources div#pgc-w66fb05642a67f-0-1 p {
  line-height: 25.16px;
}

.teacher-free-resources div#panel-25-8-0-2 p {
  line-height: 25.16px;
}

.teacher-free-resources div#panel-25-8-0-2 a.button__blue {
  padding: 20px 50px 20px 30px !important;
}

.how-it-works-main.hit a.button__transparent-blue {
  border: 2px solid !important;
  width: fit-content !important;
  min-width: fit-content !important;
  padding: 16px 40px 16px 30px !important;
}

.how-it-works-ps .item {
  border: 1px solid #364166;
  padding: 32px;
  border-radius: 24px;
  margin-left: 20px;
}

.how-it-works-ps .item > p {
  font-size: 26px;
  line-height: 35px;
  font-family: "geometria-medium";
  color: #000000;
  margin-top: 20px;
}

.how-it-works-ps .item .person-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}

.how-it-works-ps .item .person-flex p {
  margin-bottom: 4px;
  color: #000000;
}

.how-it-works-ps .item .person-flex .img {
  border-radius: 50%;
  overflow: hidden;
  height: 80px;
  width: 80px;
}

.how-it-works-ps ul.slick-dots {
  bottom: -60px !important;
}

.how-it-works-ps .slick-dots li button:before {
  font-size: 10px;
}

.how-it-works-ps .slick-dots li.slick-active button:before,
.how-it-works-ps .slick-dots li button:focus:before, .how-it-works-ps .slick-dots li button:hover:before {
  color: #C6448D;
}

.slick-dots {
  bottom: -55px !important;
}

.slick-dots li button:before {
  font-size: 10px;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  color: #C6448D;
}

.book-workshop.book-page {
  padding: 0 180px 0 180px !important;
}

body #page .book-free .so-widget-sow-button .ow-button-base a.button__transparent {
  padding: 20px 50px 20px 30px !important;
  border: 2px solid !important;
  text-transform: none;
}

.hearfp p {
  margin-bottom: 5px;
}

.hearfp .hear-content p {
  line-height: 40.26px;
}

.contact-banner h1 {
  line-height: normal;
  margin-bottom: 0;
  font-weight: 400;
}

.blue-top-bottom-curve.about-blue-curves::before, .parents-blue-curves::before {
  background-image: url("/wp-content/uploads/2024/10/about-top-curve.png");
}

.blue-top-bottom-curve.about-blue-curves::after, .parents-blue-curves::after {
  background-image: url("/wp-content/uploads/2024/10/about-bottom-curve.png");
}

.pgc h6 {
  line-height: 34px !important;
  min-height: 80px !important;
}

.img-round .sow-image-container {
  border-radius: 24px;
  overflow: hidden;
}

.benefits-extras div#pg-w6722df81a94de-1 > div > div > div {
  min-height: 350px !important;
}

.flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blue-top-bottom-curve.about-blue-curves.pres-rec-curve p {
  line-height: 34px;
}

.awards-list h3 {
  margin-bottom: 8px !important;
}

.pres-rec-curve {
  margin-bottom: 80px;
}

.teacher-green-columns > div > div > div {
  padding: 40px 20px 30px 20px !important;
}

.logo-slider .slick-track {
  align-items: center;
  display: flex;
}

.logo-slider .slick-track img {
  max-width: 87%;
  margin: 0 auto;
}

.blog-title-bg.blue-top-bottom-curve {
  background-color: #364166;
  padding: 0 190px;
  margin: 0px 0 190px;
}

.blog-title-bg.blue-top-bottom-curve::before {
  height: 170px;
  top: -85px;
}

.blog-title-bg.blue-top-bottom-curve::after {
  height: 170px;
  bottom: -130px;
}

.blog-lists h3.widget-title {
  color: #364166;
}

.each__grid h3 {
  color: #364166;
}

.each__grid h3 a {
  color: #364166;
  text-decoration: none;
}

div#hiw-step-1, div#hiw-step-2, div#hiw-step-3, div#hiw-step-4 {
  display: none;
}

.hiw-steps .flex {
  margin-top: 40px;
}

.hiw-steps .flex br {
  display: none;
}

.hiw-steps ol {
  padding-left: 45px !important;
  margin-top: 25px !important;
}

.hiw-steps ol li {
  list-style-type: number;
  margin-bottom: 40px;
}

.hiw-steps ol li::marker {
  color: #fff;
}

.each__grid .rgt,
.trending-layout .each__grid .rgt {
  max-height: 290px;
}

.each__grid .rgt img,
.trending-layout .each__grid .rgt img {
  width: 100%;
}

.contact-banner h3 {
  margin-top: 20px;
}

.participants-slider .person-flex .img {
  display: none;
}

.faq-acc ol, .faq-acc ul {
  padding-left: 25px;
}

.faq-acc li {
  color: #fff;
}

.gform_confirmation_message {
  color: #fff !important;
}

.blog-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 70px 0;
  gap: 50px;
}

.blog-btns a {
  padding: 20px 30px;
  border-radius: 32px;
  color: #fff;
  font-weight: 700;
}

.blog-btns .btn__green {
  background-color: #364166;
}

.blog-btns .btn__blue {
  background-color: #364166;
}

.blog-btns .btn__pink {
  background-color: #C6448D;
}

.how-it-works-main .flex {
  align-items: flex-start !important;
}

.image-slider::after {
  display: none;
}

.imported-image {
  display: block;
  margin: 20px auto;
}

#hiw-step-1, #hiw-step-2, #hiw-step-3, #hiw-step-4 {
  background-color: #384163;
  padding: 30px;
  border-radius: 24px;
}

#hiw-step-1 .flex, #hiw-step-1 p, #hiw-step-2 .flex, #hiw-step-2 p, #hiw-step-3 .flex, #hiw-step-3 p, #hiw-step-4 .flex, #hiw-step-4 p {
  margin-bottom: 16px;
  align-items: center;
}

.contact-wrapper #gform_submit_button_9 {
  background-color: #364166;
  border-radius: 30px !important;
  padding: 20px 30px !important;
  font-family: "geometria-bold";
}

.free-pencil-form {
  display: none;
}

div#gform_fields_9 textarea {
  resize: none;
}

/* HEADER SUBMENU  */
.sub-menu {
  background-color: #358626 !important;
  position: relative;
}

.sub-menu::after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2024/11/header-curve.png");
  height: 23px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -20px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.related-blogs__list h4.post-title a {
  color: #364166;
}

.related-blogs__list .post-excerpt p {
  font-size: 20px;
  line-height: 25.16px;
  margin-bottom: 5px;
  text-decoration: none;
  font-weight: 400;
  font-family: "geometria";
  color: #1C1C1C;
}

.logo-slider ul.slick-dots {
  bottom: -70px !important;
}

div#free-pencil-form .validation_message,
div#gform_9_validation_container h2 {
  color: #fff;
  font-size: 16px;
}

.how-it-works-main .flex {
  align-items: center !important;
}

@media screen and (max-width: 985px) {
  .how-it-works-main .flex {
    flex-direction: row;
    gap: 6px !important;
    text-align: left;
    margin-top: 35px !important;
    align-items: flex-start !important;
  }
  .green-band img {
    max-width: 60% !important;
    margin: 0 auto;
  }
  .green-band p span {
    font-size: 26px !important;
    line-height: 32px;
    margin-bottom: 20px !important;
    display: block;
    font-family: "geometria" !important;
  }
}

@media screen and (max-width: 901px) {
  .contact-banner.teacher-banner.hand-banner {
    padding-top: 140px !important;
  }
  .contact-banner p:first-child {
    line-height: inherit !important;
  }
  div#hiw-step-1, div#hiw-step-2, div#hiw-step-3, div#hiw-step-4 {
    text-align: left;
  }
  .menu-item-has-children::before {
    color: #fff !important;
    background-image: url("/wp-content/uploads/2024/12/down-arrow-2-white.png") !important;
    background-size: 15px;
    right: 0 !important;
  }
  ul.sub-menu li a {
    padding: 0 25px;
  }
  ul#mobile-menu {
    padding-top: 30px !important;
  }
}

.archive.category #content {
  display: block;
  padding: 80px 0 200px;
}

.archive.category #content .above-archive-title {
  color: #384163;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}

.archive.category #content .archive-title {
  font-family: "geometria-bold";
  font-size: 48px;
  color: #384163;
  text-align: center;
  margin-bottom: 80px;
}

.post-terms, .post-categories {
  display: none;
}

div.site-footer {
  max-width: 1440px;
  margin: 0 auto;
}

.participant-slider ol.sow-slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.participant-slider .sow-slide-nav {
  display: none !important;
}

.participant-slider li.sow-active a {
  background: #C6448D !important;
}

.only-mob-home-banner {
  display: none;
}

.logo-slider .slick-track img.lrg-circle {
  max-width: 140px !important;
}

.p-green-columns .teacher-green-columns > div > div > div {
  min-height: 422px !important;
}

.teacher-green-columns > div > div > div {
  min-height: 422px !important;
}

.each__grid .rgt img {
  border-radius: 24px;
}

.gfield_required_text {
  color: #fff !important;
}

div#gform_1_validation_container {
  background-color: #ffffff;
}

.validation_message {
  color: #fff !important;
}

#light-blue {
  background-color: #36789A !important;
}

.press-rec-banner h1 {
  font-weight: 100 !important;
}

.gform_validation_errors {
  background-color: #fff !important;
}

div#free-pencil-form .validation_message, div#gform_9_validation_container h2 {
  color: #c02b0a;
  font-size: 16px;
}

.blogs-preview .each__grid h4 {
  line-height: 40px;
}

.blog-page-not-first .only-first-page {
  display: none !important;
}

.blog-page-not-first .blog-title-bg.blue-top-bottom-curve {
  margin-top: 110px;
}

.blogs-preview .each__grid h4 a {
  color: #364166 !important;
  text-decoration: none !important;
}

.blogs-preview .each__grid .lft > a {
  text-decoration: underline !important;
  color: #1C1C1C !important;
}

@media (max-width: 900px) {
  body .home-banner > div > div > div > div:first-child {
    margin-bottom: 10px !important;
  }
}

.new-cloud {
  display: flex;
  background-image: url(/wp-content/uploads/2024/09/banner-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  aspect-ratio: 664/537;
  padding: 0 13%;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.new-cloud .cloud-image-wrapper {
  display: flex;
}

.new-cloud .cloud-image-wrapper img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-width: 190px;
}

.new-cloud .desk-cloud-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

@media (max-width: 899px) {
  .new-cloud {
    flex-direction: column;
    align-items: center;
    padding: 0 15% 10%;
    justify-content: center;
  }
  .new-cloud .cloud-image-wrapper img {
    max-width: 150px;
    position: relative;
    top: 20px;
  }
  .new-cloud .desk-cloud-content {
    align-items: center;
  }
  .new-cloud .desk-cloud-content h3 {
    margin-bottom: 0;
  }
}

@media (max-width: 539px) {
  .new-cloud {
    flex-direction: column;
    padding: 5%;
    max-width: 80%;
  }
  .new-cloud .cloud-image-wrapper img {
    max-width: 120px;
    top: 0;
  }
  .new-cloud .desk-cloud-content {
    display: none;
  }
}

@media screen and (max-width: 1920px) and (min-width: 1600px) {
  .in-cont {
    margin-left: -80px;
  }
  .image-slider::after {
    left: 65px;
  }
}

@media screen and (max-width: 1520px) {
  .archive.category .footer-curve.siteorigin-panels-stretch.panel-row-style.panel-row-style-for-48-0, .archive.category .footer-bottom-last, .archive.category .footer-bottom-extreme-last {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 1500px) {
  .in-cont {
    margin-left: -20px;
  }
  .footer-bottom-last div#pgc-48-1-0, .footer-bottom-extreme-last div#pgc-48-1-0 {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 1440px) {
  .lady-bg p br {
    display: block;
  }
}

@media screen and (max-width: 1440px) {
  h2 {
    line-height: 52px !important;
  }
  .footer-curve {
    padding: 0 30px !important;
  }
  .footer-curve .button__green, .footer-curve .button__transparent {
    width: 100% !important;
    padding: 20px 20px !important;
  }
  .footer-bottom-last, .footer-bottom-extreme-last {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .footer-bottom-last div#pgc-48-1-0, .footer-bottom-extreme-last div#pgc-48-1-0 {
    margin-top: -22px;
  }
  .in-cont {
    margin-left: -10px;
  }
  .image-slider::after {
    left: -5px;
  }
  .no-marginp div#pg-w66fb0078ef451-0 p:last-child, .no-marginp div#pl-w66fb0078ef645 p:last-child {
    position: static;
    margin-top: 10px;
  }
  p br {
    display: none;
  }
}

@media screen and (max-width: 1385px) {
  header .inside-header.grid-container {
    padding: 20px 15px 0 !important;
  }
  .main-navigation .inside-navigation img.header-image {
    width: 225px !important;
  }
  .main-navigation .inside-navigation .menu a {
    padding: 0 12px;
  }
  .b-cont {
    padding: 0px 150px 0;
  }
  .book-workshop div#pg-w66fafb7e6e066-1 > div {
    padding: 0 100px !important;
  }
  .blog-lists.teahcer-blog-lists div#post-container {
    max-width: 94%;
  }
  .so-widget-sow-image-default-8b5b6f678277 .sow-image-container img.so-widget-image {
    width: 100%;
  }
  #panel-57-0-0-1 > .panel-widget-style {
    max-width: 85% !important;
  }
  #panel-57-1-0-1 > .panel-widget-style {
    padding: 0px 60px 0px 60px !important;
  }
  div#pg-57-2 .blue-top-bottom-curve.about-blue-curves.pres-rec-curve p {
    line-height: 30px !important;
  }
  div#pg-57-2 .blue-top-bottom-curve.about-blue-curves.pres-rec-curve p span {
    font-size: 24px !important;
  }
  .flex span {
    font-size: 18px !important;
  }
  #panel-57-3-0-1 > .panel-widget-style.awards-list {
    padding: 0px 50px 0px 50px;
  }
}

@media screen and (max-width: 1290px) {
  header #site-navigation a {
    font-size: 17px;
  }
  .social-header-menu li a {
    padding: 15px;
    font-size: 17px;
  }
  img.header-image {
    width: 205px !important;
  }
  .b-cont {
    padding: 0px 200px 0;
  }
  .footer-curve {
    padding: 20px 30px !important;
  }
  .footer-curve::before {
    top: -80px;
  }
  #panel-12-3-0-1 > .panel-widget-style.how-it-works-cols {
    padding: 0 110px 0 110px;
  }
  #panel-12-3-0-1 > .panel-widget-style.how-it-works-cols p br {
    display: none;
  }
  .home-banner {
    padding: 80px 60px 70px 60px !important;
  }
  .home-banner::after {
    bottom: -25px;
    height: 140px;
  }
  .home-banner .lady-bg {
    padding: 155px 60px 145px 0;
    background-size: contain !important;
  }
  .home-banner .lady-bg p, .home-banner .lady-bg p span {
    font-size: 20px !important;
  }
  .banner-cloud-sec img.so-widget-image {
    max-width: 140px !important;
  }
  .banner-cloud-sec div#pg-w66ef536e57d77-0 {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
  }
  .banner-cloud-sec div#pg-w66ef536e57d77-0 > div {
    width: 100%;
  }
  .banner-cloud-sec a.button__pink {
    height: 160px !important;
  }
  .banner-cloud-sec a.button__pink span {
    font-size: 28px !important;
  }
  .b-cont {
    padding: 0px 90px 0;
  }
  #pg-w670278f606c7c-0 > .panel-row-style {
    padding: 0 130px !important;
  }
  .teacher-dims p br {
    display: none;
  }
  .teacher-green-columns > div > div > div {
    min-height: 445px !important;
  }
  .book-workshop {
    padding: 0 !important;
  }
  .blog-lists {
    padding: 0 !important;
  }
  #panel-57-1-0-1 > .panel-widget-style {
    padding: 0px 20px 0px 20px !important;
  }
  #panel-57-3-0-1 > .panel-widget-style.awards-list {
    padding: 0px 10px 0px 10px;
  }
}

@media screen and (max-width: 1201px) {
  #pg-w675b9eedbb59f-1 > .panel-row-style {
    padding: 0px 20px 0px 10px !important;
  }
}

@media screen and (max-width: 1110px) {
  header #site-navigation a {
    font-size: 16px;
  }
  .social-header-menu li a {
    padding: 10px;
    font-size: 16px;
  }
  img.header-image {
    width: 160px !important;
  }
}

@media screen and (max-width: 1050px) {
  .inside-header {
    padding: 20px 10px !important;
  }
  body .main-navigation .main-nav ul li a {
    padding: 10px !important;
  }
  header .inside-header.grid-container {
    padding-bottom: 15px !important;
  }
  header .inside-header.grid-container::after {
    bottom: -30px;
  }
  header .inside-header.grid-container img.header-image {
    width: 235px !important;
  }
  ul#mobile-social-menu li {
    display: block;
    margin: 0;
  }
  ul#mobile-social-menu li a {
    display: inline-block;
    color: #fff;
    font-size: 22px !important;
    border: 1px solid;
    padding: 15px 25px;
    border-radius: 40px;
    margin: 10px 0;
  }
  ul#mobile-social-menu li:first-child a {
    background-color: #358626;
    border: 1px solid #358626;
  }
  nav.mobile-menu-wrapper-left .mobile-menu-inner-content .site-branding img {
    width: 264px;
  }
  nav.mobile-menu-wrapper-left a {
    text-transform: none;
  }
  .f-socials .siteorigin-widget-tinymce img {
    max-width: 37px;
  }
  .home-banner::after {
    bottom: -65px;
  }
  .home-banner div#pgc-12-0-0::before {
    height: 400px;
    width: 500px;
  }
  .home-banner div#pgc-12-0-0::after {
    height: 490px;
    width: 320px;
  }
  .home-banner div#pgc-12-0-0 .lady-bg p, .home-banner div#pgc-12-0-0 .lady-bg p span {
    font-size: 20px !important;
  }
  .home-banner div#pgc-12-0-0 div#pg-w67008949a8f94-0 {
    margin-bottom: 30px;
  }
  #pg-w675b9eedbb59f-1 > .panel-row-style {
    padding: 0px 30px !important;
  }
  .banner-cloud-sec {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    padding: 0 25px !important;
    grid-gap: 20px;
  }
  .banner-cloud-sec > div {
    width: 100% !important;
  }
  .banner-cloud-sec > div:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 1 / -1;
  }
  .home-sec2-imgs {
    padding: 10px !important;
  }
  #panel-12-3-0-1 > .panel-widget-style.how-it-works-cols {
    padding: 0;
  }
  body.separate-containers .inside-article {
    padding: 0 30px;
  }
  .banner-cloud-sec {
    padding: 0 15px !important;
  }
  .how-it-works-main div#panel-12-3-0-0 {
    margin-bottom: 50px !important;
  }
  .faq-banner #panel-55-0-0-1 > .panel-widget-style {
    max-width: 95% !important;
  }
  .in-touch p span {
    font-size: 18px;
  }
  .in-touch p:first-child span {
    font-size: 40px !important;
  }
  .person-flex p {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .blue-top-bottom-curve::before {
    top: -70px;
  }
  #pg-w670278f606c7c-0 > .panel-row-style {
    padding: 0 40px !important;
  }
  .how-it-works-ps .item {
    margin-left: 0px;
  }
  .blog-lists.teahcer-blog-lists div#post-container {
    max-width: 90%;
  }
  #panel-57-0-0-1 > .panel-widget-style {
    max-width: 100% !important;
  }
  .awards-list.panel-widget-style h3 span {
    font-size: 28px !important;
  }
  #pg-57-5 {
    margin-bottom: 100px !important;
  }
  #panel-57-0-0-1 > .panel-widget-style a.button__transparent {
    font-size: 18px !important;
  }
  #pg-w66fdf7011a06a-1 > .panel-row-style {
    padding: 0px 200px 0px 200px !important;
  }
  .book-workshop.book-page {
    padding: 0 50px !important;
  }
  .blog-title-bg.blue-top-bottom-curve {
    background-color: #364166;
    padding: 0 30px;
    margin: 0px 0 140px;
  }
  .blog-title-bg.blue-top-bottom-curve::after {
    bottom: -150px;
  }
}

@media screen and (max-width: 985px) {
  .home-banner h3 span {
    font-size: 28px;
  }
  .how-it-works-main .flex {
    flex-direction: column;
    gap: 6px !important;
    margin-top: 35px !important;
  }
  .how-it-works-main .flex br {
    display: none;
  }
}

@media screen and (max-width: 901px) {
  img.header-image {
    width: 225px !important;
  }
  .footer-curve {
    padding: 10px 30px 30px !important;
  }
  .footer-curve .button__green, .footer-curve .button__transparent {
    width: fit-content !important;
    font-size: 16px !important;
    min-width: 240px;
  }
  .footer-curve .ow-button-base.ow-button-align-center {
    text-align: left;
  }
  .footer-bottom-last {
    text-align: left;
  }
  .footer-bottom-last div#pgc-48-1-0 {
    margin-top: 0px;
  }
  .footer-bottom-last p {
    text-align: left !important;
  }
  .footer-bottom-extreme-last p {
    text-align: left !important;
    margin-top: 30px;
  }
  .home-banner::after {
    bottom: -75px;
  }
  .home-banner .lady-bg {
    background-size: 710px !important;
    padding: 85px 210px !important;
    text-align: center;
  }
  .home-banner .so-widget-sow-image-default-e4c2d9f6c920 .sow-image-container {
    justify-content: center;
  }
  .banner-cloud-sec {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    padding: 0 25px !important;
    grid-gap: 20px;
  }
  .banner-cloud-sec > div {
    margin: 0 !important;
  }
  .banner-cloud-sec > div:nth-child(1) {
    grid-row: 1/2;
    grid-column: 1/-1;
  }
  .banner-cloud-sec > div:nth-child(2) {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .banner-cloud-sec > div:nth-child(3) {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .home-sec2-imgs {
    flex-direction: row !important;
    align-items: center !important;
    max-width: 70%;
  }
  .home-sec2-imgs > div {
    margin-bottom: 0 !important;
  }
  .how-it-works-cols {
    text-align: center;
  }
  .how-it-works-cols img {
    margin: 0 auto;
  }
  .how-it-works-cols > div > div .panel-widget-style {
    padding: 0 !important;
  }
  .how-it-works-cols .panel-row-style > div:last-child {
    max-width: 60%;
  }
  .contact-wrapper {
    text-align: center;
  }
  .contact-wrapper .sow-image-container {
    justify-content: center;
  }
  .contact-banner {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
  }
  .contact-banner p:nth-child(2) span {
    font-size: 40px !important;
  }
  .b-cont {
    padding: 0px 40px 0;
  }
  .related-blogs__list ul.related-posts {
    grid-template-columns: 1fr;
  }
  .related-blogs {
    margin-bottom: 70px;
  }
  .how-it-works-cols {
    padding: 0px 70px !important;
  }
  .how-it-works-cols .panel-row-style > div:last-child {
    max-width: 100%;
  }
  .how-it-works-cols a.button__transparent-blue {
    margin: 0 auto;
    display: block;
  }
  div#pg-w670278f606c7c-0 > div {
    flex-direction: column-reverse !important;
    gap: 50px !important;
  }
  div#pgc-21-3-0 h4 {
    font-size: 23px !important;
    line-height: normal;
  }
  .teacher-green-columns > div > div > div {
    min-height: auto !important;
  }
  .no-marginp div#pg-w66fb0078ef451-0 p:last-child, .no-marginp div#pl-w66fb0078ef645 p:last-child {
    position: static;
  }
  .book-workshop {
    text-align: center;
  }
  .book-workshop > div > div > div > div:last-child > div {
    flex-direction: column-reverse !important;
    gap: 50px;
  }
  .book-workshop .ow-button-base.ow-button-align-left {
    text-align: center !important;
  }
  .book-workshop .sow-image-container {
    justify-content: center;
  }
  .teacher-free-resources {
    text-align: center;
  }
  .teacher-free-resources p br {
    display: none;
  }
  .teacher-free-resources .sow-image-container {
    justify-content: center;
  }
  .teacher-free-resources .ow-button-base.ow-button-align-left {
    text-align: center !important;
  }
  .teacher-free-resources .ow-button-base.ow-button-align-left a {
    position: static !important;
  }
  .teacher-free-resources #pgc-w66fb05642a67f-0-0 > .panel-cell-style, .teacher-free-resources #pgc-w66fb05642a67f-0-1 > .panel-cell-style {
    padding: 40px;
  }
  .featured-on {
    text-align: center;
  }
  .featured-on .sow-image-container {
    justify-content: center;
  }
  .blog-lists div#post-container {
    grid-template-columns: 1fr;
  }
  .contact-banner p br {
    display: none;
  }
  .footer-curve p {
    font-size: 26px;
  }
  .footer-curve a {
    font-size: 22px !important;
  }
  .footer-curve .button__green, .footer-curve .button__transparent {
    font-size: 22px !important;
  }
  .footer-bottom-last p span {
    font-size: 22px !important;
  }
  .footer-bottom-extreme-last p span {
    font-size: 22px !important;
  }
  div#pgc-57-1-0 img.so-widget-image {
    max-width: 240px;
    margin: 0 auto;
  }
  .awards-list img.so-widget-image {
    max-width: 140px !important;
  }
  div#pg-57-5 img.so-widget-image {
    max-width: 180px;
  }
  div#panel-57-3-0-0 {
    margin-top: 20px !important;
  }
  #pg-w66fdf7011a06a-1 > .panel-row-style {
    padding: 0px !important;
  }
  div#pg-486-3 {
    margin-bottom: 50px !important;
  }
  div#pg-486-2 img {
    max-width: 260px !important;
  }
  div#pg-w66fdf7011a06a-0 > div p, .hear-content p {
    line-height: 30px !important;
  }
  div#pg-w66fdf7011a06a-0 > div p span, .hear-content p span {
    font-size: 22px !important;
  }
  #panel-486-6-0-0 > .panel-widget-style,
  div#pgc-486-0-0 > div > div {
    padding: 0px !important;
  }
  div#pg-w670de84100fad-1 {
    margin-bottom: 40px !important;
  }
  div#pg-486-2 > div {
    padding: 0 !important;
  }
  div#pgc-486-1-0 h3 span {
    font-size: 22px !important;
  }
  .blog-title-bg.blue-top-bottom-curve::before {
    top: -55px !important;
  }
  .blog-title-bg.blue-top-bottom-curve::after {
    bottom: -140px;
  }
  .archive.category #content {
    display: block;
    padding: 140px 0 200px;
  }
  .archive.category #content .each__grid {
    display: flex;
    flex-wrap: wrap-reverse;
    margin-bottom: 90px;
  }
  .mob-also-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    grid-gap: 30px;
  }
  .mob-also-grid > div {
    margin: 0 !important;
  }
}

@media screen and (max-width: 787px) {
  .parents-ban h3, .contact-banner h3 {
    line-height: 34px !important;
    margin-top: 0px;
  }
  .parents-ban h3 span, .contact-banner h3 span {
    font-size: 32px !important;
  }
  #pg-12-0 .home-banner {
    padding-top: 120px !important;
  }
}

@media all and (max-width: 768px) {
  .key-learning-divs img {
    max-width: 40% !important;
  }
  .book-workshop .sow-image-container img {
    max-width: 100%  !important;
  }
}

@media screen and (max-width: 775px) {
  header .inside-header.grid-container::after {
    bottom: -20px;
  }
  .home-banner::after {
    bottom: -25px;
    height: 90px;
  }
  .home-banner p br {
    display: none;
  }
  .home-banner .lady-bg {
    background-size: contain !important;
    padding: 45px 145px 60px !important;
  }
  .home-banner .lady-bg div#pgc-w672405eb65cf1-0-1 {
    margin-top: -40px;
  }
  .home-banner h1 {
    margin-bottom: 20px !important;
  }
  .button__blue {
    padding: 20px 30px !important;
    font-size: 18px !important;
  }
  .footer-curve::before {
    top: -40px;
    height: 90px;
  }
  #pg-48-2 > .panel-row-style {
    margin-top: -1px;
  }
  .contact-banner p:nth-child(2) span {
    font-size: 36px !important;
  }
  .contact-banner.teacher-banner {
    padding-bottom: 40px !important;
  }
  .panel-row-style.panel-row-style-for-25-1 {
    padding: 0 50px !important;
  }
  .blue-top-bottom-curve {
    margin-bottom: 120px;
  }
  .blue-top-bottom-curve::after {
    height: 100px;
    bottom: -80px;
  }
  p br {
    display: none;
  }
  .pgc h6 {
    min-height: auto !important;
  }
  .blog-title-bg.blue-top-bottom-curve {
    margin: 0px 0 100px;
  }
  .blog-title-bg.blue-top-bottom-curve::before {
    top: -55px !important;
    height: 90px;
  }
  .blog-title-bg.blue-top-bottom-curve::after {
    bottom: -80px;
    height: 100px;
  }
  .contact-banner.book-workshop-banner {
    padding-top: 130px !important;
  }
  .contact-banner.book-workshop-banner h1 {
    line-height: 34px !important;
    margin-bottom: 5px;
  }
  .contact-banner.book-workshop-banner h1 span {
    font-size: 32px !important;
  }
  .contact-banner.book-workshop-banner p {
    line-height: 24px !important;
  }
}

@media screen and (max-width: 650px) {
  #pg-w675b9eedbb59f-1 > .panel-row-style {
    padding: 0px 20px 0px 20px !important;
  }
  .home-banner > div > div > div > div:first-child {
    margin-bottom: 30px !important;
  }
  .home-banner div#pg-w672405eb65195-0 {
    margin-bottom: 20px !important;
  }
  .home-banner div#pgc-12-0-0 .lady-bg {
    padding: 75px 140px !important;
    background-size: 490px !important;
  }
  .home-banner div#pgc-12-0-0 .lady-bg > div > div > div:last-child {
    margin-top: -50px;
  }
  .home-banner div#pgc-12-0-0 .lady-bg > div > div > div:last-child h3 {
    margin-bottom: 0;
  }
  .banner-cloud-sec img.so-widget-image {
    max-width: 120px !important;
  }
  .banner-cloud-sec div#pg-w66ef536e57d77-0 {
    grid-template-columns: 1fr;
  }
  .banner-cloud-sec div#pg-w66ef536e57d77-0 .sow-image-container {
    justify-content: center;
  }
  .banner-cloud-sec div#pg-w66ef536e57d77-0 .so-widget-sow-editor {
    text-align: center;
  }
  .home-banner::after {
    bottom: -35px;
  }
  .how-it-works-main #panel-12-3-0-0 > .panel-widget-style {
    padding: 0 !important;
  }
  .how-it-works-main .how-it-works-cols .panel-row-style > div:last-child {
    max-width: 100%;
  }
  .contact-banner p:nth-child(2) {
    line-height: 32px;
    margin: 10px 0;
  }
  .contact-banner p:nth-child(2) span {
    font-size: 32px !important;
  }
  .contact-banner p br {
    display: none;
  }
  .contact-wrapper h3 {
    margin-top: 50px;
  }
  .contact-wrapper h3 span {
    font-size: 32px !important;
  }
  .contact-wrapper .in-touch p span {
    font-size: 20px;
  }
  .contact-wrapper #panel-32-1-1-0 > .panel-widget-style {
    padding: 40px;
  }
  .contact-wrapper div#pgc-32-1-1 p span {
    font-size: 38px !important;
  }
  .contact-wrapper div#panel-32-1-1-0 h3 {
    margin-top: 5px !important;
    margin-bottom: 30px !important;
  }
  div#pg-32-1 {
    margin-bottom: 100px !important;
  }
  #pg-21-2 > .panel-row-style {
    padding: 0px 50px !important;
  }
  .blue-top-bottom-curve::before {
    top: -40px;
    height: 90px;
  }
  .panel-row-style.panel-row-style-for-25-12 {
    padding: 0 !important;
  }
  #panel-w66fb0bc1abdff-1-1-0 > .panel-widget-style {
    padding: 40px !important;
  }
  div#pg-w66fb0bc1abdff-1 {
    margin-bottom: 70px !important;
  }
  .about-blue-curves img.so-widget-image {
    max-width: 90px !important;
  }
  .about-blue-curves #pg-w670ad95acd604-0 > .panel-row-style,
  .about-blue-curves #pg-w670ad95acd604-1 > .panel-row-style,
  .about-blue-curves #pg-w670ad95acd604-2 > .panel-row-style {
    padding: 30px 50px !important;
  }
  div#pg-23-7 > div {
    padding: 0 30px !important;
  }
  .pgc h6 {
    line-height: 27px !important;
  }
  .pgc h6 span {
    font-size: 26px !important;
  }
  div#panel-30-1-0-0 .each__grid,
  div#panel-30-3-0-0 .each__grid {
    display: flex !important;
    flex-direction: column-reverse;
    margin-bottom: 80px !important;
  }
  div#panel-30-1-0-0 .blogs-preview:last-child .each__grid,
  div#panel-30-3-0-0 .blogs-preview:last-child .each__grid {
    margin-bottom: 0 !important;
  }
  body div#pg-21-2 > .how-it-works-main {
    padding: 0 !important;
  }
}

@media screen and (max-width: 590px) {
  .calendly-inline-widget {
    min-height: 1200px;
  }
  .blog-btns {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 20px;
    gap: 20px;
    margin: 30px 0 0;
  }
  #pg-21-2 > .panel-row-style {
    padding: 20px 20px !important;
  }
  .home-banner h1 {
    line-height: 36px;
    margin-bottom: 15px !important;
  }
  .home-banner h1 span {
    font-size: 32px !important;
  }
  .contact-wrapper > div > div:first-child img {
    max-width: 220px !important;
  }
  .home-banner-top {
    max-width: 85%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 555px) {
  .home-banner .lady-bg {
    padding: 75px 110px !important;
  }
  .how-it-works-main .flex {
    margin-top: 15px !important;
  }
  .home-press-rec {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 541px) {
  .inside-header.grid-container::after {
    bottom: -10px !important;
  }
  .home-banner div#pgc-12-0-0::before {
    height: 300px;
    width: 400px;
  }
  .home-banner div#pgc-12-0-0::after {
    height: 290px;
    width: 220px;
  }
  #pg-12-5 {
    margin-bottom: 80px !important;
  }
  .button__blue {
    line-height: 22px !important;
  }
  .b-cont {
    padding: 0px 20px 0;
  }
  .blog-single h1 {
    font-size: 32px;
  }
  .how-it-works-cols {
    padding: 0px 10px !important;
  }
  .blue-top-bottom-curve {
    margin-bottom: 80px !important;
  }
  .blue-top-bottom-curve::before {
    top: -30px;
    height: 100px;
  }
  .blue-top-bottom-curve::after {
    height: 80px;
    bottom: -60px;
  }
  #panel-21-3-0-1 > .panel-widget-style {
    padding: 0 !important;
  }
  div#pl-w66fb35525b03d > div > div {
    padding: 30px !important;
  }
  #pg-21-4 > .panel-row-style {
    padding: 0 !important;
  }
  .book-workshop div#panel-21-4-0-0 h3 span {
    font-size: 42px !important;
  }
  .how-it-works-ps .item > p {
    font-size: 21px;
    line-height: 25px;
  }
  .contact-wrapper > div:last-child > div > div {
    padding: 20px !important;
  }
  #pg-w6702e6555a3e3-0 {
    margin-bottom: 80px !important;
  }
  .book-workshop div#pg-w66fafb7e6e066-1 > div {
    padding: 0 50px !important;
  }
}

@media screen and (max-width: 539px) {
  .home-banner div#pgc-12-0-0 .lady-bg {
    background-size: 80% !important;
  }
  .home-banner div#pgc-12-0-0 .lady-bg .so-widget-sow-image {
    position: static !important;
  }
  .banner-cloud-sec img.so-widget-image {
    max-width: 150px !important;
  }
  .home-banner-top {
    max-width: 95% !important;
  }
  .banner-cloud-sec {
    grid-template-columns: 1fr !important;
  }
  .banner-cloud-sec > div {
    grid-column: initial !important;
    grid-row: initial !important;
  }
  .banner-cloud-sec img.so-widget-image {
    max-width: 120px !important;
  }
  .banner-cloud-sec > div > div:first-child {
    margin-bottom: 10px !important;
  }
  .home-banner {
    padding: 60px 20px 40px 20px !important;
  }
  .home-banner h1 {
    line-height: 20px !important;
    margin-bottom: 15px !important;
  }
  .home-banner h1 span {
    font-size: 22px !important;
  }
  .home-banner > div > div > div > div:first-child {
    margin-bottom: 10px !important;
  }
  .only-mob-home-banner {
    display: block;
  }
  .only-mob-home-banner h3 {
    margin-bottom: 7px;
    line-height: 22px;
  }
  .only-mob-home-banner h3 span {
    font-size: 20px !important;
  }
  .only-mob-home-banner p span {
    font-size: 16px !important;
  }
  .desk-cloud-content {
    display: none;
  }
  .banner-cloud-sec {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
  }
  .banner-cloud-sec > div:first-child {
    grid-column: 1 / -1 !important;
  }
  .banner-cloud-sec a.button__pink {
    height: 108px !important;
    padding: 20px !important;
    border-radius: 30px !important;
    line-height: 20px;
  }
  .banner-cloud-sec a.button__pink span {
    font-size: 22px !important;
  }
  .home-s-2 p {
    line-height: 26px;
  }
  .home-s-2 p span {
    font-size: 20px !important;
  }
  .trust-slider {
    max-width: 85%;
    margin: 0 auto;
  }
  .p-green-columns .teacher-green-columns > div > div > div {
    min-height: auto !important;
  }
  .contact-wrapper {
    padding: 0 15px !important;
  }
  .mob-also-grid {
    grid-gap: 15px;
  }
  .logo-slider .slick-track img.lrg-circle {
    max-width: 150px !important;
  }
  .press-rec-banner h1, .contact-banner h1 {
    font-weight: 100 !important;
    line-height: 24px !important;
  }
  .press-rec-banner h1 span, .contact-banner h1 span {
    font-size: 16px !important;
  }
  .rec-featured-section img {
    max-width: 60% !important;
  }
  .participant-slider p {
    line-height: 26px !important;
  }
  .participant-slider p span {
    font-size: 20px !important;
  }
  .related-blogs ul.related-posts {
    grid-gap: 80px;
  }
}

@media screen and (max-width: 520px) {
  h1 {
    line-height: 1.1 !important;
  }
  h1 span {
    font-size: 32px !important;
  }
  h2 {
    line-height: 1.1  !important;
  }
  h2 span {
    font-size: 29px !important;
  }
  h3 {
    line-height: 1.1  !important;
  }
  h3 span {
    font-size: 28px !important;
  }
  h4 {
    line-height: 1.1  !important;
  }
  h4 span {
    font-size: 22px !important;
  }
  .faq-acc h3.widget-title {
    font-size: 28px !important;
    line-height: 31px !important;
  }
  .blue-top-bottom-curve.how-blue {
    margin-top: 10px !important;
  }
  .home-press-rec {
    margin-bottom: 60px;
  }
  .footer-curve {
    padding: 20px 20px 30px !important;
  }
  .footer-bottom-last, .footer-bottom-extreme-last {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .home-banner {
    padding: 60px 30px 70px 30px !important;
  }
  .home-banner div#pg-w672405eb65195-0 {
    margin-bottom: 20px !important;
  }
  .faq-banner h1 {
    line-height: 34px !important;
    margin-bottom: 10px !important;
  }
  .faq-banner h1 span {
    font-size: 32px !important;
  }
  .faq-acc .sow-accordion .sow-accordion-panel {
    border-radius: 40px !important;
    padding: 13px !important;
  }
  .related-blogs__list h4.post-title {
    line-height: 30px !important;
  }
  .blog-title-bg.blue-top-bottom-curve h3 span {
    font-size: 30px !important;
  }
  .blog-title-bg.blue-top-bottom-curve::before {
    top: -35px !important;
  }
  div#panel-30-1-0-1 {
    margin-bottom: 50px !important;
  }
  .press-rec-banner h1, .contact-banner h1 {
    font-weight: 100 !important;
    line-height: 24px !important;
  }
  .press-rec-banner h1 span, .contact-banner h1 span {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 498px) {
  .home-banner {
    padding: 60px 20px 70px 20px !important;
  }
  .home-banner::after {
    bottom: -42px;
  }
  .home-banner div#pg-w672405eb65195-0 {
    margin-bottom: 20px !important;
  }
  .home-banner div#pgc-12-0-0 .lady-bg .so-widget-sow-image {
    position: relative;
    top: -20px;
  }
  .home-banner div#pgc-12-0-0 .lady-bg h3 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .home-banner div#pgc-12-0-0 .lady-bg p, .home-banner div#pgc-12-0-0 .lady-bg p span {
    font-size: 18px !important;
  }
  h4, h4 span {
    font-size: 23px !important;
  }
  div#pgc-w6700365bf2b07-1-0 p span {
    font-size: 22px !important;
  }
  .bac {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: baseline;
    gap: 30px;
  }
  .footer-curve a, .footer-curve .button__green, .footer-curve .button__transparent {
    font-size: 20px !important;
  }
  .footer-curve p {
    font-size: 22px !important;
  }
  .footer-bottom-last p span, .footer-bottom-extreme-last p span {
    font-size: 18px !important;
  }
  .faq-banner.press-rec-banner h3 {
    line-height: 24px !important;
  }
  .faq-banner.press-rec-banner h3 span {
    font-size: 24px !important;
  }
  div#pgc-w670d9b6c1a7c8-0-1 > div > div,
  div#pgc-w670d9b6c1a7c8-0-0 > div > div {
    padding: 25px !important;
  }
  .blog-title-bg.blue-top-bottom-curve::before {
    top: -35px !important;
    height: 90px;
  }
  div#panel-30-1-0-1 {
    margin-bottom: 40px !important;
  }
  .blog-title-bg.blue-top-bottom-curve::after {
    bottom: -90px;
    height: 100px;
  }
}

@media screen and (max-width: 430px) {
  .home-banner {
    padding: 60px 20px 70px 20px !important;
  }
  .home-banner div#pgc-12-0-0 .lady-bg h3 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .home-banner div#pgc-12-0-0 .lady-bg p, .home-banner div#pgc-12-0-0 .lady-bg p span {
    font-size: 18px !important;
  }
  .home-banner .banner-cloud-sec a.button__pink {
    height: 100px !important;
    border-radius: 30px !important;
    font-size: 18px !important;
  }
  .home-banner .banner-cloud-sec a.button__pink span {
    font-size: 18px !important;
  }
  .home-banner::after {
    bottom: -60px;
  }
  .contact-wrapper #panel-32-1-1-0 > .panel-widget-style {
    padding: 30px;
  }
  #panel-25-9-0-2 > .panel-widget-style {
    padding: 25px !important;
  }
  .footer-bottom-last p span {
    font-size: 18px !important;
  }
  .footer-bottom-extreme-last p span {
    font-size: 20px !important;
  }
  .footer-curve a {
    font-size: 20px !important;
  }
  .footer-curve p {
    font-size: 22px;
  }
}

@media screen and (max-width: 390px) {
  .footer-curve::before {
    top: -20px;
    height: 50px;
  }
  h3, h3 span {
    font-size: 24px !important;
  }
  nav.mobile-menu-wrapper-left a {
    font-size: 18px !important;
  }
  ul#mobile-social-menu li a {
    font-size: 18px !important;
    padding: 15px 20px;
  }
  .in-touch p span {
    font-size: 17px !important;
  }
  #pg-w670a96b165eeb-1 {
    margin-bottom: 50px;
  }
  .button__transparent-blue {
    padding: 20px 20px !important;
    min-width: 250px;
  }
  .teacher-free-resources .ow-button-base.ow-button-align-left a {
    font-size: 18px !important;
  }
  h2 {
    line-height: 31px !important;
  }
  h2 span {
    font-size: 30px !important;
  }
  .about-blue-curves #pg-w670ad95acd604-0 > .panel-row-style,
  .about-blue-curves #pg-w670ad95acd604-1 > .panel-row-style,
  .about-blue-curves #pg-w670ad95acd604-2 > .panel-row-style {
    padding: 20px 20px !important;
  }
  .blog-title-bg.blue-top-bottom-curve::after {
    bottom: -100px;
    height: 100px;
  }
}

@media screen and (max-width: 381px) {
  .lady-bg .so-widget-sow-image {
    position: relative;
    top: -10px;
  }
}

@media screen and (max-width: 350px) {
  .home-banner div#pgc-12-0-0 .lady-bg img.so-widget-image {
    max-width: 90px !important;
  }
  .home-banner div#pgc-12-0-0 .lady-bg h3 {
    line-height: 24px;
  }
  .home-banner div#pgc-12-0-0 .lady-bg h3 span {
    font-size: 20px !important;
  }
  .home-banner div#pgc-12-0-0 .lady-bg p {
    line-height: 20px;
  }
  .home-banner div#pgc-12-0-0 .lady-bg p span {
    font-size: 16px !important;
  }
}
