/*!
Theme Name: measure
Theme URI: http://underscores.me/
Author: thinkclever
Author URI: https://thinkclever.agency/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: measure
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

measure is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
* {
  box-sizing: border-box;
}
html {
  font-size: 17px;
}
body,
main {
  background: #fff;
  margin: 0;
}
body {
  color: #000;
  font-family: 'Outfit', sans-serif;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 155%;
}
body,
html {
  /* line-height: 1.15; */
  -webkit-text-size-adjust: 100%;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  border-left: 4px solid var(--secondary-color, #97ca3e);
  padding: 10px 10px 10px 30px;
  margin: 0 0 30px;
  box-shadow: 0 0px 2px var(--secondary-color, #97ca3e);
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul {
  /* list-style: none; */
  /* padding: 0; */
  margin: 0;
  margin-bottom: 30px;
}
ol {
  margin: 0 0 30px;
  padding: 0;
  display: grid;
  gap: 20px;
}
ol ol {
  counter-reset: item;
  margin: 20px 0 0;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
a {
  color: var(--anchor-color, #1b4ea0);
  text-decoration: none;
  transition: all 0.3s ease-in;
}
a:hover {
  color: var(--anchor-hover-color, #97ca3e);
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.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;
}
#primary[tabindex='-1']:focus {
  outline: 0;
}
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.default-contents *:last-child {
  margin-bottom: 0;
}
.container {
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
a {
  color: #e24545;
}
a,
a:active,
a:focus,
a:hover {
  font-weight: 400;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  color: #fda4a4;
}
h1 {
  font-size: 50px;
}
h1,
h2 {
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h3,
h4 {
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 17px;
}
h5,
h6 {
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
}
h6 {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  line-height: 1.2em;
  margin: 0 0 1em;
  text-transform: none;
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 17px;
  }
  h6 {
    font-size: 14px;
  }
}
.button,
.button:active,
.btn a,
form input[type='submit'],
form input[type='submit']:active {
  background: #fff161;
  border: 3px #000;
  border-radius: 8px;
  box-shadow: 0 5px 0 0 #c60004;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  height: 47px;
  letter-spacing: 0;
  line-height: 1.8em;
  padding: 10px 30px !important;
  text-decoration: none;
  text-transform: none;
  display: inline-flex;
  align-items: center;
}
.button:focus,
.button:hover,
.btn a:hover,
form input[type='submit']:focus,
form input[type='submit']:hover {
  background: #c60004;
  box-shadow: 0 0 0 0 #c60004;
  color: #000 !important;
}
.button:disabled,
.hs-button:disabled,
button:disabled {
  background: #d0d0d0;
  color: #e6e6e6;
}
header.site-header {
  position: sticky;
  top: 0;
  padding: 20px 0;
  z-index: 9999;
  background-color: #fff;
}
.admin-bar header.site-header {
  top: 32px;
}
header.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.site-header .site-branding a {
  display: flex;
}
header.site-header .site-branding a img {
  width: 100%;
  max-width: 264px;
  transition: all 0.3s ease-in;
}
header.site-header.fixed {
  padding: 15px 0;
}
header.site-header.fixed .site-branding a img {
  max-width: 200px;
}
header.site-header .right {
  display: flex;
  align-items: center;
}
header.site-header .right ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 30px;
  align-items: center;
}
header.site-header .right ul a {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 0;
  transition: all 0.3s ease-in;
}
header.site-header .right ul li.menu-item-has-children {
  position: relative;
}
li.menu-item-has-children span.icon {
  border-style: solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  margin-bottom: 3px;
  margin-left: 8px;
}
header.site-header .right ul li.menu-item-has-children ul.sub-menu {
  padding: 12px;
  margin: 0 0 0 0px;
  background: #fff161;
  box-shadow: 0 5px 0 0 #c60004;
  border-radius: 8px;
  position: absolute;
  width: 240px;
  display: block;
  top: 40px;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}
header.site-header .right ul li {
  display: inline-block;
  line-height: 1;
}
header.site-header .right ul li.menu-item-has-children ul.sub-menu a {
  display: block;
  width: 100%;
  padding: 8px 12px;
  border-radius: 4px;
}
header.site-header .right ul li.menu-item-has-children ul.sub-menu li {
  width: 100%;
}
header.site-header .right ul a:hover {
  color: #e24545;
}
header.site-header .right ul li.menu-item-has-children ul.sub-menu a:hover {
  background-color: #000;
}
header.site-header .right ul li.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 28px;
}
.mobile-menu-trigger {
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 5px;
  position: relative;
  transition: all 0.3s ease-in;
  display: none;
}
.mobile-menu-trigger span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #000;
}
.mobile-menu-trigger span:first-child {
  top: 8px;
}
.mobile-menu-trigger span:last-child {
  top: auto;
  bottom: 8px;
}
.mobile-menu-trigger span:nth-child(2) {
  top: 19px;
}
.mobile-menu-trigger.active span:nth-child(2) {
  opacity: 0;
}
.mobile-menu-trigger.active span:first-child {
  transform: rotate(45deg);
  top: 19px;
}
.mobile-menu-trigger.active span:last-child {
  transform: rotate(-45deg);
  bottom: 19px;
}
.mobile-menu-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  overflow: auto;
  padding: 180px 20px 30px;
}
.mobile-menu-wrapper::-webkit-scroolbar {
  display: none;
}
.mobile-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu-wrapper ul ul.sub-menu {
  display: none;
  padding-left: 10px;
  margin-bottom: 10px;
}
.mobile-menu-wrapper ul li.menu-item-has-children {
  position: relative;
}
.mobile-menu-wrapper ul li {
  margin: 5px 0;
}
.mobile-menu-wrapper ul li a {
  display: inline-block;
  padding: 5px 0;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.mobile-menu-wrapper ul li.menu-item-has-children span.icon {
  position: absolute;
  right: 0;
  top: 10px;
  padding: 6px;
}
.mobile-menu-wrapper ul li.btn {
  margin-top: 20px;
}

section {
  overflow: hidden;
  position: relative;
}
section.home-hero .item {
  background-color: #e24545;
  padding: 0px 100px 0 100px;
  min-height: 650px;
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
}
section.home-hero .item h1 {
  font-size: 72px;
  margin-bottom: 30px;
  font-weight: 600;
  color: #fff;
}
section.home-hero .item .content {
  flex: 1;
  padding: 30px 0;
}
section.home-hero .item .right-image {
  max-width: 400px;
}
section.home-hero .item .descriptions {
  font-size: 24px;
  line-height: 1.6em;
  max-width: 600px;
  color: #fff;
  margin-bottom: 30px;
}
.home-hero-slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 20px;
}
.home-hero-slider.owl-carousel .owl-nav button {
  width: 45px;
  height: 45px;
  pointer-events: all;
}
.home-hero-slider.owl-carousel .owl-nav button.owl-prev {
  transform: rotate(180deg);
}
.home-hero-slider.owl-carousel .owl-nav button svg {
  width: 24px;
  height: auto;
}
section.home-about {
  padding: 100px 0;
  margin: 100px 0;
  background-image: linear-gradient(
    rgba(250, 250, 250, 1),
    rgba(250, 250, 250, 1)
  );
}
ol,
p,
pre,
ul {
  margin: 0 0 30px;
}
section.home-contact {
  padding: 100px 0;
}
footer.site-footer {
  padding: 80px 0 80px 0;
  background: #000;
  color: #999;
  position: relative;
  overflow: hidden;
  text-align: center;
}
footer.site-footer .container {
  display: grid;
  gap: 50px;
}
footer.site-footer .footer-logo a {
  display: flex;
  justify-content: center;
}
footer.site-footer .footer-logo a img {
  width: 50px;
}
footer.site-footer .footer-text p:last-child {
  margin: 0;
}
footer.site-footer .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
footer.site-footer .bottom .social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer.site-footer .bottom .social-links a {
  display: flex;
  width: 30px;
  justify-content: center;
  height: 30px;
  align-items: center;
}
footer.site-footer .bottom .social-links a path {
  fill: currentColor;
}
footer.site-footer .bottom .social-links a:hover {
  color: #fff;
}
footer.site-footer .bottom .menu ul {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 20px;
  list-style: none;
  padding: 0;
}
footer.site-footer .bottom .menu ul a {
  background: #000;
  border: 3px #000;
  border-radius: 8px;
  box-shadow: 0 5px 0 0 #c60004;
  color: #c60004;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  height: auto;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.8em;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: none;
  width: auto;
  display: inline-block;
}
footer.site-footer .bottom .menu ul a:hover {
  background: #c60004;
  color: #000;
  box-shadow: 0 0 0 0 #c60004;
}
section.home-contact .form-wrap {
  border: 5px #000;
  border-radius: 10px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  color: #000;
  background: #f5f5f5;
  padding: 50px;
}
section.home-contact .default-contents {
  margin-bottom: 40px;
}
section.inner-hero {
  background-color: #000;
  color: #fff;
  padding: 70px 0;
  text-align: center;
}
section.inner-hero h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 20px;
}
section.inner-hero .sub-headline {
  font-weight: bold;
  margin-bottom: 30px;
}
section.services-supports h2.headline {
  text-align: center;
  margin-bottom: 50px;
}
section.services-supports.powerschool-support h2.headline {
  color: #c60004;
}
section.services-supports {
  background-color: rgba(255, 209, 38, 1);
  padding: 100px 0;
}
section.services-supports .supports-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
section.red-cta {
  background-color: #e24545;
  padding-bottom: 80px;
  text-align: center;
  margin-top: 100px;
  overflow: initial;
  color: #fff;
}
section.red-cta .logo {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
section.red-cta .logo img {
  width: 100%;
  max-width: 300px;
  margin-top: -80px;
}
section.red-cta h2 {
  font-size: 72px;
  color: #fff;
  margin-bottom: 30px;
}
section.red-cta .descriptions {
  font-size: 24px;
  line-height: 1.6em;
  margin-bottom: 0;
  margin-bottom: 60px;
}
section.red-cta .inner {
  width: 100%;
  max-width: 70%;
  margin: auto;
}
header.site-header
  .right
  ul
  li.menu-item-has-children
  ul.sub-menu
  .current-menu-item
  a {
  color: #999;
}
section.testimonials {
  background-color: rgba(255, 209, 38, 1);
  padding: 100px 0;
}
section.testimonials .testimonials-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 50px;
}
body .form-wrap div.wpforms-container .wpforms-field input,
body .form-wrap div.wpforms-container .wpforms-field textarea {
  background: #fff;
  border: none !important;
  border-radius: 8px;
  box-shadow: 0 0 0 0 #c60004 !important;
  color: #000;
  padding: 20px;
  outline: none;
  height: 59px;
}
body .form-wrap div.wpforms-container .wpforms-field label.wpforms-field-label {
  color: #000;
  font-size: 14px;
  text-transform: none;
  font-weight: 300;
}
body .form-wrap div.wpforms-container .wpforms-field textarea {
  height: calc(var(--wpforms-field-size-input-height) * 2.8);
}
.form-wrap
  div.wpforms-container
  .wpforms-submit-container
  button[type='submit'] {
  background-color: #fff161 !important;
  border: 3px #000;
  border-radius: 8px;
  box-shadow: 0 5px 0 0 #c60004;
  color: #000 !important;
  font-family: Outfit, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  height: auto;
  line-height: 1.8em;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: none;
  width: auto;
}
.form-wrap
  div.wpforms-container
  .wpforms-submit-container
  button[type='submit']:hover {
  background-color: #c60004 !important;
  box-shadow: 0 0 0 0 #c60004;
}
section.services-supports.powerschool-support {
  background-color: #fff;
}
section.services-supports.powerschool-support .container.cta {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  margin-top: 100px;
  gap: 30px 50px;
}
section.services-supports.powerschool-support .container.cta .cta-title {
  color: #c60004;
  font-weight: 900;
}
section.services-supports.powerschool-support .container.cta .right {
  text-align: center;
}
section.powerschool-supports-features {
  margin: 100px 0;
  background-color: rgba(255, 209, 38, 1);
  padding: 50px 0;
}
section.powerschool-supports-features .cards-wrap {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 1fr;
}
section.powerschool-supports-features .cards-wrap .item {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 10%);
  border-radius: 10px;
  padding: calc(50px * 1);
  background: #f5f5f5;
}
section.powerschool-supports-features .cards-wrap .item .headline {
  color: #c60004;
  margin-bottom: 15px;
}
section.powerschool-grid {
  padding-top: 100px;
  padding-bottom: 20px;
}
section.powerschool-grid .grids-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  gap: 30px 50px;
}
section.sis-reports .headline {
  text-align: center;
}
section.sis-reports .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 50px;
}
section.sis-reports .wrap .accordion {
  padding: calc(50px * 1);
  background: #f5f5f5;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 10%);
}
.faq-item {
  padding-top: 30px;
  border-bottom: 1px solid;
}
.faq-item:last-child {
  border: none;
  margin: 0;
}
.faq-item .faq-question {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
  cursor: pointer;
  font-weight: 600;
}
.faq-item .faq-question svg {
  width: 20px;
}
.faq-item .faq-answers {
  display: none;
}
section.blurbs-section {
  padding: 100px 0;
}
section.blurbs-section .blurbs-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
section.blurbs-section .blurbs-wrapper .item {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 10%);
  border-radius: 10px;
  padding: 50px;
  gap: 30px;
  display: grid;
  background-color: #f5f5f5;
}
section.blurbs-section .blurbs-wrapper .item .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
section.blurbs-section .blurbs-wrapper .item .top .icon {
  display: flex;
}
section.blurbs-section .blurbs-wrapper .item .top .icon img {
  height: 40px;
  object-fit: contain;
}
section.blurbs-section .blurbs-wrapper .item .top .headline {
  flex: 1;
  margin: 0;
}
section.blurbs-section .container > .headline {
  font-size: 48px;
  text-align: center;
  font-weight: 900;
  color: #ffd125;
}
section.sis-reports.data-reports {
  background-color: rgba(255, 209, 38, 1);
  padding: 50px 0;
}
section.sis-reports.data-reports .headline {
  font-size: 50px;
  font-weight: 900;
}
section.sis-reports.data-reports h2.blog-headline {
  margin: 50px 0;
}
.latest-news {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.post-item {
  position: relative;
}
.link-whole-div {
  position: absolute;
  width: 100%;
  height: 100%;
}
.post-item .thumbnail {
  display: flex;
  margin-bottom: 30px;
  height: 170px;
}
.post-item .thumbnail img {
  width: 100%;
  object-fit: cover;
}
.post-item .title {
  color: #e24545;
}
section.welcome {
  background-color: rgba(255, 209, 38, 1);
  padding: 50px 0;
}
section.welcome .contents {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 10%);
  background: #f5f5f5;
  padding: 50px;
  border-radius: 10px;
}
section.welcome .contents *:last-child {
  margin-bottom: 0;
}
section.generic-text-block {
  padding: 100px 0;
}
.post-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.post-author img {
  width: 50px;
}
.share-post {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 50px;
}
.share-post .social-sharing {
  display: flex;
  align-items: center;
  gap: 5px;
}
.share-post .social-sharing a {
  width: 46px;
  height: 46px;
  transition: all 0.3s ease-in;
  color: #734e36;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.share-post .social-sharing a:hover {
  background-color: rgba(175, 175, 175, 1);
}
.share-post .social-sharing a svg {
  width: 16px;
  height: 16px;
}
.single-post .top-area .time {
  margin-bottom: 10px;
}
.single-post .top-area h1 {
  margin-bottom: 30px;
}
.single-post .post-tags {
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 30px 0;
}
.single-post .related-post {
  margin-top: 60px;
}
.single-post .related-post h2 {
  text-align: center;
}
.post-design-2 .date {
  margin: 10px 0 20px;
}
/* .single-post .related-post .button {
  background-color: #c60004;
  box-shadow: none;
  color: #fff;
  border-radius: 0;
} */
.post-design-2 h3.title {
  color: #000;
}
.post-design-2 .tags {
  margin-bottom: 10px;
  font-size: 16px;
}
section.blogs-all-posts .top-area {
  padding: 130px 0;
  text-align: center;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
section.blogs-all-posts .top-area span {
  background-color: #000;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding-bottom: 4px;
}
section.blogs-all-posts .top-area .title {
  margin-bottom: 15px;
}
section.blogs-all-posts .top-area h1 span {
  padding-bottom: 12px;
}
section.blogs-all-posts .top-area .sub-headline {
  margin-bottom: 20px;
}
.filter-blogs-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 40px;
}
section.blogs-all-posts .all-blogs-grid-wrap {
  padding: 100px 0;
}
.filter-blogs-content .blog-pagination {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.filter-blogs-content .blog-pagination .page-numbers {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}
.filter-blogs-content .blog-pagination .page-numbers.current {
  border-color: #d7d9e3;
}
section.schedules-section {
  padding: 100px 0;
}
.schedules-section .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
section.schedules-section .form-wrap {
  border: 1px none #f4f0ec;
  padding: 45px;
  background-color: rgba(244, 240, 236, 1);
  border-radius: 0px;
}
section.latest-blogs-section {
  padding-bottom: 100px;
}
section.latest-blogs-section .top {
  text-align: center;
}
section.latest-blogs-section .top .title {
  margin-bottom: 20px;
}
section.blogs-all-posts .all-blogs-grid-wrap .container {
  max-width: 85ch;
}
@media screen and (max-width: 1179px) {
  header.site-header .site-branding a img {
    max-width: 200px;
  }
  section.home-hero .item .right-image {
    max-width: 300px;
  }
  section.home-hero .item {
    padding: 0 40px;
    min-height: 550px;
  }
  section.home-hero .item h1 {
    font-size: 50px;
  }
  section.home-hero .item .descriptions {
    font-size: 20px;
  }
  section.home-about {
    padding: 50px 0;
    margin: 50px 0;
  }
  section.home-contact {
    padding: 50px 0;
  }
  section.inner-hero h1 {
    font-size: 42px;
  }
  section.powerschool-grid {
    padding-top: 70px;
  }
  section.powerschool-supports-features {
    margin: 70px 0;
  }
  section.powerschool-supports-features .cards-wrap {
    gap: 20px;
  }
  section.powerschool-supports-features .cards-wrap .item {
    padding: 30px;
  }
  section.sis-reports .wrap .accordion {
    padding: 30px;
  }
  section.red-cta h2 {
    font-size: 55px;
  }
  section.red-cta .descriptions {
    font-size: 20px;
  }
  section.red-cta .logo img {
    max-width: 250px;
  }
  section.red-cta {
    padding-bottom: 50px;
  }
  section.services-supports {
    padding: 70px 0;
  }
  section.blurbs-section .blurbs-wrapper .item {
    padding: 30px;
  }
  section.sis-reports.data-reports .headline {
    font-size: 40px;
  }
  .post-item .title {
    font-size: 24px;
  }
  section.blurbs-section .container > .headline {
    font-size: 40px;
  }
  section.blurbs-section {
    padding: 70px 0;
  }
}
@media screen and (min-width: 1024px) {
  .mobile-menu-wrapper {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  header.site-header .right .menu-wrap {
    display: none;
  }
  .mobile-menu-trigger {
    display: block;
  }
  section.home-hero .item {
    padding: 0 20px;
  }
  section.home-hero .item h1 {
    font-size: 47px;
  }
  section.home-contact .form-wrap {
    padding: 10px 20px 20px;
  }
  section.powerschool-grid .grids-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  section.powerschool-grid {
    padding-top: 50px;
  }
  section.sis-reports .wrap .accordion {
    padding: 20px;
  }
  section.services-supports {
    padding: 50px 0;
  }
  section.services-supports.powerschool-support .container.cta {
    margin-top: 50px;
    grid-template-columns: 1fr;
  }
  section.red-cta h2 {
    font-size: 45px;
  }
  section.red-cta .descriptions {
    margin-bottom: 30px;
  }
  section.red-cta .logo img {
    max-width: 200px;
  }
  section.testimonials,
  section.generic-text-block {
    padding: 70px 0;
  }
  section.blogs-all-posts .all-blogs-grid-wrap {
    padding: 50px 0;
  }
  .schedules-section .container {
    grid-template-columns: 1fr;
  }
  section.schedules-section {
    padding: 50px 0;
  }
  .latest-news {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  section.schedules-section .form-wrap {
    padding: 0 20px 20px;
  }
  header.site-header .site-branding a img,
  header.site-header.fixed .site-branding a img {
    max-width: 135px;
  }
  section.home-hero .item .right-image {
    margin: auto;
  }
  section.home-hero .item {
    flex-wrap: wrap;
  }
  section.home-hero .item .content {
    flex: initial;
  }
  section.home-hero .item h1 {
    font-size: 35px;
  }
  section.home-hero .item .descriptions {
    font-size: 18px;
  }
  section.inner-hero h1 {
    font-size: 30px;
  }
  section.powerschool-supports-features .cards-wrap {
    grid-template-columns: 1fr;
  }
  section.powerschool-supports-features .cards-wrap .item {
    padding: 20px;
  }
  section.sis-reports .wrap {
    grid-template-columns: 1fr;
  }
  section.services-supports .supports-wrap {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  footer.site-footer {
    padding: 40px 0px;
  }
  footer.site-footer .container {
    gap: 30px;
  }
  footer.site-footer .bottom {
    flex-wrap: wrap;
  }
  footer.site-footer .bottom .menu ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.red-cta .inner {
    max-width: 100%;
  }
  section.red-cta h2 {
    font-size: 32px;
  }
  section.red-cta .descriptions {
    font-size: 18px;
  }
  section.welcome .contents {
    padding: 20px;
  }
  section.blurbs-section .blurbs-wrapper {
    grid-template-columns: 1fr;
  }
  section.blurbs-section .blurbs-wrapper .item {
    padding: 20px;
  }
  section.blurbs-section .blurbs-wrapper .item .top {
    gap: 10px;
  }
  section.sis-reports.data-reports .headline {
    font-size: 24px;
  }
  .latest-news {
    grid-template-columns: 1fr;
  }
  section.blurbs-section .container > .headline {
    font-size: 30px;
  }
  section.blurbs-section {
    padding: 50px 0;
  }
  section.testimonials,
  section.generic-text-block {
    padding: 50px 0;
  }
  section.testimonials .testimonials-wrap {
    grid-template-columns: 1fr;
  }
  .filter-blogs-content {
    grid-template-columns: 1fr;
  }
  section.blogs-all-posts .top-area .title {
    font-size: 28px;
  }
  section.blogs-all-posts .top-area {
    padding: 60px 0;
  }
}
