/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
/* Colors */
/* Global Codes */
*:hover, *:focus {
  box-shadow: none; }

* {
  box-sizing: border-box; }

a, a:hover {
  text-decoration: none; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }
  body button, body input, body textarea, body select {
    font-family: "Open Sans", sans-serif;
    font-size: 16px; }
  body a, body p, body ul, body ol, body li, body div, body strong, body i, body b, body em {
    font-family: "Open Sans", sans-serif; }
  body p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin: 0 0 8px 0;
    line-height: normal; }
  body h1 {
    font-size: 32px; }
  body h2 {
    font-size: 28px; }
  body h3 {
    font-size: 22px; }
  body h4 {
    font-size: 20px; }
  body h5 {
    font-size: 16px; }
  body h6 {
    font-size: 14px; }
  body a {
    color: #333;
    text-decoration: underline;
    font-weight: 700; }
    body a:hover, body a:focus {
      text-decoration: none;
      color: #000; }
  body ul p, body menu p, body dir p {
    margin: 0; }
  body blockquote {
    border-left: 7px solid #1E489F;
    padding-left: 20px; }
  body strong {
    font-weight: 600; }

.zones-portlet-header.portletBox-title + div {
  background: none !important; }

/* Flex */
.container {
  width: 100%;
  max-width: 3000px;
  margin: 0 auto;
  padding: 0; }

.sec-container {
  max-width: 85%;
  margin: 0 auto;
  padding: 0; }

.w-row {
  display: flex;
  flex-wrap: wrap; }

.w-column {
  flex-direction: column; }

.w-align-h {
  justify-content: center; }

.w-align-v {
  align-items: center; }

.w-align-sb {
  justify-content: space-between; }

/* Width */
.w-20 {
  width: 20%;
  float: left; }

.w-25 {
  width: 25%;
  float: left; }

.w-30 {
  width: 30%;
  float: left; }

.w-33 {
  width: 33.33%;
  float: left; }

.w-40 {
  width: 40%;
  float: left; }

.w-50 {
  width: 50%;
  float: left; }

.w-60 {
  width: 60%;
  float: left; }

.w-66 {
  width: 66.66%;
  float: left; }

.w-70 {
  width: 70%;
  float: left; }

.w-80 {
  width: 80%;
  float: left; }

.w-100 {
  width: 100%; }

@media screen and (max-width: 1200px) {
footer .container .logo img {
    max-width: 100px !important;
}
  .w-25 {
    width: 50%; } }

@media screen and (max-width: 1200px) {
  .w-33 {
    width: 100%; } }

@media screen and (max-width: 1000px) {
  .w-20, .w-25, .w-30, .w-33, .w-40, .w-50, .w-60, .w-66, .w-70, .w-80 {
    width: 100%; } }

div[id$="divChangToPublish"] .modalPopup {
  height: auto !important; }

div#CMS_DragDropWrapper {
  z-index: 12000 !important; }

#news-summary .content .date {
  color: #6b6b6b; }

button[id*="btn_month"] {
  color: #000; }

.CMS_adminBar {
  z-index: 12100 !important; }

.portletEditMode #page, .checkoutAndEditMode #page, .add-new-page #page {
  padding: 30px; }

.portletEditMode .ptl_page, .checkoutAndEditMode .ptl_page, .add-new-page .ptl_page {
  display: block !important; }

.main-section {
  display: flex;
  width: 100%; }

#skip a:focus {
  top: 50px;
  background: #f2f2f2;
  color: #282828;
  padding: 10px 20px;
  text-transform: uppercase; }

