@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;500;700&display=swap');

body { margin: 0; font-family: 'Lato', sans-serif; font-size: 16px; line-height: 28px; }
a { color: #A22A19; }
a:hover, a:active { color: #000; text-decoration: none; }
h1, h2 { font-family: 'Oswald', serif; text-transform: uppercase; letter-spacing: 1px; }
h2 { color: #333; }
h3 { color: #A22A19; font-size: 22px; line-height: 34px; }
.clear { clear: both; }
.listHidden { display: none !important; }
a.button, a.jobButton { background: #A22A19; display: inline-block; padding: 6px 16px; border-radius: 5px; color: #FFF; text-decoration: none; font-weight: 700; }
a.button:hover, a.jobButton:hover { background: #000; transition:.5s; }

/* HEADER */

.headerContainer { width: 100%; background: #FFF; border-bottom: 3px solid #a22a19; }
.headerLogo { float: left; width: 330px; }
.headerButton { float: right; padding: 30px 0 0; }
.headerButton a { background: #A22A19; color: #FFF; text-decoration: none; font-weight: 700; text-transform: uppercase; padding: 1px 5px;}
#header { width: calc(100% - 20px); max-width: 1460px; margin: 0 auto; padding: 5px 0; height: 85px; overflow: hidden; }
.headerLogo img { height: 85px; width: auto; }

.topRightNav { float: right; text-align: right; width: calc(100% - 330px); font-size: 15px; margin-top: 10px; }
.topRightNav a { color: #000; text-decoration: none; margin: 0 5px; font-weight: 700; display: inline-block; }
.topRightNav a:hover { color: #A22A19; }
.topRightNav a svg { font-size: 15px; line-height: 28px; }

.sticky { position: fixed; top: 0; width: 100%; z-index: 10; }
.sticky + .content { padding-top: 88px; }

.homeAlert { background: #000; text-align: center; color: #FFF; font-size: 20px; font-weight: 700; padding: 10px 5px; border-bottom: 1px solid #000; }
.homeAlert a { color: #EEE; text-decoration: none; }

/* Navigation */
.topnav { overflow: hidden; float: right; margin-top: 5px; }
/* Style the links inside the navigation bar */
.topnav a { float: left; display: block; color: #000; text-align: center; padding: 6px 12px; text-decoration: none; text-transform: uppercase; font-weight: 400; font-family: 'Oswald', sans-serif; font-size: 18px; }
.topIcon { display: none; }
.dropdown { float: left; overflow: hidden; }
.dropdown .dropbtn { font-size: 18px; border: none; outline: none; color: #000; padding: 6px 12px; background-color: inherit; line-height: inherit; font-family: inherit; margin: 0; text-transform: uppercase; font-weight: 400; font-family: 'Oswald', sans-serif; }
.dropdown .dropbtn svg { margin-left: 5px; }
.dropdown .dropbtn a { padding: 0; }
.dropdown-content { display: none; position: absolute; background-color: #A22A19; min-width: 148px; max-width: 220px; z-index: 10; margin: -2px 0 0;}
.dropdown-content a { float: none; color: #FFF; padding: 6px 12px; text-decoration: none; display: block; text-align: left; text-transform: none !important; font-size: 14px; line-height: 26px; }
.topnav a svg { line-height: 26px; }
.dropdown.rightAlign .dropdown-content {
  right: 0;
  left: auto;
}
.topnav a:hover, .dropdown:hover .dropbtn { background-color: #A22A19; color: #FFF; }
.dropdown:hover .dropbtn a { color: #FFF !important; }
.dropdown-content a:hover { background-color: #000; }
.dropdown:hover .dropdown-content { display: block; }

/* HOMEPAGE */
.homeRotator { width: 100%; background: url(/images/homepage.jpg); background-size: cover; background-position: center center; padding: 20% 0 40px; text-align: center; text-transform: uppercase; text-shadow: 0 0 10px #000; }
.homeRotator h2 { color: #FFF; font-size: 40px; line-height: 50px; letter-spacing: 1px; }

.homeSchools { width: calc(100% - 40px); max-width: 1440px; display: flex; flex-wrap: wrap; margin: 0 auto 20px; }
.homeSchools h2 { text-align: center; width: 100%; font-size: 30px; line-height: 50px; }
.homeSchool { width: calc(33.3% - 10px); }
.homeSchool a { position: relative; display: block; width: 100%; padding-bottom: 66.6%; }
.homeSchool a span { position: absolute; bottom: 0; left: 0; background: rgba(0, 0, 0, .7); color: #FFF; border-bottom: 5px solid #A22A19; width: 100%; text-align: center; font-size: 22px; font-family: 'Oswald'; text-transform: uppercase; line-height: 40px; }
.homeSchool.elementary { margin: 0 15px; background: url(/images/home/elementary.jpg); background-size: cover; background-position: center center; }
.homeSchool.secondary { background: url(/images/home/secondary.jpg); background-size: cover; background-position: center center; }
.homeSchool.lecc { background: url(/images/home/lecc.jpg); background-size: cover; background-position: center center; }

/* CONTENT */

.pageContent { min-height:calc(100vh - 674px); }
.container.introduction { color: #FFF; background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, .8)), url(/images/lisbon_faded.png); background-repeat: no-repeat; background-position: center right; background-size: auto 160%; }

#content, #contentIntro { width: calc(100% - 40px); max-width: 1440px; margin: 0 auto; }
#content.twoColumns { max-width: 1480px; }
#content { margin: 20px auto; }
#contentIntro { padding: 20px 0; font-weight: 500; }
#contentIntro h1 { color: #F6F6F6; margin: 0; line-height: 46px; text-transform: uppercase; letter-spacing: 1px; }
#contentIntro h1 a { color: #EEE; }
#contentIntro.building h1 { margin-bottom: .5em; }
#contentIntro.building h1 svg { margin: 0 0 0 15px; }
#contentIntro a:hover { color: #A22A19; }
.intro { margin-top: 10px; }
.intro.building { line-height: 24px; }
a.headerLink { background: #D4D4D4; display: inline-block; padding: 0 4px; margin: 0 0 10px -4px; color: #A22A19 !important; font-weight: 700; }

#content.flexContent { display: -webkit-flex; display: -ms-flexbox; display: flex; overflow: hidden; padding: 0; width: 100%; margin: 0px auto; }
#contentLeft { width: calc(100% - 460px); padding: 10px 20px 10px; }
#contentRight { width: 380px; padding: 10px 20px; background: #E6E6E6; }

#content img { max-width: 100% !important; height: auto !important; }
#content figure { margin: 0; max-width: 100%; height: auto !important; }
#content figcaption { font-size: 14px; line-height: 24px; margin-top: 0px; }

#content h3:first-child, #content p:first-child, #contentLeft h3:first-child, #contentRight h2:first-child, #contentRight h3:first-child, #contentRight p:first-child { margin-top: 0; }
#content p:last-child, #contentLeft p:last-child, #contentRight p:last-child { margin-bottom: 0; }

input.instantSearch[type="text"] { font-family: 'Lato', sans-serif; border: 2px solid #EEE; width: calc(100% - 14px); padding: 5px; font-size: 18px; margin: 0 0 .5em; border-radius: 5px; }

/* BUILDINGS */
.buildingLeft, .buildingRight { width: 50%; float: left; }
.buildingSchool { background: #F6F6F6; padding: 10px; border-radius: 10px; margin: -10px 0 0; }

/* HOME */
.homeIntro { width: 100%; background: #EEE; padding: 40px 0 20px; }
.homeIntroText { width: calc(100% - 20px); max-width: 800px; margin: 0 auto; text-align: center; font-size: 18px; line-height: 32px; }

#trending { width: 100%; background: #EEE; padding: 20px 0 40px; }
.trendingIcons { width: 100%; max-width: 1440px; margin: 0 auto; display: flex; flex-wrap: wrap; }
.trendingIcon { width: 16.6%; text-align: center; }
.trendingIconBox { width: 125px; background: #000; color: #FFF; height: 95px; padding: 15px 0; font-size: 14px; line-height: 20px; display: block; margin: 0 auto; }
.trendingIcon svg { height: 60px; display: block; margin: 7.5px auto; }
.trendingIcon a { color: #FFF; text-decoration: none; font-weight: 700; }
.trendingIcon a:hover { color: rgba(255, 255, 255, .8); transition: 1s; }

#features { width: 100%; max-width: 1440px; margin: 0 auto; display: flex; flex-wrap: wrap; }
#homeNews { width: calc(100% - 340px); padding: 30px 20px; font-size: 14px; line-height: 20px; margin: 0 auto; float: left; }
#homeMenu { width: 256px; padding: 20px 20px; font-size: 14px; line-height: 20px; margin: 10px auto; float: right; border-radius: 10px; border: 2px solid #F6F6F6; }
#homeMenu:hover { background: #F6F6F6; }
.homeCalendarContainer { background: #EEE; width: 100%; padding: 30px 0 0; }
#homeCalendar { width: calc(100% - 40px); max-width: 1400px; padding: 0 0 30px; font-size: 14px; line-height: 20px; margin: 0 auto; }
#homeNews h3, #homeCalendar h3, #homeMenu h3 { margin: 0 0 1em; }

.resourceLink { width: 100%; padding: 0 0 10px; margin: 0 0 10px; border-bottom: 1px solid #EEE; }
.resourceSpacer15 { width: 18px; display: inline-block; }

.calendarRow { width: 100%; padding: 0 0 10px; margin: -5px 0 5px; display: flex; }
.calendarDate { width: 40px; text-align: center; font-weight: 700; padding: 5px; background: #DDD; }
.calendarMonth { text-transform: uppercase; }
.calendarDay { font-size: 20px; line-height: 22px; }
.calendarInfo { width: calc(100% - 70px); padding: 5px 10px; background: #F6F6F6; }
.calendarInfo b { font-size: 15px; line-height: 22px; }
.calendarInfo.noTime b { line-height: 42px; }
a.homeButton { background: #A22A19; color: #FFF; padding: 6px 12px; text-decoration: none; display: inline-block; }
a.homeButton:hover { color: #FFF; transition: 1s; }
a.homeButton.calendar { margin-top: -5px; }

#homeMap { width: 100%; background: #F6F6F6; }
#homeMap img { width: 100%; height: auto; display: block; margin: 0 auto; max-width: 1440px; }
.homeAbout { width: calc(100% - 40px); max-width: 1400px; margin: 0 auto; padding: 20px; text-align: left; }
.homeMapLinks { padding: 20px 0; text-align: center; }
.homeMapLinks a { background: #A22A19; color: #FFF; padding: 6px 12px; text-decoration: none; display: inline-block; font-weight: 700; }
.homeMapLinks a:hover { color: #FFF; transition: 1s; }
.homeCalendarLink { margin: 20px 0; text-align: center; }

.homeHeadlines { width: calc(100% - 20px); display: flex; margin: 20px auto 0; max-width: 1440px; }

.homeAnnouncements { width: 250px; background: #E5E5E5; margin: 0 10px 0 0; text-align: center; }
.homeAnnouncements h2 { width: 100%; text-align: center; }

.homeNews { width: calc(100% - 890px); margin: 0 10px 0 0; background: #E5E5E5; padding: 0 10px; }
.homeNews h2 { width: 100%; text-align: center; }
.homeNewsItem { width: 100%; margin: 0 0 10px; border-bottom: 1px solid #DDD; }
.homeNewsDate { font-size: 13px; line-height: 16px; }
.homeAnnouncements .homeNewsDate { margin: 10px 0; }
.homeNewsButton { text-align: center; margin-bottom: 1em; }
.homeNewsButton a.button { }

.homeMenuFull { width: 600px; background: #E5E5E5; display: flex; flex-wrap: wrap; }
.homeMenuFull h2 { width: 100%; text-align: center; }
.homeDate { width: 100%; text-align: center; }
.homeBreakfast, .homeLunch { width: 50%; text-align: center; padding: 10px 0; }
.homeDate a.button { margin-bottom: 1em; }

/* Map */
.container.map { margin: 0 0; text-align: center; }
.container.map iframe { width: 100%; height: 500px; border: 0; margin: 1em 0 -7px; }

/* Module - Employment */
 a.jobButton svg { margin-left: 7px; text-decoration: none; }

/* Mission Statement */
.container.mission { background: linear-gradient(rgba(185, 39, 26, 0.8), rgba(185, 39, 26, 0.8)), url(/images/photos/building.jpg); background-position: center center; background-size: cover; }
.container.mission.lecc { background: linear-gradient(rgba(185, 39, 26, 0.8), rgba(185, 39, 26, 0.8)), url(/images/photos/lecc_background.jpg); background-position: center center; background-size: cover; }
#mission { text-align: center; padding: 80px 20px; margin: 0 auto; width: calc(100% - 40px); max-width: 1040px; font-size: 24px; color: #FFF; line-height: 38px; }
#mission .testimonialQuote { font-size: 80px; line-height: 80px; }
#mission .testimonialCredit { font-size: 16px; line-height: 22px; }
#mission h2 { color: #FFF; margin: 0 0 40px; }

/* Activities Directory */
.dirDivider h3 { color: #A22A19; margin: 1em 0 .5em !important; font-size: 18px; }
.dirListItem { padding: 5px 9px; background: #F4F5F7; }
.dirSecondary { background: #FFF; }
.dirDetail { float: left; width: 33.3%; }
.dirEmail { text-align: right; }
/* Directory */
#filterContainer, .#myBtnContainer.filterContainer { margin: -5px 0 calc(2em - 5px); padding-left: 8px; }
#myBtnContainer.filterContainer .btn { display: inline-block; margin: 5px; background: rgba(62, 122, 194, 0.3); padding: 2px 5px; border-radius: 5px; cursor: pointer; }
#myBtnContainer.filterContainer .btn:hover { background: #203648; color: #FFF !important; }
#myBtnContainer.filterContainer .btn.activebtn, #myBtnContainer.filterContainer .btn.activebtn:hover { background: #203648; color: #FFF; font-weight: 700; }
.filterDiv { display: none; }
.show { display: block; }

/* Board Members */
.boardMembers li { margin-bottom: 5px; }

#staffDirectory { flex-wrap: wrap; width: calc(100% + 20px); margin: 0 -10px; }
.directorySection { width: 100%; margin: 0 10px; }
.directoryListing { width: 1320px; max-width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap; }
.staffMember { width: 200px; font-size: 14px; line-height: 20px; text-align: center; margin: 10px 10px 15px; }
.staff-photo { height: 240px; overflow: hidden; text-align: center; margin-bottom: 5px; background: #F6F6F6; }
.staff-photo img { margin-top: -20px; }
.staff-photo i { line-height: 240px; font-size: 100px; color:rgba(0,0,0,.4); }
.staffMember a i { line-height: 24px; margin: 0 2.5px; }

@media screen and (max-width: 1340px) {
  .directoryListing { width: 1100px; }
}
@media screen and (max-width: 1100px) {
  .directoryListing { width: 880px; }
}
@media screen and (max-width: 880px) {
  .directoryListing { width: 660px; }
}
@media screen and (max-width: 660px) {
  .directoryListing { width: 440px; }
}


/* Footer */
.footerContainer { width: 100%; background: #D4D4D4; }
#footer { width: calc(100% - 40px); max-width: 1440px; margin: 0 auto; padding: 20px 0; display: flex; flex-wrap: wrap; }
.footerLogo { width: 33.3%; float: left; text-align: center; }
.footerLogo img { height: 100px; width: auto; }
.footerInfo { width: 33.3%; float: left; text-align: center; font-size: 14px; line-height: 22px; padding: 17px 0 0; }
.footerInfo b { font-size: 16px; color: #A22A19; text-transform: uppercase; }
.footerText { font-size: 13px; line-height: 18px; margin: 0 auto; padding: 20px 0; max-width: 1440px; width: calc(100% - 40px); }

#credit { background: #C4C4C4; color: #333; font-size: 12px; line-height: 30px; padding: 5px 10px; width: calc(100% - 20px); text-align: center; }
#credit .container { width: 100%; max-width: 1440px; margin: 0 auto; }
#credit .copyright { width: calc(100% - 200px); float: left; text-align: left; }
#credit .poweredBy { width: 200px; float: right; text-align: right; }
#credit .poweredBy a { color: #333; text-decoration: none; }
#credit img { height: 30px; width: auto; margin: 0 0 0 10px; vertical-align: middle; border: none; }

.boardMeeting { text-decoration: none; padding: 5px 0; border-bottom: 1px solid #BBB; display: block; width: 100%; }
.boardMeeting:hover { background: #E6E6E6; }
.boardMeeting a svg { margin-left: 10px; text-decoration: none; }

.boardDate, .boardAgenda, .boardMinutes { float: left; }
.boardDate { width: 50%; }
.meetingNotes { font-size: 13px; color: #666; line-height: 16px; display: block; margin: 5px 0; }
.boardAgenda, .boardMinutes { width: 25%; text-align: center; }
.hideDetail { display: none; }

@media screen and (max-width: 1150px) {
  .rotatorContainer, #rotator { height: 500px; max-height: 50vh; }
  .grid-item, .grid-sizer { width: calc(25% - 20px); }
  .grid-item--header { width: calc(100% - 20px); }

  .homeNews { width: calc(100% - 690px); }

  .homeMenuFull { width: 400px; }
}

@media screen and (max-width: 1080px) {
  .topnav a.homeLink { display: none; }
}

@media screen and (max-width: 1020px) {
  #header { width: 100%; height: 70px; }
  #headerTop { width: calc(100% - 20px); padding: 0 10px; }
  .headerSocial { margin: 0 -10px 0 0; background: #000; }
  .headerLogo { width: 265px; }
  .headerLogo img { height: 68px; margin: 0 0 0 10px; }
  .topnav a, .dropdown .dropbtn { display: none; }
  .topIcon { display: block; margin: -10px 0 -5px 0; float: right; }
  .topIcon a.icon { float: right; display: block; color: #FFF; background: #A22A19; height: 88px; font-size: 24px; padding: 0 20px; }
  .topIcon a.icon i { line-height: 88px !important; }
  .topnav.responsive { position: absolute; float: none; text-align: left; width: 100%; margin: 78px 0 -10px; background: #f0f0f1; z-index: 100; }
  .topnav.responsive a { float: none; display: block; text-align: left; }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative; max-width: none !important;}
  .topnav.responsive .dropdown .dropbtn { display: block; width: 100%; text-align: left; }

  /* Directory */
  .dirDetail { width: 100%; }
  .dirEmail { text-align: left; }
}
@media screen and (max-width: 1000px) {
  #trending { padding-bottom: 0; }
  .trendingIcon { width: 33.3%; margin-bottom: 25px; }
}
@media screen and (max-width: 950px) {
  .homeHeadlines { max-width: 600px; flex-wrap: wrap; }
  .homeNews { width: calc(50% - 25px); margin: 0 0 0 5px; }
  .homeAnnouncements { width: calc(50% - 5px); margin: 0 5px 0 0; }
  .homeMenuFull { width: 100%; margin: 10px 0 0; }
}
@media screen and (max-width: 900px) {
  .headerTopLinks, .headerSocial { width: 100%; float: none; text-align: center; }
  .headerSocial { margin: 0; }
  .buildingLeft, .buildingRight { width: 100%; float: none; }
  .buildingSchool { margin-top: 0; }
}
@media screen and (max-width: 850px) {
}

@media screen and (max-width: 800px) {
  #content.flexContent { display: block; padding: 0; width: 100%; }
  #contentLeft { width: calc(100% - 40px); padding: 10px 20px; display: block; }
  #contentRight { width: calc(100% - 40px); padding: 10px 20px; display: block; }

  #homeNews { width: calc(100% - 40px); }
  #homeCalendar { width: calc(100% - 40px); padding: 0 20px 35px; }
}

@media screen and (max-width: 600px) {
  #headerTop { width: 100%; padding: 0; line-height: 24px; }
  .trendingIcon { width: 50%; }
  #credit .copyright { width: 100%; float: none; text-align: center; }
  #credit .poweredBy { width: 100%; float: none; text-align: center; }
}
@media screen and (max-width: 600px) {
  .homeHeadlines { max-width: 400px; flex-wrap: wrap; }
  .homeNews { width: calc(100% - 20px); margin: 10px 0 0; }
  .homeAnnouncements { width: 100%; margin: 0; }
  .homeMenuFull { width: 100%; margin: 10px 0 0; }
}

@media screen and (max-width: 550px) {
  .homeDate { width: 100%; margin: 0 0 15px; }
  .homeDate.last { margin-right: 0; }
  .homeIcon { width: 50%; }
}

@media screen and (max-width: 480px) {
  #header { height: 60px; padding: 5px 0; }
  .sticky + .content { padding-top: 70px; }
  .headerLogo { width: 275px; }
  .headerLogo img { height: 60px; }
  .topIcon { margin-top: -5px; }
  .topIcon a.icon { height: 70px; }
  .topIcon a.icon i { line-height: 70px !important; }
  .topnav.responsive { margin-top: 65px; }
  .sticky + .pageContent { padding-top: 80px; }

  .footer { flex-wrap: wrap; }
  .footerInfo { width: 100%; float: none; order: 2; }
  .footerLogo { width: 100%; float: none; order: 1; }

  .trendingIcon { font-size: 14px; }
}


/* Events Widgets */
.widgetEventBox { width: calc((100% - 170px) / 5); padding: 10px 12px 10px; margin: 0 10px 0 0; background: #FFF; color: #000; float: left; font-size: 12px; line-height: 19px; border-radius: 5px; border: 1px solid #DDD; }
.widgetEventBox.boxNo5 { margin: 0; }
.widgetEventBox:hover { background: #F6F6F6; }

.widgetEventBoxes.announcements { width: 100%; margin: 0; }
.widgetEventBox.announcements { width: calc(100% - 26px); margin: 0 0 10px 0; }

h3.widgetEventHeader a { display: block; text-decoration: none; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; padding: 0 0 5px; border-bottom: 1px solid #22336B; }
.widgetDate { display: block; font-weight: 700; font-size: 14px; text-align: center; }
.widgetEvent { display: block; margin: 12px 0 0; color: #666; }
.widgetEvent a { color: #A22A19; text-decoration: none; font-weight: 700; }
.widgetEvent a.mapLink { color: #A22A19; margin-left: 2px; }
.calEventBox { width: calc(1420px / 7); padding: 5px; background: #FFF; font-size: 12px; line-height: 19px; }
.calEventBox.box0 { margin-left: 0; }
.calEventBox:hover { background: #F6F6F6; padding: 4px; border: 1px solid #A22A19; }
.calDate { display: block; border-bottom: 1px dotted #BBB; font-weight: 700; }
.calEvent { display: block; margin: 15px 0 0; }
.calEvents { min-height: 100px; }
.calDivider { clear: both; height: 20px; }
.headerBox, .headerBox:hover { background: #A22A19; color: #FFF; font-weight: 700; padding: 5px; border: 0; }
.emptyBox, .emptyBox:hover { background: #EEE; padding: 5px; border: 0; }
.calRow { display:flex; border-spacing: 1px; }
#calendarHeader h2 { float: left; }
.nextMonth { float: right; line-height: 31px; margin: 17px 0 0; width: 300px; text-align: right; }
.nextMonth a, #calendarFooter a { text-decoration: none; }
.lastMonth { float: left; line-height: 22px; margin: 0; width: 150px; }
.printMonth { float: left; width: calc(100% - 300px); text-align: center; }
#calendarFooter { width: 100%; margin: 17px 0; padding: 17px 0 0; border-top: 1px solid #EEE; }
#calendarFooter .nextMonth { margin: 0; line-height: 22px; }

.fancybox-slide iframe { width: 100%; display: block; margin-top: 20px; border: 0; }
.event-overlay { width: 600px; max-width: 100%; }
.widgetEvent a:hover { text-decoration: underline; }

@media screen and (max-width: 1120px) {
.calRow { display: block; width: 100%; border-spacing: 0; }
.calEventBox { width: calc(100% - 10px); display: block; margin-bottom: 10px; }
.calEvents { min-height: 0; }
.headerBox, .emptyBox { display: none !important; }
}

@media screen and (max-width: 900px) {
  /* Events Widget */
  .widgetEventBox { width: calc((100% - 134px) / 4); }
  .widgetEventBox.boxNo4 { margin: 0; }
  .boxNo5 { display: none; }
}

@media screen and (max-width: 700px) {
  .widgetEventBoxes { width: 100%; margin: 0; }
  .widgetEventBox { width: calc(100% - 26px); margin: 0 0 10px 0; }
  .grid-item, .grid-sizer { width: calc(50% - 20px); }
  .grid-item--header { width: calc(100% - 20px); }
}


/* --- FORMS --- */
#contactForm i { font-style: normal; color: #C00; font-weight: 700; }
#contactForm ol { margin: 0; list-style-type: none; padding: 0; }
#contactForm ol label { display: block; font-size: 15px; line-height: 24px; font-weight: 700; }
#contactForm ol input[type="text"], #contactForm ol input[type="email"] { font-family: 'Lato', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid #DDD; margin-bottom: 1em; }
#contactForm ol input[type="submit"] { display: block; width: 150px; font-family: 'Lato', sans-serif; font-size: 16px; color: #FFF; text-align: center; border: 0; background: #E50204; padding: 10px 0; margin: 1.5em 0 0; }
#contactForm ol select { font-family: 'Lato', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid #DDD; margin-bottom: 1em; }
#contactForm ol textarea { font-family: 'Lato', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid #DDD; margin-bottom: 1em; }

#contactForm h3 { color: #C6542D; }

#contactForm li.width50 { width: 49%; float: left; margin-right: 1%; }
#contactForm li.width40 { width: 39%; float: left; margin-right: 1%; }
#contactForm li.width33 { width: 32.3%; float: left; margin-right: 1%; }
#contactForm li.width30 { width: 29%; float: left; margin-right: 1%; }
#contactForm li.width25 { width: 24%; float: left; margin-right: 1%; }
#contactForm li.width20 { width: 19%; float: left; margin-right: 1%; }
#contactForm li.width50.right { width: 50%; margin-right: 0%; }
#contactForm li.width40.right { width: 40%; margin-right: 0%; }
#contactForm li.width33.right { width: 33.3%; margin-right: 0%; }
#contactForm li.width30.right { width: 30%; margin-right: 0%; }
#contactForm li.width25.right { width: 25%; margin-right: 0%; }
#contactForm li.width20.right { width: 20%; margin-right: 0%; }
#contactForm hr { margin-block-start: 10px; }

@media screen and (max-width: 600px) {
  #contactForm li.width50, #contactForm li.width40, #contactForm li.width33, #contactForm li.width30, #contactForm li.width25, #contactForm li.width20, #contactForm li.width40.right, #contactForm li.width33.right, #contactForm li.width30.right, #contactForm li.width25.right, #contactForm li.width20.right {
    width: 100% !important;
    margin: 0 !important;
    float: none;
  }
}

/* --- RESOURCES --- */

/* Links */
.rowLinks { width: 100%; margin: 1em auto; padding: 0; }
.linkContainer { float: left; width: 30%; margin-right: 5%; }
.linkRight { float: right; width: 30%; }
.linkContainer h3, .linkRight h3 { border-bottom: 1px solid #CCC; margin: 0 0 10px; padding: 0 0 5px 0; }
.linkRight ul { margin-bottom: 20px; }
.linkContainer ul { margin-bottom: 40px; }

@media screen and (max-width: 850px) {
  .linkContainer, .linkRight { float: none; width: 100%; margin: 0; }
}

/* --- NEWS --- */
#newsPhoto img { width: 100%; max-width: 800px; margin: 0 auto; }
#newsPhoto.right { float: right; margin: 0 0 10px 10px; width: 500px; }

@media screen and (max-width: 800px) {
  #newsPhoto.right { float: none; margin: 0 auto 20px auto; width: 500px; }
}


/* Moudules - Scholarships */
#myBtnContainer { text-align: center; margin: 1em 0 0; }
#myBtnContainer a { display: inline-block; margin: 2.5px; padding: 2px 8px; cursor: pointer; background: #A22A19; color: #FFF; text-decoration: none; font-weight: 700; }
#myBtnContainer a.active { background: #000; color: #FFF; text-decoration: none; font-weight: 700; }
.scholarshipHeader { width: 100%; font-weight: 700; background: #EEE; border-bottom: 1px solid #DDD; margin-top: 20px; }
.scholarship { width: 100%; border-bottom: 1px solid #DDD; }
.scholarNameHeader, .scholarName { float: left; width: calc(70% - 10px); padding: 2px 5px; }
.scholarName { padding: 10px 5px; }
.scholarAmountHeader, .scholarDueHeader, .scholarAmount, .scholarDue { float: left; width: calc(15% - 10px); padding: 2px 5px; text-align: center; font-weight: 700; }
.catButton { display: inline-block; background: #A22A19; color: #FFF; font-weight: 700; font-size: 12px; padding: 0 5px; text-transform: uppercase; margin-left: 2.5px; }
.mobileOnly { display: none; }
@media screen and (max-width: 640px) {
.scholarNameHeader, .scholarName { width: calc(100% - 10px); }
.scholarAmount, .scholarDue { width: calc(100% - 10px); text-align: left; }
.scholarAmountHeader, .scholarDueHeader { display: none; }
.mobileOnly { display: block; }
}

/* Content - General */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
