custom-edited.css
    
    .padding-y-bottom {
        padding-bottom: 1.33333em;
    }

/*** Page Title Slide Up ***/

@keyframes an-slide-up {

	0% {
		opacity: 0;
		transform: translate3d(0, 20%, 0);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

 h2.fsPagePopTitle {
        font-size: 32px;
    }

    @media (max-width: 768px) {
      h2.fsPagePopTitle { 
        font-size: 28px;
      }
    }

    h2.small {margin-bottom: 5px; color: #E31937; margin-top: 15px;}
    p.small {margin-top: -20px;}
    ul {list-style: square;}

    /* Added by Jess to override Title formatting when Athletics Events are displayed as a table */
    .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle, .fsAthleticsEvent.fsTable .fsElementTable th.fsTitle {
        font-family: Marcellus, serif;
        font-weight: bold;
        font-size: 1em;
    }
    
    /* Infographics */
    .jrInfographic .fsSummary {
        color: #bf2d38;
        font-size: 40px;
        font-weight: bold;
    }
    
    .jrInfographic article {
        text-align: center;
    }
    
    .jrInfographic .fsBody {
        font-size: .875em;
        font-weight: bold;
        text-transform: uppercase;
    }
    
    .jrInfographic .fsBody a {
        color: #000000;
    }
    
    .jrInfographic .fsThumbnail.fsPostLink {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Program of Studies
    
    Computer Science & Technology - fsCategory-25
    English - fsCategory-22
    Language - fsCategory-24
    Mathematics - fsCategory-27
    Performing Arts - fsCategory-23
    Physical Education - fsCategory-28
    Science - fsCategory-29
    Social Studies - fsCategory-30
    Visual Arts - fsCategory-31
    */
    .jrProgramofStudies .fsElementContent h2.fsElementTitle {
        margin-top: 0;
        font-family: "Lato", sans-serif;
        font-weight: normal;
        font-size: 15px;
        line-height: 26px;
        text-transform: uppercase;
        letter-spacing: .1em;
        font-weight: 600;
        margin-bottom: 5px;
    }
    
    .jrProgramofStudies .fsTabsNav li a:before {
        content: "\f19c";
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-size: 30px;
        font-weight: 900;
        font-variant-caps: normal;
        font-variant-ligatures: normal;
        text-align: center;
        display: block;
        margin-bottom: 15px;
    }
    
    .jrProgramofStudies .fsTabsNav li a {
        padding: 30px 10px;
        min-width: 10.5em;
        text-align: center;
        color: #FFF;
    }
    
    .jrProgramofStudies .fsStateSelected a {
        background: rgba(0,0,0,0.4) !important;
        color: #FFF !important;
    }
    
    .jrProgramofStudies .fsPostElement.fsGrid .fsListItems > article ul.fsCategories li:before {
        content: "\f19c";
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-size: 20px;
        font-variant-caps: normal;
        font-variant-ligatures: normal;
        vertical-align: bottom;
        margin-right: 5px;
    }
    
    .jrProgramofStudies .fsStyleColumn .fsListItems article .fsTitle:before {
        content: "\f19c";
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-size: 20px;
        font-variant-caps: normal;
        font-variant-ligatures: normal;
        vertical-align: middle;
        margin-right: 3px;
    }
    
    .jrProgramofStudies .fsElementActionButtonContainer .fsTitle, .jrProgramofStudies .fsSingleItem .fsTitle {
        margin-top: 0;
        font-weight: normal;
        font-size: 32px;
        line-height: 40px;
        font-family: "freight-text-pro", serif;
        font-weight: 500;
        letter-spacing: normal;
        margin-bottom: 20px;
    }
    
    /* Computer Science and Tech */
    .jrProgramofStudies .fsTabsNav li#fsTab-4996.fsStateSelected a {
        background-color: #b03c3d !important;
        color: #fff;
    }
    
    .jrProgramofStudies .fsTabsNav li#fsTab-4996 a {
        background-color: #fff;
        color: #b03c3d;
        padding: 30px 10px;
    }
    
    .jrProgramofStudies .fsTabsNav li#fsTab-4996 a:before {
        content: "\f108";
    }
    
    .jrProgramofStudies .fsPostElement.fsGrid .fsListItems > article.fsCategory-25 ul li.fsCategory {
        background: #b03c3d;
        color: #fff;
        width: 100%;
        text-align: center;
    }
    
    .jrProgramofStudies .fsPostElement.fsGrid .fsListItems > article.fsCategory-25 ul.fsCategories li:before {
        content: "\f108";
    }
    
    .jrProgramofStudies .fsStyleColumn .fsListItems article.fsCategory-25 .fsTitle:before {
        content: "\f108";
    }
    
    /* English */
    .jrProgramofStudies .fsTabsNav li#fsTab-5004.fsStateSelected a {
        background-color: #005a9c !important;
        color: #fff;
    }
    
    .jrProgramofStudies .fsTabsNav li#fsTab-5004 a {
        background-color: #fff;
        color: #005a9c;
        padding: 30px 10px;
    }
    
    .jrProgramofStudies .fsTabsNav li#fsTab-5004 a:before {
        content: "\f02d";
    }
    
    .jrProgramofStudies .fsPostElement.fsGrid .fsListItems > article.fsCategory-22 ul li.fsCategory {
        background: #005a9c;
        color: #fff;
        width: 100%;
        text-align: center;
    }
    
    .jrProgramofStudies .fsPostElement.fsGrid .fsListItems > article.fsCategory-22 ul.fsCategories li:before {
        content: "\f02d";
    }
    
    .jrProgramofStudies .fsStyleColumn .fsListItems article.fsCategory-22 .fsTitle:before {
        content: "\f02d";
    }
    
    /* Language */
    .jrProgramofStudies .fsTabsNav li#fsTab-5012.fsStateSelected a {
        background-color: #004578 !important;
        color: #fff;
    }
    
    .jrProgramofStudies .fsTabsNav li#fsTab-5012 a {
        background-color: #fff;
        color: #004578;
        padding: 30px 10px;
    }
    
    .jrProgramofStudies .fsTabsNav li#fsTab-5012 a:before {
        content: "\f1ab";
    }
    
    .jrProgramofStudies .fsPostElement.fsGrid .fsListItems > article.fsCategory-24 ul li.fsCategory {
        background: #004578;
        color: #fff;
        width: 100%;
        text-align: center;
    }
    
    .jrProgramofStudies .fsPostElement.fsGrid .fsListItems > article.fsCategory-24 ul.fsCategories li:before {
        content: "\f1ab";
    }
    
    .jrProgramofStudies .fsStyleColumn .fsListItems article.fsCategory-24 .fsTitle:before {
        content: "\f1ab";
    }
    
    /* Mathematics */
    .jrProgramofStudies .fsTabsNav li#fsTab-5020.fsStateSelected a {
        background-color: #af1622 !important;
        color: #fff;
    }
    
    .jrProgramofStudies .fsTabsNav li#fsTab-5020 a {
        background-color: #fff;
        color: #af1622;
        padding: 30px 10px;
    }
    
    .jrProgramofStudies .fsTabsNav li#fsTab-5020 a:before {
        content: "\f1ec";
    }
    
    .jrProgramofStudies .fsPostElement.fsGrid .fsListItems > article.fsCategory-27 ul li.fsCategory {
        background: #af1622;
        color: #fff;
        width: 100%;
        text-align: center;
    }
    
    .jrProgramofStudies .fsPostElement.fsGrid .fsListItems > article.fsCategory-27 ul.fsCategories li:before {
        content: "\f1ec";
    }
    
    .jrProgramofStudies .fsStyleColumn .fsListItems article.fsCategory-27 .fsTitle:before {
        content: "\f1ec";
    }
    
    /* Fine Arts */
    .jrProgramofStudies .fsTabsNav li#fsTab-5028.fsStateSelected a {
        background-color: #71a8d0 !important;
        color: #fff;
    }
    
    .jrProgramofStudies .fsTabsNav li#fsTab-5028 a {
        background-color: #fff;
        color: #71a8d0;
        padding: 30px 10px;
    }
    
    .jrProgramofStudies .fsTabsNav li#fsTab-5028 a:before {
        content: "\f001";
    }
    
    /* Performing Arts */
    .jrProgramofStudies .fsPostElement.fsGrid .fsListItems > article.fsCategory-23 ul li.fsCategory {
        background: #71a8d0;
        color: #fff;
        width: 100%;
        text-align: center;
    }
    
    .jrProgramofStudies .fsPostElement.fsGrid .fsListItems > article.fsCategory-23 ul.fsCategories li:before {
        content: "\f03d";
    }
    
    .jrProgramofStudies .fsStyleColumn .fsListItems article.fsCategory-23 .fsTitle:before {
        content: "\f03d";
    }
    
    /* Physical Education */
    .jrProgramofStudies .fsTabsNav li#fsTab-5047.fsStateSelected a {
        background-color: #0f3958 !important;
        color: #fff;
    }
    
    .jrProgramofStudies .fsTabsNav li#fsTab-5047 a {
        background-color: #fff;
        color: #0f3958;
        padding: 30px 10px;
    }
    
    .jrProgramofStudies .fsTabsNav li#fsTab-5047 a:before {
        content: "\f1e3";
    }
    
    .jrProgramofStudies .fsPostElement.fsGrid .fsListItems > article.fsCategory-28 ul li.fsCategory {
        background: #0f3958;
        color: #fff;
        width: 100%;
        text-align: center;
    }
    
    .jrProgramofStudies .fsPostElement.fsGrid .fsListItems > article.fsCategory-28 ul.fsCategories li:before {
        content: "\f1e3";
    }
    
    .jrProgramofStudies .fsStyleColumn .fsListItems article.fsCategory-28 .fsTitle:before {
        content: "\f1e3";
    }
    
    /* Science */
    .jrProgramofStudies .fsTabsNav li#fsTab-5055.fsStateSelected a {
        background-color: #820c15 !important;
        color: #fff;
    }
    
    .jrProgramofStudies .fsTabsNav li#fsTab-5055 a {
        background-color: #fff;
        color: #820c15;
        padding: 30px 10px;
    }
    
    .jrProgramofStudies .fsTabsNav li#fsTab-5055 a:before {
        content: "\f0c3";
    }
    
    .jrProgramofStudies .fsPostElement.fsGrid .fsListItems > article.fsCategory-29 ul li.fsCategory {
        background: #820c15;
        color: #fff;
        width: 100%;
        text-align: center;
    }
    
    .jrProgramofStudies .fsPostElement.fsGrid .fsListItems > article.fsCategory-29 ul.fsCategories li:before {
        content: "\f0c3";
    }
    
    .jrProgramofStudies .fsStyleColumn .fsListItems article.fsCategory-29 .fsTitle:before {
        content: "\f0c3";
    }
    
    /* Social Studies */
    .jrProgramofStudies .fsTabsNav li#fsTab-5063.fsStateSelected a {
        background-color: #5d89b6 !important;
        color: #fff;
    }
    
    .jrProgramofStudies .fsTabsNav li#fsTab-5063 a {
        background-color: #fff;
        color: #5d89b6;
        padding: 30px 10px;
    }
    
    .jrProgramofStudies .fsTabsNav li#fsTab-5063 a:before {
        content: "\f252";
    }
    
    .jrProgramofStudies .fsPostElement.fsGrid .fsListItems > article.fsCategory-30 ul li.fsCategory {
        background: #5d89b6;
        color: #fff;
        width: 100%;
        text-align: center;
    }
    
    .jrProgramofStudies .fsPostElement.fsGrid .fsListItems > article.fsCategory-30 ul.fsCategories li:before {
        content: "\f252";
    }
    
    .jrProgramofStudies .fsStyleColumn .fsListItems article.fsCategory-30 .fsTitle:before {
        content: "\f252";
    }
    
    /* Visual Arts */
    .jrProgramofStudies .fsPostElement.fsGrid .fsListItems > article.fsCategory-31 ul li.fsCategory {
        background: #496d92;
        color: #fff;
        width: 100%;
        text-align: center;
    }
    
    .jrProgramofStudies .fsPostElement.fsGrid .fsListItems > article.fsCategory-31 ul.fsCategories li:before {
        content: "\f1fc";
    }
    
    .jrProgramofStudies .fsStyleColumn .fsListItems article.fsCategory-31 .fsTitle:before {
        content: "\f1fc";
    }
    
    /* Global Online Academy */
    .jrProgramofStudies .fsTabsNav li#fsTab-5071.fsStateSelected a {
        background-color: #272727;
        color: #fff;
    }
    
    .jrProgramofStudies .fsTabsNav li#fsTab-5071 a {
        background-color: #fff;
        color: #272727;
        padding: 30px 10px;
    }
    
    .jrProgramofStudies .fsTabsNav li#fsTab-5071 a:before {
        content: "\f0ac";
    }
    
    .jrProgramofStudies .fsTabsNav li a:hover {
        background-color: rgba(0,0,0,0.1) !important;
        color: #fff;
    }
    
    /* MS Program of Studies */
    .jrProgramofStudies .fsTabsNav li#fsTab-6626.fsStateSelected a {
        background-color: #b03c3d !important;
        color: #fff;
    }
    
    .jrProgramofStudies .fsTabsNav li#fsTab-6626 a {
        background-color: #fff;
        color: #b03c3d;
        padding: 30px 10px;
    }
    
    .jrProgramofStudies .fsTabsNav li#fsTab-6634.fsStateSelected a {
        background-color: #005a9c !important;
        color: #fff;
    }
    
    .jrProgramofStudies .fsTabsNav li#fsTab-6634 a {
        background-color: #fff;
        color: #005a9c;
        padding: 30px 10px;
    }
    
    .jrProgramofStudies .fsTabsNav li#fsTab-6642.fsStateSelected a {
        background-color: #004578 !important;
        color: #fff;
    }
    
    .jrProgramofStudies .fsTabsNav li#fsTab-6642 a {
        background-color: #fff;
        color: #004578;
        padding: 30px 10px;
    }
    
    .jrEmphasis {
        margin-top: 0;
        font-weight: normal;
        font-size: 15px;
        line-height: 26px;
        text-transform: uppercase;
        letter-spacing: .1em;
        font-weight: 600;
        margin-bottom: 5px;
    }
    
    .jrh1 {
        margin-top: 0;
        font-weight: normal;
        font-size: 38px;
        line-height: 45px;
        color: #005a9c;
        font-family: "freight-text-pro", serif;
        font-weight: 500;
        margin-bottom: 20px;
    }
    
    .visit-pembroke-container {
        position: relative;
        margin: 0 auto;
        padding-bottom: 70px;
    /*
        max-width: 96em;
        max-width: 90rem;
    */
    }
    
    .visit-pembroke-container > .fsContainer > .fsElementContent {
        padding: 0 20px !important;
        position: relative;
    }

    .fsPostElement .fsThumbnail {
      display: block;
      width: 50%;
      margin: 0 auto;
  }
    
    /*** Slider ***/
    
    body:not(.fsDraftMode) .multimedia-slide .caption-wrapper {
      left: 0 !important;
      padding: 0px 50px;
      background-color: rgba(0, 0, 0, 0.35);
      background: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,.009)) !important;
      max-width:  100% !important;
    }
    
    body:not(.fsDraftMode) .multimedia-slide .caption-desc a.fs_style_26 {
      background: transparent;
      padding: 10px 15px !important;
      border: 2px solid #FFF;
    }
    
    body:not(.fsDraftMode) .multimedia-slide .caption-desc a.fs_style_26:hover {
      opacity: .8;
      background: #E31937;
      color: #fff; 
      border: 2px solid #E31937;
      text-decoration: none !important;
      ;
    }
    
    body:not(.fsDraftMode) .multimedia-controls .slick-dots li:hover button {
      background-color: transparent;
      border: 2px solid #FFF !important;
    }
    
    body:not(.fsDraftMode) .multimedia-controls .slick-dots li.slick-active button {
      background-color: #FFF !important;
      border: 2px solid #FFF !important;
    }
    
    body:not(.fsDraftMode) .multimedia-controls {
      max-width: 100% !important;
      padding: 0 45px !important;
    
    }
    
    @media (max-width: 699px) {
      body:not(.fsDraftMode) .multimedia-slide .caption-wrapper {
        height: 200px !important;
        padding: 20px 15px !important;
        text-shadow: none !important;
      }
    }
    @media (max-width: 749px) {
      body:not(.fsDraftMode) .multimedia-controls {
          bottom: 25px;
          display: none;
        }
      body:not(.fsDraftMode) .multimedia-slide .caption-desc .hide {
          display: none;
        }
      }
    
      @media (max-width: 1179px) {
    body:not(.fsDraftMode) .multimedia-slide .caption-wrapper {
        max-width: 100% !important;
      }
    }
    
      body:not(.fsDraftMode) .multimedia-slideshow {
        border-bottom: 0px !important;
      }
    
      .top-container {
        border-bottom: 0px !important;
      }
    
      .nav-main {
        border-top:0px !important;
      }
    
      @media (min-width: 1180px) {
      .top-container.headroom--not-top .nav-main {
        border-bottom: 0px !important;
      }
    }
    
    body:not(.landing) .photo-page-title, body:not(.no-header-photo) .photo-page-title {
      text-align: left !important;
      padding-left: 20px;
      padding-right:0 !important;
      font-size: 80px !important;
      animation: cubic-bezier(0.4, 0, 0.2, 1) 1.5s an-slide-up;
    } 
    
    /*** College Choices ***/
    .college-choices {
      font-size: 14px;
      line-height: 1.75;
    }
    
    /*** New Footer Styles ***/
    
    #fsFooter {border-top: 0px !important;}
    
    .new-footer .logo-footer {
      width: 70%;
      margin: 0 auto;
    }
    
    #fsFooter .new-footer {
      padding-top: 50px;
    }
    
    #fsFooter .fsBanner:after {
      content: normal;
    }
    
    body.fsDraftMode #fsFooter .fsBanner {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
    }
    
    body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
    }
    
    #fsFooter .footer-link-container {
      margin-bottom: 40px;
    }
    
    #fsFooter .nav-utility-ftr {
      background-color: #00346C;
    }
    
    #fsFooter .nav-utility-ftr>.fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 78.66667em;
      max-width: 73.75rem;
    }
    
    #fsFooter .nav-utility-ftr .fsNavLevel1 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    
    #fsFooter .nav-utility-ftr .fsNavLevel1,
    #fsFooter .nav-utility-ftr .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    
    #fsFooter .nav-utility-ftr .fsNavLevel1 li {
      margin: 0;
      padding: 0;
    }
    
    @media (max-width: 899px) {
      #fsFooter .nav-utility-ftr .fsNavLevel1 {
        -ms-flex-pack: center;
        justify-content: center;
      }
    }
    
    @media (max-width: 499px) {
      #fsFooter .nav-utility-ftr .fsNavLevel1 {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
      }
    }
    
    #fsFooter .nav-utility-ftr .fsNavLevel1>li {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
    }
    
    #fsFooter .nav-utility-ftr .fsNavLevel1>li a {
      display: inline-block;
      position: relative;
      font-size: 14px;
      font-weight: 600;
      padding-left: 14px;
      padding-right: 14px;
      line-height: 72px;
      height: 72px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: .1em;
    }
    
    #fsFooter .nav-utility-ftr .fsNavLevel1>li a:hover {
      color: #ACB1BA;
    }
    
    #fsFooter .nav-utility-ftr .fsNavLevel1>li.footer-contact a:before {
      /* font-family: "icomoon";
                position: absolute;
                content: "ÃƒÆ’Ã‚Â®Ãƒâ€šÃ‚Â¤Ãƒâ€¹Ã¢â‚¬ "; */
      text-align: center;
      display: inline-block;
      color: #ACB1BA;
      width: 50px;
      font-size: 34px;
      height: 72px;
      left: 4px;
      top: 0px;
      line-height: 72px;
      font-weight: 400;
      transition: color .3s ease-in-out;
    }
    
    #fsFooter .nav-utility-ftr .fsNavLevel1>li.footer-contact a:hover:before {
      color: #fff;
    }
    
    #fsFooter .nav-utility-ftr .fsNavLevel1>li.footer-directions a:before {
      /* font-family: "icomoon";
                position: absolute;
                content: "ÃƒÆ’Ã‚Â®Ãƒâ€šÃ‚Â¤Ãƒâ€¦ "; */
      text-align: center;
      display: inline-block;
      color: #ACB1BA;
      width: 50px;
      font-size: 34px;
      height: 72px;
      left: 4px;
      top: 0px;
      line-height: 72px;
      font-weight: 400;
      transition: color .3s ease-in-out;
    }
    
    #fsFooter .nav-utility-ftr .fsNavLevel1>li.footer-directions a:hover:before {
      color: #fff;
    }
    
    #fsFooter .nav-utility-ftr .fsNavLevel1>li.footer-news a:before {
      /* font-family: "icomoon";
                position: absolute;
                content: "ÃƒÆ’Ã‚Â®Ãƒâ€šÃ‚Â¤ÃƒÂ¢Ã¢â€šÂ¬ "; */
      text-align: center;
      display: inline-block;
      color: #ACB1BA;
      width: 50px;
      font-size: 34px;
      height: 72px;
      left: 4px;
      top: 0px;
      line-height: 72px;
      font-weight: 400;
      transition: color .3s ease-in-out;
    }
    
    #fsFooter .nav-utility-ftr .fsNavLevel1>li.footer-news a:hover:before {
      color: #fff;
    }
    
    #fsFooter .nav-utility-ftr .fsNavLevel1>li.footer-calendar a:before {
      /* font-family: "icomoon";
                position: absolute;
                content: "ÃƒÆ’Ã‚Â®Ãƒâ€šÃ‚Â¤ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡"; */
      text-align: center;
      display: inline-block;
      color: #ACB1BA;
      width: 50px;
      font-size: 34px;
      height: 72px;
      left: 4px;
      top: 0px;
      line-height: 72px;
      font-weight: 400;
      transition: color .3s ease-in-out;
    }
    
    #fsFooter .nav-utility-ftr .fsNavLevel1>li.footer-calendar a:hover:before {
      color: #fff;
    }
    
    #fsFooter .nav-utility-ftr .fsNavLevel1>li.footer-summer a:before {
      /* font-family: "icomoon";
                position: absolute;
                content: "ÃƒÆ’Ã‚Â®Ãƒâ€šÃ‚Â¤ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹"; */
      text-align: center;
      display: inline-block;
      color: #ACB1BA;
      width: 50px;
      font-size: 34px;
      height: 72px;
      left: 4px;
      top: 0px;
      line-height: 72px;
      font-weight: 400;
      transition: color .3s ease-in-out;
    }
    
    #fsFooter .nav-utility-ftr .fsNavLevel1>li.footer-summer a:hover:before {
      color: #fff;
    }
    
    @media (max-width: 899px) {
    
      #fsFooter .nav-utility-ftr .fsNavLevel1>li.footer-contact,
      #fsFooter .nav-utility-ftr .fsNavLevel1>li.footer-directions,
      #fsFooter .nav-utility-ftr .fsNavLevel1>li.footer-news {
        padding: 0 20px;
      }
    }
    
    @media (max-width: 899px) {
    
      #fsFooter .nav-utility-ftr .fsNavLevel1>li.footer-calendar,
      #fsFooter .nav-utility-ftr .fsNavLevel1>li.footer-summer {
        padding: 0 20px;
      }
    }
    
    @media (max-width: 499px) {
      #fsFooter .nav-utility-ftr .fsNavLevel1>li {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0 20px;
      }
    }
    
    #fsFooter .address-container {
      position: relative;
      margin: 0 auto;
      max-width: 78.66667em;
      max-width: 73.75rem;
    }
    
    #fsFooter .address-container>.fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    
    #fsFooter .address-container>.fsElementContent>* {
      margin: 0 auto;
    }
    
    @media (max-width: 749px) {
      #fsFooter .address-container>.fsElementContent {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
      }
    }
    
    #fsFooter .nav-socialicons {
      -ms-flex: 0 1 240px;
      flex: 0 1 240px;
      position: relative;
      height: 75px;
      vertical-align: top;
      padding-left:8%;
      margin-top: 10px;
    }
    
    .nav-socialicons .fsNavLevel1 {
      font-size: 0;
    }
    
    .nav-socialicons .fsNavLevel1,
    .nav-socialicons .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    
    .nav-socialicons .fsNavLevel1 li {
      margin: 0;
      padding: 0;
    }
    
    .nav-socialicons .fsNavLevel1 li {
      display: inline-block;
      margin-top: 0;
      vertical-align: top;
    }
    
    .nav-socialicons .fsNavLevel1 li:not(:last-child) {
      margin-right: 10px;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='facebook']:before {
      content: "";
      font-family: "icomoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='instagram']:before {
      content: "";
      font-family: "icomoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='linkedin']:before {
      ontent: "";
      font-family: "icomoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='pinterest']:before {
      content: "";
      font-family: "icomoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='tumblr']:before {
      content: "";
      font-family: "icomoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='twitter']:before {
      content: "";
      font-family: "icomoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='vimeo']:before {
      content: "";
      font-family: "icomoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='vine']:before {
      content: "";
      font-family: "icomoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='youtube']:before {
      content: "";
      font-family: "icomoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='rss']:before {
      content: "";content: "";
      font-family: "icomoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='facebook']:hover {
      background: #fff;
      border-color: #3b5998;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='facebook']:hover:before {
      color: #3b5998;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='instagram']:hover {
      background: #fff;
      border-color: #3f729b;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='instagram']:hover:before {
      color: #3b5998;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='linkedin']:hover {
      background: #fff;
      border-color: #0077b5;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='linkedin']:hover:before {
      color: #3b5998;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='pinterest']:hover {
      background: #fff;
      border-color: #cc2127;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='pinterest']:hover:before {
      color: #3b5998;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='tumblr']:hover {
      background: #fff;
      border-color: #35465c;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='tumblr']:hover:before {
      color: #3b5998;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='twitter']:hover {
      background: #fff;
      border-color: #55acee;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='twitter']:hover:before {
      color: #3b5998;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='vimeo']:hover {
      background: #fff;
      border-color: #1ab7ea;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='vimeo']:hover:before {
      color: #3b5998;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='vine']:hover {
      background: #fff;
      border-color: #00b488;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='vine']:hover:before {
      color: #3b5998;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='youtube']:hover {
      background: #fff;
      border-color: #cd201f;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='youtube']:hover:before {
      color: #3b5998;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='rss']:hover {
      background: #fff;
      border-color: #f26522;
    }
    
    .nav-socialicons .fsNavLevel1 [href*='rss']:hover:before {
      color: #3b5998;
    }
    
    .nav-socialicons .fsNavLevel1 a {
      display: block;
      position: relative;
      border: 0px solid #E31937;
      /*background: #E31937;*/
      height: 45px;
      width: 45px;
      border-radius: 3px;
    }
    
    .nav-socialicons .fsNavLevel1 a:before {
      color: #fff;
      font-size: 24px;
      transition: 0.3s all;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
    
    @media (max-width: 749px) {
      #fsFooter .nav-socialicons {
        -ms-flex: 0 0 125px;
        flex: 0 0 125px;
      }
    }
    
    .school-details-container {
      -ms-flex: 0 1 260px;
      flex: 0 1 260px;
      margin-bottom: 30px !important;
    }
    
    @media (max-width: 977px) {
      .school-details-container {
        text-align: center;
      }
    }
    
    .school-details-container.first {
      -ms-flex: 0 1 211px;
      flex: 0 1 211px;
    }
    
    @media (max-width: 749px) {
      .school-details-container {
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        max-width: 270px;
        margin-bottom: 15px !important;
      }
    }
    
    .new-footer.school-details {
      margin-bottom: 20px;
      vertical-align: top;
    }
    
    .new-footer .school-details [itemprop='campus'],
    .new-footer .school-details [itemprop='mission'],
    .new-footer .school-details [itemprop='ages'],
    .new-footer .school-details [itemprop='address'] {
      font-size: 14px;
      font-family: "Inter", sans-serif;
      font-style: normal;
      font-weight: 500;
      line-height: 1.3;
      margin-bottom: 0px;
    }
    
    .new-footer .school-details [itemprop='mission'] {
      font-style: normal;
      line-height: 1.6;
      margin-top: 4px;
    }
    
    .new-footer .school-details [itemprop='telephone'] {
      font-size: 11px;
    }
    
    .new-footer .school-details [itemprop='streetAddress'] {
      display: block;
    }
    
    .new-footer .school-details a {
      color: inherit;
    }
    
    .new-footer .quick-links p {
      font-size: 14px;
      margin: 0;
      padding-bottom: 15px;
    }
    
    .new-footer .quick-links a {
      font-weight: normal;
      color: #FFF;
      padding: 5px 0;
      line-height: 1.75;
    }
    
    .new-footer .quick-links a:hover {
      font-size: 14px;
      font-weight: 600;
      transition: background .3s, color .3s;
    }
    
    
    #fsFooter .new-footer .nav-social {
      position: relative;
      height: 25px !important;
      vertical-align:top;
    }
    
    .new-footer #fsPoweredByFinalSite {
      width: 132px;
      position: absolute;
      /* bottom: 0; */
      right: 10px;
    }
    
    #fsFooter .new-footer .copywright {
      font-size: 10px;
    }
    /*** End New Footer Styles ***/
    
    /*! elements - bio accordion */
    .fsAccordion.bio .fsPanel > header, .fsTabs .fsPanel > header {
      cursor: pointer;
      background: #FFF;
      transition: .3s; }
      .fsAccordion.bio .fsPanel > header h2, .fsTabs .fsPanel > header h2, .fsAccordion .fsPanel > header .admissions .welcome h2.fsElementTitle, .admissions .welcome .fsAccordion .fsPanel > header h2.fsElementTitle, .fsTabs .fsPanel > header .admissions .welcome h2.fsElementTitle, .admissions .welcome .fsTabs .fsPanel > header h2.fsElementTitle, .fsAccordion .fsPanel > header .admissions .admissions-team > header, .admissions .fsAccordion .fsPanel > header .admissions-team > header, .fsTabs .fsPanel > header .admissions .admissions-team > header, .admissions .fsTabs .fsPanel > header .admissions-team > header {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 16px;
        font-family: "Inter", sans-serif;
        margin-bottom: 0px;
        margin-top: 1px;
        border-bottom: 0px;
        display: block;
        padding: 0px 20px 2px 0px;
        color: #00346C;
        transition: .3s;
        position: relative; }
        .fsAccordion.bio .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a, .fsAccordion .fsPanel > header .admissions .welcome h2.fsElementTitle a, .admissions .welcome .fsAccordion .fsPanel > header h2.fsElementTitle a, .fsTabs .fsPanel > header .admissions .welcome h2.fsElementTitle a, .admissions .welcome .fsTabs .fsPanel > header h2.fsElementTitle a, .fsAccordion .fsPanel > header .admissions .admissions-team > header a, .admissions .fsAccordion .fsPanel > header .admissions-team > header a, .fsTabs .fsPanel > header .admissions .admissions-team > header a, .admissions .fsTabs .fsPanel > header .admissions-team > header a {
          transition: none; }
      .fsAccordion.bio .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
        background: #FFF;
        transition: .3s; }
        .fsAccordion.bio .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2, .fsAccordion .fsPanel > header:hover .admissions .admissions-team > header, .admissions .fsAccordion .fsPanel > header:hover .admissions-team > header, .fsTabs .fsPanel > header:hover .admissions .admissions-team > header, .admissions .fsTabs .fsPanel > header:hover .admissions-team > header {
          color: #E31937;
          transition: .3s;
          background: transparent;
          }
    
    .fsAccordion.bio .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
      background: #FFF;}
      .fsAccordion.bio .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2, .fsAccordion .fsPanel.fsStateOpen > header .admissions .admissions-team > header, .admissions .fsAccordion .fsPanel.fsStateOpen > header .admissions-team > header, .fsTabs .fsPanel.fsStateOpen > header .admissions .admissions-team > header, .admissions .fsTabs .fsPanel.fsStateOpen > header .admissions-team > header {
        color: #E31937;
        border-bottom: 1px solid #fff; }
        .fsAccordion.bio .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before, .fsAccordion .fsPanel.fsStateOpen > header .admissions .admissions-team > header:before, .admissions .fsAccordion .fsPanel.fsStateOpen > header .admissions-team > header:before, .fsTabs .fsPanel.fsStateOpen > header .admissions .admissions-team > header:before, .admissions .fsTabs .fsPanel.fsStateOpen > header .admissions-team > header:before {
          content: "Ã¯ÂÂ¨";}
    
    .fsPanelIconAfter.fsAccordion.bio .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs.bio .fsPanel > header h2::after, .fsPanelIconAfter.fsAccordion .fsPanel > header .admissions .admissions-team > header::after, .admissions .fsPanelIconAfter.fsAccordion .fsPanel > header .admissions-team > header::after, .fsPanelIconAfter.fsTabs .fsPanel > header .admissions .admissions-team > header::after, .admissions .fsPanelIconAfter.fsTabs .fsPanel > header .admissions-team > header::after,
    .fsPanelIconBefore.fsAccordion.bio .fsPanel > header h2::before,
    .fsPanelIconBefore.fsTabs.bio .fsPanel > header h2::before,
    .fsPanelIconBefore.fsAccordion.bio .fsPanel > header .admissions .admissions-team > header::before,
    .admissions .fsPanelIconBefore.fsAccordion.bio .fsPanel > header .admissions-team > header::before,
    .fsPanelIconBefore.fsTabs.bio .fsPanel > header .admissions .admissions-team > header::before,
    .admissions .fsPanelIconBefore.fsTabs.bio .fsPanel > header .admissions-team > header::before {
      content: '';
      border: none;
      width: auto;
      height: auto;
      position: absolute;
      margin: 0;
      top: 37%;
      /*font-family: "FontAwesome";*/
      font-weight: 400;
      font-size: 28px;
      content: "+"; 
      transform: translateY(-50%);
    }
    
    .fsPanelIconBefore.fsAccordion.bio .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs.bio .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header .admissions .admissions-team > header::before, .admissions .fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header .admissions-team > header::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header .admissions .admissions-team > header::before, .admissions .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header .admissions-team > header::before,
    .fsPanelIconAfter.fsAccordion.bio .fsPanel.fsStateOpen > header h2::after,
    .fsPanelIconAfter.fsTabs.bio .fsPanel.fsStateOpen > header h2::after,
    .fsPanelIconAfter.fsAccordion.bio .fsPanel.fsStateOpen > header .admissions .admissions-team > header::after,
    .admissions .fsPanelIconAfter.fsAccordion.bio .fsPanel.fsStateOpen > header .admissions-team > header::after,
    .fsPanelIconAfter.fsTabs.bio .fsPanel.fsStateOpen > header .admissions .admissions-team > header::after,
    .admissions .fsPanelIconAfter.fsTabs.bio .fsPanel.fsStateOpen > header .admissions-team > header::after {
      content: '';
      border: none;
      width: auto;
      height: auto;
      position: absolute;
      margin: 0;
      top: 37%;
      /*font-family: "FontAwesome";*/
      font-weight: 400;
      font-size: 28px;
      content: "\2013"; 
      transform: translateY(-50%);
      }
    
    .fsPanelIconBefore.fsAccordion.bio .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2, .fsPanelIconBefore.fsAccordion .fsPanel > header .admissions .admissions-team > header, .admissions .fsPanelIconBefore.fsAccordion .fsPanel > header .admissions-team > header, .fsPanelIconBefore.fsTabs .fsPanel > header .admissions .admissions-team > header, .admissions .fsPanelIconBefore.fsTabs .fsPanel > header .admissions-team > header {
      padding-left: 40px; }
      .fsPanelIconBefore.fsAccordion.bio .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before, .fsPanelIconBefore.fsAccordion .fsPanel > header .admissions .admissions-team > header:before, .admissions .fsPanelIconBefore.fsAccordion .fsPanel > header .admissions-team > header:before, .fsPanelIconBefore.fsTabs .fsPanel > header .admissions .admissions-team > header:before, .admissions .fsPanelIconBefore.fsTabs .fsPanel > header .admissions-team > header:before {
        left: 13.33333px; }
    
    .fsPanelIconAfter.fsAccordion.bio .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2, .fsPanelIconAfter.fsAccordion .fsPanel > header .admissions .admissions-team > header, .admissions .fsPanelIconAfter.fsAccordion .fsPanel > header .admissions-team > header, .fsPanelIconAfter.fsTabs .fsPanel > header .admissions .admissions-team > header, .admissions .fsPanelIconAfter.fsTabs .fsPanel > header .admissions-team > header {
      padding-right: 40px; }
      .fsPanelIconAfter.fsAccordion.bio .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before, .fsPanelIconAfter.fsAccordion .fsPanel > header .admissions .admissions-team > header:before, .admissions .fsPanelIconAfter.fsAccordion .fsPanel > header .admissions-team > header:before, .fsPanelIconAfter.fsTabs .fsPanel > header .admissions .admissions-team > header:before, .admissions .fsPanelIconAfter.fsTabs .fsPanel > header .admissions-team > header:before {
        display: none; }
      .fsPanelIconAfter.fsAccordion.bio .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after, .fsPanelIconAfter.fsAccordion .fsPanel > header .admissions .admissions-team > header:after, .admissions .fsPanelIconAfter.fsAccordion .fsPanel > header .admissions-team > header:after, .fsPanelIconAfter.fsTabs .fsPanel > header .admissions .admissions-team > header:after, .admissions .fsPanelIconAfter.fsTabs .fsPanel > header .admissions-team > header:after {
        right: 13.33333px; }
    
    .fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter).bio .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header .admissions .admissions-team > header:before, .admissions .fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header .admissions-team > header:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header .admissions .admissions-team > header:before, .admissions .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header .admissions-team > header:before {
      content: ''; }
    
    .fsAccordion {
      margin-bottom: 20px; 
      border-bottom: 1px solid rgba(0, 52, 108, 0.2);
    }
   