/* End of Global Codes */
/* Content portlet */
div[id$="divContent"], span[id$="ltContent"], div[id*="divInlineEdit"] div[id*="contentDiv"] {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  /* Section Heading */
  /* End of Section Heading */ }
  div[id$="divContent"] img[style*="float: left"], span[id$="ltContent"] img[style*="float: left"], div[id*="divInlineEdit"] div[id*="contentDiv"] img[style*="float: left"] {
    margin: 0 1em .5em 0; }
  div[id$="divContent"] img[style*="float: right"], span[id$="ltContent"] img[style*="float: right"], div[id*="divInlineEdit"] div[id*="contentDiv"] img[style*="float: right"] {
    margin: 0 0 .5em 1em; }
  div[id$="divContent"] table, span[id$="ltContent"] table, div[id*="divInlineEdit"] div[id*="contentDiv"] table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0; }
    div[id$="divContent"] table > caption, span[id$="ltContent"] table > caption, div[id*="divInlineEdit"] div[id*="contentDiv"] table > caption {
      padding: 10px;
      font-weight: bold; }
    div[id$="divContent"] table tbody tr td, div[id$="divContent"] table tbody tr th, span[id$="ltContent"] table tbody tr td, span[id$="ltContent"] table tbody tr th, div[id*="divInlineEdit"] div[id*="contentDiv"] table tbody tr td, div[id*="divInlineEdit"] div[id*="contentDiv"] table tbody tr th {
      border: 1px solid #000;
      padding: 5px; }
    div[id$="divContent"] table tbody tr th, span[id$="ltContent"] table tbody tr th, div[id*="divInlineEdit"] div[id*="contentDiv"] table tbody tr th {
      background: #e2e2e2; }
  div[id$="divContent"] .section-heading, span[id$="ltContent"] .section-heading, div[id*="divInlineEdit"] div[id*="contentDiv"] .section-heading {
    text-align: center;
    padding: 20px; }
    div[id$="divContent"] .section-heading h2, span[id$="ltContent"] .section-heading h2, div[id*="divInlineEdit"] div[id*="contentDiv"] .section-heading h2 {
      font-family: "Open Sans", sans-serif;
      font-size: 40px;
      line-height: normal;
      font-weight: 900;
      color: #1E489F;
      display: flex;
      align-items: baseline;
      width: 100%;
      justify-content: center; }
      @media screen and (max-width: 1200px) {
        div[id$="divContent"] .section-heading h2, span[id$="ltContent"] .section-heading h2, div[id*="divInlineEdit"] div[id*="contentDiv"] .section-heading h2 {
          font-size: 38px; } }
      @media screen and (max-width: 900px) {
        div[id$="divContent"] .section-heading h2, span[id$="ltContent"] .section-heading h2, div[id*="divInlineEdit"] div[id*="contentDiv"] .section-heading h2 {
          font-size: 30px; } }
      div[id$="divContent"] .section-heading h2:after, span[id$="ltContent"] .section-heading h2:after, div[id*="divInlineEdit"] div[id*="contentDiv"] .section-heading h2:after {
        content: '';
        position: relative;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #CB2027;
        display: block;
        margin-left: 3px; }
        @media screen and (max-width: 700px) {
          div[id$="divContent"] .section-heading h2:after, span[id$="ltContent"] .section-heading h2:after, div[id*="divInlineEdit"] div[id*="contentDiv"] .section-heading h2:after {
            display: none; } }
/* End of Content portlet */
/* Main Nav */
.mainNav {
  width: 100%;
  padding: 0 20px; }
  @media screen and (max-width: 1400px) {
    .mainNav {
      width: 100%;
      order: 3;
      padding: 0; } }
#menubar {
  position: relative;
  margin: 0; }
  #menubar > .inside-padding {
    padding: 0;
    max-width: 100%;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 1400px) {
      #menubar > .inside-padding {
        justify-content: center; } }
  @media screen and (max-width: 900px) {
    #menubar .RadMenu {
      display: none; } }
  #menubar .RadMenu:focus {
    box-shadow: none;
    outline: none; }
  #menubar .RadMenu .rmHorizontal > li > a {
    padding: 10px;
    text-decoration: none; }
    #menubar .RadMenu .rmHorizontal > li > a span {
      color: #000;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      font-size: 18px;
      padding: 0;
      position: relative; }
    #menubar .RadMenu .rmHorizontal > li > a.rmSelected span:after {
      width: calc(100% + 20px);
      background: #fff; }
    #menubar .RadMenu .rmHorizontal > li > a:hover, #menubar .RadMenu .rmHorizontal > li > a.rmExpanded, #menubar .RadMenu .rmHorizontal > li > a.rmFocused {
      background: lightgrey; }
  #menubar .RadMenu .rmHorizontal .rmVertical {
    background: #fff;
    padding: 0;
    border: none;
    border-top: none; }
    #menubar .RadMenu .rmHorizontal .rmVertical li a {
      padding: 7px 12px;
      transition: all .2s ease-in-out;
      text-decoration: none; }
      #menubar .RadMenu .rmHorizontal .rmVertical li a span {
        color: #000;
        padding: 0 !important;
        margin: 0 !important;
        font-weight: 400;
        font-size: 15px;
        text-transform: capitalize;
        position: relative;
        transition: all .2s ease-in-out; }
        #menubar .RadMenu .rmHorizontal .rmVertical li a span.rmExpandRight:after {
          font-family: "Fontawesome";
          content: '\f054';
          position: absolute;
          font-size: 15px;
          color: #000;
          top: 50%;
          transform: translateY(-50%);
          transition: all .2s ease-in-out;
          right: 0; }
      #menubar .RadMenu .rmHorizontal .rmVertical li a:hover, #menubar .RadMenu .rmHorizontal .rmVertical li a.rmExpanded, #menubar .RadMenu .rmHorizontal .rmVertical li a.rmFocused {
        background: #1E489F; color: #fff; }
        #menubar .RadMenu .rmHorizontal .rmVertical li a:hover span, #menubar .RadMenu .rmHorizontal .rmVertical li a.rmExpanded span, #menubar .RadMenu .rmHorizontal .rmVertical li a.rmFocused span {
          color: #fff; }
          #menubar .RadMenu .rmHorizontal .rmVertical li a:hover span.rmExpandRight:after, #menubar .RadMenu .rmHorizontal .rmVertical li a.rmExpanded span.rmExpandRight:after, #menubar .RadMenu .rmHorizontal .rmVertical li a.rmFocused span.rmExpandRight:after {
            color: #000; }
  #menubar #mobileNav {
    background: #000;
    color: #fff;
    transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none; }
    #menubar #mobileNav .hamburger .bar, #menubar #mobileNav .hamburger .bar:before, #menubar #mobileNav .hamburger .bar:after {
      background-color: #fff; }
    #menubar #mobileNav:hover, #menubar #mobileNav:focus {
      background: #000; }
      #menubar #mobileNav:hover .hamburger .bar, #menubar #mobileNav:hover .hamburger .bar:before, #menubar #mobileNav:hover .hamburger .bar:after, #menubar #mobileNav:focus .hamburger .bar, #menubar #mobileNav:focus .hamburger .bar:before, #menubar #mobileNav:focus .hamburger .bar:after {
        background-color: #fff; }
    #menubar #mobileNav.expanded .hamburger .bar:before, #menubar #mobileNav.expanded .hamburger .bar:after {
      background-color: #1E489F !important;  color: #fff;}
  #menubar .mobile-nav-items {
    max-height: 60vw;
    overflow: auto; }
    #menubar .mobile-nav-items::-webkit-scrollbar {
      width: 10px; }
    #menubar .mobile-nav-items::-webkit-scrollbar-track {
      background: #f1f1f1; }
    #menubar .mobile-nav-items::-webkit-scrollbar-thumb {
      background: #888; }
    #menubar .mobile-nav-items::-webkit-scrollbar-thumb:hover {
      background: #555; }
    #menubar .mobile-nav-items ul li a {
      text-decoration: none; }
      #menubar .mobile-nav-items ul li a:hover, #menubar .mobile-nav-items ul li a:focus {
        background: #000; }
    #menubar .mobile-nav-items ul li .subnav-items.level1 li a:hover, #menubar .mobile-nav-items ul li .subnav-items.level1 li a:focus {
      background: #000; }

