/* Base (Keep top) */
/* Base Colours */
/* Template Colour Scheme */
/* Primary Colours */
/* Primary Colours */
/* Secondary Colours */
/* Secondary Colours */
/* Custom Content Colours */
/* Custom Content Colours */
/* Template Colour Scheme */
/* / Base Colours */
/* Fonts */
/* Fonts */
/* Widths */
/* Widths */
/* Alignment & Positions */
/* Alignment & Positions */
/* Padding & Margins */
/* Padding & Margins */
/* Font */
/* Font */
/* Shadows , Radius' & Others */
/* Shadows , Radius' & Others */
/* Lists & Borders  */
/* Lists */
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
}

/* Headings  */
h1 {
  color: #004b8d;
  font-family: 'Poppins', sans-serif;
}

h2 {
  font-family: 'Poppins', sans-serif;
}

h3 {
  font-family: 'Poppins', sans-serif;
}

h4 {
  font-family: 'Poppins', sans-serif;
}

h5 {
  font-family: 'Poppins', sans-serif;
}

h6 {
  font-family: 'Poppins', sans-serif;
}

/* Headings */
.row {
  max-width: 68rem;
}

/* Paragraphs , Lists , Strong etc */
p {
  color: #676666;
  font-family: 'Poppins', sans-serif;
}

ul {
  list-style: none;
  margin-left: 0px;
}

ul li {
  color: #676666;
}

table tbody tr:first-child {
  background-color: #004b8d;
}

table tbody tr:first-child td {
  color: #fff;
}

/* Paragraphs , Lists , Strong etc */
#tribe-events table tbody tr:first-child {
  background-color: #f9f9f9 !important;
}

/* Links and Hovers */
a {
  color: #004b8d;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  cursor: pointer !important;
}

a:hover {
  color: #ffd000;
}

a:active {
  color: #ffd000;
}

/* Links and Hovers */
/* Buttons */
.button {
  background: #004b8d;
  color: #fff !important;
}

.button:hover {
  background: #042282;
}

/* Buttons */
/* Images */
img {
  max-width: 100%;
}

/* Quotes */
blockquote {
  padding: 16px;
  background: ghostwhite;
  border-left: 16px solid #ffd000;
  border-right: 2px solid #ffd000;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* Quotes */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

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

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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

.wpcf7-submit {
  background: #004b8d !important;
  border: 0px;
  padding: 10px !important;
  color: #fff;
}

/* =WordPress Core
-------------------------------------------------------------- */
/* Orbit */
.orbit-caption {
  display: none !important;
}

/* Orbit */
/* Base (Keep top) */
/* Layout Styles */
/* Contact Bar */
.contact-bar {
  background: #042282;
  padding: 0.4rem;
}

.contact-bar p {
  color: #fff !important;
  margin-bottom: 0px;
}

.contact-bar a {
  color: #fff !important;
  margin-bottom: 0px;
}

/* Contact Bar */
.site-logo {
  padding: 0.4rem 0;
}

.logo-bar {
  background-color: #004b8d;
}

.logo-bar-right {
  padding-bottom: 2.4rem;
}

.logo-bar-right a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 5px 10px;
  margin-left: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.logo-bar-right a:hover {
  color: #042282;
}

/* Centered Menu */
.top-bar {
  background: #ffd000;
}

.top-bar ul {
  background: #ffd000;
}

.top-bar ul a {
  color: #fff;
}

.marvellous-me {
  max-width: 140px;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 9999;
}

.school-app {
  max-width: 140px;
  top: 0px;
  right: 0px;
  position: fixed;
  z-index: 9999;
}

.menu-bar {
  background: #004b8d;
  padding: 2rem 1rem;
  border-bottom: 3px solid #fff;
  position: relative;
  z-index: 999;
}

.submenu {
  border: 0px;
  background: #ffd000 !important;
  border-bottom: 6px solid #042282;
}

.submenu a {
  color: #fff !important;
}

.submenu a:hover {
  color: #ffd000 !important;
  background-color: #fff !important;
}

.logo-small {
  margin-bottom: -10px;
  margin-top: -9px;
  position: relative;
  z-index: 999;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #fff transparent transparent !important;
}

.menu .active > a {
  background: transparent;
  font-weight: bold;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #fff transparent transparent !important;
}

/* Variables */
/* Small Navigation */
.logo-small {
  float: right;
}

.site-top-bar {
  background-color: #ffd000;
  border-top: 6px solid #042282;
}

.title-bar {
  padding: .5rem;
  background: #004b8d;
}

.site-logo {
  position: relative;
  z-index: 9999;
}

/* Centered Menu */
/* Footer */
.footer {
  padding: 3rem 1rem;
  background: #004b8d;
}

.footer h3 {
  color: #fff;
  font-weight: bold;
}

.footer ul {
  list-style: none;
  margin-left: 0rem;
}

.footer ul li {
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer ul li a:hover {
  color: #004b8d !important;
}

.footer p {
  color: #fff !important;
}

.footer-bottom {
  padding: 0.4rem;
  background: #ffd000;
}

.footer-bottom a {
  color: #fff !important;
}

.footer-bottom a:hover {
  color: #fff !important;
}

.footer-bottom p {
  color: #fff !important;
  margin: 0.6rem 0;
}

.address-area p {
  margin: 0;
}

/* Footer */
.header-container {
  position: relative;
}

.header-container .home-header {
  margin-bottom: 0px;
}

.header-container .cloud-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.header-container .cloud-holder img {
  width: 100%;
  margin-bottom: -4px;
}

.downarrow {
  -webkit-animation: arrowpulse 1.2s linear 0s infinite alternate;
  /* Chrome, Safari, Opera */
  animation: arrowpulse 1.2s linear 0s infinite alternate;
  margin-top: 20px;
  margin-bottom: 30px;
  max-width: 44px;
}

@-webkit-keyframes arrowpulse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes arrowpulse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.tile-area {
  padding: 2rem 1rem;
}

.tile-area .callout {
  border-radius: 26px;
  position: relative;
  padding: 0rem;
  border: 0px;
}

#twitter {
  list-style: none;
  margin: 10px 0 0 0;
}

#twitter a {
  color: #fff;
}