/*** New Accordian Style ***/

    .fsPanelIconAfter.fsAccordion .fsPanel>header h2, .fsPanelIconAfter.fsTabs .fsPanel>header h2 {
        padding-right: 40px !important;
     }

     .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2, .fsAccordion .fsPanel > header .admissions .welcome h2.fsElementTitle, .admissions .welcome .fsAccordion .fsPanel > header h2.fsElementTitle, .fsTabs .fsPanel > header .admissions .welcome h2.fsElementTitle, .admissions .welcome .fsTabs .fsPanel > header h2.fsElementTitle, .fsAccordion .fsPanel > header .admissions .admissions-team > header, .admissions .fsAccordion .fsPanel > header .admissions-team > header, .fsTabs .fsPanel > header .admissions .admissions-team > header, .admissions .fsTabs .fsPanel > header .admissions-team > header {
      border-bottom: 0px;
   }
   
   .fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
      cursor: pointer;
      background: transparent !important;
      transition: .3s;
   }
   
   .fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
      background: transparent !important;
   }
   
   .fsAccordion .fsPanel.fsStateOpen:before {
      height: 3px;
      background: #E31937;
   }
  
   .fsAccordion .fsPanel>header h2, .fsTabs .fsPanel>header h2 {
      display: block;
      font-weight: 400;
      font-size: 1.125rem;
      line-height: 1.33333;
      padding: 15px 12px 15px 40px !important;
      margin: 0;
      color: #595d6f;
      transition: .3s;
      position: relative;
      border-bottom: 0px !important;
   }
   
   .fsAccordion .fsPanel:before {
      content: "";
      width: 100%;
      height: 1px;
      background: rgba(0, 52, 108, 0.2);
      display: block;
      transition: all .3s;
   }
   
   .fsPanelIconAfter.fsAccordion .fsPanel>header h2:after, .fsPanelIconAfter.fsTabs .fsPanel>header h2:after {
      right: 10px;
   }

   .fsPanelIconAfter.fsAccordion .fsPanel>header h2:after, .fsPanelIconAfter.fsTabs .fsPanel>header h2:after, .fsPanelIconBefore.fsAccordion .fsPanel>header h2:before, .fsPanelIconBefore.fsTabs .fsPanel>header h2:before {
      content: "";
      font-size: 28px !important;
      font-weight: 400;
      border: none;
      width: auto;
      height: auto;
      position: absolute;
      margin: 0;
      top: 40% !important;
      transform: translateY(-50%);
      content: "+" !important;
   }

   .fsAccordion.fsPanelIconAfter .fsPanel>header :is(h1, h2, h3, h4, h5, h6)::after {
      /*border-bottom: 5px solid rgba(0,0,0,0);
      border-left: 7px solid #C3C5CC;
      border-top: 5px solid rgba(0,0,0,0);*/
      content: ' ';
      display: inline-block;
      height: 0;
      margin-left: 3px;
      margin-top: -3px;
      vertical-align: middle;
      width: 3px;
   }
   
   .fsAccordion .fsPanel>header h2 a, .fsTabs .fsPanel>header h2 a {
      transition: none;
   }

   .fsPanel>header>.fsElementTitle>a {
      color: inherit;
      text-decoration: none;
   }
   
   .fsAccordion .fsPanel.fsStateOpen>header h2, .fsTabs .fsPanel.fsStateOpen>header h2 {
      color: #E31937 !important;
      border-bottom: 1px solid rgba(0, 52, 108, 0.2) !important;
      background: transparent !important;
   }
   
   .fsAccordion .fsPanel>header:hover h2, .fsTabs .fsPanel>header:hover h2 {
      color: #E31937 !important;
      transition: .3s;
      background: transparent !important;
   }
   
   .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
      color: #E31937 !important;
      transition: .3s;
      background: transparent !important;
   }
   
   .fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen>header h2:after, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen>header h2:after, .fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen>header h2:before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen>header h2:before {
      font-size: 28px !important;
      font-weight: 400 !important;
      border: none;
      width: auto;
      height: auto;
      position: absolute;
      margin: 0;
      top: 50% !important;
      transform: translateY(-50%);
      content: "\2013" !important;
      top: calc(45% - 2px) !important;
   }
   
   .fsPanelIconAfter.fsAccordion .fsPanel>header h2:after, .fsPanelIconAfter.fsTabs .fsPanel>header h2:after {
      right: 10px;
   }
   