/* End of Main Nav */
/* Social Icons */
.social-icons {
  position: fixed;
  right: 0;
  left: auto;
  top: 200px;
  z-index: 100; }
  .social-icons ul {
    padding: 0;
    margin: 0; }
    .social-icons ul li {
      list-style: none;
      display: block;
      margin: 0 0 15px 0; }
      .social-icons ul li a {
        display: flex;
        width: 35px;
        height: 30px;
        background: #CB2027;
        color: #fff;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
        text-decoration: none; }
        .social-icons ul li a:after {
          font-family: "Fontawesome"; }
        .social-icons ul li a:hover, .social-icons ul li a:focus {
          background: #1E489F; color: #fff; }
      .social-icons ul li.facebook a:after {
        content: '\f09a'; }
      .social-icons ul li.twitter a:after {
        content: ''; }
      .social-icons ul li.youtube a:after {
        content: '\f16a'; }
      .social-icons ul li.instagram a:after {
        content: '\f16d'; }
      .social-icons ul li.email a:after {
        content: '\f0e0'; }

.designMode .social-icons {
  display: none; }

/* End of Social Icons */
/* Header */

header {
background-image: url('https://cdnsm5-ss21.sharpschool.com/UserFiles/Servers/Server_499287/Image/BG-peggy-1.jpg') !important;
}


header {
  background-size: cover;
  background-position: center center;
  padding: 12% 5%; }
  header .logo a {
    text-decoration: none; }
    header .logo a img {
      max-width: 200px; }
    header .logo a .school-name {
      color: #fff;
      font-family: "Open Sans", sans-serif;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); }
      header .logo a .school-name span {
        font-size: 20px;
        display: block;
        font-style: italic; }
        header .logo a .school-name span.bold-text {
          font-size: 60px;
          font-style: normal; }
          @media screen and (max-width: 768px) {
            header .logo a .school-name span.bold-text {
              font-size: 36px; } }
