  ﻿body {
  font-family: Arial;
  font-weight: normal;
  font-size: 16px;
  color: #666;
}

a {
  color: #177f97;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a.eventDetailsLink {
  color: #177f97 !important;
  text-decoration: underline;
  font-weight: bold;
}
a.eventDetailsLink:focus {
  outline: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, p {
  margin: 0;
}

button {
  border: none;
  background-color: transparent;
}

p, .bod {
  line-height: 22px;
  margin-bottom: 20px;
}
p a, .bod a {
  text-decoration: underline;
}

.intro {
  font-family: Arial;
  font-size: 22px;
  color: #666;
  line-height: 30px;
  margin: 10px 0px;
}

h1, .h1, h1 a {
  font-size: 45px;
  font-family: "Oswald", sans-serif;
  color: #1c386b;
  letter-spacing: 0.05px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 40px;
}

h2, .h2, h2 a {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  color: #1c386b;
  font-weight: 400;
  margin-bottom: 10px;
}

h3, .h3, h3 a {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #1c386b;
  margin-bottom: 10px;
}

h4, .h4, h4 a {
  font-size: 18px;
  line-height: 22px;
}

input[type=checkbox] {
  margin: 0;
}

.accordion {
  margin-bottom: 20px;
}
.accordion .accordion-toggle {
  display: block;
  background-position: 98% 50%;
  background-image: url("/Content/images/sussex-icon-collapse.png");
  background-repeat: no-repeat;
  cursor: pointer;
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  color: #1c386b;
  padding: 15px 30px;
  border-top: 1px solid #1c386b;
}
.accordion .accordion-toggle.collapsed {
  background-image: url("/Content/images/sussex-icon-expand.png");
}
.accordion .accordion-inner {
  padding: 15px 30px;
  overflow: hidden;
}

select {
  max-width: 100%;
}

.button, .btn {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border: 4px solid #8CC740;
  border-radius: 4px;
  padding: 12px;
  color: #1C386B;
  text-decoration: none;
  background-color: #ffffff;
}
.button:hover, .button:active, .btn:hover, .btn:active {
  color: #fff;
  border: 4px solid #8CC740;
  background-color: #8CC740;
}

.small {
  font-size: 14px;
  color: #666;
  line-height: 20px;
}

.imageFloat {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}

.contourPageName {
  margin-top: 20px;
  font-size: 16px !important;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #1c386b;
  margin-bottom: 10px;
  line-height: 16px !important;
}

header {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 1024px) and (max-width: 1255px) {
  header {
    width: 95%;
  }
}

.quickNav {
  height: 49px;
  text-align: center;
  background-color: #e5e5e5;
  z-index: 1040;
}
@media (max-width: 1024px) {
  .quickNav {
    display: none;
  }
}

.logoWrapper {
  position: absolute;
  top: -2px;
}
@media (max-width: 1024px) {
  .logoWrapper {
    width: 135px;
    top: -2px;
  }
}

.header-group, .header-item {
  display: inline-block;
  vertical-align: top;
}

.header-item img.siteLogo {
  max-width: 90%;
  margin-top: 5px;
}
@media (max-width: 1400px) {
  .header-item img.siteLogo {
    max-width: 75%;
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .header-item img.siteLogo {
    max-width: 65%;
    margin-top: 13px;
  }
}
@media (max-width: 1080px) {
  .header-item img.siteLogo {
    max-width: 60%;
    margin-top: 14px;
  }
}
@media (max-width: 1024px) {
  .header-item img.siteLogo {
    max-width: 100%;
    margin-top: 18px;
  }
}

.quickNavWrapper, .searchWrapper {
  margin-top: 29px;
}

.mainNav {
  background-color: #1c386b;
  height: 120px;
  top: 51px;
}
@media (max-width: 1024px) {
  .mainNav {
    height: 80px;
    top: 0px;
  }
}

.hamburger {
  padding-left: 10px;
  position: relative;
  top: 25px;
}

.mobileLogo {
  display: none;
}
@media (max-width: 1024px) {
  .mobileLogo {
    display: block;
  }
}

.mobileMenu {
  display: none;
}
@media (max-width: 1024px) {
  .mobileMenu {
    display: block;
  }
}

@media (max-width: 1024px) {
  .primaryNav {
    display: none;
  }
}
.primaryNav .navLink {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 19px;
  text-transform: uppercase;
  color: #1c386b;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 1px;
  height: 49px;
}
.primaryNav .navLink:hover, .primaryNav .navLink:active, .primaryNav .navLink.active {
  background-color: #324b79;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .primaryNav .navLink {
    /*            width: 133px;
    text-align: center;
    height: 80px;
    position: relative;*/
    font-size: 15px;
    padding-top: 14px;
    /*
    span {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }*/
  }
}
@media (max-width: 1200px) {
  .primaryNav .navLink {
    font-size: 14px;
    padding-top: 14px;
  }
}
@media (max-width: 1150px) {
  .primaryNav .navLink {
    /*            letter-spacing: 0px;
                width: 110px;
    */
    font-size: 12px;
    padding-top: 14px;
  }
}
.primaryNav br {
  display: none;
}
@media (max-width: 1400px) {
  .primaryNav br {
    display: block;
  }
}

.siteNavRight .moreMenu {
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .siteNavRight .moreMenu {
    padding-left: 0px;
  }
  .siteNavRight .moreMenu .more {
    display: none;
  }
}
.siteNavRight .search {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .siteNavRight .search {
    display: none;
  }
}
.siteNavRight .search #searchfield {
  height: 40px;
  top: -10px;
  padding-right: 30px;
  width: 300px;
}
.siteNavRight .search input[type=image] {
  top: -2px;
  left: -35px;
  position: relative;
  height: 24px;
  width: 23px;
  padding: 0px;
}
.siteNavRight .search .search-link {
  width: 85px;
  height: 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  text-align: right;
  margin-left: 10px;
  background: url("/Content/images/icon-search-white.png") no-repeat;
  background-position-x: left;
}
.siteNavRight .search .search-link.search-close-link {
  width: 45px;
  text-indent: 9999px;
  overflow: hidden;
  background-image: url("/Content/images/Icon_Close_Gray.png");
}
@media (max-width: 1024px) {
  .siteNavRight .applyButton {
    display: none;
  }
}
.siteNavRight .quickLinks {
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .siteNavRight .quickLinks {
    display: none;
  }
}
.siteNavRight .quickLink {
  padding-left: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.siteNavRight .quickLink:hover {
  color: #8cc740;
}
.siteNavRight .quickLink:active {
  color: #666;
}
@media (max-width: 1150px) {
  .siteNavRight .quickLink {
    padding-left: 15px;
    font-size: 12px;
  }
}

.search-slider {
  position: relative;
  margin-top: -25px;
  margin-right: 50px;
}

#mainMenuNav {
  background-color: #1c386b;
  color: #fff;
}
#mainMenuNav .menuItem {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #02173f;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  text-decoration: none;
}
#mainMenuNav .menuItem.mobileBackWrapper {
  padding-bottom: 47px;
  cursor: pointer;
  display: block;
}
#mainMenuNav .menuItem.h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0px;
  margin-top: 0px;
  cursor: pointer;
}
#mainMenuNav .menuItem.h3 a {
  color: #fff;
  text-decoration: none;
  display: block;
}
#mainMenuNav .menuItem.mobileApplyNow {
  background-color: #8cc740;
  border: 0;
  padding-top: 26px;
  padding-bottom: 26px;
}
#mainMenuNav .menuItem.mobileApplyNow a {
  display: block;
  padding: 0;
  font-size: 23px;
}
#mainMenuNav .menuItem.mobileApplyNow a:hover {
  color: #02173f;
  background-color: #8cc740;
}
#mainMenuNav .menuItem.mobileQuickLink {
  background-color: #e5e5e5;
  font-family: "Montserrat";
  border-color: #ccc;
}
#mainMenuNav .menuItem.mobileQuickLink a {
  display: block;
  height: 100%;
  text-decoration: none;
  font-weight: bold;
  color: #1c386b;
}
#mainMenuNav .menuItem.mobileQuickLink a:hover {
  color: #1c386b;
}
#mainMenuNav .menuItem .hasChildren {
  line-height: 24px;
}
#mainMenuNav .menuItem .hasChildren .arrow {
  background: url("/Content/images/Sussex_arrow_white_mobile.png") no-repeat 100% 0px;
  width: 15px;
  height: 30px;
  float: right;
}
#mainMenuNav .menuItem .hasChildren[aria-expanded=true] {
  margin-bottom: 20px;
  background: url("/Content/images/Sussex_arrow_white_mobile.png") no-repeat 100% 0px;
}
#mainMenuNav .menuItem.hasChildren .arrow {
  background: url("/Content/images/Sussex_arrow_white_mobile.png");
  float: right;
  width: 9px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: -9px;
  right: 20px;
  position: relative;
}
#mainMenuNav .menuItem.hasChildren[aria-expanded=true] {
  background: url("/Content/images/icon-collapse.png") no-repeat 93% 30px;
}
#mainMenuNav .menuItem .backButton {
  background: url("/Content/images/Sussex_arrow_white_mobile.png");
  float: left;
  width: 9px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: 0;
  left: 0px;
  position: relative;
}
#mainMenuNav .menuItem.SlideMenuClose {
  background: none;
}
#mainMenuNav .subItem {
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
#mainMenuNav .SlideMenuClose {
  text-align: right;
}
#mainMenuNav .SlideMenuClose .close-x {
  padding-left: 10px;
  display: inline-block;
}
#mainMenuNav ul {
  padding-left: 0px;
}
#mainMenuNav li {
  list-style-type: none;
}
#breadcrumb {
  font-weight: 700;
  font-family: "montserrat";
  font-size: 14px;
  color: #666;
  line-height: 22px;
  margin-bottom: 20px;
}
#breadcrumb a, #breadcrumb .divider {
  color: #1c386b;
  text-decoration: none;
}
#breadcrumb a:hover {
  color: #177f97;
}

