@font-face {
    font-family: 'kionaregular';
    src: url('../fonts/kiona-regular-webfont.woff2') format('woff2'),
         url('../fonts/kiona-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, h5, h6 {
    font-family: 'kionaregular', sans-serif;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    color: #515151;
    font-weight: 400;
    font-size: 18px;
}

.editmode .header,
.edit-mode .header {
  position: relative;
}

.course-intro {
  background-color: #9ecc36;
  padding: 20px 0;
  margin: 127px 0 0;
}

.courses-photo {
    background: #ccc;
    border: 2px solid #FFF;
    border-radius: 80px 0 80px 0;
    height: 425px;
    position: relative;
    z-index: 2;
    padding: 60px;
    -webkit-box-shadow: 0 4px 14px rgba(0,0,0,0.125);
    box-shadow: 0 4px 14px rgba(0,0,0,0.125);
    background-repeat: no-repeat;
    background-position: center right;

}

.courses-photo.blue { background-color: #1493a4; }
.courses-photo.green { background-color: #94c83d; }
.courses-photo.orange { background-color: #503969; }
.courses-photo.yellow { background-color: #1493a4; }
.courses-photo.purple { background-color: #6f2084; }
.courses-photo.teal { background-color: #94c83d; }

.courses-photo h1 {
    font-size: 66px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    margin: 0 0 45px;
}

.courses-photo p {
    background: rgba(0,0,0,0.2);
    width: 440px;
    padding: 20px 30px;
    color: #fff;
}

.courses-photo p strong {
    display: block;
    font-weight: 600;
}

.inner .header:not(.sticky) {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.25);
  box-shadow: 0 2px 10px rgba(0,0,0,0.25);
}

.inner .header:not(.sticky) ul li a {
  color: #000;
}

.inner .header ul li.brand a {
    position: relative;
}

.inner .header ul li.brand a img.white {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.inner .header ul li.brand a img.black {
    opacity: 1;
}

.inner .header.sticky ul li.brand a img.white {
    opacity: 1;
}

.inner .header.sticky ul li.brand a img.black {
  opacity: 0;
}

.course-intro h4 {
    font-size: 39px;
    line-height: 1;
    font-weight: 400;
    color: #333;
    margin: 15px 0 25px;
}

.course-intro ul.nav li a {
    display: block;
    color: #333;
    background: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    padding: 12px 25px;
    margin-bottom: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    position: relative;
}

.course-intro ul.nav li a span {
    position: relative;
    z-index: 2;
}

.course-intro ul.nav li a:before {
    width: 5%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    background: #eee;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.course-intro ul.nav li a:hover, .course-intro ul.nav li a:focus {
    color: #fff;
}

.course-intro ul.nav li a:hover:before, .course-intro ul.nav li a:focus:before {
    width: 100%;
}

@media (min-width: 1200px) {
  .col-lg-2-half {
    max-width: 20.83%;
    -webkit-flex: 20.83%;
    -ms-flex: 20.83%;
    flex: 20.83%;
  }

  .col-lg-9-half {
    max-width: 79.17%;
    -webkit-flex: 0 0 79.17%;
    -ms-flex: 0 0 79.17%;
    flex: 0 0 79.17%;
  }
}


.course-intro ul.nav li:nth-child(1) a:before { background-color: #1493a4; }
.course-intro ul.nav li:nth-child(2) a:before { background-color: #94c83d; }
.course-intro ul.nav li:nth-child(3) a:before { background-color: #503969; }
.course-intro ul.nav li:nth-child(4) a:before { background-color: #1493a4; }
.course-intro ul.nav li:nth-child(5) a:before { background-color: #94c83d; }

.course-intro ul.nav li.nav-selected a:before {
    width: 100%;
}

.course-intro ul.nav li.nav-selected a {
    color: #fff;
    border: 2px solid #fff;
    border-right: none;
    box-shadow: none;
    width: calc(100% + 32px);
}

.course-intro ul.nav {
    z-index: 10;
    position: relative;
    margin-top: 75px;
}

.pg-content {
    padding: 50px 0;
}

.pg-grey {
    background: #f5f5f7;
}

.course-list {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.125);
    padding: 25px;
    text-align: center;
    width: 90%;
}

.course-list h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0 0 15px;
}

.course-list ul li {
    border-bottom: 1px solid #ccc;
    color: #333;
    font-weight: 300;
    font-size: 20px;
    padding: 7px 0;
}

.course-list ul li:last-child {
    padding: 7px 0 0;
    border-bottom: none;
}

.pg-course-top h3 {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 10px;
}

.pg-course-top h3 em {
    font-size: 80%;
    font-weight: 400;
}

.pg-course-top p {
    margin-top: 25px;
    line-height: 2;
}

.pg-course-top .col-sm-7 {
    padding-top: 30px;
}

.blue .course-list h2 { color: #4bc0dd; }
.green .course-list h2 { color: #a0db42; }
.orange .course-list h2 { color: #ff8f18; }
.yellow .course-list h2 { color: #d59a00; }
.purple .course-list h2 { color: #6f2084; }
.teal .course-list h2 { color: #1493a4; }

.course-box p:before {content: "";display: block;transition: all 0.3s;width: 28px;top: 0;left: 0;bottom: 0;margin: auto;background: #000;position: absolute;}
.course-box ul:before {content: "";display: block;transition: all 0.3s;width: 28px;top: 0;left: 0;bottom: 0;margin: auto;background-color: #000;position: absolute;}

.pg-course-bottom h2 {
    color: #000;
    font-weight: 400;
    font-size: 1.5em;
    letter-spacing: -1px;
    text-align: center;
    margin: 0;
}

.course-box h3 {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #000;
    position: relative;
    z-index: 2;
    margin: 0px 0 3px 25px;
    text-align: left;
}

.course-box p {
    background: #f5f5f7;
    font-size: 18px;
    border: 1px solid #eaeaea;
    padding: 35px 27px 43px 50px;
    border-radius: 50px 0 50px 0;
    overflow: hidden;
    position: relative;
    min-height: 378px;
    z-index: 1;
    box-shadow: 2px 3.464px 14px 0px rgba(0, 0, 0, 0.19);
}

.course-box ul {
    background: #f5f5f7;
    font-size: 20px;
    border: 1px solid #eaeaea;
    padding: 35px 27px 43px 50px;
    border-radius: 50px 0 50px 0;
    overflow: hidden;
    position: relative;
    min-height: 378px;
    z-index: 1;
    box-shadow: 2px 3.464px 14px 0px rgba(0, 0, 0, 0.19);
    margin-bottom: 80px;
}

.course-box {
    margin: 60px 0 0;
}

.blue .course-box p:before { background-color: #4bc0dd; }
.green .course-box p:before { background-color: #a0db42; }
.orange .course-box p:before { background-color: #ff8f18; }
.yellow .course-box p:before { background-color: #d59a00; }
.purple .course-box p:before { background-color: #6f2084; }
.teal .course-box p:before { background-color: #1493a4; }

.pg-content p {
    margin: 30px 0 30px;
    line-height: 1.5;
}

.pg-content.pg-about-us p:last-child strong {
    font-size: 44px;
    line-height: 1;
    font-weight: 400;
    margin-top: 50px;
    display: block;
}

.pg-content.pg-about-us p:last-child strong em {
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
    font-weight: 300;
    color: #666;
}

.bio {
    height: 110px;
    padding: 15px;
    text-align: center;
    margin: -7px 0 40px;
    color: #fff;
    background-image: url(../i/paw-transparent-br-corner.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: bottom right;
}

.bio h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    margin: 0 0 4px;
}

.bio p {
    font-size: 15px;
    opacity: 0.7;
}

.blue.bio { background-color: #4bc0dd; }
.green.bio { background-color: #a0db42; }
.orange.bio { background-color: #ff8f18; }
.yellow.bio { background-color: #d59a00; }
.purple.bio { background-color: #6f2084; }
.teal.bio { background-color: #1493a4; }

.pg-content.pg-our-team h2 {
    color: #000;
    background: #f9f9f9;
    margin: 40px 0 10px;
    padding: 20px 20px 0;
    font-size: 44px;
    line-height: 0.8;
    font-weight: 400;
}

.admissions-links ul li {
  width: 100%;
}

.admissions-links ul li a {
  height: 98px;
  margin: 0 0 10px;
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    text-align: center;
    color: #fff;
    line-height: 1;
    padding: 30px;
    font-weight: 700;
    background-image: url(../i/paw-transparent-br-corner.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: bottom right;
}


.admissions-links ul li.blue a { background-color: #4bc0dd; }
.admissions-links ul li.green a { background-color: #a0db42; }
.admissions-links ul li.purple a { background-color: #6f2084; }
.admissions-links ul li.orange a { background-color: #ff8f18; }

.admissions-links ul li:nth-child(3), .admissions-links ul li:nth-child(4) {
    margin: 0;
}

.admissions-links ul li a em {
    font-style: normal;
    display: block;
    font-size: 15px;
    font-weight: 300;
    opacity: 0.8;
    margin: 13px 0 0;
}

.admissions-links ul li a:hover,
.admissions-links ul li a:focus {
  background-color: #111;
}

.page-intro {
    text-align: center;
    padding: 45px 0;
}

.page-intro h1 {
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1;
    font-size: 46px;
}

.page-intro p {
    font-size: 27px;
    line-height: 1;
    font-weight: 200;
    color: #f7ff99;
    margin: 10px 0 0;
}

.pg-contact-us iframe {
    width: 100%;
    height: 270px;
    margin: 0 0 30px;
}

.pg-contact-us iframe {}

.contact-box h2 {font-weight: 700;font-size: 19px;}

.contact-box p a.button {
    font-size: 14px;
    padding: 13px 20px;
    margin: -40px 0 -19px;
    position: relative;
    top: -7px;
}

.contact-box p {
    font-size: 15px;
}

.contact-box p strong {
  color: #333;
}

.contact-box p strong a, .contact-box p strong + a {
    display: block;
}

.contact-box p {margin: 0 0 21px;}

.contact-box i.yellow {
color: #6f2084;
}

.contact-box i.green {
  color: #a0db42;
}

.contact-box i.blue {
color: #4bc0dd;
}

.contact-box {
    background: #f9f9f9;
    padding: 40px;
    background-image: url(../i/paw-transparent-br-corner.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: bottom right;
}

.pg-content .form-actions button {
    font-weight: 800;
    padding: 18px 32px;
    display: inline-block;
    line-height: 1;
    margin: 20px 0 0;
    background-color: #a0db42;
    color: #fff;
    -webkit-text-shadow: none;
    border: none;
    text-shadow: none;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 19px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    outline: 0;
    position: relative;
}

.pg-content .form-actions button:hover, .pg-content .form-actions button:focus {
    background-color: #111;
}

.pg-content fieldset {
    border: none;
    margin: 0 0 12px;
}

.pg-content .form-group:nth-child(2), .pg-content .form-group:nth-child(3) {
    width: 49%;
    float: left;
}

.pg-content .form-group:nth-child(3) {
    float: right;
}

.pg-content .form-group:nth-child(4) {
    clear: both;
}

.pg-content .form-group {
    margin: 0 0 12px;
}

.pg-content .form-group.captcha {
    margin: 0;
}

.pg-content .form-group label + span {
    background: #ccc;
    text-transform: uppercase;
    font-size: 10px;
    display: inline-block;
    padding: 1px 7px;
    border-radius: 100px;
    position: relative;
    top: -3px;
    margin-left: 5px;
}

.pg-content.pg-admissions h2 {
    font-weight: 700;
    line-height: 1.25;
    color: #000;
    margin: 0 0 22px;
}

.pg-content.pg-privacy-policy h2 {
    font-weight: 700;
    color: #000;
    margin: 0 0 4px;
}

.pg-content.pg-privacy-policy h3 {
    font-weight: 700;
    color: #151515;
    margin: 0 0 20px;
}

.pg-content.pg-privacy-policy h4 {
    font-weight: 700;
    color: #333;
    margin: 0 0 10px;
}

.pg-content.pg-privacy-policy ul li {
    margin: 0 0 10px;
}

.pg-content.pg-privacy-policy ul {
    margin: 0 0 30px;
}

.pg-course-bottom.pg-elementary h2 {
    text-align: left;
}

.pg-course-bottom .teach-text h2 {
    font-size: 25px;
}

.pg-course-bottom .teach-text h3 {
    font-size: 19px;
    color: #d59a00;
}

.pg-course-bottom .teach-text p {
    font-size: 15px;
    line-height: 1.75;
}

.pg-course-bottom .teach-box h2 {
    font-size: 25px;
}

.teach-box {
    background: #f5f5f7;
    padding: 50px;
}

.teach-box p {
    font-size: 14px;
    line-height: 1.75;
    margin: 0 0 20px;
}

.teach-box p em {
    font-size: 44px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    color: #000;
    text-shadow: 2px 2px rgba(255,255,255,0.8275);
}

.pg-course-bottom.pg-before-after-school h2 {margin: 0 0 40px;}

.pg-course-bottom.pg-before-after-school hr {
    border: none;
    width: 100%;
    height: 10px;
    background: #f9f9f9;
    margin: 70px 0;
}

.pg-course-bottom.pg-before-after-school img {
    border: 2px solid #FFF;
    -webkit-box-shadow: 0 4px 14px rgba(0,0,0,0.125);
    box-shadow: 0 4px 14px rgba(0,0,0,0.125);
}

.col-sm-6 + .col-sm-6 .ba-room {
    padding-left: 23px;
    padding-right: 0;
}

.ba-room {
    padding-right: 23px;
    padding-left: 0;
}

.ba-room h3 {
    font-size: 44px;
    line-height: 1;
    font-weight: 400;
    color: #1493a4;
    margin: 0;
}

.ba-room h4 {
    font-size: 14px;
    line-height: 1;
    color: #777;
    margin: 0 0 30px;
    font-style: italic;
}

.teal .course-list h2 {
    line-height: 1;
}

.courses-photo.green h1,
.courses-photo.yellow h1 {
}

.courses-photo.yellow {
    background-position: right -20px;
}

.courses-photo.purple {
    -webkit-background-size: contain;
    background-size: contain;
}

.program-links {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.program-links a {
  display: block;
  position: relative;
  max-width: 20%;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  height: 350px;
  border: 2px solid #fff;
  overflow: hidden;
  margin-top: 50px;
}

.program-links a img {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 120%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 1;
}

.program-links a:nth-child(5) img {
  right: 0;
  top: -20px;
  bottom: auto;
  left: auto;
}

.program-links a:nth-child(4) {
  background-color: #ffc62f;
}

.program-links a:nth-child(5) {
  background-color: #6e2085;
}

.program-links a:nth-child(6) {
  background-color: #1493a4;
}

.program-links a:nth-child(4) img {
  position: absolute;
  top: -30px;
  right: 0;
  max-height: 100%;
}



.program-links a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
  opacity: 0;
  display: block;
  content: '';
}

.program-links a img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.program-links a:nth-child(1), .program-links a:nth-child(1):before { background-color: #4bc0dd; }
.program-links a:nth-child(2), .program-links a:nth-child(2):before { background-color: #a0db42; }
.program-links a:nth-child(3), .program-links a:nth-child(3):before { background-color: #6f2084; }
.program-links a:nth-child(4), .program-links a:nth-child(4):before { background-color: #4bc0dd; }
.program-links a:nth-child(5), .program-links a:nth-child(5):before { background-color: #a0db42; }

.program-links a:before {
  opacity: 0.7;
}

.program-links a:hover:before,
.program-links a:focus:before {
  opacity: 0.9;
}

.program-links a span {
    position: absolute;
    z-index: 4;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.program-links a span em {
  text-transform: none;
  font-size: 105%;
  font-weight: 400;
  display: block;
  margin: 4px 0 0;
  font-style: normal;
}

.program-links a:nth-child(6) span {
    padding: 0 30px;
}

.program-links a img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.program-links a:hover img,
.program-links a:focus img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.program-links a span {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.post-share-intro {
    margin: 30px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #EEE;
}

.post-share-intro h4 {
    font-size: 34px;
    line-height: 1;
    font-weight: 400;
}

.post-share a {
    background: #4bc0dd;
    width: 30px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin: 0 !important;
}

.ccm-block-share-this-page ul.list-inline li {
    margin: 0;
}

.post-share a:hover, .post-share a:focus {
    background: #1a1a1a;
}

.newsfeed {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}

.newsfeed a {
  display: block;
  position: relative;
  max-width: 30%;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  margin-right: 65px;
}

.newsfeed a:nth-child(3n+3) {
  margin-right: 0;
}

.newsfeed a span {
    display: block;
}

.newsfeed a {
    text-align: center;
    margin-bottom: 50px;
}

.newsfeed a .image {
    overflow: hidden;
    position: relative;
    height: 260px;
    margin: 0 auto 20px;
}

.newsfeed a .image img {
    transition: all 0.3s;
    position: absolute;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.newsfeed a:hover .image img, .newsfeed a:focus .image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.newsfeed a .title {
    font-weight: 600;
    color: #000;
    font-size: 27px;
    line-height: 1;
}

.newsfeed a .date {
    font-size: 16px;
    color: #888;
    margin: 0 0 15px;
}

.newsfeed a .read {
    background: #6f2084;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    padding: 13px 30px 12px;
    transition: all 0.3s;
}

.newsfeed a:hover .read, .newsfeed a:focus .read {
    background: #a0db42;
}

.newsfeed a:hover, .newsfeed a:focus {
    opacity: 0.9;
}

.newsfeed {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inner .header:not(.sticky) ul li a:hover,
.inner .header:not(.sticky) ul li a:focus,
.inner .header:not(.sticky) ul li a.nav-selected,
.inner .header:not(.sticky) ul li.nav-path-selected a {
  color: #a740c2;
}

.header ul li {
    position: relative;
}

.header ul li ul {
    position: absolute;
    top: 40px;
    left: -19px;
    background: #1a1a1a;
    width: 190px;
    -webkit-transition: all 0.3s;
    -webkit-transform-origin: top center;
    -webkit-transform: scaleY(0);
    transition: all 0.3s;
    transform-origin: top center;
    transform: scaleY(0);
    display: block;
}

.header ul li:hover ul {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.header ul li ul li {
    display: block;
    text-align: center;
}

.header ul li ul li a {
    margin: 0;
    padding: 0;
    display: block;
}

.header ul li:not(.brand) ul li a {
    display: block;
    padding: 10px;
    font-size: 15px;
    color: #fff !important;
    line-height: 1;
}

.header ul li:not(.brand) ul li a:hover,
.header ul li:not(.brand) ul li a:focus,
.header ul li:not(.brand) ul li a.nav-selected {
    background: #6f2084;
}

.pg-content.pg-course-top.pg-grey.pg-summer-camp.purple {
    display: none;
}

.camp-notice {
    margin: 10px auto 50px !important;
    background-color: #6f2084;
    width: 79%;
    border-radius: 80px;
    padding: 20px;
    color: #fff;
    background-image: url(../i/paw-transparent-br-corner.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: bottom right;

}

.camp {
    text-align: center;
    height: 100%;
    background: #f9f9f9;
    padding: 25px;
}

.camp h3 {
    font-weight: 700;
    color: #000;
    font-size: 24px;
}

.camp h3 em, .camp h3 i {
    font-weight: 400;
    font-style: normal;
    display: block;
    font-size: 170%;
    margin: -4px 0 15px;
    color: #a834c7;
}

.camp p {
    font-size: 16px;
}

.pg-content.pg-about-us h2 {
    font-size: 44px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    margin: 50px 0 10px;
    color: #000;
}

.pg-admissions hr {
    border: none;
    height: 4px;
    background: #eee;
    margin: 45px 0;
}

.tuition-intro {
    text-align: center;
}

.pg-content.pg-admissions .tuition-intro h2 {
    margin: 0;
    font-size: 37px;
    line-height: 1;
}

.pg-content.pg-admissions .tuition-intro p {
    font-size: 14px;
    color: #777;
    letter-spacing: 0.5px;
}

.tuition-box {
    text-align: center;
    margin: 70px 0 0;
}

.tuition-box ul {
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.tuition-box h3 {
    font-size: 37px;
    line-height: 1;
    font-weight: 400;
    color: #000;
    margin: 0 0 10px;
}

.tuition-box h3 em {
    font-style: normal;
    display: block;
    font-size: 15px;
    color: #888;
    margin: 0 0 20px;
    letter-spacing: 0.5px;
}

.tuition-box ul li {
    flex: 0 0 300px;
    max-width: 300px;
    margin: 0 15px;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 8px;
}

.tuition-box ul li {
    font-size: 21px;
}

.tuition-box ul li em {
    display: block;
    font-size: 12px;
    font-style: normal;
    color: #888;
}

.tuition-box ul li strong {
    font-weight: 500;
    font-size: 60px;
    display: block;
    letter-spacing: -3px;
    margin: 10px 0 0;
    line-height: 1;
}

.tuition-box ul li strong sup {
    font-size: 63%;
    position: relative;
    top: 4px;
}

.tuition-box.blue ul li em { color: #179fc1; }
.tuition-box.green ul li em { color: #7cad04; }
.tuition-box.orange ul li em { color: #ff8f18; }
.tuition-box.yellow ul li em { color: #ebaf11; }
.tuition-box.purple ul li em { color: #6f2084; }
.tuition-box.teal ul li em { color: #1493a4; }

.tuition-box ul li strong em {
    letter-spacing: 0;
    color: #333 !important;
    margin: -3px 0 0;
    font-size: 15px;
}

.tuition-box.blue ul li { border-top: 7px solid #4bc0dd; }
.tuition-box.green ul li { border-top: 7px solid #a0db42; }
.tuition-box.orange ul li { border-top: 7px solid #ff8f18; }
.tuition-box.yellow ul li { border-top: 7px solid #ffc630; }
.tuition-box.purple ul li { border-top: 7px solid #6f2084; }
.tuition-box.teal ul li { border-top: 7px solid #1493a4; }

.camp.camp1 {height: auto;margin-bottom: 20px;}

.camp p.ministry {
    display: inline-block;
    background-color: #44bd32;
    padding: 13px 20px;
    color: #fff;
}

.camp p.ministry i {
    margin-right: 7px;
    color: #ebffb4;
}

.camp img {
    margin: 0 0 -21px;
}


.fc th {
    background: #2d2b40;
    border: 1px solid #111;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 9px 0 !important;
}

.fc-view:before {
    content: "";
    display: block;
    width: calc(100% - 2px);
    background-image: url(../i/top.png);
    height: 6px;
    position: relative;
    left: 1px;
    top: 1px;
    z-index: 9;
}

.fc-unthemed td.fc-today {
    background: #f2ebf6 !important;
}

.fc .fc-button {
    background: #58566f;
    -webkit-text-shadow: none;
    text-shadow: none;
    color: #FFF;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    outline: 0;
}

.fc .fc-button.fc-corner-left {
    margin-right: 2px;
}

.fc .fc-button:not(.fc-state-disabled):hover {
    background: #8700dc;
}

.fc-event, .fc-event-dot {

    text-align: center;
    padding: 4px !important;
    margin: 0 9px !important;
}

.fc-event:hover, .fc-event-dot:hover {
    background: #2d2b40;
    border-color: #2d2b40;
}

.qtip-default {
    background: rgba(0, 0, 0, 0.7) !important;
    color: #FFF !important;
    border: none !important;
    margin-left: -191px !important;
    margin-top: 13px !important;
}

.qtip-default:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    margin: auto;
    border-bottom: 6px solid rgba(0, 0, 0, 0.7);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    left: 0;
    right: 0;
    top: -6px;
}

.fc-toolbar .fc-left h2 {
    font-weight: 700;
    color: #111;
}

.event-meta {
    background: #f9f9f9;
    margin-right: 15px;
    padding: 20px;
}

.event-meta p {
    font-size: 16px;
}

.event-meta h3 {
    font-weight: 600;
    color: #000;
}

.love-learning section ul li h3 {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.love-learning section ul li h3:hover {
  background: #6f2084;
  color: #fff;
}

.love-learning section ul li h3:hover span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.newsfeed .latest-post {
    max-width: 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    padding: 0 0 65px;
    margin: 0 0 65px;
}

.newsfeed .latest-post img {
    max-width: 40%;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

.newsfeed .latest-post article {
    max-width: 57%;
    -webkit-flex: 0 0 57%;
    -ms-flex: 0 0 57%;
    flex: 0 0 57%;
}

.newsfeed .latest-post h2 {
    font-weight: 600;
    color: #000;
    font-size: 37px;
    line-height: 1;
}

.newsfeed .latest-post h6 {
    margin: 6px 0 30px;
    font-size: 15px;
}

.newsfeed .latest-post h6 i {
    color: #6f2084;
    margin: 0 4px 0 0;
}

.newsfeed .latest-post h2 span {
  background-color: #4bc0dd;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  margin: 0 0 10px;
  position: relative;
  top: -10px;
}

.bios {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bios section {
  -webkit-flex: 0 0 24%;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
  margin: 0 0.5%;
}

.bios section img {
    max-width: 100%;
}

.bios section:nth-child(1) .bio { background-color: #ff8f18; }
.bios section:nth-child(2) .bio { background-color: #a0db42; }
.bios section:nth-child(3) .bio { background-color: #4bc0dd; }
.bios section:nth-child(4) .bio { background-color: #6f2084; }
.bios section:nth-child(5) .bio { background-color: #1493a4; }

form select,
form input[type="submit"] {
  -webkit-appearance: none;
}

.hero .program-list li a strong em {
    font-size: 23px;
}

.program-links a span em {
    display: none;
}

.courses-photo h6 {
    background: #a740c2;
    display: inline-block;
    color: #fff;
    padding: 20px;
    font-size: 14px;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    text-align: center;
    padding: 48px 17px 0;
    border: 3px solid #fff;
    position: absolute;
    right: -70px;
    bottom: 0;
}

.calendar-legend {
    background: #f9f9f9;
    margin-left: 40px;
    padding: 25px 25px 19px;
}

.calendar-legend h4 {
    font-weight: bold;
    margin: 0 0 10px;
}

.calendar-legend ul {
    text-align: right;
}

.calendar-legend ul li {
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
    position: relative;
}

.calendar-legend ul li:last-child {
    border: none;
}

.calendar-legend ul li:before {
    background: #ccc;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 25px;
    margin: auto;
}

.calendar-legend ul li:nth-child(1):before { background: #94ca02; }
.calendar-legend ul li:nth-child(2):before { background: #1493a4; }
.calendar-legend ul li:nth-child(3):before { background: #4d0a73; }

.img-fluid {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.golf-sponsors {
    padding: 0 0 90px !important;
}

.golf-sponsors h2 {
    font-size: clamp(27px, 2.14vw, 41px);
    letter-spacing: -0.5px;
    margin: 0 0 clamp(20px, 1.5625vw, 30px);
    text-align: center;
}

.golf-sponsors ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: clamp(20px, 1.5625vw, 30px);
    padding: 0;
    margin: 0;
    list-style: none;
}

.golf-sponsors ul li {
    width: calc(33% - 20px);
    margin: 0;
}

.golf-sponsors ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 991px) {
    .golf-sponsors ul li {
        width: calc(50% - 20px);
    }
}

@media (max-width: 767px) {
    .golf-sponsors ul li {
        width: 100%;
    }
    .golf-sponsors ul li img {
        max-width: 300px;
        margin: 0 auto;
    }
}