/* End of Header */
/* Section One */
#section-one {
  background: #F7F7F7;
  padding: 75px 0; }
  @media screen and (max-width: 600px) {
    #section-one {
      padding: 40px 0; } }
  #section-one .main-section {
    align-items: flex-start; }
    @media screen and (max-width: 768px) {
      #section-one .main-section {
        display: block; } }
  #section-one .welcome {
    background: #fff;
    box-sizing: border-box;
    padding: 30px 50px;
    text-align: center;
    box-shadow: 1px 0px 6px -1px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 1px 0px 6px -1px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 1px 0px 6px -1px rgba(0, 0, 0, 0.39);
    margin: 0 50px 0 0; }
    #section-one .welcome h1 {
      font-size: 30px;
      line-height: 1.2em;
      text-transform: uppercase;
      font-weight: 700;
      margin: 0 0 20px; }
    #section-one .welcome p {
      font-size: 18px;
      line-height: 28px; }
    @media screen and (max-width: 768px) {
      #section-one .welcome {
        margin: 0 0 40px;
        float: none; } }
  #section-one .quick-links {
    background: url('https://cdnsm5-ss21.sharpschool.com/UserFiles/Servers/Server_499287/Image/Carters1.jpg');
    background-size: cover;
    background-position: center center;
    position: relative; }
    @media screen and (max-width: 768px) {
      #section-one .quick-links {
        float: none; } }
    #section-one .quick-links::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.55);
      color: #fff;
      z-index: 5; }
    #section-one .quick-links .container {
      position: relative;
      z-index: 10; }
      #section-one .quick-links .container .inner-container {
        position: relative;
        z-index: 15;
        box-sizing: border-box;
        padding: 30px 40px; }
        #section-one .quick-links .container .inner-container > div {
          display: block;
          clear: both; }
        #section-one .quick-links .container .inner-container .sec-heading {
          color: #fff; }
          #section-one .quick-links .container .inner-container .sec-heading .fa {
            font-size: 22px;
            padding: 0 5px 0 0; }
          #section-one .quick-links .container .inner-container .sec-heading span {
            font-size: 22px;
            text-transform: uppercase;
            font-weight: 700; }
        #section-one .quick-links .container .inner-container ul.QL-defaultTemplate li {
          border-bottom: none; }
          #section-one .quick-links .container .inner-container ul.QL-defaultTemplate li a {
            font-size: 18px;
            color: #fff;
            padding: 10px 0; }
            #section-one .quick-links .container .inner-container ul.QL-defaultTemplate li a em {
              display: none; }
            #section-one .quick-links .container .inner-container ul.QL-defaultTemplate li a:hover, #section-one .quick-links .container .inner-container ul.QL-defaultTemplate li a:focus {
              background: none; }
              #section-one .quick-links .container .inner-container ul.QL-defaultTemplate li a:hover span, #section-one .quick-links .container .inner-container ul.QL-defaultTemplate li a:focus span {
                text-decoration: underline; }
      #section-one .quick-links .container .apply-btn {
        display: block;
        background: #1E489F;
        text-align: center;
        font-size: 18px;
        color: #fff;
        text-decoration: none;
        padding: 20px;
        transition: all ease 0.5s; }
        #section-one .quick-links .container .apply-btn:hover, #section-one .quick-links .container .apply-btn:focus {
          background: #CB2027;
          color: #fff; }

/* End of Section One */
/* News */
#news {
  padding: 60px 0; }
  #news .ptl_portlet_vertical {
    overflow: visible !important; }
  #news .container {
    max-width: 85%;
    margin: 0 auto; }
    #news .container .sec-heading {
      margin: 0 0 50px; }
      #news .container .sec-heading span {
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase; }
        @media screen and (max-width: 500px) {
          #news .container .sec-heading span {
            display: block; } }
      #news .container .sec-heading .see-all-btn {
        font-size: 18px;
        margin: 0 0 0 50px; }
        @media screen and (max-width: 500px) {
          #news .container .sec-heading .see-all-btn {
            display: block;
            margin: 20px 0 0 0; } }
  #news #homeNewsWrapper .newsList {
    width: 100%;
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: flex-start; }
    @media screen and (max-width: 900px) {
      #news #homeNewsWrapper .newsList {
        display: block; } }
    #news #homeNewsWrapper .newsList .newsItem {
      box-shadow: none;
      width: 100%;
      text-decoration: none;
      box-shadow: 1px 0px 6px -1px rgba(0, 0, 0, 0.39);
      -webkit-box-shadow: 1px 0px 6px -1px rgba(0, 0, 0, 0.39);
      -moz-box-shadow: 1px 0px 6px -1px rgba(0, 0, 0, 0.39);
      box-sizing: border-box;
      margin: 0 40px 0 0;
      flex: 0 0 31.5%; }
      @media screen and (max-width: 900px) {
        #news #homeNewsWrapper .newsList .newsItem {
          margin: 20px 0; } }
      #news #homeNewsWrapper .newsList .newsItem .inside {
        background: none;
        min-height: auto;
        box-shadow: none;
        margin: 0;
        padding: 0; }
        #news #homeNewsWrapper .newsList .newsItem .inside .image .inside {
          background-size: cover;
          background-position: center center; }
        #news #homeNewsWrapper .newsList .newsItem .inside .newsContent {
          text-align: center;
          background: #fff; }
          #news #homeNewsWrapper .newsList .newsItem .inside .newsContent .inside-padding {
            padding: 30px 20px 20px;
            min-height: 200px; }
            #news #homeNewsWrapper .newsList .newsItem .inside .newsContent .inside-padding .newsDate {
              position: relative;
              bottom: 0;
              left: 0;
              right: 0;
              text-align: center;
              background: none;
              z-index: 2;
              border-radius: 0px;
              width: auto;
              height: auto;
              font-size: 16px;
              color: #666666;
              font-weight: 400;
              padding: 0;
              text-transform: none !important; }
            #news #homeNewsWrapper .newsList .newsItem .inside .newsContent .inside-padding .newsTitle {
              color: #000;
              font-size: 18px;
              font-weight: 700;
              margin: 20px 0;
              min-height: 75px; }
            #news #homeNewsWrapper .newsList .newsItem .inside .newsContent .inside-padding .readMore {
              display: table;
              background: #1E489F;
              box-sizing: border-box;
              padding: 5px 25px;
              margin: 20px auto 0;
              position: relative;
              bottom: 0;
              left: 0;
              color: #fff;
              font-size: 18px;
              font-weight: 700; }
              #news #homeNewsWrapper .newsList .newsItem .inside .newsContent .inside-padding .readMore:hover, #news #homeNewsWrapper .newsList .newsItem .inside .newsContent .inside-padding .readMore:focus {
                background: #CB2027;
                color: #fff; }
              #news #homeNewsWrapper .newsList .newsItem .inside .newsContent .inside-padding .readMore span {
                display: none; }
      #news #homeNewsWrapper .newsList .newsItem:last-child {
        margin: 0; }
        @media screen and (max-width: 900px) {
          #news #homeNewsWrapper .newsList .newsItem:last-child {
            margin: 20px 0; } }