/*** End New Accordian Style ***/       
  
    .btn100 {
      background-size: cover;
      width: 100%;
      /*min-height: 200px;*/
      display: block;
      /*padding-top:23%;*/
    }
    
    .btn100 img {
      /*background-color: #444;
      opacity: 0.4;*/
      margin: 0 auto;
    }
    
    @media (max-width: 825px) { 
    .btn100 {
      /*padding-top:12%;*/
      width:49%;
      margin: 0 auto;
       }
    }
    
    @media (max-width: 770px) { 
    .btn100 {
      /*padding-top:14%;*/
      width:55%;
      margin: 0 auto;
       }
    }
    
    @media (max-width: 545px) { 
    .btn100 {
      /*padding-top:20%;*/
      width:80%;
      margin: 0 auto;
       }
    }
    
    @media (max-width: 300px) { 
    .btn100 {
     /* padding-top:30%;*/
       }
    }
    
    .btn100 .fsElementFooterContent {
      margin-top:0 !important;
    }
    
    .btn100 a {
      /*width: 100%;*/
      /*padding: 10px 9px;*/
      margin: 0 auto;
      display: block;
    }  
    
    .btn100 .fs_style_26 {
      background: #E31937;
      border: 2px solid #E31937;
      color: #FFF;
      border-radius: 0px;
    }
    
    .btn100 .fs_style_26:hover {
      background: #FFF;
      border: 2px solid #E31937;
      color: #E31937;
        border-radius: 0px;
    }
    
    .module-light a {
      color: #E31937 !important;
    }
    
    .module-light a:hover {
      color: #FFF !important;
    }
    
    body:not(.fsDraftMode) .nav-sub, body:not(.fsDraftMode) .portal-sub-nav {
      margin-top: 0 !important;
    }
    
    
    /*** Ticker ***/
    .header-ticker {
        border-bottom: 2px solid #00346C;
    }
    
    @media (min-width: 900px) {
        .header-ticker {
            display:-webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
           *border-bottom: 1px solid #00346C;
        }
    }
    
    .header-ticker.fsElement {
        margin-bottom: 0
    }
    
    .header-ticker.fsAthleticsEvent>.fsElementContent {
        overflow: hidden
    }
    
    @media (min-width: 900px) {
        .header-ticker.fsAthleticsEvent>.fsElementContent {
            width:calc(100% - 154px)
        }
    }
    
    .header-ticker.fsAthleticsEvent .fsTitle {
        margin-bottom: 4px;
        color: #fff;
        font-size: 10px;
        line-height: 13px;
        font-weight: 400
    }
    
    .header-ticker.fsAthleticsEvent .fsTitle a {
        color: #00346C;
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit
    }
    
    .header-ticker>.fsElementContent>.fsListItems {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        padding: 0;
        margin: 0
    }
    
    .header-ticker>.fsElementContent>.fsListItems>article {
        display: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 204px;
        min-width: 204px;
        height: 97px;
        padding: 13px 13px 0;
        margin: 0;
        color: #00346C;
        font-size: 10px;
        line-height: 13px;
        font-weight: 400;
        text-transform: uppercase;
        background-color: #F2F1EF;
        overflow: hidden
    }
    
    @media (min-width: 900px) {
        .header-ticker>.fsElementContent>.fsListItems>article {
            border-right:1px solid #fff
        }
    }
    
    .header-ticker>.fsElementContent>.fsListItems>article:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    
    @media (min-width: 480px) {
        .header-ticker>.fsElementContent>.fsListItems>article:nth-child(2) {
            display:-webkit-box;
            display: -ms-flexbox;
            display: flex
        }
    }
    
    @media (min-width: 740px) {
        .header-ticker>.fsElementContent>.fsListItems>article:nth-child(2) {
            border-right:1px solid #fff
        }
    }
    
    @media (min-width: 740px) {
        .header-ticker>.fsElementContent>.fsListItems>article:nth-child(3) {
            display:-webkit-box;
            display: -ms-flexbox;
            display: flex
        }
    }
    
    @media (min-width: 1140px) {
        .header-ticker>.fsElementContent>.fsListItems>article:nth-child(4) {
            display:-webkit-box;
            display: -ms-flexbox;
            display: flex
        }
    }
    
    @media (min-width: 1380px) {
        .header-ticker>.fsElementContent>.fsListItems>article:nth-child(5) {
            display:-webkit-box;
            display: -ms-flexbox;
            display: flex
        }
    }
    
    @media (min-width: 1620px) {
        .header-ticker>.fsElementContent>.fsListItems>article:nth-child(6) {
            display:-webkit-box;
            display: -ms-flexbox;
            display: flex
        }
    }
    
    .header-ticker>.fsElementContent>.fsListItems>article:first-of-type {
        border: 0;
        background-color: #F1F2EF;
    }
    
    @media (min-width: 480px) {
        .header-ticker>.fsElementContent>.fsListItems>article:first-of-type {
            border-right:1px solid #fff
        }
    }
    
    @media (min-width: 500px) {
        .header-ticker>.fsElementContent>.fsListItems>article:first-of-type {
            max-width:259px
        }
    }
    
    .header-ticker>.fsElementContent>.fsListItems>article:last-of-type {
        border: 0
    }
    
    @media (min-width: 900px) {
        .header-ticker>footer {
            width:154px
        }
    }
    
    .header-ticker>footer>.fsElementFooterContent {
        margin: 0
    }
    
    .header-ticker>footer a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 40px;
        color: #FFF;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 3px;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        background-color: #00346C;
    }
    
    @media (min-width: 900px) {
        .header-ticker>footer a {
            height:97px;
            font-size: 8px;
            line-height: 10px;
            letter-spacing: 2px
        }
    }
    
    .header-ticker>footer a:focus,.header-ticker>footer a:hover {
        background-color: #FFF;
        color: #00346C;
    }
    
    .header-ticker article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    
    .header-ticker .event-column-1 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: auto
    }
    
    .header-ticker .event-column-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 150px;
        text-align: right
    }
    
    .header-ticker .fsDateTime {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100%;
        margin-bottom: -9px;
        font-size: 16px;
        line-height: 18px;
        /*font-family: Bison-Bold,Georgia,serif;*/
        font-weight: 400
    }
    
    .header-ticker .fsDateTime .fsDate+.fsAllDayEvent,.header-ticker .fsDateTime .fsDate+.fsTime {
        margin-left: 4px
    }
    
    .header-ticker .fsDateTime .fsTime {
        display: block
    }
    
    .header-ticker .fsDateTime .fsTime:before {
        content: "@";
        display: inline
    }
    
    .header-ticker .fsAthleticsAdvantage {
        display: none
    }
    
    .fsElement:not(.fsPanel):not(.top-container) {
      margin-bottom: 0px !important; } 
    
    .explore {
      padding: 7% 5%;
    }
    
    body.fsAccountBarVisible {
      margin-top:140px !important;
    }
    
    .home #fsPageBodyWrapper {
      padding-top:0px !important;
    }
    
    .landing #fsPageBodyWrapper {
      padding-top:40px !important;
    }
    
    #fsPageBodyWrapper {
      /*padding-top:110px !important;*/
    }
    
    .home-buttons .fsElementContent {
      padding:75px 0 !important;
    }
    
    .home-buttons ul li a {
      padding: 15px 0 !important;
      font-size: 17px !important;
      border-radius: 3px !important;
    }
    
    .home-buttons ul li a:hover {
      color: #022852 !important; 
    }
    
    .home-buttons ul li a b, .home-buttons ul li a strong {
     margin-bottom: 0px !important;
     font-size: 20px !important;
     font-weight: 400 !important;
    }
    
    @media (max-width: 599px ) {
    .home-buttons ul li {
      margin: 10px 51px !important;
      padding: 0px 30px !important;
      min-width: 280px;
    }
    /*
    .home-buttons ul li a b, .home-buttons ul li a strong {
    margin-bottom: 0px;
     font-size: 25px !important;
     font-weight: 400 !important;
    }
    */
  }
    /*** Skinny ***/
    @media (min-width: 800px) {
     .skinny .fsLayout .fsDiv {
        padding-right: 10px;
        padding-left: 5px;}
    }
    
    .skinny .fsLayout .fsDiv {
        margin-bottom: 0px !important;
    }
    
    /*** Red Submit Button ***/
    
    .redbutton .fsStyleUpdateButton {
        display: inline-block;
        border: 0;
        margin: 0 0 20px;
        padding: 10px 20px;
        background: #E31937;
        color: #fff;
        outline: 0;
        border-radius: 3px;
        font-size: 12px;
        letter-spacing: .1em;
        text-transform: uppercase;
        font-weight: 500;
        text-align: center;}

 
  /*** Home Page Mission Section ***/
  
  .icon, .icon .fsElementContent, .icon .fsResourceElement article, .icon article.fsResource.fsResourceTypeImage {margin: 0 5px;}
    .icon .fsTitle.fsResourceTitle {
      margin: 0 0 15px;
      padding: 0;
      order: 2;
      flex: 1 0 auto;
      font-size: 40px;
      font-weight: 400;
      letter-spacing: .52px;
      line-height: 48px;
  }
    
    .icon img {
      flex: 0 1 50px;
      width: 50px;
      height: auto;
      margin: 0 20px 0 0;
      padding: 0;
      order: 1;
      text-align: center;
  }
  body:not(.fsComposeMode) .fsElementContent article .icon figcaption {
      margin: 0;
      padding: 0 0 0 70px;
      order: 3;
      flex: 1 0 100%;
      letter-spacing: 0;
      line-height: 30px;
  }
  
  @media (min-width: 800px) {
  .mission-home .fsLayout {
     margin-right: 0 !important;
     margin-left: 0 !important;
    }
  }
  
    @media (min-width: 800px) {
     .mission-home .fsLayout .fsDiv {
        padding-right: 10px;
        padding-left: 5px;}
    }

    @media (min-width: 800px) {
     .fsLayout .fsDiv {
        padding-right: 0.665em !important;
        padding-left: 0.665em !important;
    }  
    }

  .bgimg {
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center;
    background-color: rgba(201, 76, 76, 0.3);
  }
  
 /*** Tab Button on Make a Gift page ***/
 
 .fsTabs .fsTabsNav li.fsStateSelected a {
    background: #FFF !important;
    color: #E31937 !important;
    border: 2px solid #E31937;
 }

 .jrButtonTabs .fsTabsNav li a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #E31937 !important;
    color: #fff !important;
    outline: 0;
    border-radius: 3px !important;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    font-size: 17px;
 }

