/* style compile */
.white-text {
  color: #FFF; }

.gray-bg {
  background-color: #F3F7FA; }

.dotted-bg, #services1.dotted-bg {
  background: url("../images/squares.png");
  background-repeat: repeat; }

.tic-tac-toe {
  background: url("../images/tic-tac-toe.png");
  background-repeat: repeat; }

body {
  font-family: "Montserrat", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Varela Round", sans-serif; }

h2 {
  font-weight: normal;
  margin-bottom: 1.5rem;
  font-size: 30px; }

p {
  font-size: 1.8rem; }

::selection {
  background-color: #F6B700;
  color: #FFF; }

.btn.btn-primary {
  background-color: #493367;
  padding: 10px 30px; }
  .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    background-color: #7E60AC; }

#services1 h2, #services4 h2 {
  color: #00BCCB; }

#services1 p, #services4 p {
  font-size: 18px; }

#services4 .card-description p {
  font-size: 1.2rem; }

#services1.white-text h2, #services4.white-text h2 {
  color: #FFF; }

.services4 .card:hover, .services4 .card:focus, .services4 .card:active {
  -webkit-box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.3);
  background-color: #FFF; }

.services4 .card a {
  color: unset; }

.services4.tighter .eq-height > div {
  flex: unset;
  min-width: 25%; }

.contactforms1 .header {
  margin: 0;
  padding: 50px 0 0 0; }
  .contactforms1 .header h2 {
    margin: 0 0 20px 0;
    color: #FFF;
    font-weight: normal; }
  .contactforms1 .header p {
    font-size: 18px; }

#hero-interior h1 {
  font-size: 4.4rem; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-radius: 5px; }

.gform_wrapper textarea.medium {
  border-radius: 5px;
  border: none; }