/* End of News */
/* Slogan */
#slogan {
  background-image: url('https://cdnsm5-ss21.sharpschool.com/UserFiles/Servers/Server_499287/Image/IMG_7368.jpg');
  background-position: center center;
  background-size: cover;
  text-align: center;
  position: relative; }

#slogan .container {
  position: relative;
  z-index: 10;
  max-width: 85%;
  padding: 200px 20px; }

#slogan .outer-cont {
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6); }

#slogan p {
  color: #fff;
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 700; }

@media screen and (max-width: 600px) {
  #slogan .container {
    padding: 50px 20px; }
  #slogan p {
    font-size: 30px; } }

/* End of Slogan */
/* Events & location */
#events-location {
  background: #F7F7F7;
  padding: 75px 0; }
  @media screen and (max-width: 600px) {
    #events-location {
      padding: 40px 0; } }
  #events-location .main-section {
    align-items: flex-start; }
    @media screen and (max-width: 768px) {
      #events-location .main-section {
        display: block; } }
  #events-location .events {
    background: #fff;
    box-sizing: border-box;
    padding: 30px 50px;
    margin: 0 20px;
    box-shadow: 1px 0px 6px -1px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 1px 0px 6px -1px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 1px 0px 6px -1px rgba(0, 0, 0, 0.39); }
    @media screen and (max-width: 768px) {
      #events-location .events {
        float: none;
        margin: 20px 0; } }
    #events-location .events .sec-heading {
      padding: 0 0 20px; }
      #events-location .events .sec-heading .ptl_portlet_vertical {
        overflow: visible; }
      #events-location .events .sec-heading span {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 700;
        flex: 1; }
      #events-location .events .sec-heading a {
        font-size: 18px;
        text-transform: none; }
        #events-location .events .sec-heading a:hover, #events-location .events .sec-heading a:focus {
          color: #CB2027; }
      #events-location .events .sec-heading .inner-heading {
        display: flex; }
        @media screen and (max-width: 500px) {
          #events-location .events .sec-heading .inner-heading {
            display: block; } }
        @media screen and (max-width: 500px) {
          #events-location .events .sec-heading .inner-heading span {
            display: block;
            margin: 0 0 20px; } }
    #events-location .events #upcomingEvents .eventName {
      color: #fff; }
    #events-location .events #upcomingEvents .eventsList .event {
      text-decoration: none; }
      #events-location .events #upcomingEvents .eventsList .event:last-child .event-info {
        border-bottom: none !important;
        padding: 20px 0 0; }
      #events-location .events #upcomingEvents .eventsList .event .event-info {
        display: flex;
        align-items: center;
        background: none;
        margin: 0;
        transition: all 0.5s ease;
        border-bottom: 1px solid #CB2027;
        padding: 20px 0; }
        #events-location .events #upcomingEvents .eventsList .event .event-info .date {
          color: #000;
          font-weight: 800;
          font-family: "Open Sans", sans-serif;
          font-size: 46px;
          text-align: center;
          padding: 10px 20px 30px; }
          #events-location .events #upcomingEvents .eventsList .event .event-info .date span {
            font-size: 20px;
            line-height: 40px;
            text-transform: uppercase;
            display: block;
            font-weight: 700;
            color: #000; }
        #events-location .events #upcomingEvents .eventsList .event .event-info .titleTime {
          padding: 15px 30px; }
          #events-location .events #upcomingEvents .eventsList .event .event-info .titleTime .title {
            font-size: 18px;
            color: #000;
            font-family: "Open Sans", sans-serif;
            font-weight: 700; }
          #events-location .events #upcomingEvents .eventsList .event .event-info .titleTime .time {
            background: none; }
            #events-location .events #upcomingEvents .eventsList .event .event-info .titleTime .time span {
              color: #666666;
              font-size: 18px;
              text-transform: uppercase;
              font-family: "Open Sans", sans-serif;
              font-weight: 700; }
        #events-location .events #upcomingEvents .eventsList .event .event-info:hover .date, #events-location .events #upcomingEvents .eventsList .event .event-info:focus .date {
          background: #eee;
          color: #CB2027; }
  #events-location .locate-us {
    background: #fff;
    box-sizing: border-box;
    padding: 30px 50px;
    margin: 0 20px;
    box-shadow: 1px 0px 6px -1px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 1px 0px 6px -1px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 1px 0px 6px -1px rgba(0, 0, 0, 0.39); }
    @media screen and (max-width: 768px) {
      #events-location .locate-us {
        float: none;
        margin: 20px 0; } }
    #events-location .locate-us .sec-heading {
      margin: 0 0 10px; }
      #events-location .locate-us .sec-heading h2 {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 700; }
      #events-location .locate-us .sec-heading p {
        font-size: 18px; }