.applyNowButton {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #02173f;
  background-color: #8cc740;
  padding: 0px 30px;
  text-decoration: none;
  position: relative;
  font-weight: 500;
  line-height: 62px;
  display: inline-block;
}
.applyNowButton:hover {
  background-color: #a3d265;
}

.SlideMenuItems {
  overflow: hidden;
}
.SlideMenuItems .mobileNav {
  width: 10000px;
  height: auto;
  position: relative;
}
.SlideMenuItems .mobileNav .navPanel {
  float: left;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
  width: 100vw;
}
.SlideMenuItems .mobileBackWrapper {
  height: 40px;
}
.SlideMenuItems .mobileBackWrapper .mobileBack {
  width: 30px;
  height: 30px;
}

@media (max-width: 1024px) {
  .headerWrapper body {
    margin-top: 50px;
  }
  .headerWrapper .navbar-default {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
    border-radius: 0;
    top: 0;
    border-width: 0 0 1px;
  }
}

.navmenu {
  width: 100%;
}

.mobileSearchBox {
  height: 40px;
  width: 80%;
  margin-right: 10px;
  padding: 10px;
  min-width: 300px;
  color: #333;
}

.ui-dialog-titlebar {
  border: 1px solid red;
  display: none;
}

#eventDialogClose {
  position: absolute;
  background-image: url("/Content/images/Icon_Close_Gray.png");
  background-repeat: no-repeat;
  right: 7px;
  top: 7px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

#ical-link {
  text-align: right;
  width: 60%;
  float: right;
  margin-top: 10px;
  margin-right: 25px;
}
#ical-link a {
  text-decoration: underline;
  font-size: smaller;
}

#eventDialog {
  display: none;
  position: relative;
  background: #ffffff;
  z-index: 99999;
  padding: 20px 20px 20px 20px;
}
#eventDialog .eventTime {
  margin-bottom: 10px;
}
#eventDialog .eventLocation {
  margin-bottom: 10px;
}
#eventDialog .eventDescription {
  margin-bottom: 10px;
}

.UpcomingEventsBackground {
  background-color: #EFEFEF;
}
.UpcomingEventsBackground .UpcomingEventsWrapper {
  padding: 50px 0px;
  background-color: #EFEFEF;
  display: block;
}

.calendarWrapper {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 50px 0px;
  border-top: 5px solid #ccc;
}

#calendarListing {
  margin-top: 40px;
  margin-bottom: 40px;
}
#calendarListing .calendar-heading {
  background-repeat: no-repeat;
  padding-top: 5px;
  height: 60px;
  margin-bottom: 30px;
  float: left;
}
@media (max-width: 768px) {
  #calendarListing .calendar-heading {
    float: none;
    text-align: center;
  }
}
@media (max-width: 993px) {
  #calendarListing .viewAllEventsButtonWrapper {
    margin: auto;
    text-align: center;
  }
}
#calendarListing .viewAllEventsButton {
  float: right;
}
@media (max-width: 768px) {
  #calendarListing .viewAllEventsButton {
    float: none;
    width: 100%;
    display: inline-block;
    max-width: 320px;
    margin-bottom: 20px;
  }
}
#calendarListing .FeaturedEventsWrapper {
  width: 60%;
  margin: 0;
  float: left;
}
@media (max-width: 768px) {
  #calendarListing .FeaturedEventsWrapper {
    width: 92%;
    padding: 20px 20px 20px 20px;
  }
}
#calendarListing .FeaturedEventsWrapper .FeaturedImage {
  width: 60%;
  margin: 0;
  float: left;
}
@media (max-width: 992px) {
  #calendarListing .FeaturedEventsWrapper .FeaturedImage {
    width: 100%;
    margin: 20px;
  }
}
#calendarListing .FeaturedEventsWrapper .FeaturedEventsDetail {
  width: 40%;
  margin: 0;
  padding-left: 20px;
  float: right;
}
@media (max-width: 992px) {
  #calendarListing .FeaturedEventsWrapper .FeaturedEventsDetail {
    width: 100%;
    margin-top: 20px;
  }
}
#calendarListing .FeaturedEventsWrapper .FeaturedEventsDetail h4 {
  color: #1C386B;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  line-height: 28px;
  margin-top: 0px;
  font-weight: 400;
}
#calendarListing .FeaturedEventsWrapper .FeaturedEventsDetail h3 {
  color: #1C386B;
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  margin-top: 0px;
  font-weight: 400;
}
#calendarListing .FeaturedEventsWrapper .FeaturedEventsDetail a {
  color: #6D6E71;
  text-transform: uppercase;
  font-weight: bold;
}
#calendarListing .FeaturedEventsWrapper .FeaturedEventsDetail .FeaturedEventSummary {
  margin-top: 10px;
}
#calendarListing li {
  list-style: none;
  position: relative;
  margin-right: 4%;
  padding: 10px 10px 30px 10px;
  display: inline-block;
}
@media (max-width: 1200px) {
  #calendarListing li {
    height: auto;
  }
}
@media (min-width: 993px) {
  #calendarListing li:last-of-type {
    margin-right: 0;
  }
}
#calendarListing .EventListWrapper {
  width: 35%;
  float: right;
}
@media (max-width: 768px) {
  #calendarListing .EventListWrapper {
    width: 92%;
    padding: 20px 20px 20px 0px;
  }
}
#calendarListing .EventListWrapper .event-list {
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}
#calendarListing .EventListWrapper .eventright {
  margin-left: 60px;
  margin-right: 10px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  #calendarListing .EventListWrapper .eventright {
    margin-right: 30px;
  }
}
#calendarListing .EventListWrapper .eventleft {
  position: absolute;
  width: 60px;
  border: 3px solid white;
}
#calendarListing .EventListWrapper .eventleft .eventdate {
  display: inline-block;
  width: 58px;
  float: left;
  margin-right: 20px;
}
#calendarListing .EventListWrapper .eventleft .eventdate .eventmonth {
  text-align: center;
  width: 54px;
  float: none;
  margin: 0;
  font-size: 12px;
  color: #02173f;
  text-transform: uppercase;
  background-color: #8cc63f;
  font-weight: bold;
  font-family: "Montserrat";
  padding: 3px 0px;
}
#calendarListing .EventListWrapper .eventleft .eventdate .eventday {
  text-align: center;
  width: 54px;
  margin: 0;
  padding-bottom: 5px;
  padding-top: 5px;
  float: none;
  font-weight: bold;
  font-size: 24px;
  color: #1c386b;
  background-color: #e5e5e5;
  font-family: "Montserrat";
}
#calendarListing .EventListWrapper .eventtitle {
  font-size: 16px;
  color: #4a4a4a;
}
#calendarListing .EventListWrapper .eventtitle h3 {
  margin-top: 0px;
}
#calendarListing .EventListWrapper .eventtitle h3 a {
  text-decoration: none;
  font-weight: 300;
}
#calendarListing .EventListWrapper .eventtime {
  font-weight: 300;
}
#calendarListing .EventListWrapper .location {
  font-weight: 300;
  margin-bottom: 40px;
}
#calendarListing .EventListWrapper .description {
  display: none;
}
#calendarListing .EventListWrapper.vertical li {
  display: block;
  width: 46%;
  margin-bottom: 20px;
  max-width: 100%;
}
@media (max-width: 993px) {
  #calendarListing .EventListWrapper.vertical li {
    margin: 0px 4% 20px 0;
    float: left;
  }
}
@media (max-width: 768px) {
  #calendarListing .EventListWrapper.vertical li {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
}
#calendarListing .EventListWrapper.vertical .calendar-heading {
  margin-bottom: 0px;
  float: none;
}
@media (max-width: 993px) {
  #calendarListing .EventListWrapper.vertical .calendar-heading {
    margin-bottom: 30px;
  }
}
#calendarListing .EventListWrapper.vertical .button {
  margin-top: 20px;
  display: inline-block;
}
@media (max-width: 993px) {
  #calendarListing .EventListWrapper.vertical .button {
    display: block;
    margin: 20px auto 0;
    width: 100%;
    max-width: 320px;
  }
}
#calendarListing .event-list .eventright {
  margin-left: 60px;
  margin-right: 10px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  #calendarListing .event-list .eventright {
    margin-right: 30px;
  }
}
#calendarListing .event-list .eventleft {
  position: absolute;
  width: 60px;
  border: 3px solid white;
}
#calendarListing .event-list .eventleft .eventdate {
  display: inline-block;
  width: 58px;
  float: left;
  margin-right: 20px;
}
#calendarListing .event-list .eventleft .eventdate .eventmonth {
  text-align: center;
  width: 54px;
  float: none;
  margin: 0;
  font-size: 12px;
  color: #02173f;
  text-transform: uppercase;
  background-color: #8cc63f;
  font-weight: bold;
  font-family: "Montserrat";
  padding: 3px 0px;
}
#calendarListing .event-list .eventleft .eventdate .eventday {
  text-align: center;
  width: 54px;
  margin: 0;
  padding-bottom: 5px;
  padding-top: 5px;
  float: none;
  font-weight: bold;
  font-size: 24px;
  color: #1c386b;
  background-color: #e5e5e5;
  font-family: "Montserrat";
}