.gform_wrapper .gform_footer {
  text-align: center; }
  .gform_wrapper .gform_footer .gform_button {
    background-color: #493367; }
    .gform_wrapper .gform_footer .gform_button:hover {
      background-color: #7E60AC; }

input[type=submit] {
  padding: 10px 30px;
  color: white;
  border: 0;
  border-radius: 4px; }

.single .widget ul li a, .blog .widget ul li a {
  color: #493367; }

.single .widget h4.widgettitle, .blog .widget h4.widgettitle {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  color: #493367; }
  .single .widget h4.widgettitle:after, .blog .widget h4.widgettitle:after {
    content: '';
    display: inline-block;
    height: 1px;
    background-color: #493367;
    position: absolute;
    left: 15px;
    width: 15%;
    margin-top: 30px; }

body.blog .card {
  border: 1px solid #493367; }
  body.blog .card .card-block p {
    font-size: 1.4rem; }

time.rpwe-time {
  color: #00BCCB; }

.wp-prev-next ul {
  list-style-type: none;
  padding: 0;
  font-size: 16px; }
  .wp-prev-next ul li:first-child {
    float: left; }
  .wp-prev-next ul li:last-child {
    float: right; }
  .wp-prev-next ul li a {
    color: #00BCCB; }

@media only screen and (max-width: 768px) {
  body.blog #hero-interior {
    margin-bottom: 30px; }
  body.blog .card:last-child {
    margin-bottom: 2rem; }
  .single .sidebar, .blog .sidebar {
    background-color: #FFF;
    margin-top: 0; }
  .single .widget h4.widgettitle, .blog .widget h4.widgettitle {
    text-align: center; }
  .single .widget h4.widgettitle:after, .blog .widget h4.widgettitle:after {
    left: 45%;
    width: 10%; } }

.tuition .icon {
  height: 75px; }

.price {
  padding: 0;
  text-align: center; }
  .price ul {
    list-style-type: none;
    padding-left: 0; }
    .price ul li {
      border-bottom: 1px solid #D8D8D8;
      padding: 1rem 2.5rem;
      width: 105%; }
      .price ul li:last-child {
        border-bottom: none; }

.locations .btn.btn-primary {
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  width: 200px; }

ul.sitemap li {
  border-bottom: none; }

ul.sitemap li a {
  color: #493367;
  font-size: 1.8rem; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .services4 .eq-height {
    flex-flow: row wrap; }
  .services4 .card .card-block .icon {
    min-height: 75px; }
  .home .services4 .eq-height {
    flex-flow: row nowrap; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .desktop-menu ul.nav a,
  .mobile-menu ul.nav a {
    padding: 8px; }
  .services4 .eq-height > div {
    flex: 1 1 250px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .services4 .eq-height > div {
    flex: 1 1 325px; } }

.navigation3 {
  border-bottom: none; }
  .navigation3 .header-wrapper {
    background-color: #FFF; }

.navigation3 .toggle-menu .bar {
  background-color: #00BCCB; }

.side-cta a.cta-btn {
  display: none; }

.desktop-menu ul.nav a, .mobile-menu ul.nav a {
  font-size: 1.6rem; }

.mobile-menu.active .current_page_item {
  background-color: #00BCCB; }
  .mobile-menu.active .current_page_item a {
    color: #FFF; }

#menu-main-navigation li a {
  text-transform: none; }

#menu-main-navigation li.current_page_item a {
  color: #00BCCB;
  font-weight: normal; }

#footer3 {
  background-color: #EEEDF2;
  color: #7E60AC; }
  #footer3 h4 {
    color: #493367; }
  #footer3 a {
    color: #7E60AC; }
  #footer3 #social a .fa {
    color: #00BCCB; }
  #footer3 p {
    font-size: 1.6rem; }

#copyrights {
  color: #493367; }
  #copyrights a {
    color: #493367; }
  #copyrights p {
    font-size: 1.4rem; }

.homepage-hero {
  background: url("../images/homepage-hero.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .homepage-hero h1 {
    font-size: 44px;
    font-weight: normal; }
  .homepage-hero p {
    font-size: 27px;
    letter-spacing: 2.5px; }
  .homepage-hero .hero-button-bar {
    display: none; }

@media only screen and (max-width: 768px) {
  #hero3 {
    min-height: calc(100vh - 275px) !important; }
  .homepage-hero {
    background: url("../images/homepage-hero-mobile.jpg");
    background-size: cover;
    background-repeat: no-repeat; } }

#services1.homepage-philosophy {
  background: url("../images/purple-philosophy.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  #services1.homepage-philosophy h2 {
    color: #FFF; }

@media only screen and (max-width: 768px) {
  #services1.homepage-philosophy {
    background: url("../images/purple-philosophy-mobile.jpg"); } }

.homepage-teachers .intro {
  text-align: center; }
  .homepage-teachers .intro h2 {
    font-size: 30px;
    color: #00BCCB; }
  .homepage-teachers .intro p {
    font-size: 18px; }

.homepage-teachers img.color-logo {
  max-width: 65px; }

.homepage-teachers .testimonial img.col-sm-3 {
  display: none; }

.contactforms1 .header h2 img {
  padding-top: 10px; }

#testimonials2-layout .testimonial-wrapper .testimonials .testimonial > img {
  display: none; }

#testimonials2-layout .testimonial-wrapper .testimonials .testimonial .content {
  width: 100%; }

.testimonials2-layout .testimonial-wrapper .testimonials .testimonial {
  background-color: #FFF; }

.testimonials2-layout .testimonial-wrapper .testimonials .testimonial:before {
  border-right: 20px solid #FFF; }

.testimonials2-layout .testimonial-wrapper .testimonials:before {
  display: none; }

.testimonials2-layout .testimonial-wrapper .testimonials .testimonial .content .author-wrapper:before {
  background: #00BCCB; }

.testimonials2-layout {
  background: #F3F7FA; }
  .testimonials2-layout .intro {
    padding-right: 0;
    margin: 0 auto; }

/*# sourceMappingURL=style.min.css.map */