/* End of events & location */
/* Subpage */
#subpage header {
  display: none; }

/* End of Subpage */
/* Footer */
footer {
  background: #1E489F;
  padding: 30px 0; }
  footer .container {
    max-width: 85%; }
    footer .container > div {
      box-sizing: border-box;
      padding: 0 20px; }
    footer .container .logo {
      display: inline-block;
      vertical-align: top;
      width: 40%; }
      footer .container .logo img {
        max-width: 400px; }
      @media screen and (max-width: 990px) {
        footer .container .logo {
          display: block;
          width: 100%;
          text-align: center; } }
      footer .container .logo a {
        text-decoration: none; }
        footer .container .logo a .school-name {
          margin: 20px 0 0; }
          footer .container .logo a .school-name span {
            font-size: 23px;
            line-height: 1.2em;
            font-weight: 700;
            color: #fff; }
            @media screen and (max-width: 990px) {
              footer .container .logo a .school-name span {
                font-size: 30px; } }
    footer .container .footer-info {
      display: inline-block;
      vertical-align: top;
      width: 30%; }
      @media screen and (max-width: 990px) {
        footer .container .footer-info {
          display: block;
          width: 100%;
          padding: 40px 0;
          text-align: center; } }
      footer .container .footer-info h2 {
        font-size: 24px;
        line-height: 1.2em;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0 0 20px; }
      footer .container .footer-info a {
        color: #fff; }
      footer .container .footer-info .phone, footer .container .footer-info .fax, footer .container .footer-info .address {
        display: flex;
        padding: 5px 0; }
        @media screen and (max-width: 990px) {
          footer .container .footer-info .phone, footer .container .footer-info .fax, footer .container .footer-info .address {
            justify-content: center; } }
        footer .container .footer-info .phone .f-text span, footer .container .footer-info .fax .f-text span, footer .container .footer-info .address .f-text span {
          text-align: left;
          display: block;
          color: #fff; }
        footer .container .footer-info .phone .fa, footer .container .footer-info .fax .fa, footer .container .footer-info .address .fa {
          flex: 0 0 auto;
          padding: 0 10px 0 0;
          font-size: 30px;
          color: #fff;
          text-align: center;
          width: 50px; }
    footer .container .social-icons {
     position: relative;
    top: auto;
    display: inline-block;
    vertical-align: top;
    width:30%;      text-align: center;}
      @media screen and (max-width: 990px) {
        footer .container .social-icons {
          display: block;
          width: 100%; } }
      footer .container .social-icons h2 {
        font-size: 24px;
        line-height: 1.2em;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0 0 20px;
        text-align: center; }
      footer .container .social-icons ul {
        padding: 0;
        margin: 0;
        text-align: center; }
        footer .container .social-icons ul li {
          list-style: none;
          display: inline-block;
          margin: 0 10px 0 0; }
          footer .container .social-icons ul li:last-child {
            margin: 0; }
          footer .container .social-icons ul li::empty {
            display: none; }
          footer .container .social-icons ul li a {
            display: flex;
            width: 35px;
            height: 30px;
            background: none;
            color: #fff;
            justify-content: center;
            align-items: center;
            font-size: 22px;
            transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
            text-decoration: none; }
            footer .container .social-icons ul li a:after {
              font-family: "Fontawesome"; }
            footer .container .social-icons ul li a:hover, footer .container .social-icons ul li a:focus {
              color: #999; }
          footer .container .social-icons ul li.facebook a:after {
            content: '\f09a'; }
          footer .container .social-icons ul li.twitter a:after {
            content: ''; }
          footer .container .social-icons ul li.youtube a:after {
            content: '\f16d'; }
          footer .container .social-icons ul li.instagram a:after {
            content: '\f16a'; }
          footer .container .social-icons ul li.email a:after {
            content: '\f0e0'; }

/* End of Footer */
/* Credits */
.credit {
  padding: 10px 20px;
  background: #191919;
  color: #fff;
  font-size: 13px;
  line-height: 1.5em;
  text-align: center;
  border-top: 1px solid #707070; }
  .credit a {
    color: #fff;
    text-decoration: underline; }
    .credit a:hover, .credit a:focus {
      text-decoration: none;
      color: #fff; }
  .credit span {
    margin: 0 3px; }

/* End of Credits */
/* Back to top */
#Btop {
  position: fixed;
  right: 20px;
  bottom: -50px;
  background: #CB2027;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: all 400ms ease;
  z-index: 8000;
  text-decoration: none; }
  #Btop span {
    font-size: 26px; }
  #Btop:hover, #Btop:focus {
    background: #fff;
    text-decoration: none;
    border: 2px solid #1E489F; }
  #Btop.show {
    bottom: 20px !important; }

.offScreen {
  position: fixed !important; }

/* Subpage */
#subpage .main-container {
  width: 100%;
  padding: 20px;
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }
  #subpage .main-container .breadcrumbs {
    width: 100%;
    padding: 10px 20px 20px;
    color: #282828;
    font-size: 16px;
    text-transform: uppercase; }
    @media screen and (max-width: 900px) {
      #subpage .main-container .breadcrumbs {
        padding: 10px; } }
    #subpage .main-container .breadcrumbs a {
      color: #CB2027;
      font-weight: 700;
      text-decoration: underline; }
      #subpage .main-container .breadcrumbs a:hover, #subpage .main-container .breadcrumbs a:focus {
        text-decoration: none;
        color: #000; }
    #subpage .main-container .breadcrumbs a:first-child {
      font-size: 0;
      text-decoration: none; }
      #subpage .main-container .breadcrumbs a:first-child:after {
        content: 'Home';
        font-size: 16px;
        text-decoration: underline; }
      #subpage .main-container .breadcrumbs a:first-child:hover:after, #subpage .main-container .breadcrumbs a:first-child:focus:after {
        text-decoration: none; }
    #subpage .main-container .breadcrumbs .separator {
      padding: 0 7px;
      color: #CB2027;
      font-weight: 400; }
    #subpage .main-container .breadcrumbs span {
      font-weight: 700; }
  #subpage .main-container .sidebar {
    max-width: 360px;
    min-width: 360px;
    padding: 20px 10px; }
    @media screen and (max-width: 1200px) {
      #subpage .main-container .sidebar {
        max-width: 280px;
        min-width: 280px; } }
    @media screen and (max-width: 900px) {
      #subpage .main-container .sidebar {
        max-width: 100%;
        min-width: 100%;
        padding: 0; } }
    #subpage .main-container .sidebar .mobile-side-nav {
      display: none;
      background: #1E489F;
      justify-content: space-between;
      align-items: center;
      text-decoration: none;
      transition: all 200ms ease-in-out;
      width: 100%;
      padding: 10px;
      box-sizing: border-box;
      color: #fff; }
      #subpage .main-container .sidebar .mobile-side-nav .fa,
      #subpage .main-container .sidebar .mobile-side-nav span {
        padding: 0 15px;
        color: #000; }
      #subpage .main-container .sidebar .mobile-side-nav span {
        font-weight: 600; }
      #subpage .main-container .sidebar .mobile-side-nav.clicked, #subpage .main-container .sidebar .mobile-side-nav:hover, #subpage .main-container .sidebar .mobile-side-nav:focus {
        background: #000; }
        #subpage .main-container .sidebar .mobile-side-nav.clicked .fa, #subpage .main-container .sidebar .mobile-side-nav.clicked span, #subpage .main-container .sidebar .mobile-side-nav:hover .fa, #subpage .main-container .sidebar .mobile-side-nav:hover span, #subpage .main-container .sidebar .mobile-side-nav:focus .fa, #subpage .main-container .sidebar .mobile-side-nav:focus span {
          color: #fff; }
      @media screen and (max-width: 900px) {
        #subpage .main-container .sidebar .mobile-side-nav {
          display: -ms-flexbox;
          display: flex; } }
    #subpage .main-container .sidebar .ptl_col_1 {
      padding: 0; }
      @media screen and (max-width: 900px) {
        #subpage .main-container .sidebar .ptl_col_1 {
          padding: 0; } }
      #subpage .main-container .sidebar .ptl_col_1 #inside-nav {
        box-sizing: border-box;
        padding: 20px 20px 10px;
        background: #1E489F;
        margin: 0; }
        #subpage .main-container .sidebar .ptl_col_1 #inside-nav .nav-toggle {
          background: none; }
          #subpage .main-container .sidebar .ptl_col_1 #inside-nav .nav-toggle a, #subpage .main-container .sidebar .ptl_col_1 #inside-nav .nav-toggle span {
            color: #fff; }
        @media screen and (max-width: 730px) {
          #subpage .main-container .sidebar .ptl_col_1 #inside-nav .sidenav-slide {
            background: none !important;
            border: none !important; } }
        @media screen and (max-width: 900px) {
          #subpage .main-container .sidebar .ptl_col_1 #inside-nav {
            display: none; } }
        @media screen and (min-width: 901px) {
          #subpage .main-container .sidebar .ptl_col_1 #inside-nav {
            display: block !important; } }
        #subpage .main-container .sidebar .ptl_col_1 #inside-nav .navWrp {
          padding: 0 10px;
          margin-bottom: 10px; }
          #subpage .main-container .sidebar .ptl_col_1 #inside-nav .navWrp a {
            color: #fff;
            display: block;
            padding: 7px;
            margin: 0;
            padding-left: 10px;
            transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
            position: relative;
            font-weight: 500;
            text-transform: uppercase;
            text-decoration: none; }
            #subpage .main-container .sidebar .ptl_col_1 #inside-nav .navWrp a span {
              position: relative;
              z-index: 10; }
            #subpage .main-container .sidebar .ptl_col_1 #inside-nav .navWrp a:hover, #subpage .main-container .sidebar .ptl_col_1 #inside-nav .navWrp a:focus {
              background: #6699ff;
              color: #000; }
          @media screen and (max-width: 900px) {
            #subpage .main-container .sidebar .ptl_col_1 #inside-nav .navWrp:first-child {
              margin-top: 10px; } }
          @media screen and (max-width: 900px) {
            #subpage .main-container .sidebar .ptl_col_1 #inside-nav .navWrp:last-child {
              margin-bottom: 10px; } }
        #subpage .main-container .sidebar .ptl_col_1 #inside-nav .sitenavl1 {
          padding-left: 30px; }
        #subpage .main-container .sidebar .ptl_col_1 #inside-nav .sitenavl2 {
          padding-left: 50px; }
        #subpage .main-container .sidebar .ptl_col_1 #inside-nav .currentpage a {
          background: #6699ff;
          color: #fff; }
          #subpage .main-container .sidebar .ptl_col_1 #inside-nav .currentpage a:hover, #subpage .main-container .sidebar .ptl_col_1 #inside-nav .currentpage a:focus {
            color: #000; }
  #subpage .main-container .main-content {
    width: calc(100% - 360px);
    padding-left: 30px; }
    @media screen and (max-width: 1200px) {
      #subpage .main-container .main-content {
        width: calc(100% - 280px); } }
    @media screen and (max-width: 900px) {
      #subpage .main-container .main-content {
        width: 100%;
        padding: 0; } }
    #subpage .main-container .main-content > .inside-padding {
      padding: 0; }
    #subpage .main-container .main-content dt {
      color: #666; }
    #subpage .main-container .main-content .pageTitle {
      padding: 10px; }
      @media screen and (max-width: 900px) {
        #subpage .main-container .main-content .pageTitle {
          padding: 10px 0; } }
      #subpage .main-container .main-content .pageTitle h2 {
        font-size: 36px;
        line-height: normal;
        font-weight: 900;
        margin: 0;
        color: #000;
        font-family: "Open Sans", sans-serif;
        position: relative;
        z-index: 10;
        display: flex;
        align-items: baseline; }
        @media screen and (max-width: 1200px) {
          #subpage .main-container .main-content .pageTitle h2 {
            font-size: 34px; } }
        @media screen and (max-width: 900px) {
          #subpage .main-container .main-content .pageTitle h2 {
            font-size: 30px; } }
    @media screen and (max-width: 1000px) {
      #subpage .main-container .main-content .ptl_col_1_2, #subpage .main-container .main-content .ptl_col_1_3, #subpage .main-container .main-content .ptl_col_1_4, #subpage .main-container .main-content .ptl_col_3_4, #subpage .main-container .main-content .ptl_col_2_3 {
        width: 100%; } }