@media (max-width: 992px) {
  #calendarListing li {
    display: block;
    width: 100%;
    border: 0px;
    max-width: none;
    margin: 0 20px 15px 20px;
    float: none;
    height: auto;
    min-height: 0;
  }
  #calendarListing .calendar-heading {
    margin-bottom: 30px;
    height: auto;
  }
}
#calendar {
  margin-top: 20px;
}
#calendar .fc-day-header {
  background-color: #177f97;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Montserrat";
  padding: 5px 0px;
}
@media (max-width: 768px) {
  #calendar .fc-day-header {
    font-size: 13px;
  }
}
#calendar .fc-state-highlight {
  background-color: #efefef;
}
@media (max-width: 768px) {
  #calendar .fc-state-highlight {
    font-weight: 700;
  }
}
#calendar .fc-unthemed td, #calendar .fc-row .fc-content-skeleton td, #calendar .fc-day {
  border-color: #ccc;
  border-width: 2px;
}
@media (max-width: 400px) {
  #calendar .fc-row {
    min-height: 40px;
  }
}
#calendar .fc-head .fc-row {
  min-height: 20px;
}
#calendar .fc-button {
  border: 0px;
  border-radius: 0px;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  height: 35px;
  background: none;
  background-color: #f1f5f8;
  text-shadow: none;
}
#calendar .fc-button:focus {
  outline: 0;
}
#calendar .fc-today-button {
  background-color: #efefef;
}
#calendar .fc-state-active {
  color: #333;
  background-color: #f1f5f8;
  border: 1px solid #dedfe0;
  box-shadow: none;
}
#calendar .fc-state-disabled {
  background-color: #D0D5D8;
  border: 1px solid #dedfe0;
  color: #777;
}
#calendar .fc-prev-button, #calendar .fc-next-button {
  background-color: #fff;
  border: none;
  color: #000;
  box-shadow: none;
  width: 25px;
  font-size: 17px;
  top: -10px;
}
#calendar .fc-prev-button .fc-icon, #calendar .fc-next-button .fc-icon {
  left: -5px;
}
#calendar .fc-day-number {
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: bold;
  color: #1c386b;
}
@media (max-width: 768px) {
  #calendar .fc-day-number {
    text-align: center;
  }
}
#calendar .fc-day-number.selected {
  background-color: #666;
  color: #fff;
}
#calendar .fc-event-container {
  padding: 0px 8px;
}
#calendar .fc-event {
  border-radius: 0px;
  border: 0px;
  margin-bottom: 8px;
  font-weight: 100;
  font-size: 12px;
  letter-spacing: 0.25px;
  padding: 3px;
  width: 95%;
  margin: 0 auto 8px auto;
  color: #fff;
  cursor: pointer;
}
#calendar .fc-event:last {
  margin-bottom: 0px;
}
#calendar .fc-event .fc-time {
  display: none;
}
@media (max-width: 768px) {
  #calendar .fc-day {
    cursor: pointer;
  }
}
#calendar .fc-toolbar > * > * {
  float: none;
  display: inline-block;
}
#calendar .fc-scroller {
  height: 791px !important;
  overflow-y: visible !important;
}
@media (max-width: 768px) and (min-width: 700px) {
  #calendar .fc-scroller {
    height: 435px !important;
  }
}
@media (max-width: 699px) and (min-width: 401px) {
  #calendar .fc-scroller {
    height: 339px !important;
  }
}
@media (max-width: 400px) {
  #calendar .fc-scroller {
    height: 243px !important;
  }
}
#calendar .fc-left h2, #calendar .fc-right h2 {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  color: #1c386b;
  margin-bottom: 10px;
  letter-spacing: 0.05px;
  font-weight: 500;
}
@media (max-width: 768px) {
  #calendar .fc-left, #calendar .fc-right {
    font-size: 30px;
    float: none;
    display: inline-block;
    clear: both;
    text-align: center;
    width: 100%;
  }
}
#calendar .fc-right {
  margin-top: 10px;
}
#calendar .eventDot {
  display: none;
}
#calendar .fc-month-view .eventDot {
  font-weight: 500;
  font-size: 12px;
  font-family: "proxima-nova";
  position: relative;
  text-align: center;
  padding-top: 35px;
  color: #177f97;
}
@media (max-width: 768px) {
  #calendar .fc-month-view .eventDot {
    display: block;
  }
}
@media (max-width: 400px) {
  #calendar .fc-month-view .eventDot {
    padding-top: 20px;
  }
  #calendar .fc-month-view .eventDot img {
    width: 6px;
  }
}
@media (max-width: 768px) {
  #calendar .fc-month-view .fc-event {
    display: none;
  }
}
#calendar .fc-basicWeek-view .fc-content-skeleton, #calendar .fc-basicDay-view .fc-content-skeleton {
  padding-top: 20px;
}
#calendar .fc-basicWeek-button, #calendar .fc-basicDay-button, #calendar .fc-month-button, #calendar .fc-today-button {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 15px;
  color: #006e82;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 40px 20px 40px;
  border: 2px solid #006e82 !important;
  border-radius: 4px;
  background-color: #fff;
  height: 40px;
}
@media (max-width: 768px) {
  #calendar .fc-basicWeek-button, #calendar .fc-basicDay-button, #calendar .fc-month-button, #calendar .fc-today-button {
    padding: 8px 15px 15px 15px;
  }
}
#calendar .fc-today-button {
  top: -10px;
}
#calendar .fc-state-active {
  color: #fff;
  background-color: #006e82;
  border: 2px solid #006e82;
  border-radius: 4px;
}
#calendar .fc-state-disabled {
  color: #ccc;
  border: 2px solid #ccc !important;
}

