/* Text Elements */

h1.page-heading {
  color: #fff;
  font-family: 'Finger Paint', cursive;
}

h1.mod-heading-a.page-heading {
  color: #77b8db;
}

h1 span.heading-text-1 {
  font-family: 'Finger Paint', cursive;
}

h2.box-heading {
  color: #fff;
  font-size: 1.375rem;
}

h2 {
  font-family: 'Finger Paint', cursive;
}

h2.section-heading {
  margin-top: .9375rem;
}

h2.mod-color {
  color: #9cd3a5;
}

h2.mod-color-a.section-heading {
  color: #77b8db;
}

h2.mod-color-b.section-heading {
  color: #ffbcbc;
}

h2.mod-heading {
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Finger Paint', cursive;
}

h6.panel-heading {
  font-weight: 700;
  font-family: 'Lato', sans-serif;
}

p.paragraph.box-p {
  color: #fff;
  font-size: 1.125rem;
}

p.paragraph {
  font-family: 'Lato', sans-serif;
}

p.paragraph.button.menu-text {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
  color: #77b8db;
  font-size: 1.25rem;
  font-family: 'Finger Paint', cursive;
}

p.paragraph.logo {
  margin-top: .9375rem;
  padding-top: 0;
  color: #fff;
  text-align: center;
  text-shadow: #000 1px 1px 2px;
  font-weight: 700;
  font-size: 2rem;
  font-family: 'Finger Paint', cursive;
  line-height: 1.2;
}

p.paragraph.menu-text {
  color: #77b8db;
}

p.paragraph.footer-p {
  color: #fef5f4;
  font-weight: 700;
}

p.paragraph.button.menu-text:hover {
  color: #9cd3a5;
}

a.link-text.box-link {
  display: inline-block;
  padding: .3125rem .625rem;
  width: auto;
  background-color: #fff;
  color: #ff8282;
  text-align: left;
  font-size: 1.125rem;
}

a.link-text {
  font-weight: 600;
  font-family: 'Lato', sans-serif;
}

a.link-text.nav-links {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  border-bottom: .125rem solid #9cd3a5;
  font-weight: 400;
  font-size: 1.375rem;
}

/* Layout Elements */

body > .row > [class*='small-'].content-column {
  background-color: #fff;
}