#twitter hr {
  border-width: 3px;
  border-color: #fff;
}

.viewley-bulletin {
  min-height: 620px;
  padding-top: 3rem !important;
  margin-top: 2rem !important;
  background-size: 100% 100%;
  background-position: center;
}

.viewley-bulletin .bullet-holder {
  width: 80%;
  margin: 0 10%;
  max-height: 420px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  margin-bottom: 3rem;
}

.viewley-bulletin .bullet-holder h1 {
  color: #fff;
}

.viewley-bulletin .bullet-holder h3 {
  color: #fff;
}

.viewley-bulletin .bullet-holder p {
  color: #fff;
}

.viewley-bulletin .bullet-holder .button {
  background-color: #fff;
  color: #004b8d !important;
  border-radius: 14px;
}

.viewley-bulletin .bullet-holder .button:hover {
  background-color: #042282;
  color: #fff !important;
}

.viewley-bulletin .bullet-holder hr {
  border-color: #fff;
  border-width: 4px;
  width: 98%;
  float: left;
}

.viewley-bulletin .bullet-foot {
  padding-top: 1rem;
  text-align: right;
  width: 90%;
  margin: 0 5%;
}

.viewley-bulletin .bullet-foot .button {
  background-color: #fff;
  color: #004b8d !important;
  border-radius: 12px;
}

.viewley-bulletin .bullet-foot .button:hover {
  background-color: #004b8d;
  color: #fff !important;
}

.aimsandvalues {
  background: #042282;
  padding: 1.4rem !important;
}

.aimsandvalues ul a {
  display: block;
  color: white;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 14px 0;
  padding: 10px 15px;
  border-radius: 10px;
}

.aimsandvalues h4 {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  text-align: center;
  padding: 8px 0;
  color: #fff;
}

.aimsandvalues p {
  color: #fff;
}

.aimsandvalues .button {
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff !important;
}

.aimsandvalues .foot-link {
  text-align: left;
  margin-bottom: 0px;
}

.aimsandvalues .callout-content {
  margin-bottom: 1rem;
}

.aimsandvalues.lblue {
  background-color: #004b8d;
}

.aimsandvalues.yellow {
  background-color: #ffd000;
}

.calendar-box {
  background-image: url("../img/Calendar.jpg");
  background-position: center;
  background-size: cover;
}

.calendar-box h4 {
  color: #004b8d;
}

.calendar-box .button {
  color: #004b8d !important;
}

.twitter-box {
  background-color: #6ba0e8;
  background-image: url("../img/twitter-square-logo.png");
  background-position: center;
  background-repeat: no-repeat;
}

.twitter-box h4 {
  color: #6ba0e8 !important;
}