.calendarFilters {
  padding: 0px 20px 5px;
  margin-bottom: 30px;
  background-color: #efefef;
}
@media (max-width: 992px) {
  .calendarFilters .filtersWrapper {
    display: none;
  }
}
.calendarFilters h5 {
  margin: 0px 0px 10px 0px;
}
.calendarFilters .eventTypeFilters {
  margin-bottom: 20px;
}
.calendarFilters .eventTypeFilters > div {
  display: inline-block;
  margin-bottom: 7px;
}
@media (max-width: 540px) {
  .calendarFilters .eventTypeFilters > div {
    display: block;
  }
}
.calendarFilters .eventTypeFilters .eventType {
  margin-right: 10px;
  display: inline-block;
  padding: 5px 15px 5px 10px;
  color: #fff;
  cursor: pointer;
}
.calendarFilters .eventTypeFilters .eventType label, .calendarFilters .eventTypeFilters .eventType input[type=checkbox] {
  vertical-align: middle;
  font-family: Arial;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 540px) {
  .calendarFilters .eventTypeFilters .eventType {
    width: 90%;
  }
}
.calendarFilters .textFiltersHeader {
  display: none;
}
@media (max-width: 540px) {
  .calendarFilters .textFiltersHeader {
    display: block;
  }
}
.calendarFilters .textFiltersHeader, .calendarFilters .filtersHeader {
  padding: 15px 0px;
}
.calendarFilters .textFiltersHeader h5, .calendarFilters .filtersHeader h5 {
  margin-bottom: 0px;
  display: inline-block;
  width: 85%;
  vertical-align: middle;
}
.calendarFilters .textFiltersHeader .expandIcon, .calendarFilters .filtersHeader .expandIcon {
  display: inline-block;
  width: 15%;
  text-align: right;
  font-weight: 700;
  font-size: 20px;
  vertical-align: middle;
}
.calendarFilters .textFilters {
  display: none;
  padding-bottom: 20px;
}
.calendarFilters .textFilters .eventTags {
  margin-right: 1%;
  width: 49%;
  height: 30px;
}
@media (max-width: 540px) {
  .calendarFilters .textFilters .eventTags {
    display: block;
    width: 260px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.calendarFilters .textFilters .eventKeyword {
  width: 48%;
  height: 26px;
  padding-left: 4px;
}
@media (max-width: 540px) {
  .calendarFilters .textFilters .eventKeyword {
    width: 252px;
  }
}
.calendarFilters .textFilters .searchIcon {
  display: inline-block;
  margin-left: -25px;
  top: 4px;
  position: relative;
}
.calendarFilters .chosenFilters {
  margin-top: 10px;
}
.calendarFilters .chosenFilters .chosenFilter {
  display: inline-block;
  background-color: #999;
  padding: 10px 15px;
  margin-right: 10px;
  font-size: 13px;
  cursor: pointer;
  margin: 0px 10px 10px 0px;
}
.calendarFilters .chosenFilters .chosenFilter .chosenFilterX {
  font-weight: 700;
  font-size: 18px;
}

.dayDetails {
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 40px;
}
.dayDetails p:first-of-type {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #1c386b;
  margin-bottom: 10px;
}

#calendareventdetails, #eventDetailsHeader {
  padding-top: 40px;
}
#calendareventdetails a, #eventDetailsHeader a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #1c386b;
  font-weight: bold;
}
#calendareventdetails a:hover, #eventDetailsHeader a:hover {
  color: #177f97;
}

#calendareventdetails iframe {
  display: none;
}

.eventDetails {
  margin-bottom: 100px;
}

.fc-icon-right-single-arrow::after {
  content: url("/Content/images/sussex_arrow_right.png");
  top: -2px;
}

.fc-icon-left-single-arrow::after {
  content: url("/Content/images/sussex_arrow_left.png");
  top: -2px;
}

.newsContainer {
  margin-bottom: 20px;
  position: relative;
}
.newsContainer .clearfix {
  margin-bottom: 0px;
}
.newsContainer .newsItem {
  margin-bottom: 30px;
}
.newsContainer .newsThumbnail img {
  width: 100%;
}
.newsContainer.vertical .newsThumbnail img {
  width: 100%;
  max-width: 400px;
}
.newsContainer .link {
  position: absolute;
  bottom: 20px;
}

.newsArticle {
  margin-bottom: 100px;
}
.newsArticle img {
  max-width: 100%;
}
.newsArticle .backButton {
  padding-top: 40px;
  margin-bottom: 20px;
  display: inline-block;
  font-family: Montserrat;
  font-size: 16px;
  color: #1c386b;
  font-weight: bold;
}
.newsArticle .backButton:hover {
  color: #177f97;
}
.newsArticle .newsHeadline {
  margin-top: 70px;
}

.newsCarousel {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .newsCarousel .viewAllNewsButtonWrapper {
    margin: auto;
    text-align: center;
  }
}
.newsCarousel .viewAllNewsButton {
  float: right;
}
@media (max-width: 768px) {
  .newsCarousel .viewAllNewsButton {
    float: none;
    width: 100%;
    display: inline-block;
    max-width: 320px;
    margin-bottom: 20px;
  }
}
.newsCarousel .news-heading {
  float: left;
}
@media (max-width: 768px) {
  .newsCarousel .news-heading {
    float: none;
  }
}
.newsCarousel .multi-item-carousel .carousel-inner > .item {
  transition: 500ms ease-in-out left;
}
.newsCarousel .multi-item-carousel .carousel-inner .active.left {
  left: -33%;
}
.newsCarousel .multi-item-carousel .carousel-inner .active.right {
  left: 33%;
}
.newsCarousel .multi-item-carousel .carousel-inner .next {
  left: 33%;
}
.newsCarousel .multi-item-carousel .carousel-inner .next.left {
  left: 0px;
}
.newsCarousel .multi-item-carousel .carousel-inner .prev {
  left: -33%;
}
.newsCarousel .multi-item-carousel .carousel-inner .prev.right {
  left: 0px;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .newsCarousel .multi-item-carousel .carousel-inner > .item {
    -webkit-transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    backface-visibility: visible;
    transform: none !important;
  }
}

