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

body { margin: 0; font-family: 'Mulish', sans-serif; font-size: 16px; line-height: 28px; color: #181615; }
a { color: #2B3B96; }
a:hover, a:active { color: #051CE0; text-decoration: none; }
h1, h2, h3 { font-family: 'Montserrat', sans-serif; }
h2 { color: #333; }
h3 { color: #2B3B96; font-size: 22px; line-height: 34px; }
.clear { clear: both; }
.listHidden { display: none !important; }
hr { margin-block-start: 20px; margin-block-end: 20px; border: 0px; border-top: 1px solid #DFEBE2 !important; }

a.button, a.jobButton { background: #DA9A28; display: inline-block; padding: 6px 16px; border-radius: 5px; color: #000000; text-decoration: none; font-weight: 700; margin: 2.5px; }
a.button:hover, a.jobButton:hover { background: #DA9A28; transition:.5s; }

.pageContent { min-height:calc(100vh - 674px); }

.container.introduction { border-bottom: 2px solid #E5E5E5; }
#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; }
#contentIntro h1 { margin: 0; line-height: 46px; color: #2B3B96; }
#contentIntro.building h1 { margin-bottom: .5em; }
#contentIntro.building h1 i { margin: 0 0 0 15px; }
#contentIntro a:hover { color: #2B3B96; }
.intro { margin-top: 10px; font-size: 20px; line-height: 30px; }
.intro.building { line-height: 24px; }
a.headerLink { background: #2B3B96; display: inline-block; padding: 0 4px; margin: 0 0 10px -4px; color: #FFF !important; font-weight: 700; text-decoration: none; }

#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: #F5F5F5; }

#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; }

@media screen and (max-width: 860px) {
  #contentLeft { width: calc(100% - 360px); }
  #contentRight { width: 280px; }
}
@media screen and (max-width: 670px) {
  #content.flexContent { flex-wrap: wrap; }
  #contentLeft, #contentRight { width: calc(100% - 40px); }
}

/* Header - Alert */
.alert { background: #B12825; color: #FFF; padding: 10px 10px; text-align: center; font-size: 18px; font-weight: 700; border-bottom: 1px solid #D53834; }
.alert a, .alert a:hover, .deptAlert a, .deptAlert a:hover { color: #FFF; }
.alert a, .alert a:hover { text-decoration: none; }
.alertButton { background: rgba(255,255,255,.2); padding: 0 10px; margin-left: 10px; display: inline-block; }
.deptAlert { background: #B12825; color: #FFF; padding: 1px 0; }
.deptAlertContent { width: calc(100% - 40px); max-width: 1440px; margin: 0 auto; }
.deptAlertContent h3 { margin: 0; }

/* Header - Main Container */
.headerContainer { width: 100%; background: #FFF; transition: all 250ms ease-out; height: 85px; }
#header { width: calc(100% - 20px); padding: 5px 0; margin: 0 auto; }

/* Header - Top Links */
.headerLinks { float: right; text-align: right; font-size: 13px; width: calc(100% - 390px); margin: 12px 0 4px; font-weight: 500; line-height: 16px; }
.headerLinks a { color: #000000; display: inline-block; margin: 0 0 0 10px; text-decoration: none; border-bottom: 2px solid transparent; font-family: 'Montserrat'; font-weight: 700; }
.headerLinks a:hover, .headerLinks a:active { border-bottom: 2px solid #DA9A28; transition: border-bottom 1s ease; }
.headerLinks br { display: none; }

.headerLogo { width: 390px; float: left; padding: 2.5px 0; }
.headerLogo img { height: 70px; width: auto; transition: ease all 1s; }

/* Header - Sticky w/ Scrolling */
.sticky { position: fixed; top: 0; width: 100%; z-index: 10; border-bottom: 3px solid #E5E5E5; }
.sticky + .content { padding-top: 85px; }
.sticky .headerText { padding: 10px 0 0; }

/* Header - Navigation */
.topnav { overflow: hidden; float: right; margin: 2px -5px 0 0; }
.topnav a { float: left; display: block; color: #2B3B96; text-align: center; padding: 4px 10px; text-decoration: none; text-transform: uppercase; margin-left: 10px; font-family: 'Montserrat'; font-size: 16px; }
.topnav a:hover { color: #FFF; }
.topIcon { display: none; }
.dropdown { float: left; overflow: hidden; }
.dropdown .dropbtn { font-size: 18px; border: none; outline: none; font-weight: 700; padding: 4px 10px; background-color: transparent; line-height: inherit; font-family: inherit; margin: 0; }
.topnav a.standard { font-weight: 700; }
.topnav a.standard i { line-height: inherit; }
.dropdown .dropbtn a { padding: 0; float: none; display: inline; margin-left: 0; }
.dropdown .dropbtn i { margin-left: 5px; }
.dropdown-content { display: none; position: absolute; background-color: #2B3B96; min-width: 160px; max-width: 250px; z-index: 10; overflow: hidden; }
.dropdown-content.dropdown-mshs { width: 213.14px; }
.dropdown-content.dropdown-activities { width: 224.45px; }
.dropdown-content a { float: none; color: #FFF; padding: 6px 10px; text-decoration: none; display: block; text-align: left; text-transform: none !important; font-size: 14px; line-height: 20px; margin-left: 0;  font-family: 'Montserrat' !important; }
.dropdown-content a i { margin-left: 5px; }
.topnav a:hover, .dropdown:hover .dropbtn, .dropdown:hover .dropbtn a { background-color: #2B3B96; color: #FFF; }
.dropdown .dropbtn a:hover { color: #FFF; }
.dropdown-content a:hover { background: rgba(255, 255, 255, .2); transition: .5s; }
.dropdown:hover .dropdown-content { display: block; }
.mobileIcon { display: none; }

/* Header - WX and Search */
.headerWxSearch { width: 100%; background: #E5E5E5; height: 40px; line-height: 40px; color: #181615; font-size: 14px; }
.headerWxSearch i.socialIcon { margin: 0 5px; }
nl-autocomplete .awesomplete ul { line-height: 19px !important; }

.headerWeather { float: right; margin: 0 5px 0 0; }

.headerSearch { float: right; margin: 6px 10px 0 0; }
.headerSearch input[type="text"]:not(.homeSearchInput) { width: 800px; display: block; margin: -5px auto 10px; font-size: 18px; font-family: 'Mulish'; border: 1px solid #CCC; border-radius: 5px; padding: 5px 8px;  }
.headerSearch nl-autocomplete, .headerSearch nl-autocomplete .awesomplete { height: auto; }
.headerSearch .homeSearchInput { box-shadow: none; width: 300px; display: block; border-radius: 0.25em; padding: 0 5px; font-size: 14px; font-family: 'Mulish'; border: 1px solid #CCC; line-height: 26px; background: rgba(255,255,255,.4); color: #000; }

/* HOMEPAGE */
.rotatorContainer { overflow: hidden; }
.rotatorContainer, #rotator { height: 600px; max-height: calc(100vh - 268px); }

/* Homepage - Rotator */
.homeRotator { width: 100%; background-image: url(/images/football.jpg); background-position: center center; background-size: cover; position: relative; z-index: 0; }
.homeIntro { text-align: center; text-transform: uppercase; font-weight: 700; font-family: 'Mulish', sans-serif; margin: 0 auto; font-size: 22px; line-height: 22px; text-shadow: 0 0 10px #000; color: #FFF; }
.homeIntro h1 { margin: 0; text-transform: none; line-height: 50px; font-size: 50px; }
.imageCredit { position: absolute; top: 5px; right: 5px; color: #FFF; font-size: 13px; line-height: 15px; background: rgba(0,0,0,.4); display: inline-block; padding: 4px 8px; border-radius: 4px; }

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

@media screen and (max-width: 1100px) {
  .headerLinks { position: absolute; right: 75px; margin: 30px 0 0; width: calc(100% - 480px); z-index: 10; }
  .mobileIcon { display: inline; }

  .topnav a, .dropdown .dropbtn { display: none; }
  .topIcon { display: block; margin: -5px -10px -5px 0; float: right; background: #2B3B96; z-index: 10; position: relative; }
  .topIcon a.icon { float: right; display: block; color: #FFF; height: 85px; font-size: 26px; padding: 0 22px; width: auto !important; }
  .topIcon a.icon i { line-height: 85px !important; }
  .topnav.responsive { position: relative; float: right; text-align: left; width: 100%; margin: 5px -10px -30px; z-index: 5; background: #FFF; padding: 0; width: calc(100% + 20px); border-bottom: 2px solid #167D7F; }
  .sticky .topnav.responsive { margin-top: 0 !important; padding: 10px 0 0 !important; }
  .topnav.responsive a { float: none; display: block; text-align: left; margin-left: 0; }
  .topnav.responsive .dropdown .dropbtn a { display: inline; }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative; max-width: none !important; width: 100% !important; margin-left: 0; border-radius: 0 !important }
  .dropdown-content.dropdown-dept { height: 170px; }
  .dropdown:hover, .topnav a.standard { border-radius: 0; }
  .topnav.responsive .dropdown .dropbtn { display: block; width: 100%; text-align: left; margin-left: 0; }
  .topnav.responsive .dropdown-content a { padding: 2px 10px; }
  .topnav.responsive .dropdown-content.dropdown-dept a { width: calc(50% - 16px); float: left; }
}

@media screen and (max-width: 1000px) {
  .headerLinks { margin: 20px 0 0; width: 280px; }
}

@media screen and (max-width: 750px) {
  a.secondary { display: none !important; }
  .headerLinks { margin: 0; width: 80px; }
  .headerLinks br { display: inline; }
}

@media screen and (max-width: 600px) {
  .headerLogo { width: 270px; padding: 0; }
  .headerLogo img { height: 50px; margin: 22.5px 0 0; }
  .headerLinks { left: 0; width: calc(100% - 90px); text-align: left; }
  .headerLinks br { display: none; }
  .wxCondition { display: none; }
  .headerWeather { width: 100px; margin: 0; }
  .headerSearch { width: calc(100% - 120px); }
  .headerSearch .homeSearchInput { width: 100%; }
}

/* Mission Statement */
.container.mission { background: linear-gradient(rgba(43, 59, 150, 0.8), rgba(43, 59, 150, 0.8)), url(/images/football_field.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; }
.missionButtons { margin: 40px 0 0; }
.missionButtons a { display: inline-block; color: #000000; background: #DA9A28; padding: 2px 12px; border-radius: 5px; margin: 0 10px; font-size: 20px; line-height: 34px; text-decoration: none; font-weight: 700; }


/* Footer */

.footerContainer { width: 100%; background: #E5E5E5; }
#footer { display: flex; max-width: 1440px; width: calc(100% - 40px); margin: 0 auto; vertical-align: middle; align-items: center; }
#footer { font-size: 13px; line-height: 21px; }
.footerLogo, .footerInfo, .footerLinks { width: 33.3%; text-align: center; padding: 20px 0; }
.footerLogo { order: 2; }
.footerLogo img { width: auto; height: 100px; }
.footerInfo { order: 1; }
.footerLinks { order: 3; }
.footerSpacer { width: 100%; height: 5px; display: block; }
.equityStatement { max-width: 1440px; width: calc(100% - 40px); margin: 0 auto; font-size: 12px; line-height: 18px; padding: 0 0 10px; }

#credit { background: #181615; color: #FFF; 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: #FFF; text-decoration: none; }
#credit img { height: 30px; width: auto; margin: 0 0 0 10px; vertical-align: middle; border: none; }

@media screen and (max-width: 600px) {
  #footer { flex-wrap: wrap; }
  .footerLogo { order: 1; }
  .footerInfo, .footerLogo, .footerLinks { width: 100%; }
  .footerInfo { order: 2; padding: 0; }
  .footerLinks { order: 3; }
  #credit .copyright { width: 100%; float: none; text-align: center; line-height: 20px; padding: 5px 0; }
  #credit .poweredBy { width: 100%; text-align: center; }
}

/* Staff Directory */

#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 { aspect-ratio: 3 / 4; text-align: center; margin-bottom: 5px; background: #F6F6F6; }
.staff-photo img { aspect-ratio: 3 / 4; object-fit: cover; }
.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: 1120px) {
  .directoryListing { width: 880px; }
}
@media screen and (max-width: 900px) {
  .directoryListing { width: 660px; }
}
@media screen and (max-width: 680px) {
  .directoryListing { width: 440px; }
}
@media screen and (max-width: 460px) {
  .directoryListing { width: 220px; }
}

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

/* Calendar */

/* 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: #2B3B96; text-decoration: none; font-weight: 700; }
.widgetEvent a.mapLink { color: #2B3B96; 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 #2B3B96; }
.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: #2B3B96; 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); }
}

/* Hall of Fame */
#hallOfFame h3 { color: #2B3B96; text-align: center; text-transform: uppercase; margin: 1em auto; }
.hallOfFameMember { background: #EEE; float: left; text-align: center; width: calc(33.3% - 10px); padding: 40px 5px; margin-bottom: 1em;background: linear-gradient(rgba(22, 71, 142, 0.2), rgba(22, 71, 142, 0.2)), url(/images/logo_fade.png); background-repeat: no-repeat; background-position: center right; background-size: auto 140%; display: flex; }
.hallOfFameMember p { text-align: center; font-size: 14px; vertical-align: middle; }
.hallOfFameSection { display: flex; flex-wrap: wrap; margin: -5px; }
.hallOfFameMember { text-align: center; display: block; padding: 30px 5px; width: calc(33.3% - 20px); margin: 5px; }
.hallOfFameMember h4 { margin: 0 0 5px; display: block; width: 100%; font-size: 20px; line-height: 30px; }
.hallOfFameMember a.bio { display: inline-block; background: #16478E; color: #FFF; text-decoration: none; padding: 3px 8px; border-radius: 5px; }
@media screen and (max-width: 800px) {
	.hallOfFameMember { width: calc(50% - 20px); }
}
@media screen and (max-width: 400px) {
	.hallOfFameMember { width: calc(100% - 20px); }
}

/* Activities Directory */
.dirDivider h3 { color: #2B3B96; 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; }

@media screen and (max-width: 600px) {
  #content figure { float: none !important; margin: 0 auto; display: block; max-width: 100%; height: auto !important; }
  #content img { display: block; margin: 0 auto; }
}

/* Departments */

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

/* Trending */

#trending { width: 100%; background: #2B3B96; padding: 30px 0 20px; }
.trendingIcons { width: 100%; max-width: 1440px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; vertical-align: middle; }
.trendingIcon { width: 16.6%; text-align: center; }
.trendingCallout { width: 33.3%; text-align: center; color: #FFF; text-transform: uppercase; }
.trendingIcon i { font-size: 40px; line-height: 75px; height: 75px; width: 75px; background: #FFF; border-radius: 360px; display: block; margin: 0 auto; }
.trendingIcon a { color: #FFF; text-decoration: none; }
.trendingIcon a i { color: #2B3B96; }
.trendingIcon a:hover { color: rgba(255, 255, 255, .8); transition: 1s; }

@media screen and (max-width: 1000px) {
  #trending { padding-bottom: 0; }
  .trendingCallout { display: none; }
  .trendingIcon { width: 25%; margin-bottom: 25px; }
}
@media screen and (max-width: 600px) {
  .trendingIcon { width: 50%; }
}

/* Feature - Home */
.homeFeatures { width: calc(100% - 40px); max-width: 1440px; display: flex; flex-wrap: wrap; margin: 0 auto; padding: 20px 0; }
.homeNews { width: calc(100% + 20px); margin: -10px -10px 20px; display: flex; flex-wrap: wrap; }
.homeNewsItem { background: #E5E5E5; width: calc(25% - 40px); padding: 10px; margin: 10px; }
.homeNewsItem a { display: block; font-size: 18px; line-height: 31px; font-weight: 700; text-decoration: none; font-family: 'Montserrat', sans-serif; }
.homeNewsDate { font-size: 14px; margin: 10px 0 0; padding: 0; border-top: 1px solid #DA9A28; display: inline-block; }
.homeDivider { width: 100%; height: 20px; }
.homeNewsItem:hover { background: #2B3B96; color: #FFF; }
.homeNewsItem:hover a { color: #FFF; }

.homeFeatureHeader { width: 100%; display: flex; margin: 0 0 20px; }
.homeHeaderIcon { width: 40px; font-size: 30px; height: 40px; line-height: 40px; }
.homeHeaderIcon i { line-height: 40px !important; color: #2B3B96; }
.homeHeaderText h3 { line-height: 22px; font-size: 18px; margin: 0; color: #2B3B96; }
.homeHeaderText h3 a { text-decoration: none; }
.homeHeaderText { padding-left: 10px; line-height: 16px; font-size: 13px; }

.homeMenu { width: 50%; display: flex; flex-wrap: wrap; }
.homeBreakfast { width: 50%; }
.homeLunch { width: 50%; }
.homeMenu b { color: #2B3B96; display: block; margin: 0 0 5px; }
.homeTrendingTopics { width: 50%; }

@media screen and (max-width: 1000px) {
  .homeNewsItem { width: calc(50% - 40px); }
}
@media screen and (max-width: 600px) {
  .homeNewsItem { width: calc(100% - 40px); }
  .homeMenu { width: 100%; margin: 0 0 40px; }
  .homeTrendingTopics { width: 100%; }
}

/* Calendar - Home */

.homeCalendarContainer { background: #E5E5E5; width: 100%; }
.homeCalendar { width: calc(100% - 40px); padding: 20px; max-width: 1440px; margin: 0 auto; display: flex; flex-wrap: wrap; }
.homeCalendar h2 { width: 100%; text-align: center; color: #2B3B96; }

.calendarDay { background: #2B3B96; padding: 20px 15px 0; color: #FFF; font-size: 22px; font-weight: 700; }
.calendarDate1 { border-top: 5px solid #DA9A28; width: 33%; margin-top: -20px; padding-top: 15px; }
.calendarMonth { background: #2B3B96; padding: 0 15px 20px; font-size: 18px; text-transform: uppercase; color: #FFF; }
.calendarEvent { background: #FFF; padding: 15px 20px; font-size: 14px; line-height: 23px; }
.calendarEvent a { font-weight: 700; }

.home100 { width: 100%; text-align: center; padding: 0 0 40px; }
.home100 a { display: inline-block; background: #DA9A28; color: #000000; padding: 2px 20px; text-decoration: none; }

.homeDate { width: calc(25% - 15px); margin-right: 20px; }
.homeDate.last { margin-right: 0; }

@media screen and (max-width: 900px) {
  .homeDate { width: calc(50% - 15px); margin: 7.5px; background: #f0f0f1; }
  .homeDate.last { margin-right: 7.5px; }
}
@media screen and (max-width: 550px) {
  .homeDate { width: 100%; margin: 0 0 15px; }
  .homeDate.last { margin-right: 0; }
}

/* Trending - Home */
.homeTrendingTopics { display: flex; flex-wrap: wrap; }
.trendingItem { display: flex; line-height: 40px; width: 100%; margin: 0 0 20px; }
.trendingNumber { width: 40px; background: #DA9A28; color: #000000; text-align: center; }
.trendingLink { padding-left: 10px; }
.trendingLink a { font-weight: 700; }
@media screen and (max-width: 800px) {
  .trendingItem { width: 100%; margin: 0 0 10px; }
}

/* Resources */
.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; }
}