/*** Calendar ***/

 .fsCalendar .fsDate {
    border-radius: 3px !important;
  }

  a.whitebutton {
    display: inline-block;
    border: 2px solid #fff;
    text-align: center;
    padding: 10px 20px;
    border-radius: 3px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: transparent;
    letter-spacing: .1em;
    text-transform: uppercase;}   

    a.whitebutton:hover {
      display: inline-block;
      border: 2px solid #fff;
      padding: 10px 20px;
      background: #fff;
      color: #00346C;
      outline: 0;
      border-radius: 3px;
      font-size: 15px;
      letter-spacing: .1em;
      text-transform: uppercase;
      font-weight: 600;
      text-align: center;}   

/**** Popup box ****/
      .box {
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .box a {
        display: inline-block;
        background-color: #fff;
        padding: 15px;
        border-radius: 3px;
    }

    .modal {
        align-items: center;
        display: flex;
        justify-content: center;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.8);
        transition: all 0.4s;
        visibility: hidden;
        opacity: 0;
    }

    .content {
        position: absolute;
        background: white;
        /*width: 400px;*/
        padding: 1.5em 2em;
        /*border-radius: 4px;*/
    }

    .modal:target {
        visibility: visible;
        opacity: 1;
    }

    .box-close {
        position: absolute;
        top: 0;
        /*right: 15px;*/
        color: #E31937;
        text-decoration: none;
        font-size: 30px;
    }      
    
     .boxes {
         min-height: 300px;
    margin: 0 auto;
    display: -webkit-flex; /* Safari */     
    display: flex; /* Standard syntax */
}
     .red-box {
    text-align: center;
    border: solid 1px #E31937;
    padding: 23px 5px;
    color: #E31937;
    -webkit-flex: 1; /* Safari */
    -ms-flex: 1; /* IE 10 */
    flex: 1; /* Standard syntax */
    min-height: 300px;
}

  h2 {font-family: Marcellus, serif; 
    text-transform: uppercase;
    color: #00346C;
    font-weight: 400;
    font-size: 55px;
    line-height: 1.2;
    position: relative;
    padding-bottom: 24px;
}
  h2.home { /*padding-bottom: 0px;*/ font-size: 55px;
    margin-bottom: -25px; /*margin-top: -10px*/;line-height:0.95; top:-25px;}
  h2 span.homeSmall {font-size:26px; text-align:center; font-weight:400;line-height:normal;}
  h2 span.homeBig {font-size:55px; text-align:center; font-weight:400;padding:0px;margin:0px;}
  .bottom3 {display:none;line-height:normal;}

  @media (max-width: 1050px) {
    h2 span.homeBig {font-size:47px; text-align:center;}
}
  @media (max-width: 900px) {
    .top3 {display: none;}
    .bottom3 {display:block; margin: 0 auto;}
}

.title-style > .fsContainer > header > .fsElementTitle, .title-style > header > .fsElementTitle {
    color: #00346C;
    font-weight: 200;
    font-size: 55px;
    letter-spacing: 2px;
    line-height: 1.2;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 0px !important;
}
   .newsContent a {font-weight:400;}

.j-poster h3, .j-poster .twitter-poster {
    font-family: "Inter", san-serif;
}

.fsPagePopDialog {
  width: 45vw !important;
}

.leftSide {
  padding:0px 15px;
}

.rightSide {
  padding:0px 15px;
}

.formPadding {
  padding: 0px 20px;
}

.fsNavPageInfo {
  padding-left: 20px;
}