.newsItemBox {
  height: auto;
  box-shadow: 1px 1px 10px #e6e7e8;
  padding: 13px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .newsItemBox {
    padding-bottom: 40px;
  }
}
.newsItemBox .newsThumbnail {
  padding: 0px;
}
.newsItemBox .newsThumbnail img {
  max-width: 100%;
}
.newsItemBox .details {
  margin-top: 10px;
}
.newsItemBox .title a {
  text-decoration: none;
}
.newsItemBox .link {
  position: absolute;
  bottom: 20px;
}
@media (max-width: 768px) {
  .newsItemBox .link {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .newsItemBox {
    width: 95%;
    margin: 0 auto 10px auto;
    text-align: center;
  }
}

.newsTile {
  height: auto;
}
.newsTile .summary {
  margin-bottom: 50px;
}
.newsTile .newsItemBox {
  height: auto;
}

.newsGrid {
  margin-bottom: 30px;
}
.newsGrid .viewAllNewsButtonWrapper {
  margin-right: 13px;
}
@media (max-width: 768px) {
  .newsGrid .viewAllNewsButtonWrapper {
    margin: auto;
    text-align: center;
  }
}
.newsGrid .viewAllNewsButton {
  float: right;
}
@media (max-width: 768px) {
  .newsGrid .viewAllNewsButton {
    float: none;
    width: 100%;
    display: inline-block;
    max-width: 320px;
    margin-bottom: 20px;
  }
}
.newsGrid .news-heading {
  float: left;
}
@media (max-width: 768px) {
  .newsGrid .news-heading {
    float: none;
  }
}

.newsGridItemBox {
  height: auto;
  padding: 13px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .newsGridItemBox {
    padding-bottom: 40px;
  }
}
.newsGridItemBox .newsThumbnail {
  padding: 0px;
}
.newsGridItemBox .newsThumbnail img {
  max-width: 100%;
}
.newsGridItemBox .details {
  margin-top: 10px;
  min-height: 4.6em;
}
.newsGridItemBox .title a {
  text-decoration: none;
}
.newsGridItemBox .link {
  position: absolute;
  bottom: 20px;
}
@media (max-width: 768px) {
  .newsGridItemBox .link {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .newsGridItemBox {
    width: 95%;
    margin: 0 auto 10px auto;
    text-align: center;
  }
}

.paging, .mobilePaging {
  text-align: center;
}
.paging span, .paging a, .mobilePaging span, .mobilePaging a {
  display: inline-block;
  padding: 0px 5px;
}
.paging a, .mobilePaging a {
  font-weight: bold;
}

#instafeedWrapper {
  overflow: hidden;
  width: 100%;
  height: 266px;
  position: relative;
  background-color: #f3f3f3;
  margin-top: 30px;
}
@media (max-width: 480px) {
  #instafeedWrapper {
    height: 170px;
  }
}
#instafeedWrapper:hover .scrollLeft, #instafeedWrapper:hover .scrollRight {
  display: inline !important;
}
#instafeedWrapper .scrollLeft, #instafeedWrapper .scrollRight {
  position: absolute;
  top: 0px;
  z-index: 100;
  width: 35px;
  height: 266px;
  background-size: contain;
  display: none;
  opacity: 0.3;
}
#instafeedWrapper .scrollLeft:hover, #instafeedWrapper .scrollRight:hover {
  cursor: pointer;
}
#instafeedWrapper .scrollLeft.active, #instafeedWrapper .scrollRight.active {
  opacity: 1;
  display: inline !important;
}
@media (max-width: 480px) {
  #instafeedWrapper .scrollLeft, #instafeedWrapper .scrollRight {
    display: inline;
    height: 210px;
  }
}
#instafeedWrapper .scrollRight {
  left: 100%;
  margin-left: -30px;
  background-image: url("/Content/images/Arrow_Right_Bar.jpg");
  background-repeat: no-repeat;
}
#instafeedWrapper .scrollLeft {
  background-image: url("/Content/images/Arrow_Left_Bar.jpg");
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  #instafeedWrapper .scrollRight {
    background-position-y: -15px;
    margin-left: -24px;
  }
  #instafeedWrapper .scrollLeft {
    background-position-y: -15px;
  }
}

#instafeed {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  left: 0;
  top: 0;
}
#instafeed .instagram {
  position: relative;
  display: inline-block;
  width: 266px;
  height: 266px;
}
@media (max-width: 480px) {
  #instafeed .instagram {
    width: 170px;
    height: 170px;
  }
}
@media (min-width: 481px) {
  #instafeed .instagram:hover .instagramCaption {
    opacity: 0.9;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  }
}
#instafeed .instagram .instagramPicture {
  display: inline-block;
  width: 100%;
}
#instafeed .instagram .instagramCaption {
  display: inline-block;
  position: absolute;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  z-index: 50;
  width: 266px;
  height: 266px;
  left: 0px;
  padding: 10px;
  vertical-align: top;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#instafeed .instagram .instagramCaption.callout {
  font-size: 17px;
}
@media (max-width: 480px) {
  #instafeed .instagram .instagramCaption {
    width: 170px;
    height: 170px;
  }
}
#instafeed .instagram .noCaption {
  opacity: 0 !important;
}

#LeftHandNavigation li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 15px;
}
#LeftHandNavigation li a {
  font-family: "montserrat";
  font-size: 15px;
  line-height: 20px;
  color: #1c386b;
  font-weight: 700;
  text-decoration: none;
}
#LeftHandNavigation li a:hover {
  color: #177f97;
}
#LeftHandNavigation li.active-menu {
  padding-left: 10px;
}
#LeftHandNavigation li.active-menu a {
  color: #666;
}
#LeftHandNavigation li.active-menu a:hover {
  color: #666;
}
#LeftHandNavigation ul {
  padding-left: 10px;
}
#LeftHandNavigation .subnav {
  padding-left: 20px;
  line-height: 17px;
  padding-top: 5px;
  margin-top: 10px;
}
#LeftHandNavigation .subnav-dropdown {
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  line-height: 17px;
  margin: 0px 0px 10px 10px;
  padding: 5px 0px 0px 0px;
}
#LeftHandNavigation .subnav-dropdown a {
  color: #7b7b7b;
}
#LeftHandNavigation .leftnav-title {
  position: relative;
  padding-left: 20px;
  margin-left: -20px;
}
#LeftHandNavigation .leftnav-title:before {
  background-image: url("/Content/images/Sussex_arrow_back.png");
  background-repeat: no-repeat;
  width: 15px;
  height: 13px;
  background-size: 100% 100%;
  content: " ";
  position: absolute;
  left: 0;
  top: 2px;
}

.leftNavCallouts .callout {
  min-height: 200px;
  background-size: contain;
}

.calloutWrapper {
  margin-bottom: 10px;
}
.calloutWrapper.background-image-callouts .callout-1 .callout {
  height: 400px;
}
.calloutWrapper.background-image-callouts .callout-2 .callout {
  height: 300px;
}
.calloutWrapper.background-image-callouts .callout-3 .callout, .calloutWrapper.background-image-callouts .callout-4 .callout {
  height: 250px;
}
.calloutWrapper.top-image-callouts .callout-1 .callout-image, .calloutWrapper.top-image-callouts .callout-1 .callout-content {
  height: auto;
}
.calloutWrapper.top-image-callouts .callout-1 .callout-image img, .calloutWrapper.top-image-callouts .callout-1 .callout-content img {
  height: auto;
}
.calloutWrapper.top-image-callouts .callout-1 .callout-text {
  font-size: 24px;
}

.background-image-callout {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 30px;
  text-align: center;
  position: relative;
}
.background-image-callout .callout-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.background-image-callout .callout-content .callout-text {
  margin-bottom: 20px;
}
.background-image-callout .button {
  background-color: #fff;
}

.top-image-callout .callout-image {
  height: auto;
  text-align: center;
  margin-bottom: 20px;
}
.top-image-callout .callout-image img {
  max-width: 100%;
  height: auto;
}
.top-image-callout .callout-content {
  text-align: center;
  padding-bottom: 0px;
}
.top-image-callout .callout-content .callout-text {
  margin-bottom: 10px;
}
.top-image-callout .callout-content .callout-button {
  padding-top: 20px;
}

.no-image-callout {
  text-align: center;
  padding: 30px;
  max-width: 300px;
  margin: 0 auto;
}
.no-image-callout .callout-text {
  margin-bottom: 40px;
}
.no-image-callout .button {
  border-color: #8CC740;
  display: inline-block;
}
.no-image-callout .button a {
  color: #1c386b;
}
.no-image-callout .button:hover {
  background-color: #8CC740;
  color: #ffffff;
  border-color: #8CC740;
}
.no-image-callout h1, .no-image-callout h2, .no-image-callout h3, .no-image-callout h4, .no-image-callout h5 {
  color: inherit;
}

.callout {
  margin-bottom: 20px;
}

.photoGallery {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .photoGallery {
    text-align: center;
  }
}
.photoGallery img:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .photoGallery img {
    margin: 0 auto;
  }
}
.photoGallery .photo {
  display: inline-block;
  margin-bottom: 25px;
}
.photoGallery .photo:last-child {
  margin-bottom: 0px;
}
.photoGallery .photoWrapper {
  margin-bottom: 50px;
}
.photoGallery .loadMoreWrapper {
  text-align: center;
  cursor: pointer;
}

.photogallery-listing p.bod {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-top: 5px;
  margin-bottom: 30px;
}
.photogallery-listing img {
  border: 3px solid #333;
}

.content-page-photogallery-container {
  margin: 0 auto;
}
.content-page-photogallery-container h5 {
  text-transform: none;
}