.twitter-box .button {
  color: #6ba0e8 !important;
}

.accreds-holder {
  padding: 3rem 0 1rem 0;
  border-top: 8px solid #042282;
}

.accreds-slider {
  margin-bottom: 0;
  margin-top: 0;
}

.accreds-slider img {
  margin: 0 auto;
  max-height: 110px;
}

/* Tile Area */
/* Breadcrumbs */
.breadcrumbs li {
  font-size: inherit;
  text-transform: none;
}

.breadcrumbs a {
  color: #333;
  opacity: 0.4;
}

/* Breadcrumbs */
/* page */
.page-wrapper {
  background: #fff;
  padding: 2rem 1rem 12rem 1rem;
}

/* page */
/* Page Content */
.page-content {
  padding-bottom: 1rem;
  padding: 1.6rem;
  background: #fff;
  margin-top: 0px !important;
}

.page-content h1 {
  font-weight: bold;
}

.page-content a {
  color: #004b8d;
}

.sub-calendar {
  border-radius: 26px;
  border: 0px !important;
  background-color: #ffd000;
  background-image: url("../img/calendar.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  border-bottom: 4px solid #b02b98 !important;
}

.sub-calendar h2 {
  color: #fff !important;
  font-size: 6rem;
  line-height: 6rem;
  font-weight: bold;
  margin-top: 0px !important;
}

.sub-calendar h4 {
  color: #fff !important;
  margin-bottom: 0px !important;
}

/* Page Content */
/* Back Btn */
.back-btn .fi-play::before {
  -webkit-transform: rotateZ(180deg) !important;
          transform: rotateZ(180deg) !important;
  opacity: 0.2;
  margin-right: 4px;
}

/* Back Btn */
/* Bulletin */
.bulletin-posts .post {
  paddding: 1rem;
}

.bulletin-posts .post h5 {
  color: #fff !important;
}

.bulletin-posts .post p {
  color: #fff !important;
}

.bulletin-posts .post .button {
  background: #fff;
  color: #004b8d;
  border-radius: 14px;
}

.bulletin-posts .post .button:hover {
  background: #042282 !important;
  color: #fff !important;
  border-radius: 14px;
}

/* Bulletin */
/* Sidebar */
/* In this section */
.section-menu {
  background: #004b8d;
  border: 0px !important;
  border-radius: 26px;
}

.section-menu h3 {
  color: #fff;
  font-weight: bold;
  padding: 2rem;
  background-color: #ffd000;
  margin: -1rem -1rem 1rem -1rem !important;
  border-radius: 26px;
}

.section-menu ul {
  list-style: none;
  margin-left: 0px !important;
}

.section-menu li {
  padding: 0.6rem 1.2rem !important;
  transition: all 300ms;
  -webkit-transition: all 300ms;
}

.section-menu li:hover {
  background: #fff;
  color: #004b8d;
  border-radius: 12px;
}

.section-menu li a {
  color: #fff !important;
}

.section-menu li:hover a {
  color: #004b8d !important;
}

/* In this section */
/* Sidebar */
@media (max-width: 1200px) {
  .marvellous-me {
    max-width: 100px !important;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 9999;
  }
  .school-app {
    max-width: 100px !important;
    top: 0px;
    right: 0px;
    position: fixed;
    z-index: 9999;
  }
}

@media (max-width: 1024px) {
  .footer h3 {
    font-size: 1.4rem;
  }
  .marvellous-me {
    display: none;
  }
  .school-app {
    display: none;
  }
}

@media (max-width: 780px) {
  .footer img {
    max-width: 120px;
    margin-bottom: 2rem;
  }
}

@media (max-width: 640px) {
  .contact-bar p {
    font-size: 0.7rem;
  }
  .aimsandvalues {
    height: auto !important;
  }
  .calendar {
    height: auto !important;
    float: left;
    width: 100%;
  }
  .calendar .head {
    position: relative !important;
    padding-bottom: 0rem !important;
  }
  .calendar .foot {
    position: relative !important;
  }
  .calendar h2 {
    line-height: 6rem;
    margin: 0px;
  }
  .menu-bar {
    padding: 1rem !important;
  }
  .logo-bar {
    text-align: center !important;
  }
  .logo-bar-right {
    text-align: center !important;
  }
  .head-message {
    min-height: 320px;
  }
  .small-callout {
    min-height: 120px;
  }
}

/* Layout Styles */
/*# sourceMappingURL=itchyrobot.css.map */