/*

less-watch-compiler themes/cyberschool-theme themes/cyberschool-theme

*/
.heading-font {
  font-family: 'Open Sans', sans-serif;
}
.copy-font {
  font-family: 'Raleway', sans-serif;
}
body {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans', sans-serif;
  color: #27368C;
  font-weight: 700 !important;
}
p {
  font-size: 1.35rem;
}
h1#pageh1 {
  font-size: 2.5rem;
  font-weight: 700;
}
.main-body h2 {
  font-size: 1.6rem;
}
h3 {
  font-size: 1.4rem;
}
p,
section,
div,
a {
  font-family: 'Raleway', sans-serif;
}
.primary {
  color: #27368C;
}
.primary-override {
  color: #27368C !important;
}
.bg-primary {
  background-color: #27368C !important;
}
.secondary {
  color: #FDB714;
}
.bg-secondary {
  background-color: #FDB714 !important;
}
.alert {
  color: #DC3338;
}
.bg-alert {
  background-color: #DC3338;
}
.success {
  color: #20A539;
}
.bg-success {
  background-color: #20A539;
}
.maindark {
  color: #0D1330;
}
.maindark-override {
  color: #0D1330 !important;
}
.bg-maindark {
  background-color: #0D1330;
}
.bg-mainlighter {
  background-color: #0d13304b;
}
.active {
  color: #DC3338 !important;
}
/* Navbar */
nav.navbar div.bg-secondary.column .columns {
  margin-right: 15%;
}
nav.navbar div.bg-secondary.column .columns .column {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
nav.navbar div.bg-secondary.column .columns a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  padding: 0 1.25rem;
}
nav.navbar .navbar-end {
  justify-content: center;
}
nav.navbar .navbar-menu {
  justify-content: center;
}
nav.navbar .navbar-menu #menu-primary .navbar-item a,
nav.navbar .navbar-menu #menu-primary a.navbar-item {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #27368C;
  font-size: 1rem;
}
/*
.main-body h1 {
  margin: 5rem auto 3rem auto;
}
*/
.address-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.address-wrapper h3,
.address-wrapper a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #27368C;
}
.map-wrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
}
#map-column {
  margin: auto;
}
.header-image {
  background-position: center top;
  min-height: 600px;
  background-repeat: no-repeat;
}
p.box-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.2;
}
a.button.cta,
.gform_button {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #27368C !important;
  border: 2px solid #27368C !important;
  background: transparent;
  border-radius: 0 !important;
  font-size: 1.5rem !important;
  transition: all 0.2s ease-in;
  padding: 0.75rem 1.5rem;
}
a.button.cta:hover,
.gform_button:hover {
  background: #27368C;
  color: #FFFFFF !important;
}
.link-light.column {
  flex-basis: auto;
}
.link-light > a {
  color: white;
}
.hero {
  height: 100%;
  justify-content: end !important;
}
.hero-body {
  display: flex;
  height: auto;
  flex-grow: inherit !important;
  padding: 0 !important;
  margin-bottom: 2%;
  margin-left: 10%;
  max-width: 50%;
}
.hero-body-copy {
  color: #27368C !important;
}
.hero-body .cta {
  align-self: flex-end;
}
.hero-body .inner-body p {
  font-family: 'Open Sans', sans-serif;
}
.hero-body .inner-body p.title {
  font-weight: 700;
  color: #27368C;
}
.hero-body .inner-body p.title.subtitle {
  font-weight: 700;
  color: #20A539;
}
.inner-body {
  background: rgba(255, 255, 255, 0.85);
  padding: 3rem;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 3rem;
  justify-content: center;
}
.callToActionBox {
  background-size: cover !important;
  background-position: top;
  justify-content: flex-end !important;
  padding: 1.75rem 0;
  min-height: 20vw;
}
.actionText {
  font-size: 2.5rem;
  align-self: flex-end;
  z-index: 2;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.box1 .actionText {
  background-color: rgba(39, 54, 140, 1);
  padding: 10px;
}
.box1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(39, 54, 140, 0.3);*/
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.box1:hover .overlay {
  background-color: rgba(39, 54, 140, 0.5);
}
.box2 .actionText {
  background-color: rgba(253, 183, 20, 1);
  padding: 10px;
}
.box2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 /*background-color: rgba(253, 183, 20, 0.3);*/
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.box2:hover .overlay {
  background-color: rgba(253, 183, 20, 0.5);
}
.box3 .actionText {
  background-color: rgba(32, 165, 57, 1);
  padding: 10px;
}
.box3 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(32, 165, 57, 0.3);*/
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.box3:hover .overlay {
  background-color: rgba(32, 165, 57, 0.5);
}
.action-bar > div > a:hover {
  color: #FFFFFF;
  transition: 0.3s;
}
.action-bar > div > a {
  transition: 0.3s;
}
.statistic-box {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.statistic > div:nth-child(odd) {
  background-color: #FDB714;
}
.statistic > div:nth-child(even) {
  background-color: #DC3338;
  transition: 0.3s;
}
slider-text {
  position: absolute;
  right: 0;
  bottom: 0;
}
#slider .card-content {
  max-width: 100%;
}
#slider {
  overflow: hidden;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  right: 0;
  top: 0;
}
.item-slide img {
  max-width: 1200px;
}
.card-content {
  padding: 2rem 3rem !important;
}
.slider-pagination .slider-page {
  background: #27368C !important;
}
.slider-navigation-previous > svg {
  color: #27368C;
}
.slider-navigation-next > svg {
  color: #27368C;
}
.card {
  box-shadow: none !important;
}
.card-content > div > p {
  padding: 0 0.5rem;
}
/*
.testimonial-wrap-inner {
  padding-top: 6rem;
}
*/
.testimonial-copy {
  text-align: center;
}
.testimonial-image {
  width: 25rem;
  height: 25rem;
  object-fit: cover;
  border-radius: 50%;
}
.is-horizontal-center {
  justify-content: center;
}
.stat-header > h3 {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
.stat-text {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.navbar-link:not(.is-arrowless)::after {
  border-color: #27368C !important;
}
#quick-link {
  display: flex;
  justify-content: flex-end;
  padding-right: 2rem;
  padding-bottom: 0 !important;
}
#quick-link > .columns > .column > a {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
nav {
  margin-bottom: 0 !important;
}
.navbar-brand > a > img {
  max-height: 4rem;
}
.body-block:nth-child(even) {
  flex-direction: row-reverse;
  background-color: rgba(217, 217, 217, 0.51);
}
.body-block {
  margin-bottom: -0.4rem !important;
}
.body-block .body-block-inner {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.body-block-image {
  display: flex !important;
  align-items: flex-end;
}
.social-media-links {
  transition: 0.3s ease-in-out;
}
.social-media-links:hover {
  color: #DC3338 !important;
  transition: 0.3s ease-in-out;
}
.contains-information {
  margin-right: 0.5rem;
}
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}
.columns.center-align {
  align-items: center;
}
.pre-footer-img {
  margin-top: -5vw;
}
.main-body ul {
  list-style-type: '》'!important;
  columns: 2;
}
.main-body li {
  padding: 10px 0!important;
}
.main-body li::marker {
  color: #27368C;
}
.main-body.add-spacing {
  margin: 3vw 0 5vw;
}
.tribe-common .tribe-common-h8 {
  font-size: 16px;
}
.tribe-events .tribe-events-calendar-month__calendar-event-datetime {
  font-size: 15px;
}
/* Contact Form */
.cyberschool-form > div > div > fieldset > div > span > input {
  border-color: #27368C;
}
.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
  border: 3px solid #27368C !important;
  padding: 1rem !important;
}
#gform_submit_button_1, #gform_submit_button_2 {
  padding: 1rem 3rem !important;
  line-height: 1;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 3px solid #DC3338 !important;
}
#input_1_1_3::-webkit-input-placeholder {
  /* Webkit browsers */
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  color: #27368C;
  font-weight: 700;
}
#input_1_1_3:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 1.25rem;
  color: #27368C;
  font-weight: 700;
}
#input_1_1_3::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 1.25rem;
  color: #27368C;
  font-weight: 700;
}
#input_1_1_3:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 1.25rem;
  color: #27368C;
  font-weight: 700;
}
#input_1_1_6::-webkit-input-placeholder {
  /* Webkit browsers */
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  color: #27368C;
  font-weight: 700;
}
#input_1_1_6:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 1.25rem;
  color: #27368C;
  font-weight: 700;
}
#input_1_1_6::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 1.25rem;
  color: #27368C;
  font-weight: 700;
}
#input_1_1_6:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 1.25rem;
  color: #27368C;
  font-weight: 700;
}
#input_1_2::-webkit-input-placeholder {
  /* Webkit browsers */
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  color: #27368C;
  font-weight: 700;
}
#input_1_2:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 1.25rem;
  color: #27368C;
  font-weight: 700;
}
#input_1_2::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 1.25rem;
  color: #27368C;
  font-weight: 700;
}
#input_1_2:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 1.25rem;
  color: #27368C;
  font-weight: 700;
}
#input_1_3::-webkit-input-placeholder {
  /* Webkit browsers */
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  color: #27368C;
  font-weight: 700;
}
#input_1_3:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 1.25rem;
  color: #27368C;
  font-weight: 700;
}
#input_1_3::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 1.25rem;
  color: #27368C;
  font-weight: 700;
}
#input_1_3:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 1.25rem;
  color: #27368C;
  font-weight: 700;
}
.gfield_description {
  display: none;
}
.gform_title {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.cyberschool-form {
  font-family: 'Raleway', sans-serif;
}
.cyberschool-form > .gform_footer {
  flex-direction: column;
}
.cyberschool-form > div > div > div > div > textarea {
  border-color: #27368C;
  border-radius: 0%;
}
.gfield_label {
  color: #27368C;
}
.gform-field-label {
  color: #27368C;
}
/* Staff Page */
.staff-parent {
  max-width: 90%;
  margin: 0 auto!important;
}
.staff-box {
  min-height: 250px;
  background-size: cover;
  background-position: center;
}
.informational-staff-section > p {
  text-align: center;
  margin-bottom: 0!important;
}
.informational-staff-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
/* Iframe */
iframe {
  width: 100%;
}
._2p3a {
  width: 100% !important;
}
/* Resources Page */
.resource-buttons {
  margin-bottom: 40px;
}
.resource-buttons > .columns {
  max-width: 80%;
  margin: 0 auto;
}
.resource-button {
  width: 25%;
  padding: 5px;
}
.resource-button a {
  width: 100%;
}
.resource-button > .icon {
  width: 100% !important;
  justify-content: right;
}
.faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #27368C;
  font-weight: bold;
  cursor: pointer;
}
.is-active > #dropdown-menu {
  position: initial !important;
  display: initial !important;
}
.dropdown > .dropdown-menu > .dropdown-content {
  border-radius: 0px !important;
  border-color: #0d13304b !important;
  border-style: solid;
  border-width: 1px;
  padding: 15px;
}
.is-active > .dropdown-menu {
  animation: navAnim 0.3s ease-in-out;
}
#handbook-link {
  color: #DC3338 !important;
  transition-duration: 0.3s;
}
#handbook-link:hover {
  color: #27368C !important;
  transition-duration: 0.3s;
}
p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.column > p {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
#output > p {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  color: black;
}
.uniform-wrap {
  border-radius: 0 6px 6px 0;
  width: 80%;
}
.heart-wrap {
  border-radius: 6px 0 0 6px;
  width: 80%;
  float: right;
  margin-top: 1rem !important;
  background-color: #ececec;
}
@keyframes navAnim {
  0% {
    display: none;
    opacity: 0;
    height: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
    height: 396px;
  }
}
/* Report Card */
.download-box {
  background-color: #FDB714 !important;
  color: #27368C !important;
  font-size: large;
  transition: 0.5s;
}
.download-box:hover {
  background-color: #27368C !important;
  color: white !important;
  transition: 0.5s;
}
/* Apply */
#apply-button {
  background-color: #DC3338 !important;
  color: white !important;
  transition: 0.5s;
}
#apply-button:active {
  background-color: #27368C !important;
  transition: 0.2s;
}
@media screen and (min-width: 1024px) {
  #menu-primary {
    margin-right: 2rem;
  }
  #menu-primary > a:not(:last-child) {
    margin-right: 2rem;
  }
  #menu-primary {
    margin-left: 2rem !important;
  }
}
footer {
  padding: 3rem 1.5rem 0rem !important;
  margin-top: -1.75rem;
}
#key-link {
  color: white;
  transition: 0.5s;
}
#key-link:hover {
  color: #DC3338;
  transition: 0.5s;
}
.post-wrapper {
  display: block;
  margin: auto;
  margin-bottom: 5rem;
}
.post-wrapper h1 {
  color: #27368C;
  font-size: 2.5rem;
  font-weight: 700 !important;
}
.contact-form-wrap #gform_wrapper_1 {
  margin: 1.5rem auto;
  max-width: 900px;
}
@media screen and (max-width: 1023px) {
  .navbar-menu {
    background-color: #fff;
    box-shadow: none !important;
    padding: 0.5rem 0;
  }
  .navbar-brand {
    display: flex !important;
    flex-wrap: wrap;
  }
  #menu-primary {
    margin-left: auto;
  }
  .testimonial-wrap-inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .hero-body {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .hero-body .inner-body {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .hero-body .inner-body .cta {
    align-self: center;
  }
  .resource-button {
    width: 50%;
  }
}
@media (max-width: 950px) {
  .uniform-wrap {
    width: auto;
    border-radius: 0;
  }
  .heart-wrap {
    width: auto;
    border-radius: 0;
    background-color: transparent;
    float: none;
  }
}
@media (max-width: 800px) {
  h2 {
    color: #27368C;
    font-size: 36px;
    font-style: normal;
  }
  .body-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .statistic {
    display: flex;
  }
  .testimonial-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .testimonial-image {
    height: 14.5rem;
    width: 14.5rem;
  }
  .navbar-item .has-dropdown > .navbar-dropdown {
    display: none;
  }
  .navbar-item .is-active > .navbar-dropdown {
    display: block;
  }
  #quick-link {
    display: flex;
    justify-content: center;
    padding-bottom: 0 !important;
  }
  #quick-link > div > div > a > .social-media-links {
    font-size: 2rem;
  }
  .form-container {
    display: flex;
    justify-content: center;
    min-height: 50vh;
    flex-direction: column;
  }
  .map-container {
    margin: auto;
  }
  .staff-wrap {
    display: flex;
    margin: auto !important;
  }
  .staff-parent {
    margin: auto;
  }
  .staff-box {
    min-height: 180px;
  }
  body {
    padding: 0 !important;
  }
  .resource-button {
    width: 100%;
  }
}