.galleryFeedWrapper {
  margin-bottom: 30px;
}
.galleryFeedWrapper h3 {
  float: left;
}
@media (max-width: 768px) {
  .galleryFeedWrapper h3 {
    text-align: center;
  }
}
.galleryFeedWrapper .caption {
  margin-top: 10px;
}
.galleryFeedWrapper .viewAllPhotosButtonWrapper {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .galleryFeedWrapper .viewAllPhotosButtonWrapper {
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .galleryFeedWrapper .viewAllPhotosButtonWrapper .viewAllPhotosButton {
    display: inline-block;
    width: 100%;
    max-width: 320px;
    margin: 20px auto 0;
  }
}
@media (max-width: 768px) {
  .galleryFeedWrapper .photolist {
    margin-top: 40px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .galleryFeedWrapper .photoWrapper {
    margin-bottom: 30px;
  }
}
.galleryFeedWrapper .photoWrapper .photo {
  display: inline-block;
}
.galleryFeedWrapper .photoWrapper .photo img:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .galleryFeedWrapper .photoWrapper img {
    margin: 0 auto;
  }
}

body .photoSlider {
  margin-bottom: 20px;
}

.content-carousel {
  padding-left: 0px !important;
}
.content-carousel .carousel-control {
  background-image: none !important;
}

footer {
  background-color: #1c386b;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.footer {
  margin-top: 0px;
  padding-top: 50px;
  min-height: 300px;
}
.footer .footerLink {
  display: block;
}
.footer .row > div:first-of-type {
  padding-bottom: 20px;
}
@media (min-width: 993px) {
  .footer .row > div:first-of-type {
    padding-left: 0px;
  }
}
@media (max-width: 992px) {
  .footer .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.footer .row .footerSection {
  height: 140px;
  padding-left: 60px;
}
@media (max-width: 992px) {
  .footer .row .footerSection {
    border-right: 0px;
    padding-left: 15px;
    height: auto;
  }
}
.footer .row.mainFooter {
  margin-bottom: 20px;
}
.footer .footerSocial a {
  text-decoration: none;
  margin-right: 10px;
  height: 37px;
  width: 37px;
  background-repeat: no-repeat;
  display: inline-block;
}
.footer .footerSocial a:hover {
  background-position-y: -37px;
}
.footer .footerAddress {
  margin-top: 20px;
}
.footer .footerRight {
  height: 210px;
  border-left: 2px solid #02173f;
}
.footer .footerRight .footerLinks {
  position: relative;
}
@media (max-width: 992px) {
  .footer .footerRight .footerLinks {
    padding-left: 0px;
    margin-top: 30px;
  }
}
.footer .footerRight .footerLinks .footerLink {
  padding-right: 30px;
  white-space: nowrap;
  line-height: 32px;
  text-decoration: underline;
  color: #fff;
  font-size: 18px;
}
.footer .footerRight .footerLinks .footerLink:hover {
  text-decoration: none;
  color: #fff;
}
.footer .footerRight .footerSmall {
  font-size: 12px;
}
.footer .copyrightLine {
  color: #fff;
  margin-top: 50px;
}
.footer .copyrightLine a {
  color: #afd779;
}
.footer .copyrightLine a:hover {
  color: #afd779;
}
.footer .footerLiveChat p {
  margin-bottom: 5px;
}
.footer .footerLiveChat .button {
  margin-top: 10px;
  display: inline-block;
  color: #afd779;
  border: 2px solid #afd779;
}
.footer .footerLiveChat .button:hover, .footer .footerLiveChat .button:active {
  color: #1c386b;
  background-color: #afd779;
}
@media (max-width: 992px) {
  .footer .footerLiveChat {
    margin-top: 60px;
  }
}

/* Preload images */
body:after {
  content: url(/Scripts/lightbox2/images/close.png) url(/Scripts/lightbox2/images/loading.gif) url(/Scripts/lightbox2/images/prev.png) url(/Scripts/lightbox2/images/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/Scripts/lightbox2/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/Scripts/lightbox2/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/Scripts/lightbox2/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/Scripts/lightbox2/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#HomepageSlider {
  position: relative;
  max-height: 700px;
  overflow: hidden;
  border-bottom: 10px solid #8CC740;
}
#HomepageSlider .videoWrapper .homepagevideo {
  width: 100%;
}
@media (max-width: 768px) {
  #HomepageSlider .videoWrapper .homepagevideo {
    width: 768px;
  }
}
#HomepageSlider .videoWrapper .playButton {
  display: none;
  position: absolute;
  top: 0px;
  margin: auto auto;
  bottom: 120px;
  left: 0px;
  right: 0px;
}
@media (max-width: 1200px) {
  #HomepageSlider .videoWrapper {
    margin-bottom: -6px;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  #HomepageSlider .videoWrapper {
    min-height: 400px;
  }
  #HomepageSlider .videoWrapper .playButton {
    display: block;
    bottom: 150px;
  }
}
#HomepageSlider .videotext {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0px;
  height: 450px;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8980392157) 85%, #000000 100%) 0% 0% no-repeat padding-box;
}
#HomepageSlider .caption, #HomepageSlider .cta {
  position: absolute;
  bottom: 75px;
  right: 50%;
  width: 80%;
  padding-right: 150px;
  padding-left: 10px;
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05px;
  text-shadow: 1px 1px 5px #02173f;
  color: #fff;
}
#HomepageSlider .caption.Left, #HomepageSlider .cta.Left {
  padding-right: 10px;
  padding-left: 150px;
  right: auto;
  left: 0px;
  text-align: left;
}
#HomepageSlider .caption.Right, #HomepageSlider .cta.Right {
  padding-right: 10px;
  padding-left: 150px;
  right: auto;
  right: 0px;
  text-align: right;
}
#HomepageSlider .caption.Center, #HomepageSlider .cta.Center {
  padding-right: 10px;
  padding-left: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 768px) {
  #HomepageSlider .caption {
    font-size: 34px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  #HomepageSlider .caption {
    font-size: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
#HomepageSlider .cta {
  font-size: 30px;
  bottom: 20px;
}
#HomepageSlider .cta.Center {
  left: 50%;
  transform: translate(-50%, -50%);
}
#HomepageSlider .cta a {
  color: #8cc63f;
}
#HomepageSlider .cta a.button {
  color: #8CC740;
  border: 4px solid #8CC740;
  border-radius: 4px;
  background-color: #000;
  opacity: 1;
}
#HomepageSlider .cta a.button:hover, #HomepageSlider .cta a.button:active {
  color: #fff;
  border: 4px solid #8CC740;
  background-color: #8CC740;
}