/* Print page */
@media print {
  .CMS_adminBar, #skip, header, footer, .sub-bg, #subpage .main-container .sidebar, #subpage .breadcrumbs {
    display: none !important; }
  #subpage .main-container .main-content {
    width: 100%; } }

/* Subpage News Summary */
#news-summary .content a.read-more {
  background: #1E489F;
  font-size: 16px;
  color: #fff;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1); }
  #news-summary .content a.read-more:hover, #news-summary .content a.read-more:focus {
    background: #CB2027; }

#news_content_title {
  display: none; }

#news_content_date {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #333333; }

#news_content_body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000; }

a.see-all-btn {
    color: #CB2027;
}

.newsDate {
    color: #CB2027 !important;
}


/*----------- NEW CODES ---------------*/

li.twitter a:before {
  display: none !important;
}

.outer-cont {
    display: none;
}

#subpage .main-container .sidebar .mobile-side-nav .fa, #subpage .main-container .sidebar .mobile-side-nav span {
    color: #fff !important;
}
.selectSchool {
    display: none;
}



section#icons {
    background: #cb2027;
}

section#icons img {
    padding: 10px;
}

span.bold-text {
    display: none !important;
}

#skip a {
    z-index: 99999999;
}


.fax {
    display: none !important;
}
.phone a {
    text-decoration: none;
}

ul.faq a {
    text-decoration: none;
}

@media screen and (max-width: 600px) {
header .logo a img {
    max-width: 350px;
} 
 }


.social-icons img {
    max-width: 180px;
}