body > .row > [class*='small-'].nav-column {
  position: relative;
  margin-bottom: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

body > .row.footer-row {
  margin-bottom: .625rem;
  background-color: #f95e5e;
}

body > .row > [class*='small-'].blue {
  background-color: #77b8db;
}

body > .row > [class*='small-'].blue.content-column {
  padding-top: .9375rem;
  padding-bottom: .9375rem;
}

body > .row.section-row {
  background-color: #fff;
}

body.main-grid {
  background-image: url('../../images/slider/Blue-background.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: contain;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.subgrid.footer-nav-subgrid {
  margin-top: .625rem;
}

.subgrid > .row > [class*='small-'].social-column {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.orbit {
  padding: 1.25rem 0;
}

.container.orbit-bullets {
  margin-top: .75rem;
  margin-bottom: 0;
}

.container.box-one {
  border-top: .3125rem solid #9cd3a5;
  background-color: #77b8db;
}

.container.box-group {
  margin-bottom: 1.25rem;
  padding: 1rem;
}

.container.box-group.box-one {
  border-top-width: .625rem;
}

.container.box-group.box-two {
  border-top: .625rem solid #77b8db;
  background-color: #ffbcbc;
}

.container.box-group.box-three {
  border-top: .625rem solid #ff8282;
  background-color: #9cd3a5;
}

.container.box-four.box-group {
  border-top: .625rem solid #ffbcbc;
  background-color: #ff8282;
}

.container.title-bar {
  display: block;
  margin-bottom: 15px;
  padding-top: .5rem;
  width: auto;
  background-color: #fff;
  text-align: center;
}

.container.top-bar {
  position: absolute;
  z-index: 2;
  width: 100%;
  background-color: #fff;
}

.container.responsive-menu {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  background-color: #fff;
}

.container.top-bar-left {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  float: left;
  -ms-flex-align: center;
  padding-bottom: .625rem;
  width: 100%;
  background-color: #fff;

  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container.accordion-content {
  background-color: #9cd3a5;
}

.container#realeutatemenu {
  display: none;
}

li.list-item-container.orbit-slide {
  opacity: 0;
}

li.list-item-container.is-active.orbit-slide {
  display: block;
  min-height: 0;
  max-height: none;
  opacity: 1;
}

div.responsive-picture.orbit-image {
  max-width: none;
}

button.slide-indicator {
  margin-right: 1.1%;
  margin-left: 1.1%;
}

button.orbit-previous {
  top: 6.875rem;
  display: none;
  color: #ff8282;
  font-size: 1.25rem;
}

button.orbit-next {
  top: 6.875rem;
  display: none;
  color: #ff8282;
  font-size: 1.25rem;
}

a.social-image.social-media-icons {
  float: right;
  margin-right: 5%;
  background-color: #000;
}

ul.list-container.orbit-container {
  max-height: none;
  height: auto;
}

span.glyph.menu-link {
  display: inline-block;
  clear: right;
  margin-top: .1875rem;
  margin-right: 2%;
  color: #77b8db;
  vertical-align: middle;
  font-size: 1.5625rem;
  line-height: 0;
}

div.responsive-picture.about-feature {
  margin: .625rem auto;
  padding-top: 0;
  max-width: none;
  border: .125rem solid #77b8db;
}

.rule.rule-1 hr {
  border-top-width: .25rem;
  border-top-color: #ffbcbc;
}

.rule.rule-1 {
  background-color: transparent;
}

.rule.divider hr {
  border-top-width: .375rem;
  border-top-color: #77b8db;
}

.rule.divider {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-top: 0;
  padding-bottom: 0;
}

span.glyph.section-icon {
  float: left;
  margin-right: 3%;
  padding-top: .3125rem;
  color: #f95e5e;
  text-align: center;
  line-height: 1;
}

.rule.divider.divider-color-a hr {
  border-top-color: #ffbcbc;
}

.rule.divider.divider-color-b hr {
  border-top-color: #9cd3a5;
}

ul.list-container.accordion {
  background-color: transparent;
}

.rule.accordian-divider hr {
  border-top-color: #fff;
}

div.responsive-picture.staff-photo {
  margin-top: .625rem;
  margin-bottom: .625rem;
  max-width: none;
  max-height: 26.5625rem;
  box-shadow: rgba(0, 0, 0, .5) 2px 2px 10px 0;
}

span.glyph.button.menu-link {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  background-color: transparent;
}

.row > [class*='small-'] .html-element.location-map {
  margin-bottom: 15px;
  padding-top: .625rem;
  padding-bottom: .625rem;
  width: auto;
  border: .125rem solid #77b8db;
}

a.responsive-picture.enroll-today-pic {
  display: none;
}

div.responsive-picture.contact-image {
  max-width: none;
  border: .125rem solid #77b8db;
}

li.list-item-container.accordion-item:hover {
  background-color: #77b8db;
}

span.glyph.button.menu-link:hover {
  color: #9cd3a5;
}

@media screen and (min-width: 24.1875rem) {
  /* Layout Elements */

  body.main-grid {
    background-image: url('../../images/slider/Blue-background.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }
}

@media screen and (min-width: 25rem) {
  /* Text Elements */

  p.paragraph.logo {
    font-size: 2.18rem;
  }

  a.link-text.box-link {
    width: auto;
  }

  /* Layout Elements */

  body > .row > [class*='small-'].blue.content-column {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
  }

  body > .row > [class*='small-'].header-column {
    margin-top: 3.75rem;
  }

  .subgrid > .row > [class*='small-'].social-column {
    -ms-flex-pack: end;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .container.responsive-menu {
    position: fixed;
    top: 0;
    z-index: 1;
  }

  .container.title-bar {
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, .7);
  }

  .container.top-bar {
    background-color: #fff;
  }

  button.orbit-previous {
    top: 11.25rem;
  }

  button.orbit-next {
    top: 11.25rem;
  }

  div.responsive-picture.staff-photo {
    max-width: 75rem;
  }

  div.responsive-picture.contact-image {
    margin-top: .625rem;
    margin-bottom: .625rem;
    max-width: none;
  }

  ul.list-container.orbit-container {
    height: auto;
  }
}

@media screen and (min-width: 26rem) {
  div.responsive-picture.right-photo.staff-photo > picture {
    margin: -.875rem -.3125rem 0 -.3125rem;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.page-heading {
    color: #fef5f4;
    font-size: 1.875rem;
  }

  h2.section-heading {
    font-size: 1.5625rem;
  }

  p.paragraph.logo {
    font-size: 3.125rem;
  }

  p.paragraph.footer-p {
    color: #fef5f4;
  }

  a.link-text.box-link {
    width: auto;
  }

  a.link-text.nav-links {
    padding: .625rem .3125rem;
    width: 100%;
    border: .0625rem solid #9cd3a5;
    text-align: center;
    font-size: 1.25rem;
  }

  a.link-text.nav-links:hover {
    border-bottom-width: .0625rem;
    border-bottom-style: solid;
    color: #ff8282;
    font-weight: 400;
    font-size: 1.25rem;
  }

  /* Layout Elements */

  body > .row > [class*='small-'].nav-column {
    padding-right: .625rem;
    padding-left: .625rem;
  }

  body > .row > [class*='small-'].blue.content-column {
    margin-top: 0;
    margin-bottom: .625rem;
    padding-top: .625rem;
  }

  body > .row.header-row {
    padding-top: 1.25rem;
    background-color: #fff;
  }

  body > .row > [class*='small-'].header-column {
    margin-top: 0;
  }

  .container.title-bar {
    display: none;
  }

  .container.top-bar {
    position: static;
    -ms-flex-pack: center;
    margin-top: 0;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.top-bar-left {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding-top: 1.25rem;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.box-one {
    border-top-width: .625rem;
  }

  .container.box-group.box-two {
    border-top-width: .9375rem;
  }

  .container.box-group.box-one {
    border-top-width: .9375rem;
  }

  .container.box-group.box-three {
    border-top-width: .9375rem;
  }

  .container.box-four.box-group {
    border-top-width: .9375rem;
  }

  .container#realeutatemenu {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.responsive-menu {
    position: static;
  }

  .container.accordion-content {
    position: absolute;
    right: auto;
    left: auto;
    z-index: 100;
    width: 100%;
  }

  button.slide-indicator {
    margin-right: .1%;
    margin-left: .1%;
  }

  div.responsive-picture.about-feature {
    max-width: none;
    max-height: 25rem;
  }

  div.responsive-picture.staff-photo {
    float: left;
    margin-top: .625rem;
    margin-right: 3%;
    margin-bottom: 1.25rem;
    max-width: 15.625rem;
    max-height: none;
  }

  .rule.divider {
    margin-bottom: 1.5625rem;
  }

  a.responsive-picture.enroll-today-pic {
    display: block;
    margin-top: 1.25rem;
  }

  div.responsive-picture.contact-image {
    max-width: 28.125rem;
  }

  li.list-item-container.accordion-item {
    position: relative;
  }

  div.responsive-picture.right-photo.staff-photo {
    margin-left: 3%;
  }

  ul.list-container.orbit-container {
    height: auto;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  p.paragraph.logo {
    font-weight: 400;
    font-size: 3.75rem;
  }

  a.link-text.box-link {
    width: auto;
    text-align: left;
  }

  a.link-text.nav-links:hover {
    font-size: 1.25rem;
  }

  /* Layout Elements */

  body > .row > [class*='small-'].nav-column {
    background-color: #fff;
  }

  body > .row {
    max-width: 64rem;
  }

  body > .row.footer-row {
    background-color: #f95e5e;
  }

  body > .row > [class*='small-'].blue.content-column {
    border-right: .9375rem solid #fff;
  }

  body.main-grid {
    max-height: none;
    height: auto;
  }

  .container.box-group {
    padding: 1.25rem 1rem;
  }

  .container.top-bar {
    margin-top: 0;
    padding-top: 1.25rem;
  }

  .container.top-bar-left {
    padding-top: 0;
  }

  .container.box-four {
    padding-right: .625rem;
  }

  .row > [class*='small-'] .html-element.location-map {
    margin-right: auto;
    margin-bottom: 1.875rem;
    margin-left: auto;
    max-width: 50rem;
  }

  li.list-item-container.accordion-item {
    position: relative;
  }

  div.responsive-picture.right-photo.staff-photo {
    float: left;
  }

  div.responsive-picture.right-photo.staff-photo > picture {
    margin: 0;
  }
}