@media (max-width: 768px) {
  .home-page {
    margin-top: 0px;
  }
}
.home-page .full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-right: 0px;
  padding-left: 0px;
}
@media (max-width: 768px) {
  .home-page h2 {
    text-align: center;
  }
}
.home-page .newsCarousel {
  padding-top: 30px;
}
.home-page .homepageShare {
  float: right;
}
@media (max-width: 480px) {
  .home-page .homepageShare {
    display: block;
    float: none;
  }
}
.home-page .spotlightsHeader {
  display: inline-block;
}
@media (max-width: 480px) {
  .home-page .spotlightsHeader {
    display: block;
  }
}
.home-page .spotlightsWrapper {
  margin-bottom: 75px;
  height: 400px;
}
.home-page .spotlightsWrapper .spotlightImage, .home-page .spotlightsWrapper .spotlightHeader, .home-page .spotlightsWrapper .spotlightText, .home-page .spotlightsWrapper .spotlightLink {
  text-align: center;
  margin-left: -20px;
}
@media (max-width: 768px) {
  .home-page .spotlightsWrapper .spotlightImage, .home-page .spotlightsWrapper .spotlightHeader, .home-page .spotlightsWrapper .spotlightText, .home-page .spotlightsWrapper .spotlightLink {
    margin-left: 0px;
  }
}
.home-page .spotlightsWrapper .spotlightImage:hover {
  opacity: 0.85;
}
.home-page .spotlightsWrapper .spotlightHeader {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 24px;
}
.home-page .spotlightsWrapper .spotlightLink {
  margin-top: 10px;
}
.home-page .homePathwayNavWrapper {
  background-color: #ffffff;
  height: 150px;
  padding-top: 0px;
  padding-bottom: 20px;
  margin-top: 60px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .home-page .homePathwayNavWrapper {
    height: auto;
  }
}
.home-page .homePathwayNavWrapper .pathwayNavItem {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .home-page .homePathwayNavWrapper .pathwayNavItem {
    margin-top: 25px;
  }
}
.home-page .homePathwayNavWrapper .navIconWrapper {
  width: 130px;
  display: inline-block;
}
.home-page .homePathwayNavWrapper .navIcon {
  height: 110px;
  width: 130px;
  background-repeat: no-repeat;
  background-size: 130px 220px;
  background-position: top center;
}
.home-page .homePathwayNavWrapper .navIcon:hover {
  background-position-y: -110px;
}
@media (max-width: 480px) {
  .home-page .homePathwayNavWrapper .navIcon {
    height: 82px;
    width: 97px;
    background-size: 97px 164px;
  }
  .home-page .homePathwayNavWrapper .navIcon:hover {
    background-position-y: -82px;
  }
}
@media (max-width: 480px) {
  .home-page .homePathwayNavWrapper .navIcon4, .home-page .homePathwayNavWrapper .navIcon5 {
    margin-left: 15px;
  }
}
.home-page .homePathwayNavWrapper .navText {
  margin-top: 10px;
  text-transform: uppercase;
}
.home-page .homePathwayNavWrapper .navText a {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #1c386b;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 0.5px;
}
@media (max-width: 480px) {
  .home-page .homePathwayNavWrapper .navText a h3 {
    font-size: 18px;
  }
}
.home-page .homePageStatsWrapper.parallax {
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1800px) {
  .home-page .homePageStatsWrapper.parallax {
    background-size: auto;
  }
}
@media (max-width: 992px) {
  .home-page .homePageStatsWrapper.parallax {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.home-page .homePageStatsWrapper .homePageStats {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4em 4em;
}
@media (max-width: 992px) {
  .home-page .homePageStatsWrapper .homePageStats {
    padding: 2em 2em;
    margin-left: 5px;
  }
}
.home-page .homePageStatsWrapper .homePageStats h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #1C386B;
  margin-left: -32px;
}
@media (max-width: 992px) {
  .home-page .homePageStatsWrapper .homePageStats h1 {
    text-align: center;
    margin-left: 0px;
  }
}
.home-page .homePageStatsWrapper .homePageStats .homePageStatsItem {
  display: flex;
  align-items: center; /* Align items vertically */
  justify-content: center; /* Align items horizontally */
  height: 16em; /* Set the height of the outer div */
  text-align: center;
  margin: 1em 2%;
  width: 21%;
  min-width: 9em;
  background-color: #1C386B;
  border-radius: 30px;
  flex: 1;
  position: relative;
}
@media (max-width: 992px) {
  .home-page .homePageStatsWrapper .homePageStats .homePageStatsItem {
    width: 45%;
    margin: 1em 2%;
  }
}
.home-page .homePageStatsWrapper .homePageStats .homePageStatsItem .statNumber {
  font-family: "Oswald", sans-serif;
  font-size: 70px;
  line-height: 110px;
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
}
.home-page .homePageStatsWrapper .homePageStats .homePageStatsItem a {
  text-decoration: none;
}
.home-page .homePageStatsWrapper .homePageStats .homePageStatsItem a .statDescription {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 22px;
  margin: 0 12px;
  line-height: 30px;
  color: #ffffff;
}
.home-page .homePageStatsWrapper .homePageStats .homePageStatsItem:last-child {
  border-right: none;
}
.home-page .homePageAthleticSpotlightsWrapper .homeAthleticSpotlights {
  margin-top: 30px;
  margin-bottom: 30px;
}
.home-page .homePageAthleticSpotlightsWrapper .homeAthleticSpotlights .athletics {
  padding: 0px 25px 20px 0px;
}
@media (max-width: 992px) {
  .home-page .homePageAthleticSpotlightsWrapper .homeAthleticSpotlights .athletics {
    padding: 0px 25px 20px 25px;
  }
}
.home-page .homePageAthleticSpotlightsWrapper .homeAthleticSpotlights .athletics h2 {
  float: left;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .home-page .homePageAthleticSpotlightsWrapper .homeAthleticSpotlights .athletics h2 {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  .home-page .homePageAthleticSpotlightsWrapper .homeAthleticSpotlights .athletics h2 {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .home-page .homePageAthleticSpotlightsWrapper .homeAthleticSpotlights .athletics h2 {
    font-size: 45px;
    margin-top: 30px;
  }
}
.home-page .homePageAthleticSpotlightsWrapper .homeAthleticSpotlights .athletics a.button {
  margin-top: 20px;
  display: inline-block;
}
.home-page .homePageAthleticSpotlightsWrapper .homeAthleticSpotlights .athletics .athleticSpotlightImage img {
  padding-bottom: 25px;
  width: 90%;
}
.home-page .homePageAthleticSpotlightsWrapper .homeAthleticSpotlights .athletics .skylanderImage {
  text-align: center;
}
.home-page .homePageAthleticSpotlightsWrapper .homeAthleticSpotlights .athletics .skylanderImage img {
  padding-bottom: 10px;
  padding-right: 22px;
  width: 66%;
}
.home-page .homePageAthleticSpotlightsWrapper .homeAthleticSpotlights .athletics .spotlightsImage img {
  padding-bottom: 25px;
  width: 90%;
}
.home-page .homePageAthleticSpotlightsWrapper .homeAthleticSpotlights .athletics .athleticLink {
  min-height: 53px;
}
.home-page .homePageAthleticSpotlightsWrapper .homeAthleticSpotlights .athletics .athleticLink a {
  text-transform: uppercase;
  text-decoration: none;
  color: #1C386B;
  font-size: 18px;
  font-weight: 300;
}
.home-page .homePageAthleticSpotlightsWrapper .homeAthleticSpotlights .athletics .verticalRule {
  height: 460px;
  border-right: 1px solid #1C386B;
  float: right;
}
@media (max-width: 992px) {
  .home-page .homePageAthleticSpotlightsWrapper .homeAthleticSpotlights .athletics .verticalRule {
    display: none;
  }
}
.home-page .homePageAthleticSpotlightsWrapper .homeAthleticSpotlights .spotlights {
  padding: 0px 25px 20px 25px;
}
.home-page .homePageAthleticSpotlightsWrapper .homeAthleticSpotlights .spotlights h2 {
  text-transform: uppercase;
  float: left;
}
.home-page .homePageAthleticSpotlightsWrapper .homeAthleticSpotlights .spotlights a.button {
  margin-top: 20px;
  float: left;
}
.home-page .homePageAthleticSpotlightsWrapper .homeAthleticSpotlights .spotlights .spotlightsImage img {
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
}
.home-page .homePageAthleticSpotlightsWrapper .homeAthleticSpotlights .spotlights .spotlightsLink a {
  text-transform: uppercase;
  text-decoration: none;
  color: #1C386B;
  font-size: 18px;
  font-weight: 300;
}
.home-page .layout-row {
  background-color: #E6E7E8;
  padding: 20px 30px 10px 30px;
}
.home-page .layout-row .richText h3 {
  color: #1C386B;
  font-size: 26px;
  font-family: "Oswald", sans-serif;
  margin-top: 0px;
  font-weight: 400;
}
.home-page .homePageJuicerFeedWrapper {
  background-color: #EFEFEF;
  min-height: 200px;
}
.home-page .homePageJuicerFeedWrapper .homePageJuicerFeedHeader {
  margin-top: 60px;
  margin-bottom: 30px;
}
.home-page .homePageJuicerFeedWrapper .juicer-desktop {
  display: block;
}
@media (max-width: 768px) {
  .home-page .homePageJuicerFeedWrapper .juicer-desktop {
    display: none;
  }
}
.home-page .homePageJuicerFeedWrapper .juicer-mobile {
  display: block;
}
@media (min-width: 768px) {
  .home-page .homePageJuicerFeedWrapper .juicer-mobile {
    display: none;
  }
}

.filters {
  background-color: #f5f5f5;
  padding: 30px 20px 20px 20px;
}
@media (max-width: 991px) {
  .filters {
    margin-bottom: 20px;
  }
}
.filters .filterHeading {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .filters .filterHeading {
    border-bottom: 0px;
    padding-bottom: 0px;
  }
  .filters .filterHeading.expanded .expandIcon {
    background-position: bottom;
  }
}
.filters .filterHeading .expandIcon {
  background-position-y: 0px;
  float: right;
  width: 16px;
  height: 16px;
  background: url("/Content/images/Sussex_filter_open_close.png") center right no-repeat;
  background-position: top;
  position: relative;
  top: 7px;
}
@media (min-width: 992px) {
  .filters .filterHeading .expandIcon {
    display: none;
  }
}
@media (max-width: 991px) {
  .filters .filterHeading .helperText {
    display: none;
  }
}
.filters .bySchedule, .filters .byType {
  display: none;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .filters .bySchedule, .filters .byType {
    display: block !important;
  }
}
.filters .bySchedule .filterLink, .filters .byType .filterLink {
  color: #006f83;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 10px;
}
.filters .selected {
  background-color: #e5e5e5;
  padding: 20px 30px 20px 20px;
}
.filters .removeFilter {
  width: 13px;
  height: 13px;
  float: right;
  top: -13px;
  right: -13px;
  position: relative;
}

.results {
  padding-bottom: 70px;
}
.results .result {
  margin-bottom: 20px;
}
.results .result p {
  margin-bottom: 0px;
}
.results .paging, .results .mobilePaging {
  text-align: center;
}
.results .paging span, .results .paging a, .results .mobilePaging span, .results .mobilePaging a {
  display: inline-block;
  padding: 0px 5px;
}
.results .paging a, .results .mobilePaging a {
  font-weight: bold;
}

.description {
  margin-top: 40px;
}

.backToResults {
  padding-top: 40px;
  margin-bottom: 20px;
}
.backToResults a {
  font-family: Montserrat;
  font-size: 16px;
  color: #1c386b;
  font-weight: bold;
}
.backToResults a:hover {
  color: #177f97;
}

.job {
  margin-bottom: 100px;
}

.jobDetails {
  padding-top: 40px;
}

.FacultyDisplay {
  width: 100%;
  margin: 20px auto;
  line-height: 26px;
}
.FacultyDisplay .faculty-record .faculty-thumbnail-container {
  float: left;
  padding-right: 10px;
  padding-bottom: 5px;
}
.FacultyDisplay .faculty-record .facultyName {
  font-weight: 700;
}
.FacultyDisplay .faculty-tile {
  display: flex;
  flex: 33.333333%;
  gap: 10px;
  margin-bottom: 50px;
  box-sizing: border-box;
}
.FacultyDisplay .faculty-tile .col-sm-4 {
  width: 100%;
}
@media (max-width: 768px) {
  .FacultyDisplay.byDepartment {
    padding: 0 20px;
  }
}

#back-to-the-top {
  position: fixed;
  bottom: 100px;
  right: 20px; /* Position on the right side */
  display: none;
  width: 100px;
  background-color: #8cc740;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

#back-to-the-top a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid white;
}

@media (max-width: 768px) {
  #back-to-the-top {
    right: 10px; /* Adjust right position for smaller screens */
  }
}
.faculty-alphabet-header {
  border-top: 1px solid #1c386b;
  padding: 20px 10px;
  cursor: pointer;
}
.faculty-alphabet-header .h2 {
  margin-bottom: 0px;
}
.faculty-alphabet-header .openclose {
  float: right;
  background-image: url("/Content/images/Sussex_filter_open_close.png");
  background-repeat: no-repeat;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  background-position-y: -18px;
}
.faculty-alphabet-header.collapsed .openclose {
  background-position-y: 0px;
}

.faculty-alphabet-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .faculty-alphabet-container {
    padding: 0px 20px;
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .faculty-alphabet-container {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  .filterWrapper {
    padding: 10px;
  }
}
#departmentFilter, #directoryTypeFilter {
  margin-bottom: 20px;
  border: none;
  background-color: #e5e5e5;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  color: #1c386b;
  font-weight: 700;
  padding: 10px 30px 10px 10px;
  background-image: url("/Content/images/sussex-arrow-down.png");
  background-position: 96% 50%;
  background-repeat: no-repeat;
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  /* For IE */
  appearance: none;
}
#departmentFilter select::-ms-expand, #directoryTypeFilter select::-ms-expand {
  display: none;
}

#directoryTypeFilter {
  margin-right: 10px;
}

.faculty-alphabet-anchor-links {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-top: 15px;
  padding-bottom: 15px;
  gap: 20px;
}

.faculty-alphabet-anchor-links .a-to-m,
.faculty-alphabet-anchor-links .n-to-z {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 5px;
}

@media (max-width: 768px) {
  .faculty-alphabet-anchor-links {
    flex-direction: column;
    justify-content: center;
    gap: 1%;
    width: 80%;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .faculty-alphabet-anchor-links .a-to-m,
  .faculty-alphabet-anchor-links .n-to-z {
    justify-content: center;
    gap: 5%;
  }
  .faculty-alphabet-anchor-links .a-to-m a,
  .faculty-alphabet-anchor-links .n-to-z a {
    font-size: 1.5em;
  }
}
body {
  padding: 0;
  padding-top: 182px;
  margin: 0;
  overflow-x: hidden;
}
@media (max-width: 1400px) {
  body {
    padding-top: 142px;
  }
}
@media (max-width: 1024px) {
  body {
    padding-top: 80px;
  }
}

.layout-row {
  padding-top: 30px;
}

.pageNameWrapper {
  margin-bottom: 30px;
  height: 250px;
}
@media (max-width: 480px) {
  .pageNameWrapper {
    height: 150px;
  }
}

.carousel-control {
  background-color: transparent;
  display: inline-block;
  width: 35px;
}
.carousel-control.left {
  background-image: url("/Content/images/sussex_lg-teal-arrow_left.png");
  background-position: left center;
  background-repeat: no-repeat;
  left: -35px;
}
@media (max-width: 768px) {
  .carousel-control.left {
    left: 0px;
  }
}
.carousel-control.right {
  background-image: url("/Content/images/sussex_lg-teal-arrow_right.png");
  background-position: right center;
  background-repeat: no-repeat;
  right: -35px;
}
@media (max-width: 768px) {
  .carousel-control.right {
    right: 0px;
  }
}

.gsc-adBlock {
  display: none !important;
}

.shareIcons {
  margin-bottom: 30px;
  float: right;
}
.shareIcons .shareIcon {
  display: inline-block;
  width: 86px;
  height: 26px;
  background-repeat: no-repeat;
}
.shareIcons .shareIcon:hover {
  background-position-y: -27px;
}
.shareIcons .shareIcon.twitter {
  background-image: url("/Content/images/Sussex_button_social_share_twitter.png");
}
.shareIcons .shareIcon.email {
  background-image: url("/Content/images/Sussex_button_social_share_email.png");
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

.contentPage, .errorPage {
  margin-bottom: 50px;
}

.errorPage {
  margin-top: 50px;
}

.richText img, .richText .button, .richText input[type=submit] {
  display: inline-block;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  max-width: 100%;
}
.richText.imageToSide .sideImage img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .richText.imageToSide {
    text-align: center;
  }
}

.searchresults {
  margin-top: 50px;
}

.contour label {
  font-weight: 500;
  vertical-align: text-top;
}

.radiobuttonlist, .checkboxlist, .checkboxlist label {
  float: none !important;
}

.alertBar {
  padding: 25px;
  background-color: #006f83;
  color: #fff;
}
.alertBar a {
  color: #fff;
}
.alertBar.emergency {
  background-color: #cf4526;
  background-image: url("/Content/images/Sussex_alert_icon.png");
  background-repeat: no-repeat;
  background-position: 20px center;
}
.alertBar .closeAlert {
  background-image: url("/Content/images/Sussex_close_x_white.png");
  background-repeat: no-repeat;
  height: 19px;
  width: 19px;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media (max-width: 1024px) {
  .alertBar {
    padding-top: 45px;
  }
  .alertBar .closeAlert {
    top: -20px;
  }
  .alertBar.emergency {
    padding-top: 90px;
    background-position: center 20px;
  }
  .alertBar.emergency .closeAlert {
    top: -65px;
  }
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .navbar-fixed-top {
    position: relative;
    top: auto;
  }
  body {
    padding-top: 0px;
  }
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.scripts {
  display: none;
}

.acalog-printable-link {
  float: right;
}

#acalog-link {
  background-image: url("/Content/images/icon-print.png");
  background-repeat: no-repeat;
  padding-left: 30px;
  display: block;
}

#acalog-link:hover {
  background-image: url("/Content/images/icon-print-hover.png");
}

div.grecaptcha-badge {
  bottom: 15% !